Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.Group
-
Packages that use Group Package Description org.jclouds.rackspace.autoscale.v1.domain org.jclouds.rackspace.autoscale.v1.features org.jclouds.rackspace.autoscale.v1.functions -
-
Uses of Group in org.jclouds.rackspace.autoscale.v1.domain
Methods in org.jclouds.rackspace.autoscale.v1.domain that return Group Modifier and Type Method Description Group
Group.Builder. build()
Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type Group Modifier and Type Method Description Group.Builder
Group.Builder. fromGroup(Group in)
-
Uses of Group in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features that return Group Modifier and Type Method Description Group
GroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)
Create a scaling group.Group
GroupApi. get(String id)
This operation gets group details for a group -
Uses of Group in org.jclouds.rackspace.autoscale.v1.functions
Methods in org.jclouds.rackspace.autoscale.v1.functions that return Group Modifier and Type Method Description Group
ParseGroupResponse. apply(HttpResponse from)
Parses the Group from the response
-