Class HostAggregate

java.lang.Object
com.woorea.openstack.nova.model.HostAggregate
All Implemented Interfaces:
Serializable

public class HostAggregate extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • HostAggregate

      public HostAggregate()
  • Method Details

    • 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
    • getHosts

      public List<String> getHosts()
      Returns:
      the hosts
    • getMetadata

      public Map<String,String> getMetadata()
      Returns:
      the metadata
    • toString

      public String toString()
      Overrides:
      toString in class Object