public class EdgeIpSwitch extends AbstractModel
header, skipSign
Constructor and Description |
---|
EdgeIpSwitch() |
EdgeIpSwitch(EdgeIpSwitch 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 |
getEndpointIp()
Get 创建私有连接指定IP
|
String |
getPublicIp()
Get 公网IP
|
String |
getSubnetId()
Get vpc 中第一个EIP开关打开,需要指定子网创建私有连接
|
Long |
getSwitchMode()
Get 0 : 旁路 1 : 串行
|
void |
setEndpointIp(String EndpointIp)
Set 创建私有连接指定IP
|
void |
setPublicIp(String PublicIp)
Set 公网IP
|
void |
setSubnetId(String SubnetId)
Set vpc 中第一个EIP开关打开,需要指定子网创建私有连接
|
void |
setSwitchMode(Long SwitchMode)
Set 0 : 旁路 1 : 串行
|
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 EdgeIpSwitch()
public EdgeIpSwitch(EdgeIpSwitch source)
public String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp
- 公网IPpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- vpc 中第一个EIP开关打开,需要指定子网创建私有连接public String getEndpointIp()
public void setEndpointIp(String EndpointIp)
EndpointIp
- 创建私有连接指定IPpublic Long getSwitchMode()
public void setSwitchMode(Long SwitchMode)
SwitchMode
- 0 : 旁路 1 : 串行Copyright © 2024. All rights reserved.