Uses of Class
com.softlayer.api.service.scale.Policy
Package | Description |
---|---|
com.softlayer.api.service.scale | |
com.softlayer.api.service.scale.policy |
-
Uses of Policy in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale with type parameters of type Policy Modifier and Type Field Description protected List<Policy>
Group. policies
Collection of policies for this group.Methods in com.softlayer.api.service.scale that return Policy Modifier and Type Method Description Policy
Policy.Service. createObject(Policy templateObject)
Policy
Policy.Service. getObject()
Methods in com.softlayer.api.service.scale that return types with arguments of type Policy Modifier and Type Method Description Future<Policy>
Policy.ServiceAsync. createObject(Policy templateObject)
Async version ofPolicy.Service.createObject(com.softlayer.api.service.scale.Policy)
Future<Policy>
Policy.ServiceAsync. getObject()
Async version ofPolicy.Service.getObject()
List<Policy>
Group. getPolicies()
List<Policy>
Group.Service. getPolicies()
Collection of policies for this group.Future<List<Policy>>
Group.ServiceAsync. getPolicies()
Async version ofGroup.Service.getPolicies()
Methods in com.softlayer.api.service.scale with parameters of type Policy Modifier and Type Method Description Policy
Policy.Service. createObject(Policy templateObject)
Future<Policy>
Policy.ServiceAsync. createObject(Policy templateObject)
Async version ofPolicy.Service.createObject(com.softlayer.api.service.scale.Policy)
Future<?>
Policy.ServiceAsync. createObject(Policy templateObject, ResponseHandler<Policy> callback)
Boolean
Policy.Service. editObject(Policy templateObject)
Future<Boolean>
Policy.ServiceAsync. editObject(Policy templateObject)
Async version ofPolicy.Service.editObject(com.softlayer.api.service.scale.Policy)
Future<?>
Policy.ServiceAsync. editObject(Policy templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.scale with type arguments of type Policy Modifier and Type Method Description Future<?>
Policy.ServiceAsync. createObject(Policy templateObject, ResponseHandler<Policy> callback)
Future<?>
Policy.ServiceAsync. getObject(ResponseHandler<Policy> callback)
Future<?>
Group.ServiceAsync. getPolicies(ResponseHandler<List<Policy>> callback)
Async callback version ofGroup.Service.getPolicies()
-
Uses of Policy in com.softlayer.api.service.scale.policy
Fields in com.softlayer.api.service.scale.policy declared as Policy Modifier and Type Field Description protected Policy
Action. scalePolicy
The policy this action is on.protected Policy
Trigger. scalePolicy
The policy this trigger is on.Methods in com.softlayer.api.service.scale.policy that return Policy Modifier and Type Method Description Policy
Action. getScalePolicy()
Policy
Action.Service. getScalePolicy()
The policy this action is on.Policy
Trigger. getScalePolicy()
Policy
Trigger.Service. getScalePolicy()
The policy this trigger is on.Methods in com.softlayer.api.service.scale.policy that return types with arguments of type Policy Modifier and Type Method Description Future<Policy>
Action.ServiceAsync. getScalePolicy()
Async version ofAction.Service.getScalePolicy()
Future<Policy>
Trigger.ServiceAsync. getScalePolicy()
Async version ofTrigger.Service.getScalePolicy()
Methods in com.softlayer.api.service.scale.policy with parameters of type Policy Modifier and Type Method Description void
Action. setScalePolicy(Policy scalePolicy)
void
Trigger. setScalePolicy(Policy scalePolicy)
Method parameters in com.softlayer.api.service.scale.policy with type arguments of type Policy Modifier and Type Method Description Future<?>
Action.ServiceAsync. getScalePolicy(ResponseHandler<Policy> callback)
Async callback version ofAction.Service.getScalePolicy()
Future<?>
Trigger.ServiceAsync. getScalePolicy(ResponseHandler<Policy> callback)
Async callback version ofTrigger.Service.getScalePolicy()