public class ModifyNodePoolRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNodePoolRequest() |
ModifyNodePoolRequest(ModifyNodePoolRequest 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 |
---|---|
Annotation[] |
getAnnotations()
Get Node annotation list
|
String |
getClusterId()
Get Cluster ID
|
Boolean |
getDeletionProtection()
Get Whether to enable deletion protection
|
Label[] |
getLabels()
Get Node Labels
|
String |
getName()
Get Node pool name
|
UpdateNativeNodePoolParam |
getNative()
Get Native node pool update parameters
|
String |
getNodePoolId()
Get Node pool ID
|
TagSpecification[] |
getTags()
Get Node tags
|
Taint[] |
getTaints()
Get Node taint
|
Boolean |
getUnschedulable()
Get Whether the node is unschedulable
|
void |
setAnnotations(Annotation[] Annotations)
Set Node annotation list
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDeletionProtection(Boolean DeletionProtection)
Set Whether to enable deletion protection
|
void |
setLabels(Label[] Labels)
Set Node Labels
|
void |
setName(String Name)
Set Node pool name
|
void |
setNative(UpdateNativeNodePoolParam Native)
Set Native node pool update parameters
|
void |
setNodePoolId(String NodePoolId)
Set Node pool ID
|
void |
setTags(TagSpecification[] Tags)
Set Node tags
|
void |
setTaints(Taint[] Taints)
Set Node taint
|
void |
setUnschedulable(Boolean Unschedulable)
Set Whether the node is unschedulable
|
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 ModifyNodePoolRequest()
public ModifyNodePoolRequest(ModifyNodePoolRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getNodePoolId()
public void setNodePoolId(String NodePoolId)
NodePoolId
- Node pool IDpublic String getName()
public void setName(String Name)
Name
- Node pool namepublic Label[] getLabels()
public void setLabels(Label[] Labels)
Labels
- Node Labelspublic Taint[] getTaints()
public void setTaints(Taint[] Taints)
Taints
- Node taintpublic TagSpecification[] getTags()
public void setTags(TagSpecification[] Tags)
Tags
- Node tagspublic Boolean getDeletionProtection()
public void setDeletionProtection(Boolean DeletionProtection)
DeletionProtection
- Whether to enable deletion protectionpublic Boolean getUnschedulable()
public void setUnschedulable(Boolean Unschedulable)
Unschedulable
- Whether the node is unschedulablepublic UpdateNativeNodePoolParam getNative()
public void setNative(UpdateNativeNodePoolParam Native)
Native
- Native node pool update parameterspublic Annotation[] getAnnotations()
public void setAnnotations(Annotation[] Annotations)
Annotations
- Node annotation listCopyright © 2024. All rights reserved.