RosRestoreJobProps
Properties for defining a RosRestoreJob
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-restorejob
Initializer
import ros_cdk_hbr
ros_cdk_hbr.RosRestoreJobProps(
restore_type: typing.Union[str, IResolvable],
snapshot_id: typing.Union[str, IResolvable],
source_client_id: typing.Union[str, IResolvable],
source_instance_id: typing.Union[str, IResolvable],
source_type: typing.Union[str, IResolvable],
target_client_id: typing.Union[str, IResolvable],
target_instance_id: typing.Union[str, IResolvable],
target_path: typing.Union[str, IResolvable],
vault_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
restore_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
snapshot_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
source_client_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
source_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
source_type |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
target_client_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
target_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
target_path |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
vault_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
restore_type
Required
restore_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
snapshot_id
Required
snapshot_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
source_client_id
Required
source_client_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
source_instance_id
Required
source_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
source_type
Required
source_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
target_client_id
Required
target_client_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
target_instance_id
Required
target_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
target_path
Required
target_path: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
vault_id
Required
vault_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]