Show / Hide Table of Contents

Class VmwareAdminNetworkConfig

VmwareAdminNetworkConfig contains network configuration for VMware admin cluster.

Inheritance
object
VmwareAdminNetworkConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX