Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.GroupState
-
Packages that use GroupState Package Description org.jclouds.rackspace.autoscale.v1.domain org.jclouds.rackspace.autoscale.v1.features -
-
Uses of GroupState in org.jclouds.rackspace.autoscale.v1.domain
Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type GroupState Modifier and Type Method Description int
GroupState. compareTo(GroupState that)
-
Uses of GroupState in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features that return GroupState Modifier and Type Method Description GroupState
GroupApi. getState(String id)
This operation gets the state of the Autoscaling Group.Methods in org.jclouds.rackspace.autoscale.v1.features that return types with arguments of type GroupState Modifier and Type Method Description com.google.common.collect.FluentIterable<GroupState>
GroupApi. listGroupStates()
This operation lists all autoscaling groups.
-