OBJECT
FailoverGroupWorkload
Description
Information about a workload in a failover group.
link GraphQL Schema definition
- type FailoverGroupWorkload {
- # List of counterpart workload IDs on other clusters.
- : [UUID!]!
- # List of host FIDs associated with this workload.
- : [UUID!]!
- # Name of the workload.
- : String!
- # Primary cluster UUID.
- : UUID!
- # Status of the workload.
- : FailoverGroupObjectStatus!
- # Status message providing additional details.
- : String!
- # Workload ID.
- : UUID!
- # Type of the workload.
- : FlexmotionWorkloadType!
- }
link Require by
- FailoverGroupWorkloadConnectionPaginated list of FailoverGroupWorkload objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- FailoverGroupWorkloadEdgeWrapper around the FailoverGroupWorkload object. This wrapper is used for pagination.