IpAllocation

IpAllocation
IpAllocation

Defines an IP address with gateway and subnet

JSON Example
{
    "ipAddress": "192.168.0.123",
    "gateway": "192.168.0.1",
    "subnet": "255.255.255.252",
    "cidr": "172.0.0.0/24"
}
string As (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})
ipAddress
Required

IP Address of the ESXi host

string As (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})
gateway
Optional

Gateway

string As (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})
subnet
Optional

Subnet

string
cidr
Optional

Classless Inter-Domain Routing (CIDR)

Property Of