Creates an asynchronous replication relationship for a cloud disk.
Syntax
{
"Type": "ALIYUN::EBS::DiskReplicaPair",
"Properties": {
"DiskReplicaPairName": String,
"Description": String,
"DestinationDiskId": String,
"ResourceGroupId": String,
"Period": Integer,
"RPO": Integer,
"DestinationRegionId": String,
"Bandwidth": Integer,
"DestinationZoneId": String,
"PaymentType": String,
"SourceZoneId": String,
"Tags": List,
"PeriodUnit": String,
"DiskId": String
}
}
Properties
|
Property name |
Type |
Required |
Update allowed |
Description |
Constraints |
|
DiskReplicaPairName |
String |
No |
Yes |
The name of the asynchronous replication relationship. |
None |
|
Description |
String |
No |
No |
The description of the asynchronous replication relationship. |
None |
|
DestinationDiskId |
String |
Yes |
No |
The ID of the secondary disk. |
None |
|
ResourceGroupId |
String |
No |
Yes |
The ID of the resource group. |
None |
|
Period |
Integer |
No |
No |
The subscription duration of the resource. |
The unit is month. Valid values are 1, 2, 3, 6, 12, 24, 36, and 60. |
|
RPO |
Integer |
No |
No |
The RPO of the replication pair. |
Unit: seconds. |
|
DestinationRegionId |
String |
Yes |
No |
The region ID of the secondary disk. |
None |
|
Bandwidth |
Integer |
No |
No |
The bandwidth for asynchronous replication. |
Unit: Kbps. |
|
DestinationZoneId |
String |
Yes |
No |
The zone ID of the secondary disk. |
None |
|
PaymentType |
String |
No |
No |
The billing method of the replication pair. |
Valid values:
|
|
SourceZoneId |
String |
Yes |
No |
The zone ID of the primary disk. |
None |
|
Tags |
List |
No |
Yes |
The custom tags. |
Up to 20 tags are supported. For more information, see the Tags property. |
|
PeriodUnit |
String |
No |
No |
The unit of the subscription duration. |
Valid value: Month. |
|
DiskId |
String |
Yes |
No |
The ID of the primary disk. |
None |
Tags syntax
"Tags": [
{
"Value": String,
"Key": String
}
]
Tags property
|
Property name |
Type |
Required |
Update allowed |
Description |
Constraints |
|
Value |
String |
No |
No |
The value of the tag. |
The value can be 0 to 128 characters in length. It cannot start with |
|
Key |
String |
Yes |
No |
The key of the tag. |
The key can be 1 to 128 characters in length. It cannot start with |
Return value
Fn::GetAtt
-
DiskReplicaPairName: The name of the asynchronous replication relationship.
-
Description: The description of the asynchronous replication relationship.
-
DestinationDiskId: The ID of the secondary disk.
-
ResourceGroupId: The ID of the resource group.
-
CreateTime: The time when the resource was created.
-
ReplicaPairId: The ID of the asynchronous replication relationship.
-
RPO: The recovery point objective (RPO) of the asynchronous replication relationship.
-
DestinationRegionId: The region ID of the secondary disk.
-
Bandwidth: The bandwidth for asynchronous replication between disks.
-
DestinationZoneId: The zone ID of the secondary disk.
-
PaymentType: The billing method of the replication pair.
-
SourceZoneId: The zone ID of the primary disk.
-
Tags: The custom tags of the resource.
-
DiskId: The ID of the primary disk.