DiskReplicaGroupProps
Properties for defining a DiskReplicaGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicagroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ebs;
new DiskReplicaGroupProps {
object DestinationRegionId,
object DestinationZoneId,
object SourceRegionId,
object SourceZoneId,
object Description = null,
object DiskReplicaGroupName = null,
object ResourceGroupId = null,
object Rpo = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
DestinationRegionId |
object |
Property destinationRegionId: The ID of the region to which the disaster recovery site belongs. |
DestinationZoneId |
object |
Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs. |
SourceRegionId |
object |
Property sourceRegionId: The ID of the region to which the production site belongs. |
SourceZoneId |
object |
Property sourceZoneId: The ID of the zone to which the production site belongs. |
Description |
object |
Property description: The description of the consistent replication group. |
DiskReplicaGroupName |
object |
Property diskReplicaGroupName: Consistent replication group name. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of resource group. |
Rpo |
object |
Property rpo: The RPO value set by the consistency group in seconds. |
Tags |
TagsProperty[] |
Property tags: Tags of disk replica group. |
DestinationRegionId
Required
public object DestinationRegionId { get; set; }
- Type: object
Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.
DestinationZoneId
Required
public object DestinationZoneId { get; set; }
- Type: object
Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.
SourceRegionId
Required
public object SourceRegionId { get; set; }
- Type: object
Property sourceRegionId: The ID of the region to which the production site belongs.
SourceZoneId
Required
public object SourceZoneId { get; set; }
- Type: object
Property sourceZoneId: The ID of the zone to which the production site belongs.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the consistent replication group.
DiskReplicaGroupName
Optional
public object DiskReplicaGroupName { get; set; }
- Type: object
Property diskReplicaGroupName: Consistent replication group name.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of resource group.
Rpo
Optional
public object Rpo { get; set; }
- Type: object
Property rpo: The RPO value set by the consistency group in seconds.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags of disk replica group.