Show / Hide Table of Contents

Class VmwareIpBlock

Represents a collection of IP addresses to assign to nodes.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX