SoftLayer_Network_Component_Network_Vlan_Trunk


SoftLayer_Network_Component_Network_Vlan_Trunk

Description

Represents the association between a Network_Component and Network_Vlan in the manner of a ’trunk’. Trunking a VLAN to a port allows that ports to receive and send packets tagged with the corresponding VLAN number.

Local


networkComponentId

The network component’s identifier.
Type: int


networkVlanId

The identifier of the network VLAN that is a trunk on the network component.
Type: int

Relational


isUpdating

A value of ‘1’ indicates the existence of an ongoing request to modify this trunk record.
Type: boolean


networkComponent

The network component that the VLAN is being trunked to.
Type: SoftLayer_Network_Component


networkVlan

The VLAN that is being trunked to the network component.
Type: SoftLayer_Network_Vlan

Count