InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-instance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq5"
&alicloudroscdkrocketmq5.InstanceProps {
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{} |
Property internetInfo: Public network configuration information. |
ProductInfo |
interface{} |
Property productInfo: Instance specification information. |
SeriesCode |
interface{} |
Property seriesCode: The primary series code of the instance. |
SubSeriesCode |
interface{} |
Property subSeriesCode: The sub series code of the instance. |
VpcInfo |
interface{} |
Property vpcInfo: Private network configuration information. |
AutoRenew |
interface{} |
Property autoRenew: Whether to auto-renew. |
AutoRenewPeriod |
interface{} |
Property autoRenewPeriod: Automatic renewal period. |
InstanceName |
interface{} |
Property instanceName: The name of the instance to be created. |
PaymentType |
interface{} |
Property paymentType: The sub series code of the instance. |
Period |
interface{} |
Property period: The subscription duration. |
PeriodUnit |
interface{} |
Property periodUnit: The period unit for the duration of the instance. |
Remark |
interface{} |
Property remark: The remark of instance. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group ID. |
InternetInfo
Required
InternetInfo interface{}
- Type: interface{}
Property internetInfo: Public network configuration information.
ProductInfo
Required
ProductInfo interface{}
- Type: interface{}
Property productInfo: Instance specification information.
SeriesCode
Required
SeriesCode interface{}
- Type: interface{}
Property seriesCode: The primary series code of the instance.
SubSeriesCode
Required
SubSeriesCode interface{}
- Type: interface{}
Property subSeriesCode: The sub series code of the instance.
VpcInfo
Required
VpcInfo interface{}
- Type: interface{}
Property vpcInfo: Private network configuration information.
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
Property autoRenew: Whether to auto-renew.
This parameter takes effect only when the PaymentType=Subscription.
AutoRenewPeriod
Optional
AutoRenewPeriod interface{}
- Type: interface{}
Property autoRenewPeriod: Automatic renewal period.
This parameter is valid only when automatic renewal is enabled. Unit: Month.
InstanceName
Optional
InstanceName interface{}
- Type: interface{}
Property instanceName: The name of the instance to be created.
PaymentType
Optional
PaymentType interface{}
- Type: interface{}
Property paymentType: The sub series code of the instance.
Period
Optional
Period interface{}
- Type: interface{}
Property period: The subscription duration.
Valid values: When Period is Month, it could be from 1 to 6, 12, 24, 36. When Period is Year, it could be from 1 to 3.
PeriodUnit
Optional
PeriodUnit interface{}
- Type: interface{}
Property periodUnit: The period unit for the duration of the instance.
Remark
Optional
Remark interface{}
- Type: interface{}
Property remark: The remark of instance.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group ID.