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 Virtual node labels
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLifeState()
Get Node pool lifecycle status
|
String |
getName()
Get Node pool name
|
String |
getNodePoolId()
Get Node pool ID
|
String[] |
getSubnetIds()
Get List of subnets
Note: This field may return null, indicating that no valid values can be obtained.
|
Taint[] |
getTaints()
Get Virtual node taint
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLabels(Label[] Labels)
Set Virtual node labels
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLifeState(String LifeState)
Set Node pool lifecycle status
|
void |
setName(String Name)
Set Node pool name
|
void |
setNodePoolId(String NodePoolId)
Set Node pool ID
|
void |
setSubnetIds(String[] SubnetIds)
Set List of subnets
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaints(Taint[] Taints)
Set Virtual node taint
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VirtualNodePool()
public VirtualNodePool(VirtualNodePool source)
public String getNodePoolId()
public void setNodePoolId(String NodePoolId)
NodePoolId
- Node pool IDpublic String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds
- List of subnets
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Node pool namepublic String getLifeState()
public void setLifeState(String LifeState)
LifeState
- Node pool lifecycle statuspublic Label[] getLabels()
public void setLabels(Label[] Labels)
Labels
- Virtual node labels
Note: This field may return null, indicating that no valid values can be obtained.public Taint[] getTaints()
public void setTaints(Taint[] Taints)
Taints
- Virtual node taint
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.