OBJECT

VsphereVmRecoveryRangeStatus

Description

Range status of a specific time range.

link GraphQL Schema definition

  • type VsphereVmRecoveryRangeStatus {
  • # Start time of the range.
  • beginTime: String
  • # End time of the range.
  • endTime: String
  • # Status of the range.
  • status: RecoveryRangeStatus!
  • }