IPNetworkSubnet

IPNetworkSubnet
IPNetworkSubnet
JSON Example
{
    "ipv6_range": {
        "begin": {
            "addr": "string",
            "type": "string"
        },
        "end": {
            "addr": "string",
            "type": "string"
        }
    },
    "network_ref": "string",
    "range": {
        "begin": {
            "addr": "string",
            "type": "string"
        },
        "end": {
            "addr": "string",
            "type": "string"
        }
    },
    "subnet": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    },
    "subnet6": {
        "ip_addr": {
            "addr": "string",
            "type": "string"
        },
        "mask": 0
    },
    "subnet6_uuid": "string",
    "subnet_uuid": "string"
}
ipv6_range
Optional

ipv6_range

string
network_ref
Optional

Network for VirtualService IP allocation with Vantage as the IPAM provider. Network should be created before this is configured. It is a reference to an object of type Network. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

range
Optional

range

subnet
Optional

subnet

subnet6
Optional

subnet6

string
subnet6_uuid
Optional

Subnet UUID or Name or Prefix for VirtualService IPv6 allocation with AWS or OpenStack as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Field introduced in 18.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
subnet_uuid
Optional

Subnet UUID or Name or Prefix for VirtualService IP allocation with AWS or OpenStack as the IPAM provider. Only one of subnet or subnet_uuid configuration is allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of