public class CreateClusterNodePoolRequest extends AbstractModel
Constructor and Description |
---|
CreateClusterNodePoolRequest() |
CreateClusterNodePoolRequest(CreateClusterNodePoolRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingGroupPara()
Get AutoScalingGroupPara AS组参数
|
String |
getClusterId()
Get cluster id
|
Boolean |
getEnableAutoscale()
Get 是否启用自动伸缩
|
InstanceAdvancedSettings |
getInstanceAdvancedSettings()
Get InstanceAdvancedSettings 示例参数
|
Label[] |
getLabels()
Get Labels标签
|
String |
getLaunchConfigurePara()
Get LaunchConfigurePara 运行参数
|
String |
getName()
Get 节点池名称
|
String |
getNodePoolOs()
Get 节点池os
|
String |
getOsCustomizeType()
Get 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
|
Taint[] |
getTaints()
Get Taints互斥
|
void |
setAutoScalingGroupPara(String AutoScalingGroupPara)
Set AutoScalingGroupPara AS组参数
|
void |
setClusterId(String ClusterId)
Set cluster id
|
void |
setEnableAutoscale(Boolean EnableAutoscale)
Set 是否启用自动伸缩
|
void |
setInstanceAdvancedSettings(InstanceAdvancedSettings InstanceAdvancedSettings)
Set InstanceAdvancedSettings 示例参数
|
void |
setLabels(Label[] Labels)
Set Labels标签
|
void |
setLaunchConfigurePara(String LaunchConfigurePara)
Set LaunchConfigurePara 运行参数
|
void |
setName(String Name)
Set 节点池名称
|
void |
setNodePoolOs(String NodePoolOs)
Set 节点池os
|
void |
setOsCustomizeType(String OsCustomizeType)
Set 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
|
void |
setTaints(Taint[] Taints)
Set Taints互斥
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateClusterNodePoolRequest()
public CreateClusterNodePoolRequest(CreateClusterNodePoolRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- cluster idpublic String getAutoScalingGroupPara()
public void setAutoScalingGroupPara(String AutoScalingGroupPara)
AutoScalingGroupPara
- AutoScalingGroupPara AS组参数public String getLaunchConfigurePara()
public void setLaunchConfigurePara(String LaunchConfigurePara)
LaunchConfigurePara
- LaunchConfigurePara 运行参数public InstanceAdvancedSettings getInstanceAdvancedSettings()
public void setInstanceAdvancedSettings(InstanceAdvancedSettings InstanceAdvancedSettings)
InstanceAdvancedSettings
- InstanceAdvancedSettings 示例参数public Boolean getEnableAutoscale()
public void setEnableAutoscale(Boolean EnableAutoscale)
EnableAutoscale
- 是否启用自动伸缩public String getName()
public void setName(String Name)
Name
- 节点池名称public Label[] getLabels()
public void setLabels(Label[] Labels)
Labels
- Labels标签public Taint[] getTaints()
public void setTaints(Taint[] Taints)
Taints
- Taints互斥public String getNodePoolOs()
public void setNodePoolOs(String NodePoolOs)
NodePoolOs
- 节点池ospublic String getOsCustomizeType()
public void setOsCustomizeType(String OsCustomizeType)
OsCustomizeType
- 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)Copyright © 2021. All rights reserved.