SoftLayer_Virtual_Guest_Network_Component_IpAddress


SoftLayer_Virtual_Guest_Network_Component_IpAddress

Description

The SoftLayer_Virtual_Guest_Network_Component_IpAddress data type contains general information relating to the binding of a single network component to a single SoftLayer IP address.

Local


ipAddressId

The unique ID of the SoftLayer_Network_Subnet_ipAddress this virtual IP address is associated with.
Type: int


port

The port that a network component has reserved. This field is only required for some IP address types.
Type: int


type

The type of IP that this IP address record references. Some examples are PRIMARY for the network component’s primary IP address and CONSOLE_PROXY which represents the IP information for logging into a computing instance’s console.
Type: string

Relational


ipAddress

The IP address associated with this object’s network component.
Type: SoftLayer_Network_Subnet_IpAddress


networkComponent

The network component associated with this object’s IP address.
Type: SoftLayer_Virtual_Guest_Network_Component

Count