public class VirtualNodeSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
VirtualNodeSpec() |
VirtualNodeSpec(VirtualNodeSpec 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 |
getDisplayName()
Get 节点展示名称
|
String |
getSubnetId()
Get 子网ID
|
Tag[] |
getTags()
Get 腾讯云标签
|
void |
setDisplayName(String DisplayName)
Set 节点展示名称
|
void |
setSubnetId(String SubnetId)
Set 子网ID
|
void |
setTags(Tag[] Tags)
Set 腾讯云标签
|
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 VirtualNodeSpec()
public VirtualNodeSpec(VirtualNodeSpec source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- 节点展示名称public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网IDpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 腾讯云标签Copyright © 2024. All rights reserved.