Class BareMetalAdminNetworkConfig
BareMetalAdminNetworkConfig specifies the cluster network configuration.
Implements
Inherited Members
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 |