INPUT_OBJECT

NutanixOnDemandSnapshotJobConfigForBulkInput

Description

Supported in v9.0+ Job configuration object for mass on-demand snapshots of Nutanix virtual machines.

link GraphQL Schema definition

  • input NutanixOnDemandSnapshotJobConfigForBulkInput {
  • # Required. Supported in v9.0+
  • # Configuration for on-demand backups of Nutanix virtual machines.
  • backupConfig: BaseOnDemandSnapshotConfigInput!
  • # Required. Supported in v9.0+
  • # ID of the Nutanix virtual machine.
  • vmId: String!
  • }