IpAddressSpaceIpBlock
IpAddressSpaceIpBlock
An IP Block represents a named CIDR that is backed by a network provider.
JSON Example
{
"id": "string",
"name": "string",
"cidr": "10.0.0.0/8"
}
string
id
Optional
Unique backing ID of the IP Block. This is not a Tenant Manager URN. This field is read-only and is ignored on create/update.
string
name
Optional
The name of the IP Block. If not set, a random name will be generated that will be prefixed with the name of the IP Space. This property is updatable if there's an existing IP Block with the CIDR value.
string
cidr
Required
The CIDR that represents this IP Block. This property is not updatable.