Updated on 2023-12-14 GMT+08:00

DNAT Rules of Public NAT Gateways

Permission

API

Action

Creating a DNAT Rule

POST /v2/{project_id}/dnat_rules

nat:dnatRules:create

Creating DNAT Rules in Batches

POST /v2/{project_id}/dnat_rules/batch

nat:dnatRules:create

Querying DNAT Rules

GET /v2/{project_id}/dnat_rules

nat:dnatRules:list

Querying Details About a DNAT Rule

GET /v2/{project_id}/dnat_rules/{dnat_rule_id}

nat:dnatRules:get

Deleting a DNAT Rule

DELETE /v2/{project_id}/nat_gateways/{nat_gateway_id}/dnat_rules/{dnat_rule_id}

nat:dnatRules:delete

Updating a DNAT Rule

PUT /v2/{project_id}/dnat_rules/{dnat_rule_id}

nat:dnatRules:update