InlineIpBlockSubnet1

InlineIpBlockSubnet1
InlineIpBlockSubnet1
JSON Example
{
    "allocation_ranges": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "end": "string",
            "start": "string"
        }
    ],
    "block_id": "string",
    "cidr": "string",
    "size": 0,
    "start_ip": "string"
}
array of IpPoolRange
allocation_ranges
Optional

A collection of IPv4/IPv6 IP ranges used for IP allocation.

string
block_id
Required

Block id for which the subnet is created.

string As ip-cidr-block As ip-cidr-block
cidr
Optional

Represents network address and the prefix length which will be associated with a layer-2 broadcast domain

integer As int64 As int64
size
Required

Represents the size or number of ip addresses in the subnet

string As ip As ip
start_ip
Optional

For internal system use Only. Represents start ip address of the subnet from IP block. Subnet ip adddress will start from this ip address.