public class DescribeCfwEipsRequest extends AbstractModel
Constructor and Description |
---|
DescribeCfwEipsRequest() |
DescribeCfwEipsRequest(DescribeCfwEipsRequest 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 0:cfw新增模式,1:cfw接入模式
|
String |
getNatGatewayId()
Get ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
|
void |
setCfwInstance(String CfwInstance)
Set 防火墙实例id
|
void |
setMode(Long Mode)
Set 0:cfw新增模式,1:cfw接入模式
|
void |
setNatGatewayId(String NatGatewayId)
Set ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
|
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 DescribeCfwEipsRequest()
public DescribeCfwEipsRequest(DescribeCfwEipsRequest source)
public Long getMode()
public void setMode(Long Mode)
Mode
- 0:cfw新增模式,1:cfw接入模式public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ippublic String getCfwInstance()
public void setCfwInstance(String CfwInstance)
CfwInstance
- 防火墙实例idCopyright © 2021. All rights reserved.