Class GroupInstance
- java.lang.Object
-
- org.jclouds.rackspace.autoscale.v1.domain.GroupInstance
-
public class GroupInstance extends Object
Autoscale Group Instance (as in hardware instance). Part of the group state.- See Also:
GroupState.getGroupInstances()
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GroupInstance(String id, com.google.common.collect.ImmutableList<Link> links)
-
-
-
Constructor Detail
-
GroupInstance
@ConstructorProperties({"id","links"}) protected GroupInstance(String id, com.google.common.collect.ImmutableList<Link> links)
-
-