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. |
Bucket
Required
public object Bucket { get; set; }
- Type: object
ChargeType
Required
public object ChargeType { get; set; }
- Type: object
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitchIds
Required
public object VSwitchIds { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
PromotionCode
Optional
public object PromotionCode { get; set; }
- Type: object
ResourceSpec
Optional
public object ResourceSpec { get; set; }
- Type: object
UsePromotionCode
Optional
public object UsePromotionCode { get; set; }
- Type: object