Class VmwareNetworkConfig
Specifies network config for the VMware user cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareNetworkConfig : IDirectResponseSchema
Properties
ControlPlaneV2Config
Configuration for control plane V2 mode.
Declaration
[JsonProperty("controlPlaneV2Config")]
public virtual VmwareControlPlaneV2Config ControlPlaneV2Config { get; set; }
Property Value
Type | Description |
---|---|
VmwareControlPlaneV2Config |
DhcpIpConfig
Configuration settings for a DHCP IP configuration.
Declaration
[JsonProperty("dhcpIpConfig")]
public virtual VmwareDhcpIpConfig DhcpIpConfig { get; set; }
Property Value
Type | Description |
---|---|
VmwareDhcpIpConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostConfig
Represents common network settings irrespective of the host's IP address.
Declaration
[JsonProperty("hostConfig")]
public virtual VmwareHostConfig HostConfig { get; set; }
Property Value
Type | Description |
---|---|
VmwareHostConfig |
PodAddressCidrBlocks
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
Declaration
[JsonProperty("podAddressCidrBlocks")]
public virtual IList<string> PodAddressCidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ServiceAddressCidrBlocks
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.
Declaration
[JsonProperty("serviceAddressCidrBlocks")]
public virtual IList<string> ServiceAddressCidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
StaticIpConfig
Configuration settings for a static IP configuration.
Declaration
[JsonProperty("staticIpConfig")]
public virtual VmwareStaticIpConfig StaticIpConfig { get; set; }
Property Value
Type | Description |
---|---|
VmwareStaticIpConfig |
VcenterNetwork
vcenter_network specifies vCenter network name. Inherited from the admin cluster.
Declaration
[JsonProperty("vcenterNetwork")]
public virtual string VcenterNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |