Uses of Class
com.softlayer.api.service.container.software.component.hostips.Policy
-
Packages that use Policy Package Description com.softlayer.api.service.software.component -
-
Uses of Policy in com.softlayer.api.service.software.component
Methods in com.softlayer.api.service.software.component that return types with arguments of type Policy Modifier and Type Method Description List<Policy>
HostIps.Service. getCurrentHostIpsPolicies()
Get the current Host IPS policies.Future<List<Policy>>
HostIps.ServiceAsync. getCurrentHostIpsPolicies()
Async version ofHostIps.Service.getCurrentHostIpsPolicies()
Method parameters in com.softlayer.api.service.software.component with type arguments of type Policy Modifier and Type Method Description Future<?>
HostIps.ServiceAsync. getCurrentHostIpsPolicies(ResponseHandler<List<Policy>> callback)
-