Package com.woorea.openstack.nova.model
Class HostAggregate
- java.lang.Object
-
- com.woorea.openstack.nova.model.HostAggregate
-
- All Implemented Interfaces:
Serializable
public class HostAggregate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvailabilityZone()StringgetCreatedAt()BooleangetDeleted()StringgetDeletedAt()List<String>getHosts()StringgetId()Map<String,String>getMetadata()StringgetName()StringgetUpdatedAt()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getName
public String getName()
- Returns:
- the name
-
getAvailabilityZone
public String getAvailabilityZone()
- Returns:
- the availabilityZone
-
getCreatedAt
public String getCreatedAt()
- Returns:
- the createdAt
-
getUpdatedAt
public String getUpdatedAt()
- Returns:
- the updatedAt
-
getDeletedAt
public String getDeletedAt()
- Returns:
- the deletedAt
-
getDeleted
public Boolean getDeleted()
- Returns:
- the deleted
-
-