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 DbClusterVersion,
object PayType,
object VpcId,
object VSwitchId,
object ZoneId,
object BackupSetId = null,
object CloneSourceRegionId = null,
object ComputeResource = null,
object DbClusterDescription = null,
object DbClusterNetworkType = null,
object DiskEncryption = null,
object EnableDefaultResourcePool = null,
object KmsId = null,
object Period = null,
object PeriodType = null,
object ProductForm = null,
object ProductVersion = null,
object ReservedNodeCount = null,
object ReservedNodeSize = null,
object ResourceGroupId = null,
object RestoreToTime = null,
object RestoreType = null,
object SecondaryVSwitchId = null,
object SecondaryZoneId = null,
object SourceDbClusterId = null,
object StorageResource = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbClusterVersion | object | No description. |
PayType | object | No description. |
VpcId | object | No description. |
VSwitchId | object | No description. |
ZoneId | object | No description. |
BackupSetId | object | No description. |
CloneSourceRegionId | object | No description. |
ComputeResource | object | No description. |
DbClusterDescription | object | No description. |
DbClusterNetworkType | object | No description. |
DiskEncryption | object | No description. |
EnableDefaultResourcePool | object | No description. |
KmsId | object | No description. |
Period | object | No description. |
PeriodType | object | No description. |
ProductForm | object | No description. |
ProductVersion | object | No description. |
ReservedNodeCount | object | No description. |
ReservedNodeSize | object | No description. |
ResourceGroupId | object | No description. |
RestoreToTime | object | No description. |
RestoreType | object | No description. |
SecondaryVSwitchId | object | No description. |
SecondaryZoneId | object | No description. |
SourceDbClusterId | object | No description. |
StorageResource | object | No description. |
Tags | TagsProperty[] | No description. |
DbClusterVersionRequired
public object DbClusterVersion { get; set; }
- Type: object
PayTypeRequired
public object PayType { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
BackupSetIdOptional
public object BackupSetId { get; set; }
- Type: object
CloneSourceRegionIdOptional
public object CloneSourceRegionId { get; set; }
- Type: object
ComputeResourceOptional
public object ComputeResource { get; set; }
- Type: object
DbClusterDescriptionOptional
public object DbClusterDescription { get; set; }
- Type: object
DbClusterNetworkTypeOptional
public object DbClusterNetworkType { get; set; }
- Type: object
DiskEncryptionOptional
public object DiskEncryption { get; set; }
- Type: object
EnableDefaultResourcePoolOptional
public object EnableDefaultResourcePool { get; set; }
- Type: object
KmsIdOptional
public object KmsId { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodTypeOptional
public object PeriodType { get; set; }
- Type: object
ProductFormOptional
public object ProductForm { get; set; }
- Type: object
ProductVersionOptional
public object ProductVersion { get; set; }
- Type: object
ReservedNodeCountOptional
public object ReservedNodeCount { get; set; }
- Type: object
ReservedNodeSizeOptional
public object ReservedNodeSize { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RestoreToTimeOptional
public object RestoreToTime { get; set; }
- Type: object
RestoreTypeOptional
public object RestoreType { get; set; }
- Type: object
SecondaryVSwitchIdOptional
public object SecondaryVSwitchId { get; set; }
- Type: object
SecondaryZoneIdOptional
public object SecondaryZoneId { get; set; }
- Type: object
SourceDbClusterIdOptional
public object SourceDbClusterId { get; set; }
- Type: object
StorageResourceOptional
public object StorageResource { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]