INPUT_OBJECT

VsphereBulkOnDemandSnapshotInput

Description

Input to trigger on demand snapshot for multiple virtual machines.

link GraphQL Schema definition

  • input VsphereBulkOnDemandSnapshotInput {
  • # Required. The IDs of the virtual machines for which to take an on-demand
  • # snapshot and the ID of the SLA Domain to assign to the resulting snapshot.
  • config: BulkOnDemandSnapshotJobConfigInput!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by