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 The unique ID of the Elastic IP (EIP), such as `eip-11112222`. | 
| Boolean | getIsBlocked()Get The block status of the resource. | 
| String | getPublicIpAddress()Get The public IP address, such as `123.121.34.33`. | 
| void | setAddressId(String AddressId)Set The unique ID of the Elastic IP (EIP), such as `eip-11112222`. | 
| void | setIsBlocked(Boolean IsBlocked)Set The block status of the resource. | 
| void | setPublicIpAddress(String PublicIpAddress)Set The public IP address, such as `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 - The unique ID of the Elastic IP (EIP), such as `eip-11112222`.public String getPublicIpAddress()
public void setPublicIpAddress(String PublicIpAddress)
PublicIpAddress - The public IP address, such as `123.121.34.33`.public Boolean getIsBlocked()
public void setIsBlocked(Boolean IsBlocked)
IsBlocked - The block status of the resource. `true` indicates the EIP is blocked. `false` indicates that the EIP is not blocked.Copyright © 2025. All rights reserved.