Show / Hide Table of Contents

Class BareMetalAdminNetworkConfig

BareMetalAdminNetworkConfig specifies the cluster network configuration.

Inheritance
object
BareMetalAdminNetworkConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalAdminNetworkConfig : IDirectResponseSchema

Properties

AdvancedNetworking

Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.

Declaration
[JsonProperty("advancedNetworking")]
public virtual bool? AdvancedNetworking { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IslandModeCidr

Configuration for Island mode CIDR.

Declaration
[JsonProperty("islandModeCidr")]
public virtual BareMetalAdminIslandModeCidrConfig IslandModeCidr { get; set; }
Property Value
Type Description
BareMetalAdminIslandModeCidrConfig

MultipleNetworkInterfacesConfig

Configuration for multiple network interfaces.

Declaration
[JsonProperty("multipleNetworkInterfacesConfig")]
public virtual BareMetalAdminMultipleNetworkInterfacesConfig MultipleNetworkInterfacesConfig { get; set; }
Property Value
Type Description
BareMetalAdminMultipleNetworkInterfacesConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX