Interface ServerGroup

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    NovaServerGroup

    public interface ServerGroup
    extends ModelEntity
    An OpenStack ServerGroup which is a group that the server in it must be Located on different hosts
    Author:
    Octopus Zhang
    • Method Detail

      • getId

        String getId()
        Returns:
        the id of this group
      • getName

        String getName()
        Returns:
        the name of this group
      • getMembers

        List<String> getMembers()
        Returns:
        the servers in this group
      • getMetadata

        Map<String,​String> getMetadata()
        Returns:
        the metadata of this group
      • getPolicies

        List<String> getPolicies()
        Returns:
        the polices of this group