VirtualMachineRestoreOptions
The following properties and subschemas represent the VirtualMachineRestoreOptions JSON schema.
VirtualMachineRestoreOptions
Property | Required/Optional | Type | Description |
---|---|---|---|
reason | Optional | string | Specifies a reason of a restore operation. |
amazonAccountId | Optional | string($uuid) | [Applies if you use an IAM role to perform the restore operation] Specifies a system ID assigned to the IAM role in the Veeam Backup for AWS REST API. |
accessKey | Optional | string | [Applies if you use access and secret keys to perform the restore operation] Specifies the access key of the AWS account. |
secretKey | Optional | string | [Applies if you use access and secret keys to perform the restore operation] Specifies the secret key of the AWS account. |
startInstance | Required | boolean | Defines whether to start the restored EC2 instance after the restore operation is completed. |
toAlternative | Optional | [Applies if you want to restore to a new location or with different settings] Specifies restore settings. |
VirtualMachineToAlternativeRestoreOptions
|