INPUT_OBJECT
MountSnapshotJobConfigForBatchV2Input
Description
Supported in v6.0+
link GraphQL Schema definition
- input MountSnapshotJobConfigForBatchV2Input {
- # Supported in v6.0+
- # Mounts the oldest snapshot taken after the specified date. This parameter is
- # evaluated only snapshotId and snapshotBeforeDate. do not have values set.
- DateTime :
- # Supported in v6.0+
- # Mounts the most recent snapshot taken prior to the specified date. This
- # parameter is evaluated only when snapshotId does not have a value set.
- DateTime :
- # Supported in v6.0+
- # ID of the snapshot to mount. This parameter is optional if either the
- # `snapshotBeforeDate` or `snapshotAfterDate` parameters are configured.
- String :
- # Supported in v7.0+
- # Prefix added to the name of new virtual machines created by the mount or export
- # operation.
- String :
- # Required. Supported in v6.0+
- # Snapshot mount configuration.
- MountSnapshotJobConfigV2Input! :
- # Required. Supported in v6.0+
- # ID of the virtual machine whose snapshot must be mounted.
- String! :
- }