Skip to main content

NetworkSubnetResponse

The addressing of a network.

cidr IPNetwork (string)

CIDR block describing the subnet or network range.

baseAddress IPAddress (string)

First address of the network range.

addressFamilyAddressFamily (string)

Address family of the address (IPv4 or IPv6).

Possible values: [Unknown, Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork]

scopeIdinteger<int64>

IPv6 scope identifier of the address.

isIPv6Multicastboolean

Whether the address is an IPv6 multicast address.

isIPv6LinkLocalboolean

Whether the address is an IPv6 link-local address.

isIPv6SiteLocalboolean

Whether the address is an IPv6 site-local address.

isIPv6Teredoboolean

Whether the address is an IPv6 Teredo address.

isIPv6UniqueLocalboolean

Whether the address is an IPv6 unique-local address.

isIPv4MappedToIPv6boolean

Whether the address is an IPv4 address mapped into the IPv6 space.

addressinteger<int64>deprecated

IP address value.

prefixLengthinteger<int32>

Prefix length of the network, in bits (the /24 in 10.0.0.0/24).

poolStartIp IPAddress (string)

First IP address in the allocation pool.

addressFamilyAddressFamily (string)

Address family of the address (IPv4 or IPv6).

Possible values: [Unknown, Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork]

scopeIdinteger<int64>

IPv6 scope identifier of the address.

isIPv6Multicastboolean

Whether the address is an IPv6 multicast address.

isIPv6LinkLocalboolean

Whether the address is an IPv6 link-local address.

isIPv6SiteLocalboolean

Whether the address is an IPv6 site-local address.

isIPv6Teredoboolean

Whether the address is an IPv6 Teredo address.

isIPv6UniqueLocalboolean

Whether the address is an IPv6 unique-local address.

isIPv4MappedToIPv6boolean

Whether the address is an IPv4 address mapped into the IPv6 space.

addressinteger<int64>deprecated

IP address value.

poolEndIpInclusive IPAddress (string)

Last IP address included in the allocation pool.

addressFamilyAddressFamily (string)

Address family of the address (IPv4 or IPv6).

Possible values: [Unknown, Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork]

scopeIdinteger<int64>

IPv6 scope identifier of the address.

isIPv6Multicastboolean

Whether the address is an IPv6 multicast address.

isIPv6LinkLocalboolean

Whether the address is an IPv6 link-local address.

isIPv6SiteLocalboolean

Whether the address is an IPv6 site-local address.

isIPv6Teredoboolean

Whether the address is an IPv6 Teredo address.

isIPv6UniqueLocalboolean

Whether the address is an IPv6 unique-local address.

isIPv4MappedToIPv6boolean

Whether the address is an IPv4 address mapped into the IPv6 space.

addressinteger<int64>deprecated

IP address value.

gatewayIp IPAddress (string)

Gateway IP address for the subnet.

addressFamilyAddressFamily (string)

Address family of the address (IPv4 or IPv6).

Possible values: [Unknown, Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork]

scopeIdinteger<int64>

IPv6 scope identifier of the address.

isIPv6Multicastboolean

Whether the address is an IPv6 multicast address.

isIPv6LinkLocalboolean

Whether the address is an IPv6 link-local address.

isIPv6SiteLocalboolean

Whether the address is an IPv6 site-local address.

isIPv6Teredoboolean

Whether the address is an IPv6 Teredo address.

isIPv6UniqueLocalboolean

Whether the address is an IPv6 unique-local address.

isIPv4MappedToIPv6boolean

Whether the address is an IPv4 address mapped into the IPv6 space.

addressinteger<int64>deprecated

IP address value.

NetworkSubnetResponse
{
"cidr": "10.0.0.0/24",
"poolStartIp": "192.168.0.1",
"poolEndIpInclusive": "192.168.0.1",
"gatewayIp": "192.168.0.1"
}