Skip to content

RosDBInstanceProps

Properties for defining a RosDBInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardbx-dbinstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardbx"
&alicloudroscdkpolardbx.RosDBInstanceProps {
    DbNodeClass: interface{},
    DbNodeCount: interface{},
    EngineVersion: interface{},
    PrimaryZone: interface{},
    TopologyType: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    AutoRenew: interface{},
    DbInstanceDescription: interface{},
    PayType: interface{},
    Period: interface{},
    ResourceGroupId: interface{},
    SecondaryZone: interface{},
    SecurityIpConfig: interface{},
    TertiaryZone: interface{},
    UsedTime: interface{},
}

Properties

Name Type Description
DbNodeClass interface{} No description.
DbNodeCount interface{} No description.
EngineVersion interface{} No description.
PrimaryZone interface{} No description.
TopologyType interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
AutoRenew interface{} No description.
DbInstanceDescription interface{} No description.
PayType interface{} No description.
Period interface{} No description.
ResourceGroupId interface{} No description.
SecondaryZone interface{} No description.
SecurityIpConfig interface{} No description.
TertiaryZone interface{} No description.
UsedTime interface{} No description.

DbNodeClassRequired

DbNodeClass interface{}
  • Type: interface{}

DbNodeCountRequired

DbNodeCount interface{}
  • Type: interface{}

EngineVersionRequired

EngineVersion interface{}
  • Type: interface{}

PrimaryZoneRequired

PrimaryZone interface{}
  • Type: interface{}

TopologyTypeRequired

TopologyType interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

PayTypeOptional

PayType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecondaryZoneOptional

SecondaryZone interface{}
  • Type: interface{}

SecurityIpConfigOptional

SecurityIpConfig interface{}
  • Type: interface{}

TertiaryZoneOptional

TertiaryZone interface{}
  • Type: interface{}

UsedTimeOptional

UsedTime interface{}
  • Type: interface{}