Uses of Class
com.softlayer.api.service.network.securitygroup.Request
Package | Description |
---|---|
com.softlayer.api.service.network | |
com.softlayer.api.service.network.securitygroup |
-
Uses of Request in com.softlayer.api.service.network
Methods in com.softlayer.api.service.network that return Request Modifier and Type Method Description Request
SecurityGroup.Service. attachNetworkComponents(List<Long> networkComponentIds)
Attach virtual guest network components to a security group by creating [[SoftLayer_Virtual_Network_SecurityGroup_NetworkComponentBinding (type)]] objects.Request
SecurityGroup.Service. detachNetworkComponents(List<Long> networkComponentIds)
Detach virtual guest network components from a security group by deleting its [[SoftLayer_Virtual_Network_SecurityGroup_NetworkComponentBinding (type)]].Methods in com.softlayer.api.service.network that return types with arguments of type Request Modifier and Type Method Description Future<Request>
SecurityGroup.ServiceAsync. attachNetworkComponents(List<Long> networkComponentIds)
Future<Request>
SecurityGroup.ServiceAsync. detachNetworkComponents(List<Long> networkComponentIds)
Method parameters in com.softlayer.api.service.network with type arguments of type Request Modifier and Type Method Description Future<?>
SecurityGroup.ServiceAsync. attachNetworkComponents(List<Long> networkComponentIds, ResponseHandler<Request> callback)
Future<?>
SecurityGroup.ServiceAsync. detachNetworkComponents(List<Long> networkComponentIds, ResponseHandler<Request> callback)
-
Uses of Request in com.softlayer.api.service.network.securitygroup
Subclasses of Request in com.softlayer.api.service.network.securitygroup Modifier and Type Class Description class
RequestRules
The SoftLayer_Network_SecurityGroup_RequestRules data type contains the ID of a specific request sent to the API, as well as an associative array of the rules that were created, edited, or removed by the request.