Skip to content

RosDrdsInstanceProps

Properties for defining a RosDrdsInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-drdsinstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdrds"
&alicloudroscdkdrds.RosDrdsInstanceProps {
    Description: interface{},
    InstanceSeries: interface{},
    PayType: interface{},
    Specification: interface{},
    Type: interface{},
    ZoneId: interface{},
    Duration: interface{},
    IsAutoRenew: interface{},
    MySqlVersion: interface{},
    PricingCycle: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkdrds.RosDrdsInstance.TagsProperty,
    VpcId: interface{},
    VswitchId: interface{},
}

Properties

Name Type Description
Description interface{} No description.
InstanceSeries interface{} No description.
PayType interface{} No description.
Specification interface{} No description.
Type interface{} No description.
ZoneId interface{} No description.
Duration interface{} No description.
IsAutoRenew interface{} No description.
MySqlVersion interface{} No description.
PricingCycle interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]TagsProperty No description.
VpcId interface{} No description.
VswitchId interface{} No description.

DescriptionRequired

Description interface{}
  • Type: interface{}

InstanceSeriesRequired

InstanceSeries interface{}
  • Type: interface{}

PayTypeRequired

PayType interface{}
  • Type: interface{}

SpecificationRequired

Specification interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

DurationOptional

Duration interface{}
  • Type: interface{}

IsAutoRenewOptional

IsAutoRenew interface{}
  • Type: interface{}

MySqlVersionOptional

MySqlVersion interface{}
  • Type: interface{}

PricingCycleOptional

PricingCycle interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VswitchIdOptional

VswitchId interface{}
  • Type: interface{}