SoftLayer Account Network Vlan Span

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Account_Network_Vlan_Span data type exposes the setting which controls the automatic spanning of private VLANs attached to a given customers account.

User Access

Users wishing to access the SoftLayer_Account_Network_Vlan_Span type must have the Network VLAN Spanning permission assigned to their account.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

enabledFlag

Flag indicating whether the customer wishes to have all private network VLANs associated with account automatically joined [0 or 1]

  • Type: boolean



id

The unique internal identifier of the SoftLayer_Account_Network_Vlan_Span object.

  • Type: integer



modifyDate

Timestamp of the last edit of the record.


Relational Properties

account

The SoftLayer customer account associated with a VLAN.
account can be queried by object mask.
account must be a unique value.

Associated Methods

Personal tools