Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

import ros_cdk_flink
ros_cdk_flink.InstanceProps(
  bucket: typing.Union[str, IResolvable],
  charge_type: typing.Union[str, IResolvable],
  instance_name: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  v_switch_ids: typing.Union[typing.List[typing.Any], IResolvable],
  zone_id: typing.Union[str, IResolvable],
  auto_renew: typing.Union[bool, IResolvable] = None,
  duration: typing.Union[typing.Union[int, float], IResolvable] = None,
  pricing_cycle: typing.Union[str, IResolvable] = None,
  promotion_code: typing.Union[str, IResolvable] = None,
  resource_spec: typing.Union[IResolvable, ResourceSpecProperty] = None,
  use_promotion_code: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
bucket typing.Union[str, ros_cdk_core.IResolvable] Property bucket: OSS bucket name.
charge_type typing.Union[str, ros_cdk_core.IResolvable] Property chargeType: The payment type, the value of the value is as follows: POST: pay as you go.
instance_name typing.Union[str, ros_cdk_core.IResolvable] Property instanceName: The name of instance.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: VPC ID.
v_switch_ids typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property vSwitchIds: Virtual switch ID.
zone_id typing.Union[str, ros_cdk_core.IResolvable] Property zoneId: The available area ID of the instance.
auto_renew typing.Union[bool, ros_cdk_core.IResolvable] Property autoRenew: When the payment type is the monthly package, the value of the value is as follows: true: Automatic renewal.
duration typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property duration: Number of order cycle.
pricing_cycle typing.Union[str, ros_cdk_core.IResolvable] Property pricingCycle: The ordering cycle only supports ordering in the year and month.
promotion_code typing.Union[str, ros_cdk_core.IResolvable] Property promotionCode: Promo Code.
resource_spec typing.Union[ros_cdk_core.IResolvable, ResourceSpecProperty] Property resourceSpec: Resource specifications.
use_promotion_code typing.Union[bool, ros_cdk_core.IResolvable] Property usePromotionCode: Whether to use coupons.The value is as follows: true: Use. false: Not in use.

bucketRequired

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

Property bucket: OSS bucket name.


charge_typeRequired

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

Property chargeType: The payment type, the value of the value is as follows: POST: pay as you go.

PRE: subscription.


instance_nameRequired

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

Property instanceName: The name of instance.


vpc_idRequired

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

Property vpcId: VPC ID.


v_switch_idsRequired

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

Property vSwitchIds: Virtual switch ID.


zone_idRequired

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

Property zoneId: The available area ID of the instance.


auto_renewOptional

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

Property autoRenew: When the payment type is the monthly package, the value of the value is as follows: true: Automatic renewal.

false: Manual renewal.


durationOptional

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

Property duration: Number of order cycle.

When ChargeType is configured as PRE, the duration parameter must be filled. If PricingCycle is Month, the valid range is 1, 2, 3, 6, 7, 8, 9, 12, 24, 36 If PricingCycle is year, the valid range is 1 to 3


pricing_cycleOptional

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

Property pricingCycle: The ordering cycle only supports ordering in the year and month.


promotion_codeOptional

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

Property promotionCode: Promo Code.


resource_specOptional

resource_spec: typing.Union[IResolvable, ResourceSpecProperty]

Property resourceSpec: Resource specifications.

When ChargeType is configured as PRE, the resource specification parameters must be filled.


use_promotion_codeOptional

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

Property usePromotionCode: Whether to use coupons.The value is as follows: true: Use. false: Not in use.