public class ModifyNatFwReSelectRequest extends AbstractModel
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
|
Long |
getMode()
Get 模式 1:接入模式;0:新增模式
|
String[] |
getNatGwList()
Get 接入模式重新接入的nat网关列表,其中NatGwList和VpcList只能传递一个。
|
String[] |
getVpcList()
Get 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。
|
void |
setCfwInstance(String CfwInstance)
Set 防火墙实例id
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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只能传递一个。Copyright © 2022. All rights reserved.