SoftLayer Account::setVlanSpan
From SoftLayer Development Network Wiki
setVlanSpan is a member of the SoftLayer_Account service.
Contents |
Overview
Set the flag that enables or disables automatic private network VLAN spanning for a SoftLayer customer account. Enabling VLAN spanning allows an account's servers to talk on the same broadcast domain even if they reside within different private vlans.
Return Type
setVlanSpan returns the boolean data type.
Headers
Required Headers
setVlanSpan requires the following headers:
Parameters
setVlanSpan takes the following parameters:
enabled
Whether or not to enable private VLAN spanning on an account.
- Type: boolean

