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 Routing information
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getLocalIp()
Get Local IP
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getProtocol()
Get Protocol
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getVpcId()
Get Network id
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setBGPRoute(String BGPRoute)
Set Routing information
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setLocalIp(String LocalIp)
Set Local IP
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setProtocol(String Protocol)
Set Protocol
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setVpcId(String VpcId)
Set Network id
Note: The returned value of this field may be null, indicating that no valid value is 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 LocalNetInfo()
public LocalNetInfo(LocalNetInfo source)
public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Protocol
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Network id
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getBGPRoute()
public void setBGPRoute(String BGPRoute)
BGPRoute
- Routing information
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getLocalIp()
public void setLocalIp(String LocalIp)
LocalIp
- Local IP
Note: The returned value of this field may be null, indicating that no valid value is obtained.Copyright © 2025. All rights reserved.