public class ModifyNatFwReSelectRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCfwInstance()Get 防火墙实例id | 
| FwCidrInfo | getFwCidrInfo()Get 指定防火墙使用网段信息 | 
| Long | getMode()Get 模式 1:接入模式;0:新增模式 | 
| String[] | getNatGwList()Get 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。 | 
| String[] | getVpcList()Get 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。 | 
| void | setCfwInstance(String CfwInstance)Set 防火墙实例id | 
| void | setFwCidrInfo(FwCidrInfo FwCidrInfo)Set 指定防火墙使用网段信息 | 
| void | setMode(Long Mode)Set 模式 1:接入模式;0:新增模式 | 
| void | setNatGwList(String[] NatGwList)Set 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。 | 
| void | setVpcList(String[] VpcList)Set 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。 | 
| 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, toJsonStringpublic ModifyNatFwReSelectRequest()
public ModifyNatFwReSelectRequest(ModifyNatFwReSelectRequest source)
public Long getMode()
public void setMode(Long Mode)
Mode - 模式 1:接入模式;0:新增模式public String getCfwInstance()
public void setCfwInstance(String CfwInstance)
CfwInstance - 防火墙实例idpublic String[] getNatGwList()
public void setNatGwList(String[] NatGwList)
NatGwList - 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList - 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。public FwCidrInfo getFwCidrInfo()
public void setFwCidrInfo(FwCidrInfo FwCidrInfo)
FwCidrInfo - 指定防火墙使用网段信息Copyright © 2025. All rights reserved.