RosDBClusterProps
Properties for defining a RosDBCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-adb-dbcluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkadb"
&alicloudroscdkadb.RosDBClusterProps {
DbClusterCategory: interface{},
DbClusterVersion: interface{},
Mode: interface{},
PayType: interface{},
VpcId: interface{},
VSwitchId: interface{},
ComputeResource: interface{},
DbClusterClass: interface{},
DbClusterDescription: interface{},
DbNodeGroupCount: interface{},
DbNodeStorage: interface{},
ElasticIoResource: interface{},
ExecutorCount: interface{},
Period: interface{},
PeriodType: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkadb.RosDBCluster.TagsProperty,
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbClusterCategory |
interface{} |
No description. |
DbClusterVersion |
interface{} |
No description. |
Mode |
interface{} |
No description. |
PayType |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ComputeResource |
interface{} |
No description. |
DbClusterClass |
interface{} |
No description. |
DbClusterDescription |
interface{} |
No description. |
DbNodeGroupCount |
interface{} |
No description. |
DbNodeStorage |
interface{} |
No description. |
ElasticIoResource |
interface{} |
No description. |
ExecutorCount |
interface{} |
No description. |
Period |
interface{} |
No description. |
PeriodType |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
ZoneId |
interface{} |
No description. |
DbClusterCategory
Required
DbClusterCategory interface{}
- Type: interface{}
DbClusterVersion
Required
DbClusterVersion interface{}
- Type: interface{}
Mode
Required
Mode interface{}
- Type: interface{}
PayType
Required
PayType interface{}
- Type: interface{}
VpcId
Required
VpcId interface{}
- Type: interface{}
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
ComputeResource
Optional
ComputeResource interface{}
- Type: interface{}
DbClusterClass
Optional
DbClusterClass interface{}
- Type: interface{}
DbClusterDescription
Optional
DbClusterDescription interface{}
- Type: interface{}
DbNodeGroupCount
Optional
DbNodeGroupCount interface{}
- Type: interface{}
DbNodeStorage
Optional
DbNodeStorage interface{}
- Type: interface{}
ElasticIoResource
Optional
ElasticIoResource interface{}
- Type: interface{}
ExecutorCount
Optional
ExecutorCount interface{}
- Type: interface{}
Period
Optional
Period interface{}
- Type: interface{}
PeriodType
Optional
PeriodType interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
ZoneId
Optional
ZoneId interface{}
- Type: interface{}