RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mongodb-instance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb"
&alicloudroscdkmongodb.RosInstanceProps {
DbInstanceClass: interface{},
DbInstanceStorage: interface{},
AccountPassword: interface{},
AutoRenew: interface{},
BackupId: interface{},
BusinessInfo: interface{},
ChargeType: interface{},
CouponNo: interface{},
DatabaseNames: interface{},
DbInstanceDescription: interface{},
EngineVersion: interface{},
HiddenZoneId: interface{},
Period: interface{},
PrivateConnections: interface{},
ReadonlyReplicas: interface{},
ReplicationFactor: interface{},
ResourceGroupId: interface{},
RestoreTime: interface{},
SecondaryZoneId: interface{},
SecurityGroupId: interface{},
SecurityIpArray: interface{},
SrcDbInstanceId: interface{},
StorageEngine: interface{},
StorageType: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkmongodb.RosInstance.TagsProperty,
TdeStatus: interface{},
VpcId: interface{},
VpcPasswordFree: interface{},
VSwitchId: interface{},
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbInstanceClass |
interface{} |
No description. |
DbInstanceStorage |
interface{} |
No description. |
AccountPassword |
interface{} |
No description. |
AutoRenew |
interface{} |
No description. |
BackupId |
interface{} |
No description. |
BusinessInfo |
interface{} |
No description. |
ChargeType |
interface{} |
No description. |
CouponNo |
interface{} |
No description. |
DatabaseNames |
interface{} |
No description. |
DbInstanceDescription |
interface{} |
No description. |
EngineVersion |
interface{} |
No description. |
HiddenZoneId |
interface{} |
No description. |
Period |
interface{} |
No description. |
PrivateConnections |
interface{} |
No description. |
ReadonlyReplicas |
interface{} |
No description. |
ReplicationFactor |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
RestoreTime |
interface{} |
No description. |
SecondaryZoneId |
interface{} |
No description. |
SecurityGroupId |
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. |
VpcPasswordFree |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
DbInstanceClass
Required
DbInstanceClass interface{}
- Type: interface{}
DbInstanceStorage
Required
DbInstanceStorage interface{}
- Type: interface{}
AccountPassword
Optional
AccountPassword interface{}
- Type: interface{}
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
BackupId
Optional
BackupId interface{}
- Type: interface{}
BusinessInfo
Optional
BusinessInfo interface{}
- Type: interface{}
ChargeType
Optional
ChargeType interface{}
- Type: interface{}
CouponNo
Optional
CouponNo interface{}
- Type: interface{}
DatabaseNames
Optional
DatabaseNames 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{}
PrivateConnections
Optional
PrivateConnections interface{}
- Type: interface{}
ReadonlyReplicas
Optional
ReadonlyReplicas interface{}
- Type: interface{}
ReplicationFactor
Optional
ReplicationFactor interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RestoreTime
Optional
RestoreTime interface{}
- Type: interface{}
SecondaryZoneId
Optional
SecondaryZoneId interface{}
- Type: interface{}
SecurityGroupId
Optional
SecurityGroupId 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{}
VpcPasswordFree
Optional
VpcPasswordFree interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}
ZoneId
Optional
ZoneId interface{}
- Type: interface{}