Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Flink;
new RosInstanceProps {
    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 No description.
ChargeType object No description.
InstanceName object No description.
VpcId object No description.
VSwitchIds object No description.
ZoneId object No description.
AutoRenew object No description.
Duration object No description.
PricingCycle object No description.
PromotionCode object No description.
ResourceSpec object No description.
UsePromotionCode object No description.

BucketRequired

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

ChargeTypeRequired

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

InstanceNameRequired

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

VpcIdRequired

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

VSwitchIdsRequired

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

ZoneIdRequired

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

AutoRenewOptional

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

DurationOptional

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

PricingCycleOptional

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

PromotionCodeOptional

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

ResourceSpecOptional

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

UsePromotionCodeOptional

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