"SoftLayer_" prefix removed for readability.
[DEPRECATED] Update the firewall associated to this VLAN to allow or disallow intra-VLAN communication.
Name | Type | Description |
---|---|---|
enabled | boolean | Whether or not intra-VLAN communication should be enabled. |
None
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'