RosDbInstanceProps
Properties for defining a RosDbInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-graphdatabase-dbinstance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgraphdatabase"
&alicloudroscdkgraphdatabase.RosDbInstanceProps {
DbInstanceCategory: interface{},
DbInstanceNetworkType: interface{},
DbInstanceStorageType: interface{},
DbNodeClass: interface{},
DbNodeStorage: interface{},
DbVersion: interface{},
BackupSetId: interface{},
CreateType: interface{},
DbInstanceDescription: interface{},
DbInstanceIpArray: interface{},
EcsSecurityGroupRelations: interface{},
MaintainTime: interface{},
PaymentType: interface{},
ResourceGroupId: interface{},
RestoreType: interface{},
SourceDbInstanceId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkgraphdatabase.RosDbInstance.TagsProperty,
VpcId: interface{},
VSwitchId: interface{},
ZoneId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbInstanceCategory |
interface{} |
No description. |
DbInstanceNetworkType |
interface{} |
No description. |
DbInstanceStorageType |
interface{} |
No description. |
DbNodeClass |
interface{} |
No description. |
DbNodeStorage |
interface{} |
No description. |
DbVersion |
interface{} |
No description. |
BackupSetId |
interface{} |
No description. |
CreateType |
interface{} |
No description. |
DbInstanceDescription |
interface{} |
No description. |
DbInstanceIpArray |
interface{} |
No description. |
EcsSecurityGroupRelations |
interface{} |
No description. |
MaintainTime |
interface{} |
No description. |
PaymentType |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
RestoreType |
interface{} |
No description. |
SourceDbInstanceId |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
DbInstanceCategory
Required
DbInstanceCategory interface{}
- Type: interface{}
DbInstanceNetworkType
Required
DbInstanceNetworkType interface{}
- Type: interface{}
DbInstanceStorageType
Required
DbInstanceStorageType interface{}
- Type: interface{}
DbNodeClass
Required
DbNodeClass interface{}
- Type: interface{}
DbNodeStorage
Required
DbNodeStorage interface{}
- Type: interface{}
DbVersion
Required
DbVersion interface{}
- Type: interface{}
BackupSetId
Optional
BackupSetId interface{}
- Type: interface{}
CreateType
Optional
CreateType interface{}
- Type: interface{}
DbInstanceDescription
Optional
DbInstanceDescription interface{}
- Type: interface{}
DbInstanceIpArray
Optional
DbInstanceIpArray interface{}
- Type: interface{}
EcsSecurityGroupRelations
Optional
EcsSecurityGroupRelations interface{}
- Type: interface{}
MaintainTime
Optional
MaintainTime interface{}
- Type: interface{}
PaymentType
Optional
PaymentType interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RestoreType
Optional
RestoreType interface{}
- Type: interface{}
SourceDbInstanceId
Optional
SourceDbInstanceId interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}
ZoneId
Optional
ZoneId interface{}
- Type: interface{}