Class VirtualNodePool
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.VirtualNodePool
-
public class VirtualNodePool extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Label[]getLabels()Get 虚拟节点label 注意:此字段可能返回 null,表示取不到有效值。StringgetLifeState()Get 节点池生命周期StringgetName()Get 节点池名称StringgetNodePoolId()Get 节点池IDString[]getSubnetIds()Get 子网列表 注意:此字段可能返回 null,表示取不到有效值。Taint[]getTaints()Get 虚拟节点taint 注意:此字段可能返回 null,表示取不到有效值。voidsetLabels(Label[] Labels)Set 虚拟节点label 注意:此字段可能返回 null,表示取不到有效值。voidsetLifeState(String LifeState)Set 节点池生命周期voidsetName(String Name)Set 节点池名称voidsetNodePoolId(String NodePoolId)Set 节点池IDvoidsetSubnetIds(String[] SubnetIds)Set 子网列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTaints(Taint[] Taints)Set 虚拟节点taint 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VirtualNodePool
public VirtualNodePool()
-
VirtualNodePool
public 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.
-
-
Method Detail
-
getNodePoolId
public String getNodePoolId()
Get 节点池ID- Returns:
- NodePoolId 节点池ID
-
setNodePoolId
public void setNodePoolId(String NodePoolId)
Set 节点池ID- Parameters:
NodePoolId- 节点池ID
-
getSubnetIds
public String[] getSubnetIds()
Get 子网列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetIds 子网列表 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetIds
public void setSubnetIds(String[] SubnetIds)
Set 子网列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetIds- 子网列表 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 节点池名称- Returns:
- Name 节点池名称
-
setName
public void setName(String Name)
Set 节点池名称- Parameters:
Name- 节点池名称
-
getLifeState
public String getLifeState()
Get 节点池生命周期- Returns:
- LifeState 节点池生命周期
-
setLifeState
public void setLifeState(String LifeState)
Set 节点池生命周期- Parameters:
LifeState- 节点池生命周期
-
getLabels
public Label[] getLabels()
Get 虚拟节点label 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Labels 虚拟节点label 注意:此字段可能返回 null,表示取不到有效值。
-
setLabels
public void setLabels(Label[] Labels)
Set 虚拟节点label 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Labels- 虚拟节点label 注意:此字段可能返回 null,表示取不到有效值。
-
getTaints
public Taint[] getTaints()
Get 虚拟节点taint 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Taints 虚拟节点taint 注意:此字段可能返回 null,表示取不到有效值。
-
setTaints
public void setTaints(Taint[] Taints)
Set 虚拟节点taint 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Taints- 虚拟节点taint 注意:此字段可能返回 null,表示取不到有效值。
-
-