public class NatGatewayAddress extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NatGatewayAddress() | 
| NatGatewayAddress(NatGatewayAddress 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 | getAddressId()Get 弹性公网IP(EIP)的唯一 ID,形如:`eip-11112222`。 | 
| String | getBlockType()Get 资源封堵类型。NORMAL表示未封禁,SECURITY表示安全封禁,USER表示用户封禁,OTHER表示其他封禁,多个原因封禁时用&连接,比如:SECURITY&USER&OTHER。 | 
| Boolean | getIsBlocked()Get 资源封堵状态。true表示弹性ip处于封堵状态,false表示弹性ip处于未封堵状态。 | 
| String | getPublicIpAddress()Get 外网IP地址,形如:`123.121.34.33`。 | 
| void | setAddressId(String AddressId)Set 弹性公网IP(EIP)的唯一 ID,形如:`eip-11112222`。 | 
| void | setBlockType(String BlockType)Set 资源封堵类型。NORMAL表示未封禁,SECURITY表示安全封禁,USER表示用户封禁,OTHER表示其他封禁,多个原因封禁时用&连接,比如:SECURITY&USER&OTHER。 | 
| void | setIsBlocked(Boolean IsBlocked)Set 资源封堵状态。true表示弹性ip处于封堵状态,false表示弹性ip处于未封堵状态。 | 
| void | setPublicIpAddress(String PublicIpAddress)Set 外网IP地址,形如:`123.121.34.33`。 | 
| 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 NatGatewayAddress()
public NatGatewayAddress(NatGatewayAddress source)
public String getAddressId()
public void setAddressId(String AddressId)
AddressId - 弹性公网IP(EIP)的唯一 ID,形如:`eip-11112222`。public String getPublicIpAddress()
public void setPublicIpAddress(String PublicIpAddress)
PublicIpAddress - 外网IP地址,形如:`123.121.34.33`。public Boolean getIsBlocked()
public void setIsBlocked(Boolean IsBlocked)
IsBlocked - 资源封堵状态。true表示弹性ip处于封堵状态,false表示弹性ip处于未封堵状态。public String getBlockType()
public void setBlockType(String BlockType)
BlockType - 资源封堵类型。NORMAL表示未封禁,SECURITY表示安全封禁,USER表示用户封禁,OTHER表示其他封禁,多个原因封禁时用&连接,比如:SECURITY&USER&OTHER。Copyright © 2025. All rights reserved.