IpAllocation

IpAllocation
IpAllocation

Defines an IP address with gateway and subnet

JSON Example
{
    "cidr": "172.0.0.0/24",
    "gateway": "192.168.0.1",
    "ipAddress": "192.168.0.123",
    "subnet": "255.255.255.252"
}
string
cidr
Optional

Classless Inter-Domain Routing (CIDR)

string
gateway
Optional

Gateway

string
ipAddress
Required

IP Address

string
subnet
Optional

Subnet

Property Of