Skip to content

RosAutoScaleConfigProps

Properties for defining a RosAutoScaleConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-autoscaleconfig

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc"
&alicloudroscdkehpc.RosAutoScaleConfigProps {
    ClusterId: interface{},
    EnableAutoGrow: interface{},
    EnableAutoShrink: interface{},
    ExcludeNodes: interface{},
    ExtraNodesGrowRatio: interface{},
    GrowIntervalInMinutes: interface{},
    GrowRatio: interface{},
    GrowTimeoutInMinutes: interface{},
    ImageId: interface{},
    MaxNodesInCluster: interface{},
    Queues: interface{},
    ShrinkIdleTimes: interface{},
    ShrinkIntervalInMinutes: interface{},
    SpotPriceLimit: interface{},
    SpotStrategy: interface{},
}

Properties

Name Type Description
ClusterId interface{} No description.
EnableAutoGrow interface{} No description.
EnableAutoShrink interface{} No description.
ExcludeNodes interface{} No description.
ExtraNodesGrowRatio interface{} No description.
GrowIntervalInMinutes interface{} No description.
GrowRatio interface{} No description.
GrowTimeoutInMinutes interface{} No description.
ImageId interface{} No description.
MaxNodesInCluster interface{} No description.
Queues interface{} No description.
ShrinkIdleTimes interface{} No description.
ShrinkIntervalInMinutes interface{} No description.
SpotPriceLimit interface{} No description.
SpotStrategy interface{} No description.

ClusterIdRequired

ClusterId interface{}
  • Type: interface{}

EnableAutoGrowOptional

EnableAutoGrow interface{}
  • Type: interface{}

EnableAutoShrinkOptional

EnableAutoShrink interface{}
  • Type: interface{}

ExcludeNodesOptional

ExcludeNodes interface{}
  • Type: interface{}

ExtraNodesGrowRatioOptional

ExtraNodesGrowRatio interface{}
  • Type: interface{}

GrowIntervalInMinutesOptional

GrowIntervalInMinutes interface{}
  • Type: interface{}

GrowRatioOptional

GrowRatio interface{}
  • Type: interface{}

GrowTimeoutInMinutesOptional

GrowTimeoutInMinutes interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

MaxNodesInClusterOptional

MaxNodesInCluster interface{}
  • Type: interface{}

QueuesOptional

Queues interface{}
  • Type: interface{}

ShrinkIdleTimesOptional

ShrinkIdleTimes interface{}
  • Type: interface{}

ShrinkIntervalInMinutesOptional

ShrinkIntervalInMinutes interface{}
  • Type: interface{}

SpotPriceLimitOptional

SpotPriceLimit interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy interface{}
  • Type: interface{}