enableVrf


SoftLayer_Network::enableVrf

Immediately starts the change of the private network to VRF.

Description

Initiate the change of the private network to VRF, which will cause a brief private network outage.

@SLDNDocumentation Method Permissions NETWORK_VLAN_SPANNING

Responses

True The request to change the private network has been accepted and the change will begin immediately.

False The request had no change because the private network is already in a VRF or in the process of converting to VRF.

Exceptions

SoftLayer_Exception_NotReady Thrown when the current private network cannot be converted to VRF without specialized assistance.


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network/enableVrf'