OBJECT
VmwareCdpLiveInfo
Description
Supported in v5.1+
link GraphQL Schema definition
- type VmwareCdpLiveInfo {
- # Supported in v5.1+
- # The time on this node. Computed after computing the live CDP info for the
- # virtual machine.
- DateTime :
- # Supported in v5.1+
- # The latest time to which this virtual machine can be recovered locally.
- DateTime :
- # Supported in v5.1+
- # The latest time to which this virtual machine can be recovered on a remote
- # cluster.
- DateTime :
- # Required. Supported in v5.1+
- # The ID of the virtual machine that we are getting CDP live fields for.
- String! :
- }