OBJECT
VsphereVmRecoveryRangeStatusResp
Description
Response object for getting recovery range status.
link GraphQL Schema definition
- type VsphereVmRecoveryRangeStatusResp {
- # List of snapshot properties.
- : [SnapshotProperties!]!
- # List of recovery range status.
- : [VsphereVmRecoveryRangeStatus!]!
- }