INPUT_OBJECT
VsphereVmDownloadSnapshotFilesInput
Description
Input for downloading vSphere snapshot files.
link GraphQL Schema definition
- input VsphereVmDownloadSnapshotFilesInput {
- # The delta type options which the files will be filtered on.
- : [DeltaType!]
- # 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.
- : Boolean
- # The fid of the next snapshot to perform the delta on.
- : UUID
- # Required. Paths of the files.
- : [String!]!
- # Required. ID of the virtual machine snapshot.
- : UUID!
- # User note to associate with audits.
- : String
- # Supported in 9.0.1+.
- # v9.0.1+: Password for zip archive created.
- : String
- }