removeAccessToReplicantFromSubnetList


SoftLayer_Network_Storage::removeAccessToReplicantFromSubnetList

Remove access to this volume’s replica from multiple SoftLayer_Network_Subnet objects.

Description

This method is used to modify the access control list for this Storage volume’s replica. The SoftLayer_Network_Subnet objects which have been allowed access to this storage volume’s replica will be listed in the allowedReplicationSubnets property of this storage volume.

Parameters

Name Type Description
subnetObjectTemplates SoftLayer_Network_Subnet[]

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Subnet]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage/{SoftLayer_Network_StorageID}/removeAccessToReplicantFromSubnetList'