Skip to content

DiskReplicaPairProps

Properties for defining a DiskReplicaPair.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicapair

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ebs;
new DiskReplicaPairProps {
    object DestinationDiskId,
    object DestinationRegionId,
    object DestinationZoneId,
    object DiskId,
    object SourceZoneId,
    object Bandwidth = null,
    object Description = null,
    object DiskReplicaPairName = null,
    object PaymentType = null,
    object Period = null,
    object PeriodUnit = null,
    object ResourceGroupId = null,
    object Rpo = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
DestinationDiskId object Property destinationDiskId: The ID of the standby disk.
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.
DiskId object Property diskId: The ID of the primary disk.
SourceZoneId object Property sourceZoneId: The ID of the zone to which the production site belongs.
Bandwidth object Property bandwidth: The bandwidth for asynchronous data replication between cloud disks.
Description object Property description: The description of the asynchronous replication relationship.
DiskReplicaPairName object Property diskReplicaPairName: The name of the asynchronous replication relationship.
PaymentType object Property paymentType: The payment type of the resource.
Period object Property period: The purchase duration of the asynchronous replication relationship.
PeriodUnit object Property periodUnit: The unit of the purchase time of the asynchronous replication relationship.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.
Rpo object Property rpo: The RPO value set by the consistency group in seconds.
Tags TagsProperty[] Property tags: Tags of disk replica pair.

DestinationDiskIdRequired

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

Property destinationDiskId: The ID of the standby disk.


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.


DiskIdRequired

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

Property diskId: The ID of the primary disk.


SourceZoneIdRequired

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

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


BandwidthOptional

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

Property bandwidth: The bandwidth for asynchronous data replication between cloud disks.

The unit is Kbps. Value range:

  • 10240 Kbps: equal to 10 Mbps.
  • 20480 Kbps: equal to 20 Mbps.
  • 51200 Kbps: equal to 50 Mbps.
  • 102400 Kbps: equal to 100 Mbps. Default value: 10240. This parameter cannot be specified when the ChargeType value is PayAsYouGo The system value is 0, which indicates that the disk is dynamically allocated according to data write changes during asynchronous replication.

DescriptionOptional

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

Property description: The description of the asynchronous replication relationship.

2 to 256 English or Chinese characters in length and cannot start with' http:// 'or' https.


DiskReplicaPairNameOptional

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

Property diskReplicaPairName: The name of the asynchronous replication relationship.

The length must be 2 to 128 characters in length and must start with a letter or Chinese name. It cannot start with http:// or https. It can contain Chinese, English, numbers, half-width colons (:), underscores (_), half-width periods (.), or dashes (-).


PaymentTypeOptional

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

Property paymentType: The payment type of the resource.


PeriodOptional

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

Property period: The purchase duration of the asynchronous replication relationship.

This parameter is required when 'ChargeType = PrePay. The duration unit is specified by'periodunit', and the value range is:

  • When 'PeriodUnit = Month', the value range of this parameter is 1, 2, 3, 6, 12, 24, 36, 60.

PeriodUnitOptional

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

Property periodUnit: The unit of the purchase time of the asynchronous replication relationship.

Value range:

  • Month.Default value: Month.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.


RpoOptional

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

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

Currently only 900 seconds are supported.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags of disk replica pair.