Class EdgeIpSwitch
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.EdgeIpSwitch
-
public class EdgeIpSwitch extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndpointIp()Get 创建私有连接指定IPStringgetPublicIp()Get 公网IPStringgetSubnetId()Get vpc 中第一个EIP开关打开,需要指定子网创建私有连接LonggetSwitchMode()Get 0 : 旁路 1 : 串行voidsetEndpointIp(String EndpointIp)Set 创建私有连接指定IPvoidsetPublicIp(String PublicIp)Set 公网IPvoidsetSubnetId(String SubnetId)Set vpc 中第一个EIP开关打开,需要指定子网创建私有连接voidsetSwitchMode(Long SwitchMode)Set 0 : 旁路 1 : 串行voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EdgeIpSwitch
public EdgeIpSwitch()
-
EdgeIpSwitch
public 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.
-
-
Method Detail
-
getPublicIp
public String getPublicIp()
Get 公网IP- Returns:
- PublicIp 公网IP
-
setPublicIp
public void setPublicIp(String PublicIp)
Set 公网IP- Parameters:
PublicIp- 公网IP
-
getSubnetId
public String getSubnetId()
Get vpc 中第一个EIP开关打开,需要指定子网创建私有连接- Returns:
- SubnetId vpc 中第一个EIP开关打开,需要指定子网创建私有连接
-
setSubnetId
public void setSubnetId(String SubnetId)
Set vpc 中第一个EIP开关打开,需要指定子网创建私有连接- Parameters:
SubnetId- vpc 中第一个EIP开关打开,需要指定子网创建私有连接
-
getEndpointIp
public String getEndpointIp()
Get 创建私有连接指定IP- Returns:
- EndpointIp 创建私有连接指定IP
-
setEndpointIp
public void setEndpointIp(String EndpointIp)
Set 创建私有连接指定IP- Parameters:
EndpointIp- 创建私有连接指定IP
-
getSwitchMode
public Long getSwitchMode()
Get 0 : 旁路 1 : 串行- Returns:
- SwitchMode 0 : 旁路 1 : 串行
-
setSwitchMode
public void setSwitchMode(Long SwitchMode)
Set 0 : 旁路 1 : 串行- Parameters:
SwitchMode- 0 : 旁路 1 : 串行
-
-