Skip to content

MyBaseProps

Properties for defining a MyBase.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-mybase

Initializer

import ros_cdk_cddc
ros_cdk_cddc.MyBaseProps(
  ecs_class_list: typing.Union[IResolvable, typing.List[typing.Mapping[typing.Any]]],
  engine: typing.Union[str, IResolvable],
  pay_type: typing.Union[str, IResolvable],
  period: typing.Union[typing.Union[int, float], IResolvable],
  security_group_id: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  v_switch_id: typing.Union[str, IResolvable],
  zone_id: typing.Union[str, IResolvable],
  auto_renew: typing.Union[bool, IResolvable] = None,
  dedicated_host_group_description: typing.Union[str, IResolvable] = None,
  dedicated_host_group_id: typing.Union[str, IResolvable] = None,
  ecs_deployment_set_id: typing.Union[str, IResolvable] = None,
  ecs_host_name: typing.Union[str, IResolvable] = None,
  ecs_instance_name: typing.Union[str, IResolvable] = None,
  ecs_unique_suffix: typing.Union[bool, IResolvable] = None,
  image_id: typing.Union[str, IResolvable] = None,
  internet_charge_type: typing.Union[str, IResolvable] = None,
  internet_max_bandwidth_out: typing.Union[typing.Union[int, float], IResolvable] = None,
  key_pair_name: typing.Union[str, IResolvable] = None,
  os_password: typing.Union[str, IResolvable] = None,
  password_inherit: typing.Union[bool, IResolvable] = None,
  period_type: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  user_data: typing.Union[str, IResolvable] = None,
  user_data_in_base64: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
ecs_class_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Mapping[typing.Any]]] Property ecsClassList: ECS Class List.
engine typing.Union[str, ros_cdk_core.IResolvable] Property engine: Database type.
pay_type typing.Union[str, ros_cdk_core.IResolvable] Property payType: Payment type, currently only supports PrePaid.
period typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property period: The period of the subscription in months.
security_group_id typing.Union[str, ros_cdk_core.IResolvable] Property securityGroupId: The ID of the security group.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: The ID of the VPC.
v_switch_id typing.Union[str, ros_cdk_core.IResolvable] Property vSwitchId: Virtual switch ID.
zone_id typing.Union[str, ros_cdk_core.IResolvable] Property zoneId: Availability Zone ID.
auto_renew typing.Union[bool, ros_cdk_core.IResolvable] Property autoRenew: Whether to enable auto renew.
dedicated_host_group_description typing.Union[str, ros_cdk_core.IResolvable] Property dedicatedHostGroupDescription: The name of the dedicated cluster.
dedicated_host_group_id typing.Union[str, ros_cdk_core.IResolvable] Property dedicatedHostGroupId: The ID of the dedicated cluster.
ecs_deployment_set_id typing.Union[str, ros_cdk_core.IResolvable] Property ecsDeploymentSetId: The ID of the deployment set.
ecs_host_name typing.Union[str, ros_cdk_core.IResolvable] Property ecsHostName: The host name of the ECS instance.
ecs_instance_name typing.Union[str, ros_cdk_core.IResolvable] Property ecsInstanceName: The name of the ECS instance.
ecs_unique_suffix typing.Union[bool, ros_cdk_core.IResolvable] Property ecsUniqueSuffix: The unique suffix of the ECS instance.
image_id typing.Union[str, ros_cdk_core.IResolvable] Property imageId: The image ID.
internet_charge_type typing.Union[str, ros_cdk_core.IResolvable] Property internetChargeType: Network billing type.
internet_max_bandwidth_out typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property internetMaxBandwidthOut: Set internet output bandwidth of instance.
key_pair_name typing.Union[str, ros_cdk_core.IResolvable] Property keyPairName: The name of the key pair.
os_password typing.Union[str, ros_cdk_core.IResolvable] Property osPassword: Password of created ecs instance.
password_inherit typing.Union[bool, ros_cdk_core.IResolvable] Property passwordInherit: Whether to inherit the password from the parent cluster.
period_type typing.Union[str, ros_cdk_core.IResolvable] Property periodType: Prepaid type, currently only supports Monthly (monthly subscription).
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: Resource group id.
user_data typing.Union[str, ros_cdk_core.IResolvable] Property userData: User-defined script data, the original data is up to 16KB.
user_data_in_base64 typing.Union[bool, ros_cdk_core.IResolvable] Property userDataInBase64: The user data of the ECS instance.

ecs_class_listRequired

ecs_class_list: typing.Union[IResolvable, typing.List[typing.Mapping[typing.Any]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Mapping[typing.Any]]]

Property ecsClassList: ECS Class List.


engineRequired

engine: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property engine: Database type.


pay_typeRequired

pay_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property payType: Payment type, currently only supports PrePaid.


periodRequired

period: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property period: The period of the subscription in months.


security_group_idRequired

security_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property securityGroupId: The ID of the security group.


vpc_idRequired

vpc_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vpcId: The ID of the VPC.


v_switch_idRequired

v_switch_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vSwitchId: Virtual switch ID.


zone_idRequired

zone_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property zoneId: Availability Zone ID.


auto_renewOptional

auto_renew: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property autoRenew: Whether to enable auto renew.


dedicated_host_group_descriptionOptional

dedicated_host_group_description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dedicatedHostGroupDescription: The name of the dedicated cluster.


dedicated_host_group_idOptional

dedicated_host_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dedicatedHostGroupId: The ID of the dedicated cluster.


ecs_deployment_set_idOptional

ecs_deployment_set_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property ecsDeploymentSetId: The ID of the deployment set.


ecs_host_nameOptional

ecs_host_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property ecsHostName: The host name of the ECS instance.


ecs_instance_nameOptional

ecs_instance_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property ecsInstanceName: The name of the ECS instance.


ecs_unique_suffixOptional

ecs_unique_suffix: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property ecsUniqueSuffix: The unique suffix of the ECS instance.


image_idOptional

image_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property imageId: The image ID.


internet_charge_typeOptional

internet_charge_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property internetChargeType: Network billing type.

Value range: PayByBandwidth: billed based on fixed bandwidth. PayByTraffic: Pay by traffic usage.


internet_max_bandwidth_outOptional

internet_max_bandwidth_out: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], 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.


key_pair_nameOptional

key_pair_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property keyPairName: The name of the key pair.


os_passwordOptional

os_password: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


password_inheritOptional

password_inherit: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property passwordInherit: Whether to inherit the password from the parent cluster.


period_typeOptional

period_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property periodType: Prepaid type, currently only supports Monthly (monthly subscription).


resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property resourceGroupId: Resource group id.


user_dataOptional

user_data: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property userData: User-defined script data, the original data is up to 16KB.


user_data_in_base64Optional

user_data_in_base64: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property userDataInBase64: The user data of the ECS instance.