Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.ScalingPolicy
-
Packages that use ScalingPolicy Package Description org.jclouds.rackspace.autoscale.v1.domain org.jclouds.rackspace.autoscale.v1.features org.jclouds.rackspace.autoscale.v1.functions -
-
Uses of ScalingPolicy in org.jclouds.rackspace.autoscale.v1.domain
Fields in org.jclouds.rackspace.autoscale.v1.domain with type parameters of type ScalingPolicy Modifier and Type Field Description protected com.google.common.collect.ImmutableList<ScalingPolicy>
Group.Builder. scalingPolicy
Methods in org.jclouds.rackspace.autoscale.v1.domain that return types with arguments of type ScalingPolicy Modifier and Type Method Description com.google.common.collect.ImmutableList<ScalingPolicy>
Group. getScalingPolicies()
Method parameters in org.jclouds.rackspace.autoscale.v1.domain with type arguments of type ScalingPolicy Modifier and Type Method Description Group.Builder
Group.Builder. scalingPolicy(List<ScalingPolicy> scalingPolicy)
-
Uses of ScalingPolicy in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features that return ScalingPolicy Modifier and Type Method Description ScalingPolicy
PolicyApi. get(String scalingPolicyId)
This operation returns the details for a single scaling policy.Methods in org.jclouds.rackspace.autoscale.v1.features that return types with arguments of type ScalingPolicy Modifier and Type Method Description com.google.common.collect.FluentIterable<ScalingPolicy>
PolicyApi. create(List<CreateScalingPolicy> scalingPolicies)
Create a scaling policy.com.google.common.collect.FluentIterable<ScalingPolicy>
PolicyApi. list()
This operation lists all scaling policies. -
Uses of ScalingPolicy in org.jclouds.rackspace.autoscale.v1.functions
Methods in org.jclouds.rackspace.autoscale.v1.functions that return ScalingPolicy Modifier and Type Method Description ScalingPolicy
ParseScalingPolicyResponse. apply(HttpResponse from)
Parse a single scaling policy responseMethods in org.jclouds.rackspace.autoscale.v1.functions that return types with arguments of type ScalingPolicy Modifier and Type Method Description com.google.common.collect.FluentIterable<ScalingPolicy>
ParseScalingPoliciesResponse. apply(HttpResponse from)
Parse a list of scaling policy responses
-