INPUT_OBJECT
VmwareMissedRecoverableRangesInput
Description
Input for getting missed recoverable ranges of a Virtual Machine.
link GraphQL Schema definition
- input VmwareMissedRecoverableRangesInput {
- # Filter ranges to end after this time. The date-time string should be in ISO8601
- # format, such as `2018-01-01T01:23:45.678Z`.
- DateTime :
- # Filter ranges to start before this time. The date-time string should be in
- # ISO8601 format, such as `2018-01-01T01:23:45.678Z`.
- DateTime :
- # Required. The virtual machine ID.
- String! :
- }