Skip to content

DiskReplicaGroup

This class encapsulates and extends the ROS resource type ALIYUN::EBS::DiskReplicaGroup, which is used to create a replication pair-consistent group.

Initializers

import ros_cdk_ebs
ros_cdk_ebs.DiskReplicaGroup(
  scope: Construct,
  id: str,
  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,
  enable_resource_property_constraint: bool = None
)
Name Type Description
scope ros_cdk_core.Construct No description.
id str No 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.
enable_resource_property_constraint bool No description.

scopeRequired

  • Type: ros_cdk_core.Construct

idRequired

  • Type: str

destination_region_idRequired

  • 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

  • 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

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

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


source_zone_idRequired

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

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


descriptionOptional

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

Property description: The description of the consistent replication group.


disk_replica_group_nameOptional

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

Property diskReplicaGroupName: Consistent replication group name.


resource_group_idOptional

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

Property resourceGroupId: The ID of resource group.


rpoOptional

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

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


tagsOptional

Property tags: Tags of disk replica group.


enable_resource_property_constraintOptional

  • Type: bool

Methods

Name Description
to_string Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
add_condition No description.
add_count No description.
add_dependency No description.
add_resource_desc No description.
apply_removal_policy No description.
get_att No description.
set_metadata No description.

to_string

def to_string() -> str

Returns a string representation of this construct.

synthesize

def synthesize(
  session: ISynthesisSession
) -> None

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: ros_cdk_core.ISynthesisSession

The synthesis session.


add_condition

def add_condition(
  condition: RosCondition
) -> None

conditionRequired

  • Type: ros_cdk_core.RosCondition

add_count

def add_count(
  count: typing.Union[typing.Union[int, float], IResolvable]
) -> None

countRequired

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

add_dependency

def add_dependency(
  resource: Resource
) -> None

resourceRequired

  • Type: ros_cdk_core.Resource

add_resource_desc

def add_resource_desc(
  desc: str
) -> None

descRequired

  • Type: str

apply_removal_policy

def apply_removal_policy(
  policy: RemovalPolicy
) -> None

policyRequired

  • Type: ros_cdk_core.RemovalPolicy

get_att

def get_att(
  name: str
) -> IResolvable

nameRequired

  • Type: str

set_metadata

def set_metadata(
  key: str,
  value: typing.Any
) -> None

keyRequired

  • Type: str

valueRequired

  • Type: typing.Any

Static Functions

Name Description
is_construct Return whether the given object is a Construct.

is_construct

import ros_cdk_ebs
ros_cdk_ebs.DiskReplicaGroup.is_construct(
  x: typing.Any
)

Return whether the given object is a Construct.

xRequired

  • Type: typing.Any

Properties

