Skip to content

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_typeRequired

restore_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

snapshot_idRequired

snapshot_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

source_client_idRequired

source_client_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

source_instance_idRequired

source_instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

source_typeRequired

source_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

target_client_idRequired

target_client_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

target_instance_idRequired

target_instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

target_pathRequired

target_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

vault_idRequired

vault_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]