public class NodePoolRuntime extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodePoolRuntime() |
NodePoolRuntime(NodePoolRuntime 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 |
---|---|
String |
getNodePoolId()
Get Node pool ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getNodePoolName()
Get Node pool name
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getRuntimeType()
Get Runtime type
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getRuntimeVersion()
Get Runtime version
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setNodePoolId(String NodePoolId)
Set Node pool ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setNodePoolName(String NodePoolName)
Set Node pool name
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setRuntimeType(String RuntimeType)
Set Runtime type
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setRuntimeVersion(String RuntimeVersion)
Set Runtime version
Note: This field may return "null", indicating that no valid value 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 NodePoolRuntime()
public NodePoolRuntime(NodePoolRuntime source)
public String getNodePoolId()
public void setNodePoolId(String NodePoolId)
NodePoolId
- Node pool ID
Note: This field may return "null", indicating that no valid value can be obtained.public String getRuntimeType()
public void setRuntimeType(String RuntimeType)
RuntimeType
- Runtime type
Note: This field may return "null", indicating that no valid value can be obtained.public String getRuntimeVersion()
public void setRuntimeVersion(String RuntimeVersion)
RuntimeVersion
- Runtime version
Note: This field may return "null", indicating that no valid value can be obtained.public String getNodePoolName()
public void setNodePoolName(String NodePoolName)
NodePoolName
- Node pool name
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.