INPUT_OBJECT
CreateOnDemandNutanixBackupInput
Description
Input for creating an on-demand Nutanix backup.
link GraphQL Schema definition
- input CreateOnDemandNutanixBackupInput {
- # Configuration for the on-demand backup.
- BaseOnDemandSnapshotConfigInput :
- # Required. v5.0-v5.3: ID of the VM
- # v6.0-v8.0: ID of the VM.
- # v8.1+: ID of the virtual machine.
- String! :
- # Required. User note to associate with audits.
- String :
- }