Skip to content

RosElasticDBInstanceProps

Properties for defining a RosElasticDBInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgpdb"
&alicloudroscdkgpdb.RosElasticDBInstanceProps {
    EngineVersion: interface{},
    InstanceSpec: interface{},
    SegNodeNum: interface{},
    SegStorageType: interface{},
    StorageSize: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
    DbInstanceCategory: interface{},
    DbInstanceDescription: interface{},
    DbInstanceMode: interface{},
    EncryptionKey: interface{},
    EncryptionType: interface{},
    MasterNodeNum: interface{},
    PayType: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    PrivateIpAddress: interface{},
    SecurityIpList: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkgpdb.RosElasticDBInstance.TagsProperty,
    VpcId: interface{},
}

Properties

Name Type Description
EngineVersion interface{} No description.
InstanceSpec interface{} No description.
SegNodeNum interface{} No description.
SegStorageType interface{} No description.
StorageSize interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.
DbInstanceCategory interface{} No description.
DbInstanceDescription interface{} No description.
DbInstanceMode interface{} No description.
EncryptionKey interface{} No description.
EncryptionType interface{} No description.
MasterNodeNum interface{} No description.
PayType interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
PrivateIpAddress interface{} No description.
SecurityIpList interface{} No description.
Tags *[]TagsProperty No description.
VpcId interface{} No description.

EngineVersionRequired

EngineVersion interface{}
  • Type: interface{}

InstanceSpecRequired

InstanceSpec interface{}
  • Type: interface{}

SegNodeNumRequired

SegNodeNum interface{}
  • Type: interface{}

SegStorageTypeRequired

SegStorageType interface{}
  • Type: interface{}

StorageSizeRequired

StorageSize interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

DbInstanceCategoryOptional

DbInstanceCategory interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceModeOptional

DbInstanceMode interface{}
  • Type: interface{}

EncryptionKeyOptional

EncryptionKey interface{}
  • Type: interface{}

EncryptionTypeOptional

EncryptionType 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{}

SecurityIpListOptional

SecurityIpList interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

VpcIdOptional

VpcId interface{}
  • Type: interface{}