Skip to content

RosShardingInstanceProps

Properties for defining a RosShardingInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mongodb-shardinginstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb"
&alicloudroscdkmongodb.RosShardingInstanceProps {
    ConfigServer: interface{},
    Mongos: interface{},
    ReplicaSet: interface{},
    AccountPassword: interface{},
    AutoRenew: interface{},
    ChargeType: interface{},
    DbInstanceDescription: interface{},
    EngineVersion: interface{},
    HiddenZoneId: interface{},
    Period: interface{},
    ProtocolType: interface{},
    ResourceGroupId: interface{},
    RestoreTime: interface{},
    SecondaryZoneId: interface{},
    SecurityIpArray: interface{},
    SrcDbInstanceId: interface{},
    StorageEngine: interface{},
    StorageType: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb.RosShardingInstance.TagsProperty,
    TdeStatus: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
ConfigServer interface{} No description.
Mongos interface{} No description.
ReplicaSet interface{} No description.
AccountPassword interface{} No description.
AutoRenew interface{} No description.
ChargeType interface{} No description.
DbInstanceDescription interface{} No description.
EngineVersion interface{} No description.
HiddenZoneId interface{} No description.
Period interface{} No description.
ProtocolType interface{} No description.
ResourceGroupId interface{} No description.
RestoreTime interface{} No description.
SecondaryZoneId interface{} No description.
SecurityIpArray interface{} No description.
SrcDbInstanceId interface{} No description.
StorageEngine interface{} No description.
StorageType interface{} No description.
Tags *[]TagsProperty No description.
TdeStatus interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

ConfigServerRequired

ConfigServer interface{}
  • Type: interface{}

MongosRequired

Mongos interface{}
  • Type: interface{}

ReplicaSetRequired

ReplicaSet interface{}
  • Type: interface{}

AccountPasswordOptional

AccountPassword interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

EngineVersionOptional

EngineVersion interface{}
  • Type: interface{}

HiddenZoneIdOptional

HiddenZoneId interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

ProtocolTypeOptional

ProtocolType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RestoreTimeOptional

RestoreTime interface{}
  • Type: interface{}

SecondaryZoneIdOptional

SecondaryZoneId interface{}
  • Type: interface{}

SecurityIpArrayOptional

SecurityIpArray interface{}
  • Type: interface{}

SrcDbInstanceIdOptional

SrcDbInstanceId interface{}
  • Type: interface{}

StorageEngineOptional

StorageEngine interface{}
  • Type: interface{}

StorageTypeOptional

StorageType interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TdeStatusOptional

TdeStatus interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}