DiskReplicaGroupProps
Properties for defining a DiskReplicaGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicagroup
Initializer
import { DiskReplicaGroupProps } from '@alicloud/ros-cdk-ebs'
const diskReplicaGroupProps: DiskReplicaGroupProps = { ... }
Properties
| Name | Type | Description | 
|---|---|---|
| destinationRegionId | string | @alicloud/ros-cdk-core.IResolvable | Property destinationRegionId: The ID of the region to which the disaster recovery site belongs. | 
| destinationZoneId | string | @alicloud/ros-cdk-core.IResolvable | Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs. | 
| sourceRegionId | string | @alicloud/ros-cdk-core.IResolvable | Property sourceRegionId: The ID of the region to which the production site belongs. | 
| sourceZoneId | string | @alicloud/ros-cdk-core.IResolvable | Property sourceZoneId: The ID of the zone to which the production site belongs. | 
| description | string | @alicloud/ros-cdk-core.IResolvable | Property description: The description of the consistent replication group. | 
| diskReplicaGroupName | string | @alicloud/ros-cdk-core.IResolvable | Property diskReplicaGroupName: Consistent replication group name. | 
| resourceGroupId | string | @alicloud/ros-cdk-core.IResolvable | Property resourceGroupId: The ID of resource group. | 
| rpo | number | @alicloud/ros-cdk-core.IResolvable | Property rpo: The RPO value set by the consistency group in seconds. | 
| tags | TagsProperty[] | Property tags: Tags of disk replica group. | 
destinationRegionIdRequired 
public readonly destinationRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.
destinationZoneIdRequired 
public readonly destinationZoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.
sourceRegionIdRequired 
public readonly sourceRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceRegionId: The ID of the region to which the production site belongs.
sourceZoneIdRequired 
public readonly sourceZoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property sourceZoneId: The ID of the zone to which the production site belongs.
descriptionOptional 
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the consistent replication group.
diskReplicaGroupNameOptional 
public readonly diskReplicaGroupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property diskReplicaGroupName: Consistent replication group name.
resourceGroupIdOptional 
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of resource group.
rpoOptional 
public readonly rpo: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property rpo: The RPO value set by the consistency group in seconds.
tagsOptional 
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of disk replica group.