OBJECT
FailoverGroupHost
Description
Information about a host in a failover group.
link GraphQL Schema definition
- type FailoverGroupHost {
- # Active cluster UUID where this host is currently active.
- : UUID!
- # List of counterpart host IDs on other clusters.
- : [UUID!]!
- # Host ID.
- : UUID!
- # Name of the host.
- : String!
- # Status of the host.
- : FailoverGroupStatus!
- # Type of the host.
- : HostRegisterOsType!
- # Number of workloads under this host.
- : Int!
- }
link Require by
- FailoverGroupHostConnectionPaginated list of FailoverGroupHost objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- FailoverGroupHostEdgeWrapper around the FailoverGroupHost object. This wrapper is used for pagination.