RosClusterNodePoolProps
Properties for defining a RosClusterNodePool.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusternodepool
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new RosClusterNodePoolProps {
object ClusterId,
object ScalingGroup,
object AutoScaling = null,
object Count = null,
object KubernetesConfig = null,
object Management = null,
object NodePoolInfo = null,
object TeeConfig = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterId |
object |
No description. |
ScalingGroup |
object |
No description. |
AutoScaling |
object |
No description. |
Count |
object |
No description. |
KubernetesConfig |
object |
No description. |
Management |
object |
No description. |
NodePoolInfo |
object |
No description. |
TeeConfig |
object |
No description. |
ClusterIdRequired
public object ClusterId { get; set; }
- Type: object
ScalingGroupRequired
public object ScalingGroup { get; set; }
- Type: object
AutoScalingOptional
public object AutoScaling { get; set; }
- Type: object
CountOptional
public object Count { get; set; }
- Type: object
KubernetesConfigOptional
public object KubernetesConfig { get; set; }
- Type: object
ManagementOptional
public object Management { get; set; }
- Type: object
NodePoolInfoOptional
public object NodePoolInfo { get; set; }
- Type: object
TeeConfigOptional
public object TeeConfig { get; set; }
- Type: object