public class DescribeNodeSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNodeSpec() |
DescribeNodeSpec(DescribeNodeSpec 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 |
---|---|
NodeSpecType[] |
getCmnTypes()
Get Cloud Managed Node (M Node) model specifications list.
|
String |
getNodeName()
Get Node type name.
|
String |
getNodeType()
Get Node type.
|
NodeSpecType[] |
getTypes()
Get Types array.
|
void |
setCmnTypes(NodeSpecType[] CmnTypes)
Set Cloud Managed Node (M Node) model specifications list.
|
void |
setNodeName(String NodeName)
Set Node type name.
|
void |
setNodeType(String NodeType)
Set Node type.
|
void |
setTypes(NodeSpecType[] Types)
Set Types array.
|
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, toJsonString
public DescribeNodeSpec()
public DescribeNodeSpec(DescribeNodeSpec source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node type.public String getNodeName()
public void setNodeName(String NodeName)
NodeName
- Node type name.public NodeSpecType[] getTypes()
public void setTypes(NodeSpecType[] Types)
Types
- Types array.
Note: This field may return null, indicating that no valid values can be obtained.public NodeSpecType[] getCmnTypes()
public void setCmnTypes(NodeSpecType[] CmnTypes)
CmnTypes
- Cloud Managed Node (M Node) model specifications list.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.