INPUT_OBJECT

BulkOnDemandSnapshotJobConfigInput

Description

Supported in v5.3+

link GraphQL Schema definition

  • input BulkOnDemandSnapshotJobConfigInput {
  • # Supported in v5.3+
  • # The ID of the SLA Domain to assign to the virtual machines.
  • slaId: String
  • # Required. Supported in v5.3+
  • # The IDs of the virtual machines for which to take on-demand snapshots.
  • vms: [String!]!
  • }