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 节点展示名称,建议不超过20个字符 | 
| String | getSubnetId()Get 子网ID | 
| Tag[] | getTags()Get 腾讯云标签 | 
| void | setDisplayName(String DisplayName)Set 节点展示名称,建议不超过20个字符 | 
| 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, toJsonStringpublic VirtualNodeSpec()
public VirtualNodeSpec(VirtualNodeSpec source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - 节点展示名称,建议不超过20个字符public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 子网IDpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 腾讯云标签Copyright © 2025. All rights reserved.