Interface AffinityGroupHostsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AffinityGroupHostsService

    public static interface AffinityGroupHostsService.ListResponse
    extends Response
    List all hosts assigned to this affinity group. The order of the returned hosts isn't guaranteed.
    • Method Detail

      • hosts

        List<Host> hosts()
        The list of hosts assigned to this affinity group.