检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
VPC Route Permission API Action Querying VPC routes GET /v2.0/vpc/routes vpc:routes:list Querying a VPC route GET /v2.0/vpc/routes/{route_id} vpc:routes:get Creating a VPC route POST /v2.0/vpc/routes vpc:routes:create Deleting a VPC route DELETE /v2.0/vpc/routes/{route_id} vpc:routes
VPC Tag Permission API Action Adding a tag to a VPC POST /v2.0/{project_id}/vpcs/{vpc_id}/tags vpc:vpcTags:create Querying tags of a VPC GET /v2.0/{project_id}/vpcs/{vpc_id}/tags vpc:vpcTags:get Deleting a VPC tag DELETE /v2.0/{project_id}/vpcs/{vpc_id}/tags/{key} vpc:vpcTags:delete
Creating a VPC Function This API is used to create a VPC. URI POST /v1/{project_id}/vpcs Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Description project_id Yes Specifies the project ID. For details about how to obtain a project ID, see Obtaining
Updating a VPC Function This API is used to update information about a VPC. URI PUT /v1/{project_id}/vpcs/{vpc_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Description project_id Yes Specifies the project ID. For details about how to obtain
Deleting a VPC Function This API is used to delete a VPC. URI DELETE /v1/{project_id}/vpcs/{vpc_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Description project_id Yes Specifies the project ID. For details about how to obtain a project ID
VPC Route Querying VPC Routes Querying a VPC Route Creating a VPC Route Deleting a VPC Route Parent topic: VPC APIs (V1/V2)
VPC Security Using a Third-Party Firewall to Scrub Traffic for VPCs Connected by VPC Peering Connections Using Third-Party Firewalls to Filter Traffic When Connecting an On-premises Data Center to the Cloud
VPC and Subnet VPC and Subnet Planning VPC Connectivity Options VPC Subnet
Modifying a VPC Scenarios You can modify the following information about a VPC: Modifying the Name and Description of a VPC Modifying the CIDR Block of a VPC Constraints If the secondary IPv4 CIDR block function is available in a region, the CIDR block of a VPC in this region cannot
VPC Sharing VPC Sharing Overview Usage Examples for VPC Sharing Sharing a Subnet with Other Accounts Viewing the Details of a Shared Subnet Stopping Sharing a Subnet
Deleting a VPC Scenarios If you no longer need a VPC, you can delete it. The VPC service has multiple resources. Some are free, while some are not. For details about VPC resource pricing, see Pricing Details. Notes and Constraints If you want to delete a VPC that has subnets, custom
VPC Peering Connection A VPC peering connection enables two VPCs in the same region to communicate using private IP addresses. The VPCs to be connected can be from the same account or different accounts. If you want to connect VPCs in different regions, use Cloud Connect. You can
Querying the Details of a VPC Function This API is used to query the details of a VPC. Debugging You can debug this API through automatic authentication in API Explorer. URI GET /v3/{project_id}/vpc/vpcs/{vpc_id} Table 1 Path Parameters Parameter Mandatory Type Description project_id
VPC Flow Log Permission API Action Creating a flow log POST /v1/{project_id}/fl/flow_logs vpc:flowLogs:create Querying flow logs GET /v1/{project_id}/fl/flow_logs vpc:flowLogs:get Querying a flow log GET /v1/{project_id}/fl/flow_logs/{flowlog_id} vpc:flowLogs:get Updating a flow log
VPC Monitoring Metrics Description This section describes monitoring metrics reported by VPC to Cloud Eye as well as their namespaces and dimensions. You can use APIs provided by Cloud Eye to query the monitoring metrics of the monitored object and alarms generated for VPC. Namespace
VPC Peering Connection Permission API Action Querying VPC peering connections GET /v2.0/vpc/peerings vpc:peerings:get Querying a VPC peering connection GET /v2.0/vpc/peerings/{peering_id} vpc:peerings:get Creating a VPC peering connection POST /v2.0/vpc/peerings vpc:peerings:create
Querying VPC Details Function This API is used to query details about a VPC. URI GET /v1/{project_id}/vpcs/{vpc_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Description project_id Yes Specifies the project ID. For details about how to obtain
VPC Flow Log Creating a VPC Flow Log Querying VPC Flow Logs Querying a VPC Flow Log Updating a VPC Flow Log Deleting a VPC Flow Log Parent topic: VPC APIs (V1/V2)
VPC Peering Connection Querying VPC Peering Connections Querying a VPC Peering Connection Creating a VPC Peering Connection Accepting a VPC Peering Connection Refusing a VPC Peering Connection Updating a VPC Peering Connection Deleting a VPC Peering Connection Parent topic: VPC APIs
Querying VPC Routes Function This API is used to query all routes of the tenant submitting the request. The routes are filtered based on the filtering condition. For details about the response format of pagination query, see section Pagination. URI GET /v2.0/vpc/routes Example: Example