CustomIpamSubnet

CustomIpamSubnet
CustomIpamSubnet
JSON Example
{
    "network_id": "string",
    "subnet": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    },
    "subnet6": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    }
}
string
network_id
Required

Network to use for Custom IPAM IP allocation. Field introduced in 21.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

subnet
Optional

subnet

subnet6
Optional

subnet6