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.
  • counterpartIds: [UUID!]!
  • # List of host FIDs associated with this workload.
  • hostIds: [UUID!]!
  • # Name of the workload.
  • name: String!
  • # Primary cluster UUID.
  • primaryClusterUuid: UUID!
  • # Status of the workload.
  • status: FailoverGroupObjectStatus!
  • # Status message providing additional details.
  • statusMessage: String!
  • # Workload ID.
  • workloadId: UUID!
  • # Type of the workload.
  • workloadType: FlexmotionWorkloadType!
  • }