OBJECT
VsphereVmRecoveryRangeStatus
Description
Range status of a specific time range.
link GraphQL Schema definition
- type VsphereVmRecoveryRangeStatus {
- # Start time of the range.
- : String
- # End time of the range.
- : String
- # Status of the range.
- : RecoveryRangeStatus!
- }