public class LocalNetInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LocalNetInfo() | 
| LocalNetInfo(LocalNetInfo 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 | getBGPRoute()Get 路由信息 | 
| String | getLocalIp()Get 本地IP | 
| String | getProtocol()Get 协议 | 
| String | getVpcId()Get 网络id | 
| void | setBGPRoute(String BGPRoute)Set 路由信息 | 
| void | setLocalIp(String LocalIp)Set 本地IP | 
| void | setProtocol(String Protocol)Set 协议 | 
| void | setVpcId(String VpcId)Set 网络id | 
| 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 LocalNetInfo()
public LocalNetInfo(LocalNetInfo source)
public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 网络idpublic String getBGPRoute()
public void setBGPRoute(String BGPRoute)
BGPRoute - 路由信息public String getLocalIp()
public void setLocalIp(String LocalIp)
LocalIp - 本地IPCopyright © 2025. All rights reserved.