Class SetNatFwEipRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.SetNatFwEipRequest
-
public class SetNatFwEipRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetNatFwEipRequest()SetNatFwEipRequest(SetNatFwEipRequest 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 防火墙实例idString[]getEipList()Get 当OperationType 为bind或unbind操作时,使用该字段。StringgetOperationType()Get bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ipvoidsetCfwInstance(String CfwInstance)Set 防火墙实例idvoidsetEipList(String[] EipList)Set 当OperationType 为bind或unbind操作时,使用该字段。voidsetOperationType(String OperationType)Set bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网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
-
SetNatFwEipRequest
public SetNatFwEipRequest()
-
SetNatFwEipRequest
public SetNatFwEipRequest(SetNatFwEipRequest 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
-
getOperationType
public String getOperationType()
Get bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip- Returns:
- OperationType bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
-
setOperationType
public void setOperationType(String OperationType)
Set bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip- Parameters:
OperationType- bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
-
getCfwInstance
public String getCfwInstance()
Get 防火墙实例id- Returns:
- CfwInstance 防火墙实例id
-
setCfwInstance
public void setCfwInstance(String CfwInstance)
Set 防火墙实例id- Parameters:
CfwInstance- 防火墙实例id
-
getEipList
public String[] getEipList()
Get 当OperationType 为bind或unbind操作时,使用该字段。- Returns:
- EipList 当OperationType 为bind或unbind操作时,使用该字段。
-
setEipList
public void setEipList(String[] EipList)
Set 当OperationType 为bind或unbind操作时,使用该字段。- Parameters:
EipList- 当OperationType 为bind或unbind操作时,使用该字段。
-
-