Name Type Description
node ros_cdk_core.ConstructNode The construct tree node associated with this construct.
ref str No description.
stack ros_cdk_core.Stack The stack in which this resource is defined.
resource ros_cdk_core.RosResource No description.
attr_description ros_cdk_core.IResolvable Attribute Description: The description of the consistent replication group.
attr_destination_region_id ros_cdk_core.IResolvable Attribute DestinationRegionId: The ID of the region to which the disaster recovery site belongs.
attr_destination_zone_id ros_cdk_core.IResolvable Attribute DestinationZoneId: The ID of the zone to which the disaster recovery site belongs.
attr_disk_replica_group_name ros_cdk_core.IResolvable Attribute DiskReplicaGroupName: Consistent replication group name.
attr_last_recover_point ros_cdk_core.IResolvable Attribute LastRecoverPoint: The time when the last asynchronous replication operation of the consistent replication group completed.
attr_pair_ids ros_cdk_core.IResolvable Attribute PairIds: List of replication pair IDs contained in a consistent replication group.
attr_pair_number ros_cdk_core.IResolvable Attribute PairNumber: The number of replication pairs contained in a consistent replication group.
attr_primary_region ros_cdk_core.IResolvable Attribute PrimaryRegion: The initial source region of the replication group.
attr_primary_zone ros_cdk_core.IResolvable Attribute PrimaryZone: The initial source available area of the replication group.
attr_replica_group_id ros_cdk_core.IResolvable Attribute ReplicaGroupId: The ID of the consistent replication group.
attr_resource_group_id ros_cdk_core.IResolvable Attribute ResourceGroupId: resource group ID of enterprise.
attr_rpo ros_cdk_core.IResolvable Attribute RPO: The RPO value set by the consistency group in seconds.
attr_site ros_cdk_core.IResolvable Attribute Site: Site information sources for replication pairs and consistent replication groups.
attr_source_region_id ros_cdk_core.IResolvable Attribute SourceRegionId: The ID of the region to which the production site belongs.
attr_source_zone_id ros_cdk_core.IResolvable Attribute SourceZoneId: The ID of the zone to which the production site belongs.
attr_standby_region ros_cdk_core.IResolvable Attribute StandbyRegion: The initial destination region of the replication group.
attr_standby_zone ros_cdk_core.IResolvable Attribute StandbyZone: The initial destination zone of the replication group.
attr_tags ros_cdk_core.IResolvable Attribute Tags: The tags of the disk replica group.

nodeRequired

node: ConstructNode
  • Type: ros_cdk_core.ConstructNode

The construct tree node associated with this construct.


refRequired

ref: str
  • Type: str

stackRequired

stack: Stack
  • Type: ros_cdk_core.Stack

The stack in which this resource is defined.


resourceOptional

resource: RosResource
  • Type: ros_cdk_core.RosResource

attr_descriptionRequired

attr_description: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute Description: The description of the consistent replication group.


attr_destination_region_idRequired

attr_destination_region_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute DestinationRegionId: The ID of the region to which the disaster recovery site belongs.


attr_destination_zone_idRequired

attr_destination_zone_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute DestinationZoneId: The ID of the zone to which the disaster recovery site belongs.


attr_disk_replica_group_nameRequired

attr_disk_replica_group_name: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute DiskReplicaGroupName: Consistent replication group name.


attr_last_recover_pointRequired

attr_last_recover_point: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute LastRecoverPoint: The time when the last asynchronous replication operation of the consistent replication group completed.

This parameter provides the return value as a timestamp. Unit: seconds.


attr_pair_idsRequired

attr_pair_ids: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute PairIds: List of replication pair IDs contained in a consistent replication group.


attr_pair_numberRequired

attr_pair_number: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute PairNumber: The number of replication pairs contained in a consistent replication group.


attr_primary_regionRequired

attr_primary_region: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute PrimaryRegion: The initial source region of the replication group.


attr_primary_zoneRequired

attr_primary_zone: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute PrimaryZone: The initial source available area of the replication group.


attr_replica_group_idRequired

attr_replica_group_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute ReplicaGroupId: The ID of the consistent replication group.


attr_resource_group_idRequired

attr_resource_group_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute ResourceGroupId: resource group ID of enterprise.


attr_rpoRequired

attr_rpo: IResolvable
  • Type: ros_cdk_core.IResolvable

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


attr_siteRequired

attr_site: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute Site: Site information sources for replication pairs and consistent replication groups.

Possible values:


attr_source_region_idRequired

attr_source_region_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute SourceRegionId: The ID of the region to which the production site belongs.


attr_source_zone_idRequired

attr_source_zone_id: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute SourceZoneId: The ID of the zone to which the production site belongs.


attr_standby_regionRequired

attr_standby_region: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute StandbyRegion: The initial destination region of the replication group.


attr_standby_zoneRequired

attr_standby_zone: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute StandbyZone: The initial destination zone of the replication group.


attr_tagsRequired

attr_tags: IResolvable
  • Type: ros_cdk_core.IResolvable

Attribute Tags: The tags of the disk replica group.