Subnet

Subnet
Subnet
JSON Example
{
    "prefix": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    },
    "static_ip_ranges": [
        {
            "range": {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            },
            "type": "string"
        }
    ]
}
prefix
Required

prefix

static_ip_ranges
Optional

Static IP ranges for this subnet. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of