Skip to content

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.

DbClusterCategoryRequired

DbClusterCategory interface{}
  • Type: interface{}

DbClusterVersionRequired

DbClusterVersion interface{}
  • Type: interface{}

ModeRequired

Mode interface{}
  • Type: interface{}

PayTypeRequired

PayType interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ComputeResourceOptional

ComputeResource interface{}
  • Type: interface{}

DbClusterClassOptional

DbClusterClass interface{}
  • Type: interface{}

DbClusterDescriptionOptional

DbClusterDescription interface{}
  • Type: interface{}

DbNodeGroupCountOptional

DbNodeGroupCount interface{}
  • Type: interface{}

DbNodeStorageOptional

DbNodeStorage interface{}
  • Type: interface{}

ElasticIoResourceOptional

ElasticIoResource interface{}
  • Type: interface{}

ExecutorCountOptional

ExecutorCount interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodTypeOptional

PeriodType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}