INPUT_OBJECT

VsphereOnDemandSnapshotInput

Description

Input for taking on demand snapshot of vSphere virtual machine.

link GraphQL Schema definition

  • input VsphereOnDemandSnapshotInput {
  • # Configuration for the on-demand snapshot.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID of the virtual machine.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by