public class SetNatFwEipRequest extends AbstractModel
Constructor and Description |
---|
SetNatFwEipRequest() |
SetNatFwEipRequest(SetNatFwEipRequest 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
|
String[] |
getEipList()
Get 当OperationType 为bind或unbind操作时,使用该字段。
|
String |
getOperationType()
Get bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
|
void |
setCfwInstance(String CfwInstance)
Set 防火墙实例id
|
void |
setEipList(String[] EipList)
Set 当OperationType 为bind或unbind操作时,使用该字段。
|
void |
setOperationType(String OperationType)
Set bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网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 SetNatFwEipRequest()
public SetNatFwEipRequest(SetNatFwEipRequest source)
public String getOperationType()
public void setOperationType(String OperationType)
OperationType
- bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ippublic String getCfwInstance()
public void setCfwInstance(String CfwInstance)
CfwInstance
- 防火墙实例idpublic String[] getEipList()
public void setEipList(String[] EipList)
EipList
- 当OperationType 为bind或unbind操作时,使用该字段。Copyright © 2023. All rights reserved.