public class VirtualNodePool extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VirtualNodePool() | 
| VirtualNodePool(VirtualNodePool 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 | 
|---|---|
| Label[] | getLabels()Get 虚拟节点label
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLifeState()Get 节点池生命周期
- creating:创建中
- normal:正常
- updating:更新中 | 
| String | getName()Get 节点池名称 | 
| String | getNodePoolId()Get 节点池ID | 
| String[] | getSubnetIds()Get 子网列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| Taint[] | getTaints()Get 虚拟节点taint
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLabels(Label[] Labels)Set 虚拟节点label
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLifeState(String LifeState)Set 节点池生命周期
- creating:创建中
- normal:正常
- updating:更新中 | 
| void | setName(String Name)Set 节点池名称 | 
| void | setNodePoolId(String NodePoolId)Set 节点池ID | 
| void | setSubnetIds(String[] SubnetIds)Set 子网列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTaints(Taint[] Taints)Set 虚拟节点taint
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VirtualNodePool()
public VirtualNodePool(VirtualNodePool source)
public String getNodePoolId()
public void setNodePoolId(String NodePoolId)
NodePoolId - 节点池IDpublic String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds - 子网列表
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 节点池名称public String getLifeState()
public void setLifeState(String LifeState)
LifeState - 节点池生命周期
- creating:创建中
- normal:正常
- updating:更新中public Label[] getLabels()
public void setLabels(Label[] Labels)
Labels - 虚拟节点label
注意:此字段可能返回 null,表示取不到有效值。public Taint[] getTaints()
public void setTaints(Taint[] Taints)
Taints - 虚拟节点taint
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.