OBJECT

VmwareCdpStateInfo

Description

Supported in v5.3+

link GraphQL Schema definition

  • type VmwareCdpStateInfo {
  • # Supported in v5.3+
  • # The percentage of healthy time over all CDP-enabled time over the last 24 hours.
  • # Range from 0.0 to 100.0 .
  • healthPercentage: Float
  • # Required. Supported in v5.3+
  • # The ID of the virtual machine for which the cluster is retrieving CDP state
  • # information.
  • vmId: String!
  • localStatus: CdpLocalStatus
  • replicationStatus: CdpReplicationStatus
  • }

link Require by