public class NodePoolOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
NodePoolOption()  | 
NodePoolOption(NodePoolOption 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 | 
|---|---|
Boolean | 
getAddToNodePool()
Get Whether to add to the node pool. 
 | 
Boolean | 
getInheritConfigurationFromNodePool()
Get Whether to inherit the node pool configuration. 
 | 
String | 
getNodePoolId()
Get Node pool ID 
 | 
void | 
setAddToNodePool(Boolean AddToNodePool)
Set Whether to add to the node pool. 
 | 
void | 
setInheritConfigurationFromNodePool(Boolean InheritConfigurationFromNodePool)
Set Whether to inherit the node pool configuration. 
 | 
void | 
setNodePoolId(String NodePoolId)
Set Node pool ID 
 | 
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 NodePoolOption()
public NodePoolOption(NodePoolOption source)
public Boolean getAddToNodePool()
public void setAddToNodePool(Boolean AddToNodePool)
AddToNodePool - Whether to add to the node pool.public String getNodePoolId()
public void setNodePoolId(String NodePoolId)
NodePoolId - Node pool IDpublic Boolean getInheritConfigurationFromNodePool()
public void setInheritConfigurationFromNodePool(Boolean InheritConfigurationFromNodePool)
InheritConfigurationFromNodePool - Whether to inherit the node pool configuration.Copyright © 2025. All rights reserved.