RosDBClusterProps
Properties for defining a RosDBCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-adblake-dbcluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Adblake;
new RosDBClusterProps {
object ComputeResource,
object DbClusterVersion,
object PayType,
object StorageResource,
object VpcId,
object VSwitchId,
object ZoneId,
object BackupSetId = null,
object DbClusterDescription = null,
object EnableDefaultResourcePool = null,
object Period = null,
object PeriodType = null,
object ResourceGroupId = null,
object RestoreToTime = null,
object RestoreType = null,
object SourceDbClusterId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
ComputeResource |
object |
No description. |
DbClusterVersion |
object |
No description. |
PayType |
object |
No description. |
StorageResource |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
BackupSetId |
object |
No description. |
DbClusterDescription |
object |
No description. |
EnableDefaultResourcePool |
object |
No description. |
Period |
object |
No description. |
PeriodType |
object |
No description. |
ResourceGroupId |
object |
No description. |
RestoreToTime |
object |
No description. |
RestoreType |
object |
No description. |
SourceDbClusterId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ComputeResource
Required
public object ComputeResource { get; set; }
- Type: object
DbClusterVersion
Required
public object DbClusterVersion { get; set; }
- Type: object
PayType
Required
public object PayType { get; set; }
- Type: object
StorageResource
Required
public object StorageResource { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
BackupSetId
Optional
public object BackupSetId { get; set; }
- Type: object
DbClusterDescription
Optional
public object DbClusterDescription { get; set; }
- Type: object
EnableDefaultResourcePool
Optional
public object EnableDefaultResourcePool { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodType
Optional
public object PeriodType { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RestoreToTime
Optional
public object RestoreToTime { get; set; }
- Type: object
RestoreType
Optional
public object RestoreType { get; set; }
- Type: object
SourceDbClusterId
Optional
public object SourceDbClusterId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]