Class VmwareIpBlock
Represents a collection of IP addresses to assign to nodes.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareIpBlock : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gateway
The network gateway used by the VMware user cluster.
Declaration
[JsonProperty("gateway")]
public virtual string Gateway { get; set; }
Property Value
Type | Description |
---|---|
string |
Ips
The node's network configurations used by the VMware user cluster.
Declaration
[JsonProperty("ips")]
public virtual IList<VmwareHostIp> Ips { get; set; }
Property Value
Type | Description |
---|---|
IList<VmwareHostIp> |
Netmask
The netmask used by the VMware user cluster.
Declaration
[JsonProperty("netmask")]
public virtual string Netmask { get; set; }
Property Value
Type | Description |
---|---|
string |