VmwareIpBlock

Represents a collection of IP addresses to assign to nodes.

JSON representation
{
  "netmask": string,
  "gateway": string,
  "ips": [
    {
      object (VmwareHostIp)
    }
  ]
}
Fields
netmask

string

The netmask used by the VMware user cluster.

gateway

string

The network gateway used by the VMware user cluster.

ips[]

object (VmwareHostIp)

The node's network configurations used by the VMware user cluster.

VmwareHostIp

Represents VMware user cluster node's network configuration.

JSON representation
{
  "ip": string,
  "hostname": string
}
Fields
ip

string

IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).

hostname

string

Hostname of the machine. VM's name will be used if this field is empty.