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. |
ConfigServer
Required
ConfigServer interface{}
- Type: interface{}
Mongos
Required
Mongos interface{}
- Type: interface{}
ReplicaSet
Required
ReplicaSet interface{}
- Type: interface{}
AccountPassword
Optional
AccountPassword interface{}
- Type: interface{}
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
ChargeType
Optional
ChargeType interface{}
- Type: interface{}
DbInstanceDescription
Optional
DbInstanceDescription interface{}
- Type: interface{}
EngineVersion
Optional
EngineVersion interface{}
- Type: interface{}
HiddenZoneId
Optional
HiddenZoneId interface{}
- Type: interface{}
Period
Optional
Period interface{}
- Type: interface{}
ProtocolType
Optional
ProtocolType interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RestoreTime
Optional
RestoreTime interface{}
- Type: interface{}
SecondaryZoneId
Optional
SecondaryZoneId interface{}
- Type: interface{}
SecurityIpArray
Optional
SecurityIpArray interface{}
- Type: interface{}
SrcDbInstanceId
Optional
SrcDbInstanceId interface{}
- Type: interface{}
StorageEngine
Optional
StorageEngine interface{}
- Type: interface{}
StorageType
Optional
StorageType interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TdeStatus
Optional
TdeStatus interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}
ZoneId
Optional
ZoneId interface{}
- Type: interface{}