Uses of Class
com.softlayer.api.service.network.securitygroup.RequestRules
Package | Description |
---|---|
com.softlayer.api.service.network |
-
Uses of RequestRules in com.softlayer.api.service.network
Methods in com.softlayer.api.service.network that return RequestRules Modifier and Type Method Description RequestRules
SecurityGroup.Service. addRules(List<Rule> ruleTemplates)
Add new rules to a security group by sending in an array of template [[SoftLayer_Network_SecurityGroup_Rule (type)]] objects to be created.RequestRules
SecurityGroup.Service. editRules(List<Rule> ruleTemplates)
Edit rules that belong to the security group.RequestRules
SecurityGroup.Service. removeRules(List<Long> ruleIds)
Remove rules from a security group.Methods in com.softlayer.api.service.network that return types with arguments of type RequestRules Modifier and Type Method Description Future<RequestRules>
SecurityGroup.ServiceAsync. addRules(List<Rule> ruleTemplates)
Future<RequestRules>
SecurityGroup.ServiceAsync. editRules(List<Rule> ruleTemplates)
Future<RequestRules>
SecurityGroup.ServiceAsync. removeRules(List<Long> ruleIds)
Async version ofSecurityGroup.Service.removeRules(java.util.List<java.lang.Long>)
Method parameters in com.softlayer.api.service.network with type arguments of type RequestRules Modifier and Type Method Description Future<?>
SecurityGroup.ServiceAsync. addRules(List<Rule> ruleTemplates, ResponseHandler<RequestRules> callback)
Future<?>
SecurityGroup.ServiceAsync. editRules(List<Rule> ruleTemplates, ResponseHandler<RequestRules> callback)
Future<?>
SecurityGroup.ServiceAsync. removeRules(List<Long> ruleIds, ResponseHandler<RequestRules> callback)