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. |
destinationRegionId
Required
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.
destinationZoneId
Required
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.
sourceRegionId
Required
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.
sourceZoneId
Required
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.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the consistent replication group.
diskReplicaGroupName
Optional
public readonly diskReplicaGroupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property diskReplicaGroupName: Consistent replication group name.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of resource group.
rpo
Optional
public readonly rpo: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property rpo: The RPO value set by the consistency group in seconds.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of disk replica group.