SoftLayer_Container_Network_Subnet_IpAddress


SoftLayer_Container_Network_Subnet_IpAddress

Description

SoftLayer_Container_Subnet_IPAddress models an IP v4 address as it exists as a member of it’s subnet, letting the user know if it is a network identifier, gateway, broadcast, or useable address. Addresses that are neither the network identifier nor the gateway nor the broadcast addresses are usable by SoftLayer servers.

Local


hardware

The hardware that an IP address is associated with.
Type: SoftLayer_Hardware


ipAddress

An IP address expressed in dotted-quad notation.
Type: string


isBroadcastAddress

Whether an IP address is its subnet’s broadcast address.
Type: boolean


isGatewayAddress

Whether an IP address is its subnet’s gateway address. Gateway addresses exist on SoftLayer’s routers and many not be assigned to servers.
Type: boolean


isNetworkAddress

Whether an IP address is its subnet’s network identifier address.
Type: boolean

Relational

Count