Subnet

Subnet
Subnet

A network subnet defined by its gateway,

JSON Example
{
    "gateway": "string",
    "prefixLength": 0,
    "dnsSuffix": "string",
    "dnsServer1": "string",
    "dnsServer2": "string",
    "ipRanges": {
        "values": [
            {
                "startAddress": "string",
                "endAddress": "string"
            }
        ]
    },
    "enabled": false,
    "totalIpCount": 0,
    "usedIpCount": 0
}
string
gateway
Required

The gateway for the subnet.

integer
prefixLength
Required

The prefix length of the subnet.

string
dnsSuffix
Optional

The DNS suffix that VMs attached to this network will use.

string
dnsServer1
Optional

The first DNS server that VMs attached to this network will use.

string
dnsServer2
Optional

The second DNS server that VMs attached to this network will use.

ipRanges
Optional

List of IpRange

boolean
enabled
Optional

Indicates whether the external network subnet is currently enabled.

integer
totalIpCount
Optional

The number of IP addresses defined by the static IP ranges.

integer
usedIpCount
Optional

The number of IP address used from the static IP ranges.

Property Of