Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq5"
&alicloudroscdkrocketmq5.RosInstanceProps {
    InternetInfo: interface{},
    ProductInfo: interface{},
    SeriesCode: interface{},
    SubSeriesCode: interface{},
    VpcInfo: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    InstanceName: interface{},
    PaymentType: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    Remark: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
InternetInfo interface{} No description.
ProductInfo interface{} No description.
SeriesCode interface{} No description.
SubSeriesCode interface{} No description.
VpcInfo interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
InstanceName interface{} No description.
PaymentType interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
Remark interface{} No description.
ResourceGroupId interface{} No description.

InternetInfoRequired

InternetInfo interface{}
  • Type: interface{}

ProductInfoRequired

ProductInfo interface{}
  • Type: interface{}

SeriesCodeRequired

SeriesCode interface{}
  • Type: interface{}

SubSeriesCodeRequired

SubSeriesCode interface{}
  • Type: interface{}

VpcInfoRequired

VpcInfo interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

RemarkOptional

Remark interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}