public class ModifyNatFwSwitchRequest extends AbstractModel
Constructor and Description |
---|
ModifyNatFwSwitchRequest() |
ModifyNatFwSwitchRequest(ModifyNatFwSwitchRequest 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[] |
getCfwInsIdList()
Get List of firewall instance IDs.
|
Long |
getEnable()
Get Status.
|
String[] |
getRouteTableIdList()
Get List of route table IDs.
|
String[] |
getSubnetIdList()
Get List of subnet IDs.
|
void |
setCfwInsIdList(String[] CfwInsIdList)
Set List of firewall instance IDs.
|
void |
setEnable(Long Enable)
Set Status.
|
void |
setRouteTableIdList(String[] RouteTableIdList)
Set List of route table IDs.
|
void |
setSubnetIdList(String[] SubnetIdList)
Set List of subnet IDs.
|
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 ModifyNatFwSwitchRequest()
public ModifyNatFwSwitchRequest(ModifyNatFwSwitchRequest source)
public Long getEnable()
public void setEnable(Long Enable)
Enable
- Status. 0: off; 1: onpublic String[] getCfwInsIdList()
public void setCfwInsIdList(String[] CfwInsIdList)
CfwInsIdList
- List of firewall instance IDs. Only one of CfwInsIdList, SubnetIdList, and RouteTableIdList can be passed.public String[] getSubnetIdList()
public void setSubnetIdList(String[] SubnetIdList)
SubnetIdList
- List of subnet IDs. Only one of CfwInsIdList, SubnetIdList, and RouteTableIdList can be passed.public String[] getRouteTableIdList()
public void setRouteTableIdList(String[] RouteTableIdList)
RouteTableIdList
- List of route table IDs. Only one of CfwInsIdList, SubnetIdList, and RouteTableIdList can be passed.Copyright © 2023. All rights reserved.