RosDrdsDBProps
Properties for defining a RosDrdsDB.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-drdsdb
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdrds"
&alicloudroscdkdrds.RosDrdsDBProps {
DrdsInstanceId: interface{},
AccountName: interface{},
DbInstanceIsCreating: interface{},
DbInstType: interface{},
DbName: interface{},
Encode: interface{},
InstDbName: interface{},
Password: interface{},
RdsInstance: interface{},
Type: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DrdsInstanceId |
interface{} |
No description. |
AccountName |
interface{} |
No description. |
DbInstanceIsCreating |
interface{} |
No description. |
DbInstType |
interface{} |
No description. |
DbName |
interface{} |
No description. |
Encode |
interface{} |
No description. |
InstDbName |
interface{} |
No description. |
Password |
interface{} |
No description. |
RdsInstance |
interface{} |
No description. |
Type |
interface{} |
No description. |
DrdsInstanceIdRequired
DrdsInstanceId interface{}
- Type: interface{}
AccountNameOptional
AccountName interface{}
- Type: interface{}
DbInstanceIsCreatingOptional
DbInstanceIsCreating interface{}
- Type: interface{}
DbInstTypeOptional
DbInstType interface{}
- Type: interface{}
DbNameOptional
DbName interface{}
- Type: interface{}
EncodeOptional
Encode interface{}
- Type: interface{}
InstDbNameOptional
InstDbName interface{}
- Type: interface{}
PasswordOptional
Password interface{}
- Type: interface{}
RdsInstanceOptional
RdsInstance interface{}
- Type: interface{}
TypeOptional
Type interface{}
- Type: interface{}