INPUT_OBJECT

VsphereVmDownloadSnapshotFilesInput

Description

Input for downloading vSphere snapshot files.

link GraphQL Schema definition

  • input VsphereVmDownloadSnapshotFilesInput {
  • # Required. ID of the virtual machine snapshot.
  • snapshotFid: UUID!
  • # Required. Paths of the files.
  • paths: [String!]!
  • # The delta type options which the files will be filtered on.
  • deltaTypeFilter: [DeltaType!]
  • # The fid of the next snapshot to perform the delta on.
  • nextSnapshotFid: UUID
  • # Supported in v5.2+.
  • # v5.2+: Specifies whether the download action is in response to a Legal Hold.
  • # This download generates a SHA1 checksum of downloaded data that is used for
  • # integrity verification by external bodies.
  • isLegalHoldDownload: Boolean
  • # User note to associate with audits.
  • userNote: String
  • # Supported in 9.0.1+.
  • # v9.0.1+: Password for zip archive created.
  • zipPassword: String
  • }

link Require by