Update the description of an auxiliary private IP address assigned to a Lingjun Elastic Network Interface (ENI).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:UpdateLeniPrivateIpAddress |
update |
*ElasticNetworkInterface
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| ElasticNetworkInterfaceId |
string |
Yes |
The ID of the Lingjun Elastic Network Interface (ENI). |
leni-1234**** |
| IpName |
string |
Yes |
The unique identifier of the auxiliary private IP address assigned to the Lingjun ENI. |
sip-8ylg**** |
| Description |
string |
Yes |
The description. |
描述 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| Code |
integer |
The status code of the response. |
0 |
| Message |
string |
The message. |
成功 |
| RequestId |
string |
The request ID. |
A88DFED5-24B7-5A3E-87DE-380BF06F3C90 |
| Content |
object |
The response content. |
|
| ElasticNetworkInterfaceId |
string |
The ID of the Lingjun Elastic Network Interface (ENI). |
leni-1234**** |
| IpName |
string |
The unique identifier of the auxiliary private IP address assigned to the Lingjun ENI. |
sip-8ylg**** |
| AccessDeniedDetail |
string |
The details of the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "A88DFED5-24B7-5A3E-87DE-380BF06F3C90",
"Content": {
"ElasticNetworkInterfaceId": "leni-1234****",
"IpName": "sip-8ylg****\n"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.