RosDiskReplicaGroupProps
Properties for defining a RosDiskReplicaGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicagroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ebs;
new RosDiskReplicaGroupProps {
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 |
No description. |
DestinationZoneId |
object |
No description. |
SourceRegionId |
object |
No description. |
SourceZoneId |
object |
No description. |
Description |
object |
No description. |
DiskReplicaGroupName |
object |
No description. |
ResourceGroupId |
object |
No description. |
Rpo |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
DestinationRegionIdRequired
public object DestinationRegionId { get; set; }
- Type: object
DestinationZoneIdRequired
public object DestinationZoneId { get; set; }
- Type: object
SourceRegionIdRequired
public object SourceRegionId { get; set; }
- Type: object
SourceZoneIdRequired
public object SourceZoneId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DiskReplicaGroupNameOptional
public object DiskReplicaGroupName { 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[]