VPC
Virtual Private Cloud (VPC) is a service that provides a logically isolated virtual network space. KakaoCloud starts with the VPC service. Learn more about VPC concepts, usage, pricing, quotas, and related information.
For more information about VPC, see the VPC service documentation.
API list
Browse the OpenAPI endpoints provided by VPC in alphabetical order.
| API | Description |
|---|---|
| Add route | Add a new routing entry to the routing table. |
| Associate public IP | Attaches a public IP to the specified network interface. |
| Create network interface | Create a new network interface. |
| Create public IP | Create a new public IP. |
| Create route table | Create a new route table in your VPC. |
| Create security group | Create a new security group. |
| Create security group rule | Create new security group rules for your security group to allow or restrict specific traffic. |
| Create subnet | Create a new subnet within your VPC. |
| Create VPC | Create a new VPC. |
| Delete network interface | Delete a network interface. |
| Delete public IP | Deletes the specified public IP. |
| Delete route | Deletes an individual routing entry from the specified routing table. |
| Delete route table | Deletes the specified routing table. |
| Delete security group | Deletes the specified security group. |
| Delete security group rule | Deletes the specified security group rule. |
| Delete subnet | Deletes the specified subnet. |
| Delete VPC | Deletes the specified VPC. |
| Disassociate public IP | Disconnects the connection between the specified public IP and a network interface. |
| Get network interface | View detailed information for a specific network interface. |
| Get public IP | View detailed information of the specified public IP. |
| Get route table | Queries the details of the routing table corresponding to the specified routing table ID. |
| Get security group | View detailed information about a specified security group. |
| Get subnet | View detailed information for a specific subnet. |
| Get VPC | View detailed information about your VPC. |
| List network interfaces | View the list of network interfaces created within the current project. |
| List public IPs | View the list of public IPs created in the project. |
| List route table associations | Lists all subnets associated with the specified routing table. |
| List route tables | View the list of routing tables within the project. |
| List security groups | View a list of security groups in use within your project. |
| List subnet shared projects | For the specified subnet ID, view the list of projects that have shared the subnet. |
| List subnets | View a list of subnets in use within the project. |
| List VPCs | View the list of VPCs created within the project. |
| Set main route table | The default routing table is changed from the existing default routing table to the requested routing table. |
| Share subnet | Shares the specified subnet to other projects. |
| Unshare subnet | Unshares the specified subnet so that the project can no longer use it. |
| Update network interface | Modify the name, description, and security group information of a network interface. |
| Update network interface allowed addresses | Set or update the list of IPs allowed to egress for a network interface. |
| Update public IP | Edit description of public IP. |
| Update route | Modify individual routing entries registered in the routing table. |
| Update route table | Modify the name and description of the routing table. |
| Update route table association | Modify routing table and connection information between subnets. |
| Update security group | Modify the name and description of the security group. |
| Update subnet | Modifies the name of an existing subnet. |
| Update VPC | Edit the name and description of your VPC. |