Skip to content

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.

DbInstanceClassRequired

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

DbInstanceStorageRequired

DbInstanceStorage interface{}
  • Type: interface{}

EngineVersionRequired

EngineVersion interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

CategoryOptional

Category interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceStorageTypeOptional

DbInstanceStorageType interface{}
  • Type: interface{}

DedicatedHostGroupIdOptional

DedicatedHostGroupId interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

PayTypeOptional

PayType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodTypeOptional

PeriodType interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *map[string]interface{}
  • Type: *map[string]interface{}

TargetDedicatedHostIdForMasterOptional

TargetDedicatedHostIdForMaster interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}