Class DescribeCfwEipsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeCfwEipsRequest
-
public class DescribeCfwEipsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCfwEipsRequest()DescribeCfwEipsRequest(DescribeCfwEipsRequest 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 StringgetCfwInstance()Get 防火墙实例id,当前仅支持接入模式的实例LonggetMode()Get 1:cfw接入模式,目前仅支持接入模式实例StringgetNatGatewayId()Get ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ipvoidsetCfwInstance(String CfwInstance)Set 防火墙实例id,当前仅支持接入模式的实例voidsetMode(Long Mode)Set 1:cfw接入模式,目前仅支持接入模式实例voidsetNatGatewayId(String NatGatewayId)Set ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ipvoidtoMap(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
-
DescribeCfwEipsRequest
public DescribeCfwEipsRequest()
-
DescribeCfwEipsRequest
public DescribeCfwEipsRequest(DescribeCfwEipsRequest 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
-
getMode
public Long getMode()
Get 1:cfw接入模式,目前仅支持接入模式实例- Returns:
- Mode 1:cfw接入模式,目前仅支持接入模式实例
-
setMode
public void setMode(Long Mode)
Set 1:cfw接入模式,目前仅支持接入模式实例- Parameters:
Mode- 1:cfw接入模式,目前仅支持接入模式实例
-
getNatGatewayId
public String getNatGatewayId()
Get ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip- Returns:
- NatGatewayId ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
-
setNatGatewayId
public void setNatGatewayId(String NatGatewayId)
Set ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip- Parameters:
NatGatewayId- ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
-
getCfwInstance
public String getCfwInstance()
Get 防火墙实例id,当前仅支持接入模式的实例- Returns:
- CfwInstance 防火墙实例id,当前仅支持接入模式的实例
-
setCfwInstance
public void setCfwInstance(String CfwInstance)
Set 防火墙实例id,当前仅支持接入模式的实例- Parameters:
CfwInstance- 防火墙实例id,当前仅支持接入模式的实例
-
-