Skip to content

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.

ScalingGroupRequired

public object ScalingGroup { get; set; }
  • Type: object

KubernetesConfigOptional

public object KubernetesConfig { get; set; }
  • Type: object

NodePoolInfoOptional

public object NodePoolInfo { get; set; }
  • Type: object