public class DescribeCfwEipsRequest extends AbstractModel
header, skipSign| 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 1:cfw接入模式,目前仅支持接入模式实例 | 
| String | getNatGatewayId()Get ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip | 
| void | setCfwInstance(String CfwInstance)Set 防火墙实例id,当前仅支持接入模式的实例,该字段必填 | 
| void | setMode(Long Mode)Set 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCfwEipsRequest()
public DescribeCfwEipsRequest(DescribeCfwEipsRequest source)
public Long getMode()
public void setMode(Long Mode)
Mode - 1:cfw接入模式,目前仅支持接入模式实例public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId - ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ippublic String getCfwInstance()
public void setCfwInstance(String CfwInstance)
CfwInstance - 防火墙实例id,当前仅支持接入模式的实例,该字段必填Copyright © 2025. All rights reserved.