OBJECT

VmwareVmRecoverableRanges

Description

Supported in v5.3+

link GraphQL Schema definition

  • type VmwareVmRecoverableRanges {
  • # Required. Supported in v5.3+
  • # The recoverable ranges for the virtual machine.
  • recoverableRanges: [VmwareRecoverableRange!]!
  • # Required. Supported in v5.3+
  • # The ID of the virtual machine for which to retrieve recoverable ranges.
  • vmId: String!
  • }