Interface HostAggregate

    • Method Detail

      • getAvailabilityZone

        String getAvailabilityZone()
        Availability zone of aggregate
        Returns:
        Availability zone
      • getCreate

        Date getCreate()
        Returns:
        created time
      • isDeleted

        boolean isDeleted()
        Returns:
        true:deleted;false:no
      • getDeletedAt

        Date getDeletedAt()
        Returns:
        deleted time
      • getHosts

        List<String> getHosts()
        Host ID to add to an aggregate, which is a collection of multiple groups of hosts that share common resources like storage and network.
        Returns:
        hosts list
      • getId

        String getId()
        The ID associated with an aggregate
        Returns:
        id
      • getMetadata

        Map<String,​String> getMetadata()
        Metadata value
        Returns:
        Map
      • getName

        String getName()
        Returns:
        name
      • getUpdatedAt

        Date getUpdatedAt()
        Returns:
        last updated time