public class DescribeNetworkInterfaceLimitResponse extends AbstractModel
Constructor and Description |
---|
DescribeNetworkInterfaceLimitResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getEniPrivateIpAddressQuantity()
Get 每个弹性网卡可以分配的IP配额
|
Long |
getEniQuantity()
Get 弹性网卡配额
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setEniPrivateIpAddressQuantity(Long EniPrivateIpAddressQuantity)
Set 每个弹性网卡可以分配的IP配额
|
void |
setEniQuantity(Long EniQuantity)
Set 弹性网卡配额
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 DescribeNetworkInterfaceLimitResponse()
public Long getEniQuantity()
public void setEniQuantity(Long EniQuantity)
EniQuantity
- 弹性网卡配额public Long getEniPrivateIpAddressQuantity()
public void setEniPrivateIpAddressQuantity(Long EniPrivateIpAddressQuantity)
EniPrivateIpAddressQuantity
- 每个弹性网卡可以分配的IP配额public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.