public class BindEipsToNatGatewayRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindEipsToNatGatewayRequest() | 
| BindEipsToNatGatewayRequest(BindEipsToNatGatewayRequest 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[] | getAssignedEips()Get 已分配的EIP列表;AssignedEips和AutoAllocEipNum至少输入一个 | 
| Long | getAutoAllocEipNum()Get 新建EIP数目,系统将会按您的要求生产该数目个数EIP;AssignedEips和AutoAllocEipNum至少输入一个 | 
| String | getNatId()Get NAT网关ID,例如:nat-kdm476mp | 
| String | getVpcId()Get 私有网络ID,例如:vpc-kd7d06of | 
| void | setAssignedEips(String[] AssignedEips)Set 已分配的EIP列表;AssignedEips和AutoAllocEipNum至少输入一个 | 
| void | setAutoAllocEipNum(Long AutoAllocEipNum)Set 新建EIP数目,系统将会按您的要求生产该数目个数EIP;AssignedEips和AutoAllocEipNum至少输入一个 | 
| void | setNatId(String NatId)Set NAT网关ID,例如:nat-kdm476mp | 
| void | setVpcId(String VpcId)Set 私有网络ID,例如:vpc-kd7d06of | 
| 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 BindEipsToNatGatewayRequest()
public BindEipsToNatGatewayRequest(BindEipsToNatGatewayRequest source)
public String getNatId()
public void setNatId(String NatId)
NatId - NAT网关ID,例如:nat-kdm476mppublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - 私有网络ID,例如:vpc-kd7d06ofpublic String[] getAssignedEips()
public void setAssignedEips(String[] AssignedEips)
AssignedEips - 已分配的EIP列表;AssignedEips和AutoAllocEipNum至少输入一个public Long getAutoAllocEipNum()
public void setAutoAllocEipNum(Long AutoAllocEipNum)
AutoAllocEipNum - 新建EIP数目,系统将会按您的要求生产该数目个数EIP;AssignedEips和AutoAllocEipNum至少输入一个Copyright © 2025. All rights reserved.