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 .
- Float :
- # Required. Supported in v5.3+
- # The ID of the virtual machine for which the cluster is retrieving CDP state
- # information.
- String! :
- CdpLocalStatus :
- CdpReplicationStatus :
- }