RosDiskReplicaPairProps
Properties for defining a RosDiskReplicaPair.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicapair
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ebs;
new RosDiskReplicaPairProps {
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 |
No description. |
DestinationRegionId |
object |
No description. |
DestinationZoneId |
object |
No description. |
DiskId |
object |
No description. |
SourceZoneId |
object |
No description. |
Bandwidth |
object |
No description. |
Description |
object |
No description. |
DiskReplicaPairName |
object |
No description. |
PaymentType |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
ResourceGroupId |
object |
No description. |
Rpo |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
DestinationDiskIdRequired
public object DestinationDiskId { get; set; }
- Type: object
DestinationRegionIdRequired
public object DestinationRegionId { get; set; }
- Type: object
DestinationZoneIdRequired
public object DestinationZoneId { get; set; }
- Type: object
DiskIdRequired
public object DiskId { get; set; }
- Type: object
SourceZoneIdRequired
public object SourceZoneId { get; set; }
- Type: object
BandwidthOptional
public object Bandwidth { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DiskReplicaPairNameOptional
public object DiskReplicaPairName { get; set; }
- Type: object
PaymentTypeOptional
public object PaymentType { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RpoOptional
public object Rpo { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]