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.
  • currentTime: DateTime
  • # Supported in v5.1+
  • # The latest time to which this virtual machine can be recovered locally.
  • localRecoveryPoint: DateTime
  • # Supported in v5.1+
  • # The latest time to which this virtual machine can be recovered on a remote
  • # cluster.
  • remoteRecoveryPoint: DateTime
  • # Required. Supported in v5.1+
  • # The ID of the virtual machine that we are getting CDP live fields for.
  • vmId: String!
  • }