public class DescribeNetworkInterfaceLimitResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNetworkInterfaceLimitResponse() |
DescribeNetworkInterfaceLimitResponse(DescribeNetworkInterfaceLimitResponse 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 |
---|---|
Long |
getEniPrivateIpAddressQuantity()
Get Quota of IP addresses that can be allocated to each standard-mounted ENI
|
Long |
getEniQuantity()
Get Quota of ENIs mounted to a CVM instance in a standard way
|
Long |
getExtendEniPrivateIpAddressQuantity()
Get Quota of IP addresses that can be allocated to each extension-mounted ENI.
|
Long |
getExtendEniQuantity()
Get Quota of ENIs mounted to a CVM instance as an extension
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getSubEniPrivateIpAddressQuantity()
Get The quota of IPs that can be assigned to each relayed ENI.
|
Long |
getSubEniQuantity()
Get The quota of relayed ENIs
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setEniPrivateIpAddressQuantity(Long EniPrivateIpAddressQuantity)
Set Quota of IP addresses that can be allocated to each standard-mounted ENI
|
void |
setEniQuantity(Long EniQuantity)
Set Quota of ENIs mounted to a CVM instance in a standard way
|
void |
setExtendEniPrivateIpAddressQuantity(Long ExtendEniPrivateIpAddressQuantity)
Set Quota of IP addresses that can be allocated to each extension-mounted ENI.
|
void |
setExtendEniQuantity(Long ExtendEniQuantity)
Set Quota of ENIs mounted to a CVM instance as an extension
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSubEniPrivateIpAddressQuantity(Long SubEniPrivateIpAddressQuantity)
Set The quota of IPs that can be assigned to each relayed ENI.
|
void |
setSubEniQuantity(Long SubEniQuantity)
Set The quota of relayed ENIs
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeNetworkInterfaceLimitResponse()
public DescribeNetworkInterfaceLimitResponse(DescribeNetworkInterfaceLimitResponse source)
public Long getEniQuantity()
public void setEniQuantity(Long EniQuantity)
EniQuantity
- Quota of ENIs mounted to a CVM instance in a standard waypublic Long getEniPrivateIpAddressQuantity()
public void setEniPrivateIpAddressQuantity(Long EniPrivateIpAddressQuantity)
EniPrivateIpAddressQuantity
- Quota of IP addresses that can be allocated to each standard-mounted ENIpublic Long getExtendEniQuantity()
public void setExtendEniQuantity(Long ExtendEniQuantity)
ExtendEniQuantity
- Quota of ENIs mounted to a CVM instance as an extension
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getExtendEniPrivateIpAddressQuantity()
public void setExtendEniPrivateIpAddressQuantity(Long ExtendEniPrivateIpAddressQuantity)
ExtendEniPrivateIpAddressQuantity
- Quota of IP addresses that can be allocated to each extension-mounted ENI.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getSubEniQuantity()
public void setSubEniQuantity(Long SubEniQuantity)
SubEniQuantity
- The quota of relayed ENIs
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getSubEniPrivateIpAddressQuantity()
public void setSubEniPrivateIpAddressQuantity(Long SubEniPrivateIpAddressQuantity)
SubEniPrivateIpAddressQuantity
- The quota of IPs that can be assigned to each relayed ENI.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.