RestoreInputInput
Supported in v9.4+ Specifies the input required to perform the restore for the workload.
Fields
| Field | Type | Description |
|---|---|---|
| hostRestoreTargets | [HostDiscoveryInfoInput!] | Supported in v9.4+ List of target hosts for restore. |
| locationMap | [SnapshotPreferredLocationInput!]! | Required. Supported in v9.4+ List of preferred locations for the snapshots. |
| preferredDataSnapshotId | String | Supported in v9.6 The data snapshot to restore from. When set, this snapshot is used as the anchor for the restore and the recovery time is derived from it. |
| restoreEntities | [String!]! | Required. Supported in v9.4+ List of entities to be restored to the given time. |
| restoreName | String! | Required. Supported in v9.4+ Custom name for the restore operation. |
| restoreSettings | RestoreSettingsInput | Provides various settings to customize the restore for the workload. |
| restoreTime | DateTime | Supported in v9.4+ v9.4-v9.5: Restore time at which entities needs to be restored. v9.6: Restore time at which entities needs to be restored. Mutually exclusive with preferredDataSnapshotId; one of the two must be provided. |