InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-instance
Initializer
import { InstanceProps } from '@alicloud/ros-cdk-rocketmq5'
const instanceProps: InstanceProps = { ... }
Properties
Name | Type | Description |
---|---|---|
internetInfo |
@alicloud/ros-cdk-core.IResolvable | InternetInfoProperty |
Property internetInfo: Public network configuration information. |
productInfo |
@alicloud/ros-cdk-core.IResolvable | ProductInfoProperty |
Property productInfo: Instance specification information. |
seriesCode |
string | @alicloud/ros-cdk-core.IResolvable |
Property seriesCode: The primary series code of the instance. |
subSeriesCode |
string | @alicloud/ros-cdk-core.IResolvable |
Property subSeriesCode: The sub series code of the instance. |
vpcInfo |
@alicloud/ros-cdk-core.IResolvable | VpcInfoProperty |
Property vpcInfo: Private network configuration information. |
autoRenew |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property autoRenew: Whether to auto-renew. |
autoRenewPeriod |
number | @alicloud/ros-cdk-core.IResolvable |
Property autoRenewPeriod: Automatic renewal period. |
instanceName |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceName: The name of the instance to be created. |
paymentType |
string | @alicloud/ros-cdk-core.IResolvable |
Property paymentType: The sub series code of the instance. |
period |
number | @alicloud/ros-cdk-core.IResolvable |
Property period: The subscription duration. |
periodUnit |
string | @alicloud/ros-cdk-core.IResolvable |
Property periodUnit: The period unit for the duration of the instance. |
remark |
string | @alicloud/ros-cdk-core.IResolvable |
Property remark: The remark of instance. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: Resource group ID. |
internetInfo
Required
public readonly internetInfo: IResolvable | InternetInfoProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | InternetInfoProperty
Property internetInfo: Public network configuration information.
productInfo
Required
public readonly productInfo: IResolvable | ProductInfoProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | ProductInfoProperty
Property productInfo: Instance specification information.
seriesCode
Required
public readonly seriesCode: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property seriesCode: The primary series code of the instance.
subSeriesCode
Required
public readonly subSeriesCode: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property subSeriesCode: The sub series code of the instance.
vpcInfo
Required
public readonly vpcInfo: IResolvable | VpcInfoProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | VpcInfoProperty
Property vpcInfo: Private network configuration information.
autoRenew
Optional
public readonly autoRenew: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property autoRenew: Whether to auto-renew.
This parameter takes effect only when the PaymentType=Subscription.
autoRenewPeriod
Optional
public readonly autoRenewPeriod: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property autoRenewPeriod: Automatic renewal period.
This parameter is valid only when automatic renewal is enabled. Unit: Month.
instanceName
Optional
public readonly instanceName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceName: The name of the instance to be created.
paymentType
Optional
public readonly paymentType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property paymentType: The sub series code of the instance.
period
Optional
public readonly period: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
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
public readonly periodUnit: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property periodUnit: The period unit for the duration of the instance.
remark
Optional
public readonly remark: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property remark: The remark of instance.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group ID.