MyBaseProps
Properties for defining a MyBase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-mybase
Initializer
import { MyBaseProps } from '@alicloud/ros-cdk-cddc'
const myBaseProps: MyBaseProps = { ... }
Properties
Name | Type | Description |
---|---|---|
ecsClassList |
@alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}[] |
Property ecsClassList: ECS Class List. |
engine |
string | @alicloud/ros-cdk-core.IResolvable |
Property engine: Database type. |
payType |
string | @alicloud/ros-cdk-core.IResolvable |
Property payType: Payment type, currently only supports PrePaid. |
period |
number | @alicloud/ros-cdk-core.IResolvable |
Property period: The period of the subscription in months. |
securityGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property securityGroupId: The ID of the security group. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The ID of the VPC. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vSwitchId: Virtual switch ID. |
zoneId |
string | @alicloud/ros-cdk-core.IResolvable |
Property zoneId: Availability Zone ID. |
autoRenew |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property autoRenew: Whether to enable auto renew. |
dedicatedHostGroupDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property dedicatedHostGroupDescription: The name of the dedicated cluster. |
dedicatedHostGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dedicatedHostGroupId: The ID of the dedicated cluster. |
ecsDeploymentSetId |
string | @alicloud/ros-cdk-core.IResolvable |
Property ecsDeploymentSetId: The ID of the deployment set. |
ecsHostName |
string | @alicloud/ros-cdk-core.IResolvable |
Property ecsHostName: The host name of the ECS instance. |
ecsInstanceName |
string | @alicloud/ros-cdk-core.IResolvable |
Property ecsInstanceName: The name of the ECS instance. |
ecsUniqueSuffix |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property ecsUniqueSuffix: The unique suffix of the ECS instance. |
imageId |
string | @alicloud/ros-cdk-core.IResolvable |
Property imageId: The image ID. |
internetChargeType |
string | @alicloud/ros-cdk-core.IResolvable |
Property internetChargeType: Network billing type. |
internetMaxBandwidthOut |
number | @alicloud/ros-cdk-core.IResolvable |
Property internetMaxBandwidthOut: Set internet output bandwidth of instance. |
keyPairName |
string | @alicloud/ros-cdk-core.IResolvable |
Property keyPairName: The name of the key pair. |
osPassword |
string | @alicloud/ros-cdk-core.IResolvable |
Property osPassword: Password of created ecs instance. |
passwordInherit |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property passwordInherit: Whether to inherit the password from the parent cluster. |
periodType |
string | @alicloud/ros-cdk-core.IResolvable |
Property periodType: Prepaid type, currently only supports Monthly (monthly subscription). |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: Resource group id. |
userData |
string | @alicloud/ros-cdk-core.IResolvable |
Property userData: User-defined script data, the original data is up to 16KB. |
userDataInBase64 |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property userDataInBase64: The user data of the ECS instance. |
ecsClassList
Required
public readonly ecsClassList: IResolvable | {[ key: string ]: any}[];
- Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}[]
Property ecsClassList: ECS Class List.
engine
Required
public readonly engine: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property engine: Database type.
payType
Required
public readonly payType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property payType: Payment type, currently only supports PrePaid.
period
Required
public readonly period: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property period: The period of the subscription in months.
securityGroupId
Required
public readonly securityGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property securityGroupId: The ID of the security group.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the VPC.
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: Virtual switch ID.
zoneId
Required
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property zoneId: Availability Zone ID.
autoRenew
Optional
public readonly autoRenew: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property autoRenew: Whether to enable auto renew.
dedicatedHostGroupDescription
Optional
public readonly dedicatedHostGroupDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostGroupDescription: The name of the dedicated cluster.
dedicatedHostGroupId
Optional
public readonly dedicatedHostGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostGroupId: The ID of the dedicated cluster.
ecsDeploymentSetId
Optional
public readonly ecsDeploymentSetId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ecsDeploymentSetId: The ID of the deployment set.
ecsHostName
Optional
public readonly ecsHostName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ecsHostName: The host name of the ECS instance.
ecsInstanceName
Optional
public readonly ecsInstanceName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ecsInstanceName: The name of the ECS instance.
ecsUniqueSuffix
Optional
public readonly ecsUniqueSuffix: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property ecsUniqueSuffix: The unique suffix of the ECS instance.
imageId
Optional
public readonly imageId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageId: The image ID.
internetChargeType
Optional
public readonly internetChargeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property internetChargeType: Network billing type.
Value range: PayByBandwidth: billed based on fixed bandwidth. PayByTraffic: Pay by traffic usage.
internetMaxBandwidthOut
Optional
public readonly internetMaxBandwidthOut: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property internetMaxBandwidthOut: Set internet output bandwidth of instance.
Unit is Mbps(Mega bit per second). Range is [0,200]. Default is 1. While the property is not 0, public ip will be assigned for instance.
keyPairName
Optional
public readonly keyPairName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property keyPairName: The name of the key pair.
osPassword
Optional
public readonly osPassword: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property osPassword: Password of created ecs instance.
Must contain at least 3 types of special character, lower character, upper character, number.
passwordInherit
Optional
public readonly passwordInherit: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property passwordInherit: Whether to inherit the password from the parent cluster.
periodType
Optional
public readonly periodType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property periodType: Prepaid type, currently only supports Monthly (monthly subscription).
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group id.
userData
Optional
public readonly userData: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property userData: User-defined script data, the original data is up to 16KB.
userDataInBase64
Optional
public readonly userDataInBase64: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property userDataInBase64: The user data of the ECS instance.