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. |
DestinationDiskId
Required
public object DestinationDiskId { get; set; }
- Type: object
DestinationRegionId
Required
public object DestinationRegionId { get; set; }
- Type: object
DestinationZoneId
Required
public object DestinationZoneId { get; set; }
- Type: object
DiskId
Required
public object DiskId { get; set; }
- Type: object
SourceZoneId
Required
public object SourceZoneId { get; set; }
- Type: object
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DiskReplicaPairName
Optional
public object DiskReplicaPairName { get; set; }
- Type: object
PaymentType
Optional
public object PaymentType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Rpo
Optional
public object Rpo { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]