Skip to content

RosDBInstancesProps

Properties for defining a RosDBInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstances

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds/datasource"
&datasource.RosDBInstancesProps {
    ConnectionMode: interface{},
    ConnectionString: interface{},
    DbInstanceClass: interface{},
    DbInstanceId: interface{},
    DbInstanceStatus: interface{},
    DbInstanceType: interface{},
    DedicatedHostGroupId: interface{},
    DedicatedHostId: interface{},
    Engine: interface{},
    EngineVersion: interface{},
    Expired: interface{},
    InstanceLevel: interface{},
    InstanceNetworkType: interface{},
    PayType: interface{},
    ProxyId: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    SearchKey: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
ConnectionMode interface{} No description.
ConnectionString interface{} No description.
DbInstanceClass interface{} No description.
DbInstanceId interface{} No description.
DbInstanceStatus interface{} No description.
DbInstanceType interface{} No description.
DedicatedHostGroupId interface{} No description.
DedicatedHostId interface{} No description.
Engine interface{} No description.
EngineVersion interface{} No description.
Expired interface{} No description.
InstanceLevel interface{} No description.
InstanceNetworkType interface{} No description.
PayType interface{} No description.
ProxyId interface{} No description.
RefreshOptions interface{} No description.
ResourceGroupId interface{} No description.
SearchKey interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

ConnectionModeOptional

ConnectionMode interface{}
  • Type: interface{}

ConnectionStringOptional

ConnectionString interface{}
  • Type: interface{}

DbInstanceClassOptional

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceIdOptional

DbInstanceId interface{}
  • Type: interface{}

DbInstanceStatusOptional

DbInstanceStatus interface{}
  • Type: interface{}

DbInstanceTypeOptional

DbInstanceType interface{}
  • Type: interface{}

DedicatedHostGroupIdOptional

DedicatedHostGroupId interface{}
  • Type: interface{}

DedicatedHostIdOptional

DedicatedHostId interface{}
  • Type: interface{}

EngineOptional

Engine interface{}
  • Type: interface{}

EngineVersionOptional

EngineVersion interface{}
  • Type: interface{}

ExpiredOptional

Expired interface{}
  • Type: interface{}

InstanceLevelOptional

InstanceLevel interface{}
  • Type: interface{}

InstanceNetworkTypeOptional

InstanceNetworkType interface{}
  • Type: interface{}

PayTypeOptional

PayType interface{}
  • Type: interface{}

ProxyIdOptional

ProxyId interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SearchKeyOptional

SearchKey interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}