检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Querying and Accessing a VPC Endpoint Scenarios After a VPC endpoint is bought, you can query its details and access it. Constraints The maximum number of concurrent connections supported by a VPC endpoint Basic: 3,000 Professional: 1,000,000 Querying a VPC Endpoint Perform the following
Managing Tags of a VPC Endpoint Scenarios After a VPC endpoint is created, you can view its tags, or add, edit, or delete a tag. Tags help identify VPC endpoints. You can add up to 20 tags to each VPC endpoint. If a predefined tag has been created on TMS, you can directly select the
Managing the Policy of a VPC Endpoint VPC endpoint policies are a type of resource-based policies. You can configure a policy to control which principals can use the VPC endpoint to access Huawei Cloud services. VPC endpoint policies do not override or replace the identity-based or
Creating a VPC Endpoint Service Scenarios There are two types of VPC endpoint services: gateway and interface. Gateway VPC endpoint services are created only for cloud services. Interface VPC endpoint services can be created for both cloud services and your private services. Cloud
VPC Endpoint Service Overview A VPC endpoint service is a cloud service or a private service that can be accessed through a VPC endpoint. There are two types of VPC endpoint services: gateway and interface. Gateway VPC endpoint services are created only for cloud services. Interface
Deleting a VPC Endpoint Service Scenarios You can delete a VPC endpoint service that is no longer needed. Deleted VPC endpoint services cannot be recovered. This section describes how you can delete a VPC endpoint service. Constraints The VPC endpoint services configured from your
Creating a VPC Flow Log Function This API is used to create a VPC flow log. A VPC flow log captures information about the traffic going to and from your VPC. You can use flow logs to monitor network traffic, analyze network attacks, and to determine whether security group and network
VPC (V3) Permission API Action Querying VPC details GET /v3/{project_id}/vpc/vpcs/{vpc_id} vpc:vpcs:get Querying VPCs GET /v3/{project_id}/vpc/vpcs vpc:vpcs:list Adding a secondary CIDR block to a VPC PUT /v3/{project_id}/vpc/vpcs/{vpc_id}/add-extend-cidr vpc:vpcs:update Removing
Querying VPC Flow Logs Function This API is used to query all VPC flow logs of the tenant submitting the request. The VPC flow logs are filtered based on the filtering condition. URI GET /v1/{project_id}/fl/flow_logs Example: GET https://{Endpoint}/v1/b2782e6708b8475c993e6064bc456bf8
Querying a VPC Flow Log Function This API is used to query a VPC flow log. URI GET /v1/{project_id}/fl/flow_logs/{flowlog_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Type Description project_id Yes String Project ID. For details about how
Updating a VPC Flow Log Function This API is used to update a VPC flow log. URI PUT /v1/{project_id}/fl/flow_logs/{flowlog_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Type Description project_id Yes String Project ID. For details about how
Deleting a VPC Flow Log Function This API is used to delete a flow log. URI DELETE /v1/{project_id}/fl/flow_logs/{flowlog_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Type Description project_id Yes String Project ID. For details about how
Querying VPC Peering Connections Function This API is used to query all VPC peering connections accessible to the tenant submitting the request. The connections are filtered based on the filtering condition. For details about pagination query, see section Pagination. URI GET /v2.0
Querying a VPC Peering Connection Function This API is used to query details about a VPC peering connection. URI GET /v2.0/vpc/peerings/{peering_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Type Description peering_id Yes String Specifies
Creating a VPC Peering Connection Function This API is used to create a VPC peering connection. If you create a VPC peering connection with another VPC of your own, the connection is created without the need for you to accept the connection. If you create a VPC peering connection
Accepting a VPC Peering Connection Function After tenant A requests to create a VPC peering connection with a VPC of tenant B, the VPC peering connection takes effect only after tenant B accepts the request. This API is used by a tenant to accept a VPC peering connection request initiated
Refusing a VPC Peering Connection Function After tenant A requests to create a VPC peering connection with a VPC of tenant B, the VPC peering connection takes effect only after tenant B accepts the request. However, tenant can refuse the VPC peering connection request. This API is
Updating a VPC Peering Connection Function Updates a VPC peering connection. URI PUT /v2.0/vpc/peerings/{peering_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Type Description peering_id Yes String Specifies the VPC peering connection ID,
Deleting a VPC Peering Connection Function This API is used to delete a VPC peering connection. A VPC peering connection can be deleted either by the local or peer tenant. URI DELETE /v2.0/vpc/peerings/{peering_id} Table 1 describes the parameters. Table 1 Parameter description Parameter
Deleting a Tag from a VPC Function This API is used to delete a tag from a VPC. URI DELETE /v2.0/{project_id}/vpcs/{vpc_id}/tags/{key} Table 1 describes the parameters. Table 1 Parameter description Parameter Mandatory Description project_id Yes Specifies the project ID. For details