Class ModifyNatFwReSelectRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyNatFwReSelectRequest
-
public class ModifyNatFwReSelectRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyNatFwReSelectRequest()ModifyNatFwReSelectRequest(ModifyNatFwReSelectRequest 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 防火墙实例idFwCidrInfogetFwCidrInfo()Get 指定防火墙使用网段信息LonggetMode()Get 模式 1:接入模式;0:新增模式String[]getNatGwList()Get 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。String[]getVpcList()Get 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。voidsetCfwInstance(String CfwInstance)Set 防火墙实例idvoidsetFwCidrInfo(FwCidrInfo FwCidrInfo)Set 指定防火墙使用网段信息voidsetMode(Long Mode)Set 模式 1:接入模式;0:新增模式voidsetNatGwList(String[] NatGwList)Set 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。voidsetVpcList(String[] VpcList)Set 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。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
-
ModifyNatFwReSelectRequest
public ModifyNatFwReSelectRequest()
-
ModifyNatFwReSelectRequest
public ModifyNatFwReSelectRequest(ModifyNatFwReSelectRequest 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:接入模式;0:新增模式- Returns:
- Mode 模式 1:接入模式;0:新增模式
-
setMode
public void setMode(Long Mode)
Set 模式 1:接入模式;0:新增模式- Parameters:
Mode- 模式 1:接入模式;0:新增模式
-
getCfwInstance
public String getCfwInstance()
Get 防火墙实例id- Returns:
- CfwInstance 防火墙实例id
-
setCfwInstance
public void setCfwInstance(String CfwInstance)
Set 防火墙实例id- Parameters:
CfwInstance- 防火墙实例id
-
getNatGwList
public String[] getNatGwList()
Get 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。- Returns:
- NatGwList 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。
-
setNatGwList
public void setNatGwList(String[] NatGwList)
Set 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。- Parameters:
NatGwList- 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。
-
getVpcList
public String[] getVpcList()
Get 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。- Returns:
- VpcList 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。
-
setVpcList
public void setVpcList(String[] VpcList)
Set 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。- Parameters:
VpcList- 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。
-
getFwCidrInfo
public FwCidrInfo getFwCidrInfo()
Get 指定防火墙使用网段信息- Returns:
- FwCidrInfo 指定防火墙使用网段信息
-
setFwCidrInfo
public void setFwCidrInfo(FwCidrInfo FwCidrInfo)
Set 指定防火墙使用网段信息- Parameters:
FwCidrInfo- 指定防火墙使用网段信息
-
-