Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Flink;
new InstanceProps {
    object Bucket,
    object ChargeType,
    object InstanceName,
    object VpcId,
    object VSwitchIds,
    object ZoneId,
    object AutoRenew = null,
    object Duration = null,
    object PricingCycle = null,
    object PromotionCode = null,
    object ResourceSpec = null,
    object UsePromotionCode = null
};

Properties

Name Type Description
Bucket object Property bucket: OSS bucket name.
ChargeType object Property chargeType: The payment type, the value of the value is as follows: POST: pay as you go.
InstanceName object Property instanceName: The name of instance.
VpcId object Property vpcId: VPC ID.
VSwitchIds object Property vSwitchIds: Virtual switch ID.
ZoneId object Property zoneId: The available area ID of the instance.
AutoRenew object Property autoRenew: When the payment type is the monthly package, the value of the value is as follows: true: Automatic renewal.
Duration object Property duration: Number of order cycle.
PricingCycle object Property pricingCycle: The ordering cycle only supports ordering in the year and month.
PromotionCode object Property promotionCode: Promo Code.
ResourceSpec object Property resourceSpec: Resource specifications.
UsePromotionCode object Property usePromotionCode: Whether to use coupons.The value is as follows: true: Use. false: Not in use.

BucketRequired

public object Bucket { get; set; }
  • Type: object

Property bucket: OSS bucket name.


ChargeTypeRequired

public object ChargeType { get; set; }
  • Type: object

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

PRE: subscription.


InstanceNameRequired

public object InstanceName { get; set; }
  • Type: object

Property instanceName: The name of instance.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: VPC ID.


VSwitchIdsRequired

public object VSwitchIds { get; set; }
  • Type: object

Property vSwitchIds: Virtual switch ID.


ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

Property zoneId: The available area ID of the instance.


AutoRenewOptional

public object AutoRenew { get; set; }
  • Type: object

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

public object Duration { get; set; }
  • Type: object

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


PricingCycleOptional

public object PricingCycle { get; set; }
  • Type: object

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


PromotionCodeOptional

public object PromotionCode { get; set; }
  • Type: object

Property promotionCode: Promo Code.


ResourceSpecOptional

public object ResourceSpec { get; set; }
  • Type: object

Property resourceSpec: Resource specifications.

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


UsePromotionCodeOptional

public object UsePromotionCode { get; set; }
  • Type: object

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