INPUT_OBJECT

BulkOnDemandSnapshotNutanixVmInput

Description

Input to initiate Bulk on Demand snapshot for Nutanix.

link GraphQL Schema definition

  • input BulkOnDemandSnapshotNutanixVmInput {
  • # Required. Configuration objects. Each object includes an identifier for the
  • # virtual machine and the configuration of the virtual machine backup.
  • config: NutanixBulkOnDemandSnapshotJobConfigInput!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by