SoftLayer_Network_Customer_Subnet


SoftLayer_Network_Customer_Subnet

Description

The SoftLayer_Network_Customer_Subnet data type contains general information relating to a single customer subnet (remote).

Local


accountId

The account id a customer subnet belongs to.
Type: int


cidr

A subnet’s Classless Inter-Domain Routing prefix. This is a number between 0 and 32 signifying the number of bits in a subnet’s netmask. These bits separate a subnet’s network address from it’s host addresses. It performs the same function as the ‘’netmask’’ property, but is represented as an integer.
Type: int


id

A customer subnet’s unique identifier.
Type: int


netmask

A bitmask in dotted-quad format that is used to separate a subnet’s network address from it’s host addresses. This performs the same function as the ‘‘cidr’’ property, but is expressed in a string format.
Type: string


networkIdentifier

A subnet’s network identifier. This is the first IP address of a subnet.
Type: string


totalIpAddresses

The total number of ip addresses in a subnet.
Type: int

Relational


ipAddresses

All ip addresses associated with a subnet.
Type: SoftLayer_Network_Customer_Subnet_IpAddress[]

Count


ipAddressCount

A count of all ip addresses associated with a subnet.
Type: unsignedLong