ReadOnlyDBInstanceProps
Properties for defining a ReadOnlyDBInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-readonlydbinstance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.ReadOnlyDBInstanceProps {
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{} |
Property dbInstanceClass: The type of the instance. |
DbInstanceId |
interface{} |
Property dbInstanceId: The ID of the master instance. |
DbInstanceStorage |
interface{} |
Property dbInstanceStorage: The storage space of the instance. |
EngineVersion |
interface{} |
Property engineVersion: The version of the database. |
ZoneId |
interface{} |
Property zoneId: The ID of the zone. |
AutoRenew |
interface{} |
Property autoRenew: Specifies whether to enable auto-renewal. |
Category |
interface{} |
Property category: The RDS edition of the read-only instance. |
DbInstanceDescription |
interface{} |
Property dbInstanceDescription: Description of created database instance. |
DbInstanceStorageType |
interface{} |
Property dbInstanceStorageType: The type of storage media that is used by the instance. |
DedicatedHostGroupId |
interface{} |
Property dedicatedHostGroupId: The ID of the dedicated cluster to which the read-only instance belongs. |
DeletionProtection |
interface{} |
Property deletionProtection: Specifies whether to enable the release protection feature for the read-only instance. |
PayType |
interface{} |
Property payType: The billing method. |
Period |
interface{} |
Property period: The subscription duration. |
PeriodType |
interface{} |
Property periodType: Charge period for created instances. |
PrivateIpAddress |
interface{} |
Property privateIpAddress: The private IP address of the read-only instance. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group id. |
Tags |
*map[string]interface{} |
Property tags: The tags of an instance. |
TargetDedicatedHostIdForMaster |
interface{} |
Property targetDedicatedHostIdForMaster: The ID of the host on which the primary instance resides. |
VpcId |
interface{} |
Property vpcId: The ID of the VPC. |
VSwitchId |
interface{} |
Property vSwitchId: The ID of the VSwitch. |
DbInstanceClass
Required
DbInstanceClass interface{}
- Type: interface{}
Property dbInstanceClass: The type of the instance.
For more information, see Instance type list. The type of the read-only instance must be no less than that of the master instance. Otherwise, the read-only instance incurs high latency and high load.
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The ID of the master instance.
DbInstanceStorage
Required
DbInstanceStorage interface{}
- Type: interface{}
Property dbInstanceStorage: The storage space of the instance.
Value range: 5 to 3000. The value must be a multiple of 5. Unit: GB.
EngineVersion
Required
EngineVersion interface{}
- Type: interface{}
Property engineVersion: The version of the database.
The database and the master instance must have the same database version. Valid values: 5.6, 5.7, 8.0, 2017_ent, 2019_ent
ZoneId
Required
ZoneId interface{}
- Type: interface{}
Property zoneId: The ID of the zone.
You can call the DescribeRegions API operation to view the latest zones.
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
Property autoRenew: Specifies whether to enable auto-renewal.
Valid values: true and false. Note :Monthly subscription: The auto-renewal cycle is one month. Annual subscription: The auto-renewal cycle is one year.
Category
Optional
Category interface{}
- Type: interface{}
Property category: The RDS edition of the read-only instance.
Valid values: Basic: Basic Edition. HighAvailability: High-availability Edition. This is the default value. AlwaysOn: Cluster Edition. Finance: Enterprise Edition. This edition is available only on the China site (aliyun.com).
DbInstanceDescription
Optional
DbInstanceDescription interface{}
- Type: interface{}
Property dbInstanceDescription: Description of created database instance.
DbInstanceStorageType
Optional
DbInstanceStorageType interface{}
- Type: interface{}
Property dbInstanceStorageType: The type of storage media that is used by the instance.
Valid values: local_ssd: local SSDs cloud_ssd: standard SSDs cloud_essd: ESSDs of performance level 1 (PL1) cloud_essd2: ESSDs of PL2 cloud_essd3: ESSDs of PL3
DedicatedHostGroupId
Optional
DedicatedHostGroupId interface{}
- Type: interface{}
Property dedicatedHostGroupId: The ID of the dedicated cluster to which the read-only instance belongs.
This parameter is valid when you create the read-only instance in a dedicated cluster.
DeletionProtection
Optional
DeletionProtection interface{}
- Type: interface{}
Property deletionProtection: Specifies whether to enable the release protection feature for the read-only instance.
Valid values:- true: enables the feature.- false (default): disables the feature.
PayType
Optional
PayType interface{}
- Type: interface{}
Property payType: The billing method.
Period
Optional
Period interface{}
- Type: interface{}
Property period: The subscription duration.
Valid values: When PeriodType is Month, it could be from 1 to 12, 24, 36, 48, 60. When PeriodType is Year, it could be from 1 to 5.
PeriodType
Optional
PeriodType interface{}
- Type: interface{}
Property periodType: Charge period for created instances.
PrivateIpAddress
Optional
PrivateIpAddress interface{}
- Type: interface{}
Property privateIpAddress: The private IP address of the read-only instance.
It must be within the IP address range provided by the switch. The system automatically assigns an IP address based on the VPCId and VSwitchId by default.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
Tags
Optional
Tags *map[string]interface{}
- Type: *map[string]interface{}
Property tags: The tags of an instance.
You should input the information of the tag with the format of the Key-Value, such as {"key1":"value1","key2":"value2", ... "key5":"value5"}. At most 5 tags can be specified. Key It can be up to 64 characters in length. Cannot begin with aliyun. Cannot begin with http:// or https://. Cannot be a null string. Value It can be up to 128 characters in length. Cannot begin with aliyun. Cannot begin with http:// or https://. Can be a null string.
TargetDedicatedHostIdForMaster
Optional
TargetDedicatedHostIdForMaster interface{}
- Type: interface{}
Property targetDedicatedHostIdForMaster: The ID of the host on which the primary instance resides.
This parameter is valid when you create the read-only instance in a dedicated cluster.
VpcId
Optional
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC.
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of the VSwitch.