INPUT_OBJECT
HypervOnDemandSnapshotInput
Description
Required. Input for taking a on-demand snapshot of a Hyper-V virtual machine.
link GraphQL Schema definition
- input HypervOnDemandSnapshotInput {
- # Configuration for the on-demand backup.
- : BaseOnDemandSnapshotConfigInput
- # Required. ID of the VM.
- : String!
- # Required. User note to associate with audits.
- : String
- }