Class VmwareAdminNetworkConfig
VmwareAdminNetworkConfig contains network configuration for VMware admin cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareAdminNetworkConfig : IDirectResponseSchema
Properties
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 |
HaControlPlaneConfig
Configuration for HA admin cluster control plane.
Declaration
[JsonProperty("haControlPlaneConfig")]
public virtual VmwareAdminHAControlPlaneConfig HaControlPlaneConfig { get; set; }
Property Value
Type | Description |
---|---|
VmwareAdminHAControlPlaneConfig |
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.
Declaration
[JsonProperty("vcenterNetwork")]
public virtual string VcenterNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |