NodePoolsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new NodePoolsProperty {
object ScalingGroup,
object KubernetesConfig = null,
object NodePoolInfo = null
};
Properties
Name | Type | Description |
---|---|---|
ScalingGroup |
object |
No description. |
KubernetesConfig |
object |
No description. |
NodePoolInfo |
object |
No description. |
ScalingGroup
Required
public object ScalingGroup { get; set; }
- Type: object
KubernetesConfig
Optional
public object KubernetesConfig { get; set; }
- Type: object
NodePoolInfo
Optional
public object NodePoolInfo { get; set; }
- Type: object