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
Constraints: minLength: 7 maxLength: 15

IP Address of the ESXi host

string As (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})
gateway
Optional
Constraints: minLength: 7 maxLength: 15

Gateway

string As (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})
subnet
Optional
Constraints: minLength: 7 maxLength: 15

Subnet

string
cidr
Optional
Constraints: minLength: 10 maxLength: 18

Classless Inter-Domain Routing (CIDR)

Property Of