RestoreJobProps
Properties for defining a RestoreJob
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-restorejob
Initializer
import { RestoreJobProps } from '@alicloud/ros-cdk-hbr'
const restoreJobProps: RestoreJobProps = { ... }
Properties
Name | Type | Description |
---|---|---|
restoreType |
string | @alicloud/ros-cdk-core.IResolvable |
Property restoreType: Restore type. |
snapshotId |
string | @alicloud/ros-cdk-core.IResolvable |
Property snapshotId: Snapshot ID. |
sourceClientId |
string | @alicloud/ros-cdk-core.IResolvable |
Property sourceClientId: Source client ID. |
sourceInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property sourceInstanceId: Source instance ID. |
sourceType |
string | @alicloud/ros-cdk-core.IResolvable |
Property sourceType: Source type. |
targetClientId |
string | @alicloud/ros-cdk-core.IResolvable |
Property targetClientId: Target client ID. |
targetInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property targetInstanceId: Target instance ID. |
targetPath |
string | @alicloud/ros-cdk-core.IResolvable |
Property targetPath: Target path. |
vaultId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vaultId: Vault ID. |
restoreType
Required
public readonly restoreType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property restoreType: Restore type.
snapshotId
Required
public readonly snapshotId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property snapshotId: Snapshot ID.
sourceClientId
Required
public readonly sourceClientId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceClientId: Source client ID.
It should be provided when SourceType=FILE.
sourceInstanceId
Required
public readonly sourceInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceInstanceId: Source instance ID.
It should be provided when SourceType=ECS_FILE.
sourceType
Required
public readonly sourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceType: Source type.
targetClientId
Required
public readonly targetClientId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property targetClientId: Target client ID.
It should be provided when RestoreType=FILE.
targetInstanceId
Required
public readonly targetInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property targetInstanceId: Target instance ID.
It should be provided when RestoreType=ECS_FILE.
targetPath
Required
public readonly targetPath: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property targetPath: Target path.
For instance, "\/".
vaultId
Required
public readonly vaultId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vaultId: Vault ID.