SoftLayer Account Network Vlan Span
From SoftLayer Development Network Wiki
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.
| 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.
- Type: dateTime
Relational Properties
account
The SoftLayer customer account associated with a VLAN.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account

