Skip to content

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.

DestinationRegionIdRequired

public object DestinationRegionId { get; set; }
  • Type: object

Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.


DestinationZoneIdRequired

public object DestinationZoneId { get; set; }
  • Type: object

Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.


SourceRegionIdRequired

public object SourceRegionId { get; set; }
  • Type: object

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


SourceZoneIdRequired

public object SourceZoneId { get; set; }
  • Type: object

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


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the consistent replication group.


DiskReplicaGroupNameOptional

public object DiskReplicaGroupName { get; set; }
  • Type: object

Property diskReplicaGroupName: Consistent replication group name.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of resource group.


RpoOptional

public object Rpo { get; set; }
  • Type: object

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


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags of disk replica group.