RosReadOnlyDBInstanceProps
Properties for defining a RosReadOnlyDBInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-readonlydbinstance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.RosReadOnlyDBInstanceProps {
DbInstanceClass: interface{},
DbInstanceId: interface{},
DbInstanceStorage: interface{},
EngineVersion: interface{},
ZoneId: interface{},
AutoRenew: interface{},
Category: interface{},
DbInstanceDescription: interface{},
DbInstanceStorageType: interface{},
DedicatedHostGroupId: interface{},
DeletionProtection: interface{},
PayType: interface{},
Period: interface{},
PeriodType: interface{},
PrivateIpAddress: interface{},
ResourceGroupId: interface{},
Tags: *map[string]interface{},
TargetDedicatedHostIdForMaster: interface{},
VpcId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbInstanceClass |
interface{} |
No description. |
DbInstanceId |
interface{} |
No description. |
DbInstanceStorage |
interface{} |
No description. |
EngineVersion |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
AutoRenew |
interface{} |
No description. |
Category |
interface{} |
No description. |
DbInstanceDescription |
interface{} |
No description. |
DbInstanceStorageType |
interface{} |
No description. |
DedicatedHostGroupId |
interface{} |
No description. |
DeletionProtection |
interface{} |
No description. |
PayType |
interface{} |
No description. |
Period |
interface{} |
No description. |
PeriodType |
interface{} |
No description. |
PrivateIpAddress |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
Tags |
*map[string]interface{} |
No description. |
TargetDedicatedHostIdForMaster |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
DbInstanceClass
Required
DbInstanceClass interface{}
- Type: interface{}
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
DbInstanceStorage
Required
DbInstanceStorage interface{}
- Type: interface{}
EngineVersion
Required
EngineVersion interface{}
- Type: interface{}
ZoneId
Required
ZoneId interface{}
- Type: interface{}
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
Category
Optional
Category interface{}
- Type: interface{}
DbInstanceDescription
Optional
DbInstanceDescription interface{}
- Type: interface{}
DbInstanceStorageType
Optional
DbInstanceStorageType interface{}
- Type: interface{}
DedicatedHostGroupId
Optional
DedicatedHostGroupId interface{}
- Type: interface{}
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
PayType
Optional
PayType interface{}
- Type: interface{}
Period
Optional
Period interface{}
- Type: interface{}
PeriodType
Optional
PeriodType interface{}
- Type: interface{}
PrivateIpAddress
Optional
PrivateIpAddress interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Tags
Optional
Tags *map[string]interface{}
- Type: *map[string]interface{}
TargetDedicatedHostIdForMaster
Optional
TargetDedicatedHostIdForMaster interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}