Package com.woorea.openstack.nova.model
Class HostAggregate
java.lang.Object
com.woorea.openstack.nova.model.HostAggregate
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Details
-
id
-
name
-
availabilityZone
-
createdAt
-
updatedAt
-
deletedAt
-
deleted
-
hosts
-
metadata
-
-
Constructor Details
-
HostAggregate
public HostAggregate()
-
-
Method Details
-
getId
- Returns:
- the id
-
getName
- Returns:
- the name
-
getAvailabilityZone
- Returns:
- the availabilityZone
-
getCreatedAt
- Returns:
- the createdAt
-
getUpdatedAt
- Returns:
- the updatedAt
-
getDeletedAt
- Returns:
- the deletedAt
-
getDeleted
- Returns:
- the deleted
-
getHosts
- Returns:
- the hosts
-
getMetadata
- Returns:
- the metadata
-
toString
-