updateFirewallIntraVlanCommunication


SoftLayer_Network_Vlan::updateFirewallIntraVlanCommunication

Deprecated

[DEPRECATED] Update the firewall associated to this VLAN to allow or disallow intra-VLAN communication.

Description

*** DEPRECATED *** Updates the firewall associated to this VLAN to allow or disallow intra-VLAN communication.

Parameters

Name Type Description
enabled boolean Whether or not intra-VLAN communication should be enabled.

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throw the exception “VLAN does not have an associated firewall context.” if this VLAN does not have an associated firewall.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Vlan/{SoftLayer_Network_VlanID}/updateFirewallIntraVlanCommunication'