Class HostAggregate
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.HostAggregate
Aggregates can be manipulated using the Aggregate Extension to Nova (alias "OS-AGGREGATES")
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHostAggregate.Builder<T extends HostAggregate.Builder<T>> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HostAggregate
@ConstructorProperties({"id","name","availability_zone","hosts","operational_state","created_at","updated_at","metadata"}) protected HostAggregate(String id, String name, @Nullable String availabilityZone, @Nullable Set<String> hosts, @Nullable String state, Date created, @Nullable Date updated, @Nullable Map<String, String> metadata)
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getName
-
getAvailabilityZone
- Returns:
- the availability zone this aggregate is in
-
getHosts
-
getState
-
getCreated
-
getUpdated
-
getMetadata
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-