Skip to main content

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.

APIDescription
Add routeAdd a new routing entry to the routing table.
Associate public IPAttaches a public IP to the specified network interface.
Create network interfaceCreate a new network interface.
Create public IPCreate a new public IP.
Create route tableCreate a new route table in your VPC.
Create security groupCreate a new security group.
Create security group ruleCreate new security group rules for your security group to allow or restrict specific traffic.
Create subnetCreate a new subnet within your VPC.
Create VPCCreate a new VPC.
Delete network interfaceDelete a network interface.
Delete public IPDeletes the specified public IP.
Delete routeDeletes an individual routing entry from the specified routing table.
Delete route tableDeletes the specified routing table.
Delete security groupDeletes the specified security group.
Delete security group ruleDeletes the specified security group rule.
Delete subnetDeletes the specified subnet.
Delete VPCDeletes the specified VPC.
Disassociate public IPDisconnects the connection between the specified public IP and a network interface.
Get network interfaceView detailed information for a specific network interface.
Get public IPView detailed information of the specified public IP.
Get route tableQueries the details of the routing table corresponding to the specified routing table ID.
Get security groupView detailed information about a specified security group.
Get subnetView detailed information for a specific subnet.
Get VPCView detailed information about your VPC.
List network interfacesView the list of network interfaces created within the current project.
List public IPsView the list of public IPs created in the project.
List route table associationsLists all subnets associated with the specified routing table.
List route tablesView the list of routing tables within the project.
List security groupsView a list of security groups in use within your project.
List subnet shared projectsFor the specified subnet ID, view the list of projects that have shared the subnet.
List subnetsView a list of subnets in use within the project.
List VPCsView the list of VPCs created within the project.
Set main route tableThe default routing table is changed from the existing default routing table to the requested routing table.
Share subnetShares the specified subnet to other projects.
Unshare subnetUnshares the specified subnet so that the project can no longer use it.
Update network interfaceModify the name, description, and security group information of a network interface.
Update network interface allowed addressesSet or update the list of IPs allowed to egress for a network interface.
Update public IPEdit description of public IP.
Update routeModify individual routing entries registered in the routing table.
Update route tableModify the name and description of the routing table.
Update route table associationModify routing table and connection information between subnets.
Update security groupModify the name and description of the security group.
Update subnetModifies the name of an existing subnet.
Update VPCEdit the name and description of your VPC.