RosAutoScaleConfigProps
Properties for defining a RosAutoScaleConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-autoscaleconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new RosAutoScaleConfigProps {
object ClusterId,
object EnableAutoGrow = null,
object EnableAutoShrink = null,
object ExcludeNodes = null,
object ExtraNodesGrowRatio = null,
object GrowIntervalInMinutes = null,
object GrowRatio = null,
object GrowTimeoutInMinutes = null,
object ImageId = null,
object MaxNodesInCluster = null,
object Queues = null,
object ShrinkIdleTimes = null,
object ShrinkIntervalInMinutes = null,
object SpotPriceLimit = null,
object SpotStrategy = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterId |
object |
No description. |
EnableAutoGrow |
object |
No description. |
EnableAutoShrink |
object |
No description. |
ExcludeNodes |
object |
No description. |
ExtraNodesGrowRatio |
object |
No description. |
GrowIntervalInMinutes |
object |
No description. |
GrowRatio |
object |
No description. |
GrowTimeoutInMinutes |
object |
No description. |
ImageId |
object |
No description. |
MaxNodesInCluster |
object |
No description. |
Queues |
object |
No description. |
ShrinkIdleTimes |
object |
No description. |
ShrinkIntervalInMinutes |
object |
No description. |
SpotPriceLimit |
object |
No description. |
SpotStrategy |
object |
No description. |
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
EnableAutoGrow
Optional
public object EnableAutoGrow { get; set; }
- Type: object
EnableAutoShrink
Optional
public object EnableAutoShrink { get; set; }
- Type: object
ExcludeNodes
Optional
public object ExcludeNodes { get; set; }
- Type: object
ExtraNodesGrowRatio
Optional
public object ExtraNodesGrowRatio { get; set; }
- Type: object
GrowIntervalInMinutes
Optional
public object GrowIntervalInMinutes { get; set; }
- Type: object
GrowRatio
Optional
public object GrowRatio { get; set; }
- Type: object
GrowTimeoutInMinutes
Optional
public object GrowTimeoutInMinutes { get; set; }
- Type: object
ImageId
Optional
public object ImageId { get; set; }
- Type: object
MaxNodesInCluster
Optional
public object MaxNodesInCluster { get; set; }
- Type: object
Queues
Optional
public object Queues { get; set; }
- Type: object
ShrinkIdleTimes
Optional
public object ShrinkIdleTimes { get; set; }
- Type: object
ShrinkIntervalInMinutes
Optional
public object ShrinkIntervalInMinutes { get; set; }
- Type: object
SpotPriceLimit
Optional
public object SpotPriceLimit { get; set; }
- Type: object
SpotStrategy
Optional
public object SpotStrategy { get; set; }
- Type: object