INPUT_OBJECT

CreateOnDemandNutanixBackupInput

Description

Input for creating an on-demand Nutanix backup.

link GraphQL Schema definition

  • input CreateOnDemandNutanixBackupInput {
  • # Configuration for the on-demand backup.
  • config: 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.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by