RosClusterNodePoolProps
Properties for defining a RosClusterNodePool
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusternodepool
Initializer
import com.aliyun.ros.cdk.cs.RosClusterNodePoolProps;
RosClusterNodePoolProps.builder()
.clusterId(java.lang.String)
.clusterId(IResolvable)
.scalingGroup(IResolvable)
.scalingGroup(ScalingGroupProperty)
// .autoScaling(IResolvable)
// .autoScaling(AutoScalingProperty)
// .count(java.lang.Number)
// .count(IResolvable)
// .kubernetesConfig(IResolvable)
// .kubernetesConfig(KubernetesConfigProperty)
// .management(IResolvable)
// .management(ManagementProperty)
// .nodePoolInfo(IResolvable)
// .nodePoolInfo(NodePoolInfoProperty)
// .teeConfig(IResolvable)
// .teeConfig(TeeConfigProperty)
.build();
Properties
Name | Type | Description |
---|---|---|
clusterId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
scalingGroup |
com.aliyun.ros.cdk.core.IResolvable OR ScalingGroupProperty |
No description. |
autoScaling |
com.aliyun.ros.cdk.core.IResolvable OR AutoScalingProperty |
No description. |
count |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
kubernetesConfig |
com.aliyun.ros.cdk.core.IResolvable OR KubernetesConfigProperty |
No description. |
management |
com.aliyun.ros.cdk.core.IResolvable OR ManagementProperty |
No description. |
nodePoolInfo |
com.aliyun.ros.cdk.core.IResolvable OR NodePoolInfoProperty |
No description. |
teeConfig |
com.aliyun.ros.cdk.core.IResolvable OR TeeConfigProperty |
No description. |
clusterId
Required
public java.lang.Object getClusterId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
scalingGroup
Required
public java.lang.Object getScalingGroup();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ScalingGroupProperty
autoScaling
Optional
public java.lang.Object getAutoScaling();
- Type: com.aliyun.ros.cdk.core.IResolvable OR AutoScalingProperty
count
Optional
public java.lang.Object getCount();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
kubernetesConfig
Optional
public java.lang.Object getKubernetesConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR KubernetesConfigProperty
management
Optional
public java.lang.Object getManagement();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ManagementProperty
nodePoolInfo
Optional
public java.lang.Object getNodePoolInfo();
- Type: com.aliyun.ros.cdk.core.IResolvable OR NodePoolInfoProperty
teeConfig
Optional
public java.lang.Object getTeeConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR TeeConfigProperty