Describes the constraints for a node type.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeType |
string |
No |
The node scale-out pattern. |
standard |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4FD06DF0-9167-5C6F-A145-F30CA4A15D54 |
| EniQuantity |
integer |
The maximum number of supported elastic network interfaces (ENIs), including primary and secondary ENIs. |
22 |
| EniHighDenseQuantity |
integer |
The maximum number of network interfaces for high-density mode. |
63 |
| EniPrivateIpAddressQuantity |
integer |
The maximum number of IPv4 addresses that an ENI can have. |
256 |
| EniIpv6AddressQuantity |
integer |
The maximum number of IPv6 addresses that an ENI can have. |
256 |
| DiskQuantity |
integer |
The maximum number of disks that can be attached. |
17 |
Examples
Success response
JSON format
{
"RequestId": "4FD06DF0-9167-5C6F-A145-F30CA4A15D54",
"EniQuantity": 22,
"EniHighDenseQuantity": 63,
"EniPrivateIpAddressQuantity": 256,
"EniIpv6AddressQuantity": 256,
"DiskQuantity": 17
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.