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
Constraints:
minLength: 10
maxLength: 18
Classless Inter-Domain Routing (CIDR)
string
gateway
Optional
Constraints:
minLength: 7
maxLength: 15
Gateway
string
ipAddress
Required
Constraints:
minLength: 7
maxLength: 15
IP Address
string
subnet
Optional
Constraints:
minLength: 7
maxLength: 15
Subnet