Supplementary Network Interface (V3)
Permission | API | Action | IAM Project | Enterprise Project |
---|---|---|---|---|
Creating a supplementary network interface | POST /v3/{project_id}/vpc/sub-network-interfaces | vpc:subNetworkInterfaces:create | √ | × |
Creating supplementary network interfaces in batches | POST /v3/{project_id}/vpc/sub-network-interfaces/batch-create | vpc:subNetworkInterfaces:create | √ | × |
Querying supplementary network interfaces | GET /v3/{project_id}/vpc/sub-network-interfaces | vpc:subNetworkInterfaces:list | √ | × |
Querying the details of a supplementary network interface | GET /v3/{project_id}/vpc/sub-network-interfaces/{sub_network_interface_id} | vpc:subNetworkInterfaces:get | √ | × |
Querying the number of supplementary network interfaces | GET /v3/{project_id}/vpc/sub-network-interfaces/count | vpc:subNetworkInterfaces:list | √ | × |
Updating a supplementary network interface | PUT /v3/{project_id}/vpc/sub-network-interfaces/{sub_network_interface_id} | vpc:subNetworkInterfaces:update | √ | × |
Deleting a supplementary network interface | DELETE /v3/{project_id}/vpc/sub-network-interfaces/{sub_network_interface_id} | vpc:subNetworkInterfaces:delete | √ | × |