Skip to content

RosDBInstanceProps

Properties for defining a RosDBInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-dbinstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgpdb"
&alicloudroscdkgpdb.RosDBInstanceProps {
    EngineVersion: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
    CreateSampleData: interface{},
    DbInstanceCategory: interface{},
    DbInstanceClass: interface{},
    DbInstanceDescription: interface{},
    DbInstanceGroupCount: interface{},
    DbInstanceMode: interface{},
    EncryptionKey: interface{},
    EncryptionType: interface{},
    IdleTime: interface{},
    InstanceSpec: interface{},
    MasterNodeNum: interface{},
    PayType: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    PrivateIpAddress: interface{},
    ProdType: interface{},
    SecurityIpList: interface{},
    SegDiskPerformanceLevel: interface{},
    SegNodeNum: interface{},
    SegStorageType: interface{},
    ServerlessMode: interface{},
    ServerlessResource: interface{},
    StorageSize: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkgpdb.RosDBInstance.TagsProperty,
    VectorConfigurationStatus: interface{},
    VpcId: interface{},
}

Properties

Name Type Description
EngineVersion interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.
CreateSampleData interface{} No description.
DbInstanceCategory interface{} No description.
DbInstanceClass interface{} No description.
DbInstanceDescription interface{} No description.
DbInstanceGroupCount interface{} No description.
DbInstanceMode interface{} No description.
EncryptionKey interface{} No description.
EncryptionType interface{} No description.
IdleTime interface{} No description.
InstanceSpec interface{} No description.
MasterNodeNum interface{} No description.
PayType interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
PrivateIpAddress interface{} No description.
ProdType interface{} No description.
SecurityIpList interface{} No description.
SegDiskPerformanceLevel interface{} No description.
SegNodeNum interface{} No description.
SegStorageType interface{} No description.
ServerlessMode interface{} No description.
ServerlessResource interface{} No description.
StorageSize interface{} No description.
Tags *[]TagsProperty No description.
VectorConfigurationStatus interface{} No description.
VpcId interface{} No description.

EngineVersionRequired

EngineVersion interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

CreateSampleDataOptional

CreateSampleData interface{}
  • Type: interface{}

DbInstanceCategoryOptional

DbInstanceCategory interface{}
  • Type: interface{}

DbInstanceClassOptional

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceGroupCountOptional

DbInstanceGroupCount interface{}
  • Type: interface{}

DbInstanceModeOptional

DbInstanceMode interface{}
  • Type: interface{}

EncryptionKeyOptional

EncryptionKey interface{}
  • Type: interface{}

EncryptionTypeOptional

EncryptionType interface{}
  • Type: interface{}

IdleTimeOptional

IdleTime interface{}
  • Type: interface{}

InstanceSpecOptional

InstanceSpec interface{}
  • Type: interface{}

MasterNodeNumOptional

MasterNodeNum interface{}
  • Type: interface{}

PayTypeOptional

PayType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

ProdTypeOptional

ProdType interface{}
  • Type: interface{}

SecurityIpListOptional

SecurityIpList interface{}
  • Type: interface{}

SegDiskPerformanceLevelOptional

SegDiskPerformanceLevel interface{}
  • Type: interface{}

SegNodeNumOptional

SegNodeNum interface{}
  • Type: interface{}

SegStorageTypeOptional

SegStorageType interface{}
  • Type: interface{}

ServerlessModeOptional

ServerlessMode interface{}
  • Type: interface{}

ServerlessResourceOptional

ServerlessResource interface{}
  • Type: interface{}

StorageSizeOptional

StorageSize interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

VectorConfigurationStatusOptional

VectorConfigurationStatus interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}