|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.nova.v2_0.domain.HostAggregate
public class HostAggregate
Aggregates can be manipulated using the Aggregate Extension to Nova (alias "OS-AGGREGATES")
HostAggregateApi| Nested Class Summary | |
|---|---|
static class |
HostAggregate.Builder<T extends HostAggregate.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
HostAggregate(String id,
String name,
String availabilityZone,
Set<String> hosts,
String state,
Date created,
Date updated,
Map<String,String> metadata)
|
| Method Summary | |
|---|---|
static HostAggregate.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
String |
getAvailabilityZone()
note: an "Availability Zone" is different from a Nova "Zone" |
Date |
getCreated()
|
Set<String> |
getHosts()
|
String |
getId()
|
Map<String,String> |
getMetadata()
|
String |
getName()
|
String |
getState()
|
com.google.common.base.Optional<Date> |
getUpdated()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
HostAggregate.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","name","availability_zone","hosts","operational_state","created_at","updated_at","metadata"})
protected HostAggregate(String id,
String name,
String availabilityZone,
@Nullable
Set<String> hosts,
String state,
Date created,
@Nullable
Date updated,
@Nullable
Map<String,String> metadata)
| Method Detail |
|---|
public static HostAggregate.Builder<?> builder()
public HostAggregate.Builder<?> toBuilder()
public String getId()
public String getName()
public String getAvailabilityZone()
public Set<String> getHosts()
public String getState()
public Date getCreated()
public com.google.common.base.Optional<Date> getUpdated()
public Map<String,String> getMetadata()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||