Skip to content

DiskReplicaGroupProps

Properties for defining a DiskReplicaGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicagroup

Initializer

import ros_cdk_ebs
ros_cdk_ebs.DiskReplicaGroupProps(
  destination_region_id: typing.Union[str, IResolvable],
  destination_zone_id: typing.Union[str, IResolvable],
  source_region_id: typing.Union[str, IResolvable],
  source_zone_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  disk_replica_group_name: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  rpo: typing.Union[typing.Union[int, float], IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
destination_region_id typing.Union[str, ros_cdk_core.IResolvable] Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.
destination_zone_id typing.Union[str, ros_cdk_core.IResolvable] Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.
source_region_id typing.Union[str, ros_cdk_core.IResolvable] Property sourceRegionId: The ID of the region to which the production site belongs.
source_zone_id typing.Union[str, ros_cdk_core.IResolvable] Property sourceZoneId: The ID of the zone to which the production site belongs.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the consistent replication group.
disk_replica_group_name typing.Union[str, ros_cdk_core.IResolvable] Property diskReplicaGroupName: Consistent replication group name.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: The ID of resource group.
rpo typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property rpo: The RPO value set by the consistency group in seconds.
tags typing.List[TagsProperty] Property tags: Tags of disk replica group.

destination_region_idRequired

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

Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.


destination_zone_idRequired

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

Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.


source_region_idRequired

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

Property sourceRegionId: The ID of the region to which the production site belongs.


source_zone_idRequired

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

Property sourceZoneId: The ID of the zone to which the production site belongs.


descriptionOptional

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

Property description: The description of the consistent replication group.


disk_replica_group_nameOptional

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

Property diskReplicaGroupName: Consistent replication group name.


resource_group_idOptional

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

Property resourceGroupId: The ID of resource group.


rpoOptional

rpo: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property rpo: The RPO value set by the consistency group in seconds.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags of disk replica group.