Represents a collection of IP addresses to assign to nodes.
JSON representation |
---|
{
"netmask": string,
"gateway": string,
"ips": [
{
object ( |
Fields | |
---|---|
netmask |
The netmask used by the VMware user cluster. |
gateway |
The network gateway used by the VMware user cluster. |
ips[] |
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 |
IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24). |
hostname |
Hostname of the machine. VM's name will be used if this field is empty. |