Skip to content

RosDBClusterProps

Properties for defining a RosDBCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-dbcluster

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkclickhouse"
&alicloudroscdkclickhouse.RosDBClusterProps {
    Category: interface{},
    DbClusterNetworkType: interface{},
    DbClusterType: interface{},
    DbClusterVersion: interface{},
    DbNodeCount: interface{},
    DbNodeStorage: interface{},
    DbNodeStorageType: interface{},
    PaymentType: interface{},
    DbClusterDescription: interface{},
    EncryptionKey: interface{},
    EncryptionType: interface{},
    Period: interface{},
    UsedTime: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
Category interface{} No description.
DbClusterNetworkType interface{} No description.
DbClusterType interface{} No description.
DbClusterVersion interface{} No description.
DbNodeCount interface{} No description.
DbNodeStorage interface{} No description.
DbNodeStorageType interface{} No description.
PaymentType interface{} No description.
DbClusterDescription interface{} No description.
EncryptionKey interface{} No description.
EncryptionType interface{} No description.
Period interface{} No description.
UsedTime interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

CategoryRequired

Category interface{}
  • Type: interface{}

DbClusterNetworkTypeRequired

DbClusterNetworkType interface{}
  • Type: interface{}

DbClusterTypeRequired

DbClusterType interface{}
  • Type: interface{}

DbClusterVersionRequired

DbClusterVersion interface{}
  • Type: interface{}

DbNodeCountRequired

DbNodeCount interface{}
  • Type: interface{}

DbNodeStorageRequired

DbNodeStorage interface{}
  • Type: interface{}

DbNodeStorageTypeRequired

DbNodeStorageType interface{}
  • Type: interface{}

PaymentTypeRequired

PaymentType interface{}
  • Type: interface{}

DbClusterDescriptionOptional

DbClusterDescription interface{}
  • Type: interface{}

EncryptionKeyOptional

EncryptionKey interface{}
  • Type: interface{}

EncryptionTypeOptional

EncryptionType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

UsedTimeOptional

UsedTime interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}