Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkflink"
&alicloudroscdkflink.RosInstanceProps {
    Bucket: interface{},
    ChargeType: interface{},
    InstanceName: interface{},
    VpcId: interface{},
    VSwitchIds: interface{},
    ZoneId: interface{},
    AutoRenew: interface{},
    Duration: interface{},
    PricingCycle: interface{},
    PromotionCode: interface{},
    ResourceSpec: interface{},
    UsePromotionCode: interface{},
}

Properties

Name Type Description
Bucket interface{} No description.
ChargeType interface{} No description.
InstanceName interface{} No description.
VpcId interface{} No description.
VSwitchIds interface{} No description.
ZoneId interface{} No description.
AutoRenew interface{} No description.
Duration interface{} No description.
PricingCycle interface{} No description.
PromotionCode interface{} No description.
ResourceSpec interface{} No description.
UsePromotionCode interface{} No description.

BucketRequired

Bucket interface{}
  • Type: interface{}

ChargeTypeRequired

ChargeType interface{}
  • Type: interface{}

InstanceNameRequired

InstanceName interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdsRequired

VSwitchIds interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

DurationOptional

Duration interface{}
  • Type: interface{}

PricingCycleOptional

PricingCycle interface{}
  • Type: interface{}

PromotionCodeOptional

PromotionCode interface{}
  • Type: interface{}

ResourceSpecOptional

ResourceSpec interface{}
  • Type: interface{}

UsePromotionCodeOptional

UsePromotionCode interface{}
  • Type: interface{}