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 路由信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocalIp()
Get 本地IP
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocol()
Get 协议
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get 网络id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBGPRoute(String BGPRoute)
Set 路由信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocalIp(String LocalIp)
Set 本地IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocol(String Protocol)
Set 协议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set 网络id
注意:此字段可能返回 null,表示取不到有效值。
|
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 LocalNetInfo()
public LocalNetInfo(LocalNetInfo source)
public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议
注意:此字段可能返回 null,表示取不到有效值。public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 网络id
注意:此字段可能返回 null,表示取不到有效值。public String getBGPRoute()
public void setBGPRoute(String BGPRoute)
BGPRoute
- 路由信息
注意:此字段可能返回 null,表示取不到有效值。public String getLocalIp()
public void setLocalIp(String LocalIp)
LocalIp
- 本地IP
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.