@huaweicloud/huaweicloud-sdk-vpc 3.1.45 → 3.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/huaweicloud-sdk-vpc.ts +6 -0
- package/package.json +4 -4
- package/v2/VpcClient.ts +8117 -0
- package/v2/VpcRegion.ts +62 -0
- package/v2/model/AcceptVpcPeeringRequest.ts +18 -0
- package/v2/model/AcceptVpcPeeringResponse.ts +85 -0
- package/v2/model/AddRouteTableRoute.ts +29 -0
- package/v2/model/AllocationPool.ts +16 -0
- package/v2/model/AllowedAddressPair.ts +29 -0
- package/v2/model/AsscoiateReq.ts +13 -0
- package/v2/model/AssociateRouteTableAndSubnetReq.ts +16 -0
- package/v2/model/AssociateRouteTableRequest.ts +24 -0
- package/v2/model/AssociateRouteTableResponse.ts +14 -0
- package/v2/model/BatchCreateSubnetTagsRequest.ts +24 -0
- package/v2/model/BatchCreateSubnetTagsRequestBody.ts +27 -0
- package/v2/model/BatchCreateSubnetTagsResponse.ts +8 -0
- package/v2/model/BatchCreateVpcTagsRequest.ts +24 -0
- package/v2/model/BatchCreateVpcTagsRequestBody.ts +27 -0
- package/v2/model/BatchCreateVpcTagsResponse.ts +8 -0
- package/v2/model/BatchDeleteSubnetTagsRequest.ts +24 -0
- package/v2/model/BatchDeleteSubnetTagsRequestBody.ts +27 -0
- package/v2/model/BatchDeleteSubnetTagsResponse.ts +8 -0
- package/v2/model/BatchDeleteVpcTagsRequest.ts +24 -0
- package/v2/model/BatchDeleteVpcTagsRequestBody.ts +27 -0
- package/v2/model/BatchDeleteVpcTagsResponse.ts +8 -0
- package/v2/model/BindingVifDetails.ts +39 -0
- package/v2/model/CreateFlowLogReq.ts +106 -0
- package/v2/model/CreateFlowLogReqBody.ts +19 -0
- package/v2/model/CreateFlowLogRequest.ts +12 -0
- package/v2/model/CreateFlowLogResponse.ts +20 -0
- package/v2/model/CreatePortOption.ts +103 -0
- package/v2/model/CreatePortRequest.ts +12 -0
- package/v2/model/CreatePortRequestBody.ts +13 -0
- package/v2/model/CreatePortResponse.ts +14 -0
- package/v2/model/CreatePrivateipOption.ts +29 -0
- package/v2/model/CreatePrivateipRequest.ts +12 -0
- package/v2/model/CreatePrivateipRequestBody.ts +13 -0
- package/v2/model/CreatePrivateipResponse.ts +14 -0
- package/v2/model/CreateRouteTableReq.ts +34 -0
- package/v2/model/CreateRouteTableRequest.ts +12 -0
- package/v2/model/CreateRouteTableResponse.ts +14 -0
- package/v2/model/CreateRoutetableReqBody.ts +13 -0
- package/v2/model/CreateSecurityGroupOption.ts +34 -0
- package/v2/model/CreateSecurityGroupRequest.ts +12 -0
- package/v2/model/CreateSecurityGroupRequestBody.ts +19 -0
- package/v2/model/CreateSecurityGroupResponse.ts +20 -0
- package/v2/model/CreateSecurityGroupRuleOption.ts +83 -0
- package/v2/model/CreateSecurityGroupRuleRequest.ts +12 -0
- package/v2/model/CreateSecurityGroupRuleRequestBody.ts +19 -0
- package/v2/model/CreateSecurityGroupRuleResponse.ts +20 -0
- package/v2/model/CreateSubnetOption.ts +124 -0
- package/v2/model/CreateSubnetRequest.ts +12 -0
- package/v2/model/CreateSubnetRequestBody.ts +13 -0
- package/v2/model/CreateSubnetResponse.ts +14 -0
- package/v2/model/CreateSubnetTagRequest.ts +24 -0
- package/v2/model/CreateSubnetTagRequestBody.ts +13 -0
- package/v2/model/CreateSubnetTagResponse.ts +8 -0
- package/v2/model/CreateVpcOption.ts +37 -0
- package/v2/model/CreateVpcPeeringOption.ts +42 -0
- package/v2/model/CreateVpcPeeringRequest.ts +12 -0
- package/v2/model/CreateVpcPeeringRequestBody.ts +13 -0
- package/v2/model/CreateVpcPeeringResponse.ts +14 -0
- package/v2/model/CreateVpcRequest.ts +12 -0
- package/v2/model/CreateVpcRequestBody.ts +13 -0
- package/v2/model/CreateVpcResourceTagRequest.ts +24 -0
- package/v2/model/CreateVpcResourceTagRequestBody.ts +13 -0
- package/v2/model/CreateVpcResourceTagResponse.ts +8 -0
- package/v2/model/CreateVpcResponse.ts +14 -0
- package/v2/model/CreateVpcRouteOption.ts +44 -0
- package/v2/model/CreateVpcRouteRequest.ts +12 -0
- package/v2/model/CreateVpcRouteRequestBody.ts +13 -0
- package/v2/model/CreateVpcRouteResponse.ts +14 -0
- package/v2/model/DelRouteTableRoute.ts +27 -0
- package/v2/model/DeleteFlowLogRequest.ts +18 -0
- package/v2/model/DeleteFlowLogResponse.ts +8 -0
- package/v2/model/DeletePortRequest.ts +18 -0
- package/v2/model/DeletePortResponse.ts +8 -0
- package/v2/model/DeletePrivateipRequest.ts +18 -0
- package/v2/model/DeletePrivateipResponse.ts +8 -0
- package/v2/model/DeleteRouteTableRequest.ts +18 -0
- package/v2/model/DeleteRouteTableResponse.ts +8 -0
- package/v2/model/DeleteSecurityGroupRequest.ts +18 -0
- package/v2/model/DeleteSecurityGroupResponse.ts +8 -0
- package/v2/model/DeleteSecurityGroupRuleRequest.ts +18 -0
- package/v2/model/DeleteSecurityGroupRuleResponse.ts +8 -0
- package/v2/model/DeleteSubnetRequest.ts +30 -0
- package/v2/model/DeleteSubnetResponse.ts +8 -0
- package/v2/model/DeleteSubnetTagRequest.ts +24 -0
- package/v2/model/DeleteSubnetTagResponse.ts +8 -0
- package/v2/model/DeleteVpcPeeringRequest.ts +18 -0
- package/v2/model/DeleteVpcPeeringResponse.ts +8 -0
- package/v2/model/DeleteVpcRequest.ts +18 -0
- package/v2/model/DeleteVpcResponse.ts +8 -0
- package/v2/model/DeleteVpcRouteRequest.ts +18 -0
- package/v2/model/DeleteVpcRouteResponse.ts +8 -0
- package/v2/model/DeleteVpcTagRequest.ts +24 -0
- package/v2/model/DeleteVpcTagResponse.ts +8 -0
- package/v2/model/DisassociateRouteTableRequest.ts +24 -0
- package/v2/model/DisassociateRouteTableResponse.ts +14 -0
- package/v2/model/DnsAssignMent.ts +27 -0
- package/v2/model/ExternalGatewayInfo.ts +28 -0
- package/v2/model/ExternalGatewayInfoOption.ts +17 -0
- package/v2/model/ExtraDhcpOpt.ts +28 -0
- package/v2/model/ExtraDhcpOption.ts +38 -0
- package/v2/model/FixedIp.ts +28 -0
- package/v2/model/FlowLogResp.ts +185 -0
- package/v2/model/HostRoute.ts +16 -0
- package/v2/model/ListApiVersionRequest.ts +6 -0
- package/v2/model/ListApiVersionResponse.ts +14 -0
- package/v2/model/ListFlowLogsRequest.ts +148 -0
- package/v2/model/ListFlowLogsResponse.ts +20 -0
- package/v2/model/ListPortsRequest.ts +139 -0
- package/v2/model/ListPortsResponse.ts +14 -0
- package/v2/model/ListPrivateipsRequest.ts +28 -0
- package/v2/model/ListPrivateipsResponse.ts +14 -0
- package/v2/model/ListResourceResp.ts +48 -0
- package/v2/model/ListRouteTablesRequest.ts +43 -0
- package/v2/model/ListRouteTablesResponse.ts +14 -0
- package/v2/model/ListSecurityGroupRulesRequest.ts +38 -0
- package/v2/model/ListSecurityGroupRulesResponse.ts +20 -0
- package/v2/model/ListSecurityGroupsRequest.ts +38 -0
- package/v2/model/ListSecurityGroupsResponse.ts +20 -0
- package/v2/model/ListSubnetTagsRequest.ts +6 -0
- package/v2/model/ListSubnetTagsResponse.ts +14 -0
- package/v2/model/ListSubnetsByTagsRequest.ts +12 -0
- package/v2/model/ListSubnetsByTagsRequestBody.ts +43 -0
- package/v2/model/ListSubnetsByTagsResponse.ts +25 -0
- package/v2/model/ListSubnetsRequest.ts +27 -0
- package/v2/model/ListSubnetsResponse.ts +14 -0
- package/v2/model/ListTag.ts +18 -0
- package/v2/model/ListVpcPeeringsRequest.ts +65 -0
- package/v2/model/ListVpcPeeringsResponse.ts +26 -0
- package/v2/model/ListVpcRoutesRequest.ts +61 -0
- package/v2/model/ListVpcRoutesResponse.ts +26 -0
- package/v2/model/ListVpcTagsRequest.ts +6 -0
- package/v2/model/ListVpcTagsResponse.ts +14 -0
- package/v2/model/ListVpcsByTagsRequest.ts +12 -0
- package/v2/model/ListVpcsByTagsRequestBody.ts +43 -0
- package/v2/model/ListVpcsByTagsResponse.ts +25 -0
- package/v2/model/ListVpcsRequest.ts +32 -0
- package/v2/model/ListVpcsResponse.ts +14 -0
- package/v2/model/Match.ts +18 -0
- package/v2/model/ModRouteTableRoute.ts +29 -0
- package/v2/model/NetworkIpAvailability.ts +79 -0
- package/v2/model/NeutronAddFirewallRuleRequest.ts +24 -0
- package/v2/model/NeutronAddFirewallRuleResponse.ts +72 -0
- package/v2/model/NeutronAddRouterInterfaceRequest.ts +24 -0
- package/v2/model/NeutronAddRouterInterfaceResponse.ts +65 -0
- package/v2/model/NeutronCreateFirewallGroupOption.ts +54 -0
- package/v2/model/NeutronCreateFirewallGroupRequest.ts +12 -0
- package/v2/model/NeutronCreateFirewallGroupRequestBody.ts +19 -0
- package/v2/model/NeutronCreateFirewallGroupResponse.ts +20 -0
- package/v2/model/NeutronCreateFirewallPolicyOption.ts +32 -0
- package/v2/model/NeutronCreateFirewallPolicyRequest.ts +12 -0
- package/v2/model/NeutronCreateFirewallPolicyRequestBody.ts +19 -0
- package/v2/model/NeutronCreateFirewallPolicyResponse.ts +20 -0
- package/v2/model/NeutronCreateFirewallRuleOption.ts +95 -0
- package/v2/model/NeutronCreateFirewallRuleRequest.ts +12 -0
- package/v2/model/NeutronCreateFirewallRuleRequestBody.ts +19 -0
- package/v2/model/NeutronCreateFirewallRuleResponse.ts +20 -0
- package/v2/model/NeutronCreateNetworkOption.ts +49 -0
- package/v2/model/NeutronCreateNetworkRequest.ts +12 -0
- package/v2/model/NeutronCreateNetworkRequestBody.ts +13 -0
- package/v2/model/NeutronCreateNetworkResponse.ts +14 -0
- package/v2/model/NeutronCreatePortOption.ts +125 -0
- package/v2/model/NeutronCreatePortRequest.ts +12 -0
- package/v2/model/NeutronCreatePortRequestBody.ts +13 -0
- package/v2/model/NeutronCreatePortResponse.ts +14 -0
- package/v2/model/NeutronCreateRouterOption.ts +34 -0
- package/v2/model/NeutronCreateRouterRequest.ts +12 -0
- package/v2/model/NeutronCreateRouterRequestBody.ts +13 -0
- package/v2/model/NeutronCreateRouterResponse.ts +14 -0
- package/v2/model/NeutronCreateSecurityGroupOption.ts +16 -0
- package/v2/model/NeutronCreateSecurityGroupRequest.ts +12 -0
- package/v2/model/NeutronCreateSecurityGroupRequestBody.ts +19 -0
- package/v2/model/NeutronCreateSecurityGroupResponse.ts +20 -0
- package/v2/model/NeutronCreateSecurityGroupRuleOption.ts +100 -0
- package/v2/model/NeutronCreateSecurityGroupRuleRequest.ts +12 -0
- package/v2/model/NeutronCreateSecurityGroupRuleRequestBody.ts +19 -0
- package/v2/model/NeutronCreateSecurityGroupRuleResponse.ts +20 -0
- package/v2/model/NeutronCreateSubnetOption.ts +119 -0
- package/v2/model/NeutronCreateSubnetRequest.ts +12 -0
- package/v2/model/NeutronCreateSubnetRequestBody.ts +13 -0
- package/v2/model/NeutronCreateSubnetResponse.ts +14 -0
- package/v2/model/NeutronDeleteFirewallGroupRequest.ts +18 -0
- package/v2/model/NeutronDeleteFirewallGroupResponse.ts +8 -0
- package/v2/model/NeutronDeleteFirewallPolicyRequest.ts +18 -0
- package/v2/model/NeutronDeleteFirewallPolicyResponse.ts +8 -0
- package/v2/model/NeutronDeleteFirewallRuleRequest.ts +18 -0
- package/v2/model/NeutronDeleteFirewallRuleResponse.ts +8 -0
- package/v2/model/NeutronDeleteNetworkRequest.ts +18 -0
- package/v2/model/NeutronDeleteNetworkResponse.ts +8 -0
- package/v2/model/NeutronDeletePortRequest.ts +18 -0
- package/v2/model/NeutronDeletePortResponse.ts +8 -0
- package/v2/model/NeutronDeleteRouterRequest.ts +18 -0
- package/v2/model/NeutronDeleteRouterResponse.ts +8 -0
- package/v2/model/NeutronDeleteSecurityGroupRequest.ts +18 -0
- package/v2/model/NeutronDeleteSecurityGroupResponse.ts +8 -0
- package/v2/model/NeutronDeleteSecurityGroupRuleRequest.ts +18 -0
- package/v2/model/NeutronDeleteSecurityGroupRuleResponse.ts +8 -0
- package/v2/model/NeutronDeleteSubnetRequest.ts +18 -0
- package/v2/model/NeutronDeleteSubnetResponse.ts +8 -0
- package/v2/model/NeutronFirewallGroup.ts +132 -0
- package/v2/model/NeutronFirewallPolicy.ts +78 -0
- package/v2/model/NeutronFirewallRule.ts +147 -0
- package/v2/model/NeutronInsertFirewallRuleRequestBody.ts +40 -0
- package/v2/model/NeutronListFirewallGroupsRequest.ts +53 -0
- package/v2/model/NeutronListFirewallGroupsResponse.ts +32 -0
- package/v2/model/NeutronListFirewallPoliciesRequest.ts +42 -0
- package/v2/model/NeutronListFirewallPoliciesResponse.ts +32 -0
- package/v2/model/NeutronListFirewallRulesRequest.ts +47 -0
- package/v2/model/NeutronListFirewallRulesResponse.ts +32 -0
- package/v2/model/NeutronListNetworksRequest.ts +80 -0
- package/v2/model/NeutronListNetworksResponse.ts +26 -0
- package/v2/model/NeutronListPortsRequest.ts +119 -0
- package/v2/model/NeutronListPortsResponse.ts +26 -0
- package/v2/model/NeutronListRoutersRequest.ts +48 -0
- package/v2/model/NeutronListRoutersResponse.ts +26 -0
- package/v2/model/NeutronListSecurityGroupRulesRequest.ts +107 -0
- package/v2/model/NeutronListSecurityGroupRulesResponse.ts +32 -0
- package/v2/model/NeutronListSecurityGroupsRequest.ts +42 -0
- package/v2/model/NeutronListSecurityGroupsResponse.ts +32 -0
- package/v2/model/NeutronListSubnetsRequest.ts +86 -0
- package/v2/model/NeutronListSubnetsResponse.ts +26 -0
- package/v2/model/NeutronNetwork.ts +179 -0
- package/v2/model/NeutronPageLink.ts +18 -0
- package/v2/model/NeutronPort.ts +257 -0
- package/v2/model/NeutronRemoveFirewallRuleRequest.ts +24 -0
- package/v2/model/NeutronRemoveFirewallRuleRequestBody.ts +18 -0
- package/v2/model/NeutronRemoveFirewallRuleResponse.ts +72 -0
- package/v2/model/NeutronRemoveRouterInterfaceRequest.ts +24 -0
- package/v2/model/NeutronRemoveRouterInterfaceResponse.ts +65 -0
- package/v2/model/NeutronRouter.ts +104 -0
- package/v2/model/NeutronSecurityGroup.ts +85 -0
- package/v2/model/NeutronSecurityGroupRule.ts +164 -0
- package/v2/model/NeutronShowFirewallGroupRequest.ts +18 -0
- package/v2/model/NeutronShowFirewallGroupResponse.ts +20 -0
- package/v2/model/NeutronShowFirewallPolicyRequest.ts +18 -0
- package/v2/model/NeutronShowFirewallPolicyResponse.ts +20 -0
- package/v2/model/NeutronShowFirewallRuleRequest.ts +18 -0
- package/v2/model/NeutronShowFirewallRuleResponse.ts +20 -0
- package/v2/model/NeutronShowNetworkRequest.ts +18 -0
- package/v2/model/NeutronShowNetworkResponse.ts +14 -0
- package/v2/model/NeutronShowPortRequest.ts +18 -0
- package/v2/model/NeutronShowPortResponse.ts +14 -0
- package/v2/model/NeutronShowRouterRequest.ts +18 -0
- package/v2/model/NeutronShowRouterResponse.ts +14 -0
- package/v2/model/NeutronShowSecurityGroupRequest.ts +18 -0
- package/v2/model/NeutronShowSecurityGroupResponse.ts +20 -0
- package/v2/model/NeutronShowSecurityGroupRuleRequest.ts +18 -0
- package/v2/model/NeutronShowSecurityGroupRuleResponse.ts +20 -0
- package/v2/model/NeutronShowSubnetRequest.ts +18 -0
- package/v2/model/NeutronShowSubnetResponse.ts +14 -0
- package/v2/model/NeutronSubnet.ts +193 -0
- package/v2/model/NeutronUpdateFirewallGroupOption.ts +54 -0
- package/v2/model/NeutronUpdateFirewallGroupRequest.ts +24 -0
- package/v2/model/NeutronUpdateFirewallGroupRequestBody.ts +19 -0
- package/v2/model/NeutronUpdateFirewallGroupResponse.ts +20 -0
- package/v2/model/NeutronUpdateFirewallPolicyOption.ts +32 -0
- package/v2/model/NeutronUpdateFirewallPolicyRequest.ts +24 -0
- package/v2/model/NeutronUpdateFirewallPolicyRequestBody.ts +19 -0
- package/v2/model/NeutronUpdateFirewallPolicyResponse.ts +20 -0
- package/v2/model/NeutronUpdateFirewallRuleOption.ts +95 -0
- package/v2/model/NeutronUpdateFirewallRuleRequest.ts +24 -0
- package/v2/model/NeutronUpdateFirewallRuleRequestBody.ts +19 -0
- package/v2/model/NeutronUpdateFirewallRuleResponse.ts +20 -0
- package/v2/model/NeutronUpdateNetworkOption.ts +33 -0
- package/v2/model/NeutronUpdateNetworkRequest.ts +24 -0
- package/v2/model/NeutronUpdateNetworkRequestBody.ts +13 -0
- package/v2/model/NeutronUpdateNetworkResponse.ts +14 -0
- package/v2/model/NeutronUpdatePortOption.ts +79 -0
- package/v2/model/NeutronUpdatePortRequest.ts +24 -0
- package/v2/model/NeutronUpdatePortRequestBody.ts +13 -0
- package/v2/model/NeutronUpdatePortResponse.ts +14 -0
- package/v2/model/NeutronUpdateRouterOption.ts +40 -0
- package/v2/model/NeutronUpdateRouterRequest.ts +24 -0
- package/v2/model/NeutronUpdateRouterRequestBody.ts +13 -0
- package/v2/model/NeutronUpdateRouterResponse.ts +14 -0
- package/v2/model/NeutronUpdateSecurityGroupOption.ts +16 -0
- package/v2/model/NeutronUpdateSecurityGroupRequest.ts +24 -0
- package/v2/model/NeutronUpdateSecurityGroupRequestBody.ts +19 -0
- package/v2/model/NeutronUpdateSecurityGroupResponse.ts +20 -0
- package/v2/model/NeutronUpdateSubnetOption.ts +57 -0
- package/v2/model/NeutronUpdateSubnetRequest.ts +24 -0
- package/v2/model/NeutronUpdateSubnetRequestBody.ts +13 -0
- package/v2/model/NeutronUpdateSubnetResponse.ts +14 -0
- package/v2/model/Port.ts +277 -0
- package/v2/model/Privateip.ts +84 -0
- package/v2/model/Quota.ts +13 -0
- package/v2/model/RejectVpcPeeringRequest.ts +18 -0
- package/v2/model/RejectVpcPeeringResponse.ts +85 -0
- package/v2/model/ResourceResult.ts +54 -0
- package/v2/model/ResourceTag.ts +18 -0
- package/v2/model/Route.ts +16 -0
- package/v2/model/RouteTableListResp.ts +91 -0
- package/v2/model/RouteTableResp.ts +98 -0
- package/v2/model/RouteTableRoute.ts +29 -0
- package/v2/model/RouteTableRouteAction.ts +24 -0
- package/v2/model/RouterInterfaceRequestBody.ts +28 -0
- package/v2/model/RoutetableAssociateReqbody.ts +13 -0
- package/v2/model/SecurityGroup.ts +58 -0
- package/v2/model/SecurityGroupRule.ts +119 -0
- package/v2/model/ShowFlowLogRequest.ts +18 -0
- package/v2/model/ShowFlowLogResponse.ts +20 -0
- package/v2/model/ShowNetworkIpAvailabilitiesRequest.ts +18 -0
- package/v2/model/ShowNetworkIpAvailabilitiesResponse.ts +20 -0
- package/v2/model/ShowPortRequest.ts +18 -0
- package/v2/model/ShowPortResponse.ts +14 -0
- package/v2/model/ShowPrivateipRequest.ts +18 -0
- package/v2/model/ShowPrivateipResponse.ts +14 -0
- package/v2/model/ShowQuotaRequest.ts +35 -0
- package/v2/model/ShowQuotaResponse.ts +14 -0
- package/v2/model/ShowRouteTableRequest.ts +18 -0
- package/v2/model/ShowRouteTableResponse.ts +14 -0
- package/v2/model/ShowSecurityGroupRequest.ts +18 -0
- package/v2/model/ShowSecurityGroupResponse.ts +20 -0
- package/v2/model/ShowSecurityGroupRuleRequest.ts +18 -0
- package/v2/model/ShowSecurityGroupRuleResponse.ts +20 -0
- package/v2/model/ShowSubnetRequest.ts +18 -0
- package/v2/model/ShowSubnetResponse.ts +14 -0
- package/v2/model/ShowSubnetTagsRequest.ts +18 -0
- package/v2/model/ShowSubnetTagsResponse.ts +14 -0
- package/v2/model/ShowVpcPeeringRequest.ts +18 -0
- package/v2/model/ShowVpcPeeringResponse.ts +14 -0
- package/v2/model/ShowVpcRequest.ts +18 -0
- package/v2/model/ShowVpcResponse.ts +14 -0
- package/v2/model/ShowVpcRouteRequest.ts +18 -0
- package/v2/model/ShowVpcRouteResponse.ts +14 -0
- package/v2/model/ShowVpcTagsRequest.ts +18 -0
- package/v2/model/ShowVpcTagsResponse.ts +14 -0
- package/v2/model/Subnet.ts +250 -0
- package/v2/model/SubnetIpAvailability.ts +72 -0
- package/v2/model/SubnetList.ts +12 -0
- package/v2/model/SubnetResult.ts +28 -0
- package/v2/model/UpdateFlowLogReq.ts +27 -0
- package/v2/model/UpdateFlowLogReqBody.ts +19 -0
- package/v2/model/UpdateFlowLogRequest.ts +24 -0
- package/v2/model/UpdateFlowLogResponse.ts +20 -0
- package/v2/model/UpdatePortOption.ts +46 -0
- package/v2/model/UpdatePortRequest.ts +24 -0
- package/v2/model/UpdatePortRequestBody.ts +13 -0
- package/v2/model/UpdatePortResponse.ts +14 -0
- package/v2/model/UpdateRouteTableReq.ts +22 -0
- package/v2/model/UpdateRouteTableRequest.ts +24 -0
- package/v2/model/UpdateRouteTableResponse.ts +14 -0
- package/v2/model/UpdateRoutetableReqBody.ts +13 -0
- package/v2/model/UpdateSubnetOption.ts +78 -0
- package/v2/model/UpdateSubnetRequest.ts +36 -0
- package/v2/model/UpdateSubnetRequestBody.ts +13 -0
- package/v2/model/UpdateSubnetResponse.ts +14 -0
- package/v2/model/UpdateVpcOption.ts +27 -0
- package/v2/model/UpdateVpcPeeringOption.ts +16 -0
- package/v2/model/UpdateVpcPeeringRequest.ts +24 -0
- package/v2/model/UpdateVpcPeeringRequestBody.ts +13 -0
- package/v2/model/UpdateVpcPeeringResponse.ts +14 -0
- package/v2/model/UpdateVpcRequest.ts +24 -0
- package/v2/model/UpdateVpcRequestBody.ts +13 -0
- package/v2/model/UpdateVpcResponse.ts +14 -0
- package/v2/model/VersionResult.ts +35 -0
- package/v2/model/Vpc.ts +101 -0
- package/v2/model/VpcInfo.ts +29 -0
- package/v2/model/VpcPeering.ts +91 -0
- package/v2/model/VpcRoute.ts +62 -0
- package/v2/public-api.ts +362 -0
- package/v3/VpcClient.ts +2133 -0
- package/v3/VpcRegion.ts +62 -0
- package/v3/model/AddExtendCidrOption.ts +18 -0
- package/v3/model/AddVpcExtendCidrRequest.ts +24 -0
- package/v3/model/AddVpcExtendCidrRequestBody.ts +24 -0
- package/v3/model/AddVpcExtendCidrResponse.ts +25 -0
- package/v3/model/AddressGroup.ts +133 -0
- package/v3/model/BatchCreateSubNetworkInterfaceOption.ts +68 -0
- package/v3/model/BatchCreateSubNetworkInterfaceRequest.ts +12 -0
- package/v3/model/BatchCreateSubNetworkInterfaceRequestBody.ts +36 -0
- package/v3/model/BatchCreateSubNetworkInterfaceResponse.ts +31 -0
- package/v3/model/CloudResource.ts +30 -0
- package/v3/model/CreateAddressGroupOption.ts +62 -0
- package/v3/model/CreateAddressGroupRequest.ts +12 -0
- package/v3/model/CreateAddressGroupRequestBody.ts +30 -0
- package/v3/model/CreateAddressGroupResponse.ts +31 -0
- package/v3/model/CreateSecurityGroupOption.ts +28 -0
- package/v3/model/CreateSecurityGroupRequest.ts +12 -0
- package/v3/model/CreateSecurityGroupRequestBody.ts +30 -0
- package/v3/model/CreateSecurityGroupResponse.ts +31 -0
- package/v3/model/CreateSecurityGroupRuleOption.ts +87 -0
- package/v3/model/CreateSecurityGroupRuleRequest.ts +12 -0
- package/v3/model/CreateSecurityGroupRuleRequestBody.ts +30 -0
- package/v3/model/CreateSecurityGroupRuleResponse.ts +31 -0
- package/v3/model/CreateSubNetworkInterfaceOption.ts +101 -0
- package/v3/model/CreateSubNetworkInterfaceRequest.ts +12 -0
- package/v3/model/CreateSubNetworkInterfaceRequestBody.ts +30 -0
- package/v3/model/CreateSubNetworkInterfaceResponse.ts +31 -0
- package/v3/model/CreateVpcOption.ts +40 -0
- package/v3/model/CreateVpcRequest.ts +12 -0
- package/v3/model/CreateVpcRequestBody.ts +24 -0
- package/v3/model/CreateVpcResponse.ts +41 -0
- package/v3/model/DeleteAddressGroupRequest.ts +18 -0
- package/v3/model/DeleteAddressGroupResponse.ts +8 -0
- package/v3/model/DeleteIpAddressGroupForceRequest.ts +18 -0
- package/v3/model/DeleteIpAddressGroupForceResponse.ts +8 -0
- package/v3/model/DeleteSecurityGroupRequest.ts +18 -0
- package/v3/model/DeleteSecurityGroupResponse.ts +8 -0
- package/v3/model/DeleteSecurityGroupRuleRequest.ts +18 -0
- package/v3/model/DeleteSecurityGroupRuleResponse.ts +8 -0
- package/v3/model/DeleteSubNetworkInterfaceRequest.ts +18 -0
- package/v3/model/DeleteSubNetworkInterfaceResponse.ts +8 -0
- package/v3/model/DeleteVpcRequest.ts +18 -0
- package/v3/model/DeleteVpcResponse.ts +8 -0
- package/v3/model/ListAddressGroupRequest.ts +53 -0
- package/v3/model/ListAddressGroupResponse.ts +43 -0
- package/v3/model/ListSecurityGroupRulesRequest.ts +74 -0
- package/v3/model/ListSecurityGroupRulesResponse.ts +43 -0
- package/v3/model/ListSecurityGroupsRequest.ts +42 -0
- package/v3/model/ListSecurityGroupsResponse.ts +43 -0
- package/v3/model/ListSubNetworkInterfacesRequest.ts +81 -0
- package/v3/model/ListSubNetworkInterfacesResponse.ts +43 -0
- package/v3/model/ListVpcsRequest.ts +36 -0
- package/v3/model/ListVpcsResponse.ts +37 -0
- package/v3/model/MigrateSubNetworkInterfaceOption.ts +30 -0
- package/v3/model/MigrateSubNetworkInterfaceRequest.ts +12 -0
- package/v3/model/MigrateSubNetworkInterfaceRequestBody.ts +30 -0
- package/v3/model/MigrateSubNetworkInterfaceResponse.ts +31 -0
- package/v3/model/PageInfo.ts +41 -0
- package/v3/model/RemoveExtendCidrOption.ts +18 -0
- package/v3/model/RemoveVpcExtendCidrRequest.ts +24 -0
- package/v3/model/RemoveVpcExtendCidrRequestBody.ts +24 -0
- package/v3/model/RemoveVpcExtendCidrResponse.ts +25 -0
- package/v3/model/ResourceTag.ts +18 -0
- package/v3/model/SecurityGroup.ts +72 -0
- package/v3/model/SecurityGroupInfo.ts +86 -0
- package/v3/model/SecurityGroupRule.ts +138 -0
- package/v3/model/ShowAddressGroupRequest.ts +18 -0
- package/v3/model/ShowAddressGroupResponse.ts +31 -0
- package/v3/model/ShowSecurityGroupRequest.ts +18 -0
- package/v3/model/ShowSecurityGroupResponse.ts +31 -0
- package/v3/model/ShowSecurityGroupRuleRequest.ts +18 -0
- package/v3/model/ShowSecurityGroupRuleResponse.ts +31 -0
- package/v3/model/ShowSubNetworkInterfaceRequest.ts +18 -0
- package/v3/model/ShowSubNetworkInterfaceResponse.ts +31 -0
- package/v3/model/ShowSubNetworkInterfacesQuantityRequest.ts +6 -0
- package/v3/model/ShowSubNetworkInterfacesQuantityResponse.ts +30 -0
- package/v3/model/ShowVpcRequest.ts +18 -0
- package/v3/model/ShowVpcResponse.ts +25 -0
- package/v3/model/SubNetworkInterface.ts +156 -0
- package/v3/model/Tag.ts +18 -0
- package/v3/model/UpdateAddressGroupOption.ts +38 -0
- package/v3/model/UpdateAddressGroupRequest.ts +24 -0
- package/v3/model/UpdateAddressGroupRequestBody.ts +30 -0
- package/v3/model/UpdateAddressGroupResponse.ts +31 -0
- package/v3/model/UpdateSecurityGroupOption.ts +16 -0
- package/v3/model/UpdateSecurityGroupRequest.ts +24 -0
- package/v3/model/UpdateSecurityGroupRequestBody.ts +30 -0
- package/v3/model/UpdateSecurityGroupResponse.ts +31 -0
- package/v3/model/UpdateSubNetworkInterfaceOption.ts +22 -0
- package/v3/model/UpdateSubNetworkInterfaceRequest.ts +24 -0
- package/v3/model/UpdateSubNetworkInterfaceRequestBody.ts +30 -0
- package/v3/model/UpdateSubNetworkInterfaceResponse.ts +31 -0
- package/v3/model/UpdateVpcOption.ts +16 -0
- package/v3/model/UpdateVpcRequest.ts +24 -0
- package/v3/model/UpdateVpcRequestBody.ts +24 -0
- package/v3/model/UpdateVpcResponse.ts +41 -0
- package/v3/model/Vpc.ts +116 -0
- package/v3/public-api.ts +99 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-vpc.d.ts +0 -3
- package/huaweicloud-sdk-vpc.js +0 -32
- package/v2/VpcClient.d.ts +0 -2593
- package/v2/VpcClient.js +0 -5367
- package/v2/VpcRegion.d.ts +0 -23
- package/v2/VpcRegion.js +0 -59
- package/v2/model/AcceptVpcPeeringRequest.d.ts +0 -7
- package/v2/model/AcceptVpcPeeringRequest.js +0 -24
- package/v2/model/AcceptVpcPeeringResponse.d.ts +0 -40
- package/v2/model/AcceptVpcPeeringResponse.js +0 -111
- package/v2/model/AddRouteTableRoute.d.ts +0 -11
- package/v2/model/AddRouteTableRoute.js +0 -28
- package/v2/model/AllowedAddressPair.d.ts +0 -11
- package/v2/model/AllowedAddressPair.js +0 -38
- package/v2/model/AsscoiateReq.d.ts +0 -6
- package/v2/model/AsscoiateReq.js +0 -14
- package/v2/model/AssociateRouteTableAndSubnetReq.d.ts +0 -7
- package/v2/model/AssociateRouteTableAndSubnetReq.js +0 -17
- package/v2/model/AssociateRouteTableRequest.d.ts +0 -10
- package/v2/model/AssociateRouteTableRequest.js +0 -28
- package/v2/model/AssociateRouteTableResponse.d.ts +0 -7
- package/v2/model/AssociateRouteTableResponse.js +0 -31
- package/v2/model/BatchCreateSubnetTagsRequest.d.ts +0 -10
- package/v2/model/BatchCreateSubnetTagsRequest.js +0 -28
- package/v2/model/BatchCreateSubnetTagsRequestBody.d.ts +0 -15
- package/v2/model/BatchCreateSubnetTagsRequestBody.js +0 -27
- package/v2/model/BatchCreateSubnetTagsResponse.d.ts +0 -4
- package/v2/model/BatchCreateSubnetTagsResponse.js +0 -27
- package/v2/model/BatchCreateVpcTagsRequest.d.ts +0 -10
- package/v2/model/BatchCreateVpcTagsRequest.js +0 -28
- package/v2/model/BatchCreateVpcTagsRequestBody.d.ts +0 -15
- package/v2/model/BatchCreateVpcTagsRequestBody.js +0 -27
- package/v2/model/BatchCreateVpcTagsResponse.d.ts +0 -4
- package/v2/model/BatchCreateVpcTagsResponse.js +0 -27
- package/v2/model/BatchDeleteSubnetTagsRequest.d.ts +0 -10
- package/v2/model/BatchDeleteSubnetTagsRequest.js +0 -28
- package/v2/model/BatchDeleteSubnetTagsRequestBody.d.ts +0 -15
- package/v2/model/BatchDeleteSubnetTagsRequestBody.js +0 -27
- package/v2/model/BatchDeleteSubnetTagsResponse.d.ts +0 -4
- package/v2/model/BatchDeleteSubnetTagsResponse.js +0 -27
- package/v2/model/BatchDeleteVpcTagsRequest.d.ts +0 -10
- package/v2/model/BatchDeleteVpcTagsRequest.js +0 -28
- package/v2/model/BatchDeleteVpcTagsRequestBody.d.ts +0 -15
- package/v2/model/BatchDeleteVpcTagsRequestBody.js +0 -27
- package/v2/model/BatchDeleteVpcTagsResponse.d.ts +0 -4
- package/v2/model/BatchDeleteVpcTagsResponse.js +0 -27
- package/v2/model/BindingVifDetails.d.ts +0 -15
- package/v2/model/BindingVifDetails.js +0 -51
- package/v2/model/CreateFlowLogReq.d.ts +0 -49
- package/v2/model/CreateFlowLogReq.js +0 -126
- package/v2/model/CreateFlowLogReqBody.d.ts +0 -8
- package/v2/model/CreateFlowLogReqBody.js +0 -24
- package/v2/model/CreateFlowLogRequest.d.ts +0 -6
- package/v2/model/CreateFlowLogRequest.js +0 -13
- package/v2/model/CreateFlowLogResponse.d.ts +0 -9
- package/v2/model/CreateFlowLogResponse.js +0 -41
- package/v2/model/CreatePortOption.d.ts +0 -40
- package/v2/model/CreatePortOption.js +0 -126
- package/v2/model/CreatePortRequest.d.ts +0 -6
- package/v2/model/CreatePortRequest.js +0 -13
- package/v2/model/CreatePortRequestBody.d.ts +0 -6
- package/v2/model/CreatePortRequestBody.js +0 -14
- package/v2/model/CreatePortResponse.d.ts +0 -7
- package/v2/model/CreatePortResponse.js +0 -31
- package/v2/model/CreatePrivateipOption.d.ts +0 -11
- package/v2/model/CreatePrivateipOption.js +0 -38
- package/v2/model/CreatePrivateipRequest.d.ts +0 -6
- package/v2/model/CreatePrivateipRequest.js +0 -13
- package/v2/model/CreatePrivateipRequestBody.d.ts +0 -6
- package/v2/model/CreatePrivateipRequestBody.js +0 -14
- package/v2/model/CreatePrivateipResponse.d.ts +0 -7
- package/v2/model/CreatePrivateipResponse.js +0 -31
- package/v2/model/CreateRouteTableReq.d.ts +0 -14
- package/v2/model/CreateRouteTableReq.js +0 -36
- package/v2/model/CreateRouteTableRequest.d.ts +0 -6
- package/v2/model/CreateRouteTableRequest.js +0 -13
- package/v2/model/CreateRouteTableResponse.d.ts +0 -7
- package/v2/model/CreateRouteTableResponse.js +0 -31
- package/v2/model/CreateRoutetableReqBody.d.ts +0 -6
- package/v2/model/CreateRoutetableReqBody.js +0 -14
- package/v2/model/CreateSecurityGroupOption.d.ts +0 -13
- package/v2/model/CreateSecurityGroupOption.js +0 -42
- package/v2/model/CreateSecurityGroupRequest.d.ts +0 -6
- package/v2/model/CreateSecurityGroupRequest.js +0 -13
- package/v2/model/CreateSecurityGroupRequestBody.d.ts +0 -8
- package/v2/model/CreateSecurityGroupRequestBody.js +0 -24
- package/v2/model/CreateSecurityGroupResponse.d.ts +0 -9
- package/v2/model/CreateSecurityGroupResponse.js +0 -41
- package/v2/model/CreateSecurityGroupRuleOption.d.ts +0 -31
- package/v2/model/CreateSecurityGroupRuleOption.js +0 -97
- package/v2/model/CreateSecurityGroupRuleRequest.d.ts +0 -6
- package/v2/model/CreateSecurityGroupRuleRequest.js +0 -13
- package/v2/model/CreateSecurityGroupRuleRequestBody.d.ts +0 -8
- package/v2/model/CreateSecurityGroupRuleRequestBody.js +0 -24
- package/v2/model/CreateSecurityGroupRuleResponse.d.ts +0 -9
- package/v2/model/CreateSecurityGroupRuleResponse.js +0 -41
- package/v2/model/CreateSubnetOption.d.ts +0 -46
- package/v2/model/CreateSubnetOption.js +0 -145
- package/v2/model/CreateSubnetRequest.d.ts +0 -6
- package/v2/model/CreateSubnetRequest.js +0 -13
- package/v2/model/CreateSubnetRequestBody.d.ts +0 -6
- package/v2/model/CreateSubnetRequestBody.js +0 -14
- package/v2/model/CreateSubnetResponse.d.ts +0 -7
- package/v2/model/CreateSubnetResponse.js +0 -31
- package/v2/model/CreateSubnetTagRequest.d.ts +0 -10
- package/v2/model/CreateSubnetTagRequest.js +0 -28
- package/v2/model/CreateSubnetTagRequestBody.d.ts +0 -6
- package/v2/model/CreateSubnetTagRequestBody.js +0 -14
- package/v2/model/CreateSubnetTagResponse.d.ts +0 -4
- package/v2/model/CreateSubnetTagResponse.js +0 -27
- package/v2/model/CreateVpcOption.d.ts +0 -15
- package/v2/model/CreateVpcOption.js +0 -39
- package/v2/model/CreateVpcPeeringOption.d.ts +0 -16
- package/v2/model/CreateVpcPeeringOption.js +0 -48
- package/v2/model/CreateVpcPeeringRequest.d.ts +0 -6
- package/v2/model/CreateVpcPeeringRequest.js +0 -13
- package/v2/model/CreateVpcPeeringRequestBody.d.ts +0 -6
- package/v2/model/CreateVpcPeeringRequestBody.js +0 -14
- package/v2/model/CreateVpcPeeringResponse.d.ts +0 -7
- package/v2/model/CreateVpcPeeringResponse.js +0 -31
- package/v2/model/CreateVpcRequest.d.ts +0 -6
- package/v2/model/CreateVpcRequest.js +0 -13
- package/v2/model/CreateVpcRequestBody.d.ts +0 -6
- package/v2/model/CreateVpcRequestBody.js +0 -14
- package/v2/model/CreateVpcResourceTagRequest.d.ts +0 -10
- package/v2/model/CreateVpcResourceTagRequest.js +0 -28
- package/v2/model/CreateVpcResourceTagRequestBody.d.ts +0 -6
- package/v2/model/CreateVpcResourceTagRequestBody.js +0 -14
- package/v2/model/CreateVpcResourceTagResponse.d.ts +0 -4
- package/v2/model/CreateVpcResourceTagResponse.js +0 -27
- package/v2/model/CreateVpcResponse.d.ts +0 -7
- package/v2/model/CreateVpcResponse.js +0 -31
- package/v2/model/CreateVpcRouteOption.d.ts +0 -20
- package/v2/model/CreateVpcRouteOption.js +0 -47
- package/v2/model/CreateVpcRouteRequest.d.ts +0 -6
- package/v2/model/CreateVpcRouteRequest.js +0 -13
- package/v2/model/CreateVpcRouteRequestBody.d.ts +0 -6
- package/v2/model/CreateVpcRouteRequestBody.js +0 -14
- package/v2/model/CreateVpcRouteResponse.d.ts +0 -7
- package/v2/model/CreateVpcRouteResponse.js +0 -31
- package/v2/model/DelRouteTableRoute.d.ts +0 -11
- package/v2/model/DelRouteTableRoute.js +0 -26
- package/v2/model/DeleteFlowLogRequest.d.ts +0 -7
- package/v2/model/DeleteFlowLogRequest.js +0 -24
- package/v2/model/DeleteFlowLogResponse.d.ts +0 -4
- package/v2/model/DeleteFlowLogResponse.js +0 -27
- package/v2/model/DeletePortRequest.d.ts +0 -7
- package/v2/model/DeletePortRequest.js +0 -24
- package/v2/model/DeletePortResponse.d.ts +0 -4
- package/v2/model/DeletePortResponse.js +0 -27
- package/v2/model/DeletePrivateipRequest.d.ts +0 -7
- package/v2/model/DeletePrivateipRequest.js +0 -24
- package/v2/model/DeletePrivateipResponse.d.ts +0 -4
- package/v2/model/DeletePrivateipResponse.js +0 -27
- package/v2/model/DeleteRouteTableRequest.d.ts +0 -7
- package/v2/model/DeleteRouteTableRequest.js +0 -24
- package/v2/model/DeleteRouteTableResponse.d.ts +0 -4
- package/v2/model/DeleteRouteTableResponse.js +0 -27
- package/v2/model/DeleteSecurityGroupRequest.d.ts +0 -7
- package/v2/model/DeleteSecurityGroupRequest.js +0 -24
- package/v2/model/DeleteSecurityGroupResponse.d.ts +0 -4
- package/v2/model/DeleteSecurityGroupResponse.js +0 -27
- package/v2/model/DeleteSecurityGroupRuleRequest.d.ts +0 -7
- package/v2/model/DeleteSecurityGroupRuleRequest.js +0 -24
- package/v2/model/DeleteSecurityGroupRuleResponse.d.ts +0 -4
- package/v2/model/DeleteSecurityGroupRuleResponse.js +0 -27
- package/v2/model/DeleteSubnetRequest.d.ts +0 -11
- package/v2/model/DeleteSubnetRequest.js +0 -39
- package/v2/model/DeleteSubnetResponse.d.ts +0 -4
- package/v2/model/DeleteSubnetResponse.js +0 -27
- package/v2/model/DeleteSubnetTagRequest.d.ts +0 -9
- package/v2/model/DeleteSubnetTagRequest.js +0 -29
- package/v2/model/DeleteSubnetTagResponse.d.ts +0 -4
- package/v2/model/DeleteSubnetTagResponse.js +0 -27
- package/v2/model/DeleteVpcPeeringRequest.d.ts +0 -7
- package/v2/model/DeleteVpcPeeringRequest.js +0 -24
- package/v2/model/DeleteVpcPeeringResponse.d.ts +0 -4
- package/v2/model/DeleteVpcPeeringResponse.js +0 -27
- package/v2/model/DeleteVpcRequest.d.ts +0 -7
- package/v2/model/DeleteVpcRequest.js +0 -24
- package/v2/model/DeleteVpcResponse.d.ts +0 -4
- package/v2/model/DeleteVpcResponse.js +0 -27
- package/v2/model/DeleteVpcRouteRequest.d.ts +0 -7
- package/v2/model/DeleteVpcRouteRequest.js +0 -24
- package/v2/model/DeleteVpcRouteResponse.d.ts +0 -4
- package/v2/model/DeleteVpcRouteResponse.js +0 -27
- package/v2/model/DeleteVpcTagRequest.d.ts +0 -9
- package/v2/model/DeleteVpcTagRequest.js +0 -29
- package/v2/model/DeleteVpcTagResponse.d.ts +0 -4
- package/v2/model/DeleteVpcTagResponse.js +0 -27
- package/v2/model/DisassociateRouteTableRequest.d.ts +0 -10
- package/v2/model/DisassociateRouteTableRequest.js +0 -28
- package/v2/model/DisassociateRouteTableResponse.d.ts +0 -7
- package/v2/model/DisassociateRouteTableResponse.js +0 -31
- package/v2/model/DnsAssignMent.d.ts +0 -11
- package/v2/model/DnsAssignMent.js +0 -31
- package/v2/model/ExtraDhcpOpt.d.ts +0 -11
- package/v2/model/ExtraDhcpOpt.js +0 -37
- package/v2/model/ExtraDhcpOption.d.ts +0 -19
- package/v2/model/ExtraDhcpOption.js +0 -47
- package/v2/model/FixedIp.d.ts +0 -11
- package/v2/model/FixedIp.js +0 -37
- package/v2/model/FlowLogResp.d.ts +0 -85
- package/v2/model/FlowLogResp.js +0 -217
- package/v2/model/ListFlowLogsRequest.d.ts +0 -77
- package/v2/model/ListFlowLogsRequest.js +0 -169
- package/v2/model/ListFlowLogsResponse.d.ts +0 -9
- package/v2/model/ListFlowLogsResponse.js +0 -41
- package/v2/model/ListPortsRequest.d.ts +0 -64
- package/v2/model/ListPortsRequest.js +0 -162
- package/v2/model/ListPortsResponse.d.ts +0 -7
- package/v2/model/ListPortsResponse.js +0 -31
- package/v2/model/ListPrivateipsRequest.d.ts +0 -11
- package/v2/model/ListPrivateipsRequest.js +0 -32
- package/v2/model/ListPrivateipsResponse.d.ts +0 -7
- package/v2/model/ListPrivateipsResponse.js +0 -31
- package/v2/model/ListResourceResp.d.ts +0 -18
- package/v2/model/ListResourceResp.js +0 -58
- package/v2/model/ListRouteTablesRequest.d.ts +0 -17
- package/v2/model/ListRouteTablesRequest.js +0 -49
- package/v2/model/ListRouteTablesResponse.d.ts +0 -7
- package/v2/model/ListRouteTablesResponse.js +0 -31
- package/v2/model/ListSecurityGroupRulesRequest.d.ts +0 -15
- package/v2/model/ListSecurityGroupRulesRequest.js +0 -45
- package/v2/model/ListSecurityGroupRulesResponse.d.ts +0 -9
- package/v2/model/ListSecurityGroupRulesResponse.js +0 -41
- package/v2/model/ListSecurityGroupsRequest.d.ts +0 -15
- package/v2/model/ListSecurityGroupsRequest.js +0 -45
- package/v2/model/ListSecurityGroupsResponse.d.ts +0 -9
- package/v2/model/ListSecurityGroupsResponse.js +0 -41
- package/v2/model/ListSubnetTagsRequest.d.ts +0 -3
- package/v2/model/ListSubnetTagsRequest.js +0 -9
- package/v2/model/ListSubnetTagsResponse.d.ts +0 -7
- package/v2/model/ListSubnetTagsResponse.js +0 -31
- package/v2/model/ListSubnetsByTagsRequest.d.ts +0 -6
- package/v2/model/ListSubnetsByTagsRequest.js +0 -13
- package/v2/model/ListSubnetsByTagsRequestBody.d.ts +0 -23
- package/v2/model/ListSubnetsByTagsRequestBody.js +0 -39
- package/v2/model/ListSubnetsByTagsResponse.d.ts +0 -11
- package/v2/model/ListSubnetsByTagsResponse.js +0 -45
- package/v2/model/ListSubnetsRequest.d.ts +0 -11
- package/v2/model/ListSubnetsRequest.js +0 -31
- package/v2/model/ListSubnetsResponse.d.ts +0 -7
- package/v2/model/ListSubnetsResponse.js +0 -31
- package/v2/model/ListTag.d.ts +0 -7
- package/v2/model/ListTag.js +0 -19
- package/v2/model/ListVpcPeeringsRequest.d.ts +0 -32
- package/v2/model/ListVpcPeeringsRequest.js +0 -69
- package/v2/model/ListVpcPeeringsResponse.d.ts +0 -12
- package/v2/model/ListVpcPeeringsResponse.js +0 -45
- package/v2/model/ListVpcRoutesRequest.d.ts +0 -28
- package/v2/model/ListVpcRoutesRequest.js +0 -65
- package/v2/model/ListVpcRoutesResponse.d.ts +0 -12
- package/v2/model/ListVpcRoutesResponse.js +0 -45
- package/v2/model/ListVpcTagsRequest.d.ts +0 -3
- package/v2/model/ListVpcTagsRequest.js +0 -9
- package/v2/model/ListVpcTagsResponse.d.ts +0 -7
- package/v2/model/ListVpcTagsResponse.js +0 -31
- package/v2/model/ListVpcsByTagsRequest.d.ts +0 -6
- package/v2/model/ListVpcsByTagsRequest.js +0 -13
- package/v2/model/ListVpcsByTagsRequestBody.d.ts +0 -23
- package/v2/model/ListVpcsByTagsRequestBody.js +0 -39
- package/v2/model/ListVpcsByTagsResponse.d.ts +0 -11
- package/v2/model/ListVpcsByTagsResponse.js +0 -45
- package/v2/model/ListVpcsRequest.d.ts +0 -13
- package/v2/model/ListVpcsRequest.js +0 -35
- package/v2/model/ListVpcsResponse.d.ts +0 -7
- package/v2/model/ListVpcsResponse.js +0 -31
- package/v2/model/Match.d.ts +0 -7
- package/v2/model/Match.js +0 -19
- package/v2/model/ModRouteTableRoute.d.ts +0 -11
- package/v2/model/ModRouteTableRoute.js +0 -28
- package/v2/model/NetworkIpAvailability.d.ts +0 -28
- package/v2/model/NetworkIpAvailability.js +0 -99
- package/v2/model/NeutronAddFirewallRuleRequest.d.ts +0 -10
- package/v2/model/NeutronAddFirewallRuleRequest.js +0 -28
- package/v2/model/NeutronAddFirewallRuleResponse.d.ts +0 -28
- package/v2/model/NeutronAddFirewallRuleResponse.js +0 -99
- package/v2/model/NeutronCreateFirewallGroupOption.d.ts +0 -21
- package/v2/model/NeutronCreateFirewallGroupOption.js +0 -63
- package/v2/model/NeutronCreateFirewallGroupRequest.d.ts +0 -6
- package/v2/model/NeutronCreateFirewallGroupRequest.js +0 -13
- package/v2/model/NeutronCreateFirewallGroupRequestBody.d.ts +0 -8
- package/v2/model/NeutronCreateFirewallGroupRequestBody.js +0 -24
- package/v2/model/NeutronCreateFirewallGroupResponse.d.ts +0 -9
- package/v2/model/NeutronCreateFirewallGroupResponse.js +0 -41
- package/v2/model/NeutronCreateFirewallPolicyOption.d.ts +0 -13
- package/v2/model/NeutronCreateFirewallPolicyOption.js +0 -35
- package/v2/model/NeutronCreateFirewallPolicyRequest.d.ts +0 -6
- package/v2/model/NeutronCreateFirewallPolicyRequest.js +0 -13
- package/v2/model/NeutronCreateFirewallPolicyRequestBody.d.ts +0 -8
- package/v2/model/NeutronCreateFirewallPolicyRequestBody.js +0 -24
- package/v2/model/NeutronCreateFirewallPolicyResponse.d.ts +0 -9
- package/v2/model/NeutronCreateFirewallPolicyResponse.js +0 -41
- package/v2/model/NeutronCreateFirewallRuleOption.d.ts +0 -41
- package/v2/model/NeutronCreateFirewallRuleOption.js +0 -108
- package/v2/model/NeutronCreateFirewallRuleRequest.d.ts +0 -6
- package/v2/model/NeutronCreateFirewallRuleRequest.js +0 -13
- package/v2/model/NeutronCreateFirewallRuleRequestBody.d.ts +0 -8
- package/v2/model/NeutronCreateFirewallRuleRequestBody.js +0 -24
- package/v2/model/NeutronCreateFirewallRuleResponse.d.ts +0 -9
- package/v2/model/NeutronCreateFirewallRuleResponse.js +0 -41
- package/v2/model/NeutronCreateSecurityGroupOption.d.ts +0 -7
- package/v2/model/NeutronCreateSecurityGroupOption.js +0 -17
- package/v2/model/NeutronCreateSecurityGroupRequest.d.ts +0 -6
- package/v2/model/NeutronCreateSecurityGroupRequest.js +0 -13
- package/v2/model/NeutronCreateSecurityGroupRequestBody.d.ts +0 -8
- package/v2/model/NeutronCreateSecurityGroupRequestBody.js +0 -24
- package/v2/model/NeutronCreateSecurityGroupResponse.d.ts +0 -9
- package/v2/model/NeutronCreateSecurityGroupResponse.js +0 -41
- package/v2/model/NeutronCreateSecurityGroupRuleOption.d.ts +0 -47
- package/v2/model/NeutronCreateSecurityGroupRuleOption.js +0 -115
- package/v2/model/NeutronCreateSecurityGroupRuleRequest.d.ts +0 -6
- package/v2/model/NeutronCreateSecurityGroupRuleRequest.js +0 -13
- package/v2/model/NeutronCreateSecurityGroupRuleRequestBody.d.ts +0 -8
- package/v2/model/NeutronCreateSecurityGroupRuleRequestBody.js +0 -24
- package/v2/model/NeutronCreateSecurityGroupRuleResponse.d.ts +0 -9
- package/v2/model/NeutronCreateSecurityGroupRuleResponse.js +0 -41
- package/v2/model/NeutronDeleteFirewallGroupRequest.d.ts +0 -7
- package/v2/model/NeutronDeleteFirewallGroupRequest.js +0 -24
- package/v2/model/NeutronDeleteFirewallGroupResponse.d.ts +0 -4
- package/v2/model/NeutronDeleteFirewallGroupResponse.js +0 -27
- package/v2/model/NeutronDeleteFirewallPolicyRequest.d.ts +0 -7
- package/v2/model/NeutronDeleteFirewallPolicyRequest.js +0 -24
- package/v2/model/NeutronDeleteFirewallPolicyResponse.d.ts +0 -4
- package/v2/model/NeutronDeleteFirewallPolicyResponse.js +0 -27
- package/v2/model/NeutronDeleteFirewallRuleRequest.d.ts +0 -7
- package/v2/model/NeutronDeleteFirewallRuleRequest.js +0 -24
- package/v2/model/NeutronDeleteFirewallRuleResponse.d.ts +0 -4
- package/v2/model/NeutronDeleteFirewallRuleResponse.js +0 -27
- package/v2/model/NeutronDeleteSecurityGroupRequest.d.ts +0 -7
- package/v2/model/NeutronDeleteSecurityGroupRequest.js +0 -24
- package/v2/model/NeutronDeleteSecurityGroupResponse.d.ts +0 -4
- package/v2/model/NeutronDeleteSecurityGroupResponse.js +0 -27
- package/v2/model/NeutronDeleteSecurityGroupRuleRequest.d.ts +0 -7
- package/v2/model/NeutronDeleteSecurityGroupRuleRequest.js +0 -24
- package/v2/model/NeutronDeleteSecurityGroupRuleResponse.d.ts +0 -4
- package/v2/model/NeutronDeleteSecurityGroupRuleResponse.js +0 -27
- package/v2/model/NeutronFirewallGroup.d.ts +0 -45
- package/v2/model/NeutronFirewallGroup.js +0 -154
- package/v2/model/NeutronFirewallPolicy.d.ts +0 -27
- package/v2/model/NeutronFirewallPolicy.js +0 -89
- package/v2/model/NeutronFirewallRule.d.ts +0 -55
- package/v2/model/NeutronFirewallRule.js +0 -168
- package/v2/model/NeutronInsertFirewallRuleRequestBody.d.ts +0 -15
- package/v2/model/NeutronInsertFirewallRuleRequestBody.js +0 -52
- package/v2/model/NeutronListFirewallGroupsRequest.d.ts +0 -21
- package/v2/model/NeutronListFirewallGroupsRequest.js +0 -57
- package/v2/model/NeutronListFirewallGroupsResponse.d.ts +0 -14
- package/v2/model/NeutronListFirewallGroupsResponse.js +0 -55
- package/v2/model/NeutronListFirewallPoliciesRequest.d.ts +0 -17
- package/v2/model/NeutronListFirewallPoliciesRequest.js +0 -43
- package/v2/model/NeutronListFirewallPoliciesResponse.d.ts +0 -14
- package/v2/model/NeutronListFirewallPoliciesResponse.js +0 -55
- package/v2/model/NeutronListFirewallRulesRequest.d.ts +0 -19
- package/v2/model/NeutronListFirewallRulesRequest.js +0 -47
- package/v2/model/NeutronListFirewallRulesResponse.d.ts +0 -14
- package/v2/model/NeutronListFirewallRulesResponse.js +0 -55
- package/v2/model/NeutronListSecurityGroupRulesRequest.d.ts +0 -41
- package/v2/model/NeutronListSecurityGroupRulesRequest.js +0 -121
- package/v2/model/NeutronListSecurityGroupRulesResponse.d.ts +0 -14
- package/v2/model/NeutronListSecurityGroupRulesResponse.js +0 -55
- package/v2/model/NeutronListSecurityGroupsRequest.d.ts +0 -17
- package/v2/model/NeutronListSecurityGroupsRequest.js +0 -43
- package/v2/model/NeutronListSecurityGroupsResponse.d.ts +0 -14
- package/v2/model/NeutronListSecurityGroupsResponse.js +0 -55
- package/v2/model/NeutronPageLink.d.ts +0 -7
- package/v2/model/NeutronPageLink.js +0 -19
- package/v2/model/NeutronRemoveFirewallRuleRequest.d.ts +0 -10
- package/v2/model/NeutronRemoveFirewallRuleRequest.js +0 -28
- package/v2/model/NeutronRemoveFirewallRuleRequestBody.d.ts +0 -7
- package/v2/model/NeutronRemoveFirewallRuleRequestBody.js +0 -24
- package/v2/model/NeutronRemoveFirewallRuleResponse.d.ts +0 -28
- package/v2/model/NeutronRemoveFirewallRuleResponse.js +0 -99
- package/v2/model/NeutronSecurityGroup.d.ts +0 -30
- package/v2/model/NeutronSecurityGroup.js +0 -99
- package/v2/model/NeutronSecurityGroupRule.d.ts +0 -61
- package/v2/model/NeutronSecurityGroupRule.js +0 -192
- package/v2/model/NeutronShowFirewallGroupRequest.d.ts +0 -7
- package/v2/model/NeutronShowFirewallGroupRequest.js +0 -24
- package/v2/model/NeutronShowFirewallGroupResponse.d.ts +0 -9
- package/v2/model/NeutronShowFirewallGroupResponse.js +0 -41
- package/v2/model/NeutronShowFirewallPolicyRequest.d.ts +0 -7
- package/v2/model/NeutronShowFirewallPolicyRequest.js +0 -24
- package/v2/model/NeutronShowFirewallPolicyResponse.d.ts +0 -9
- package/v2/model/NeutronShowFirewallPolicyResponse.js +0 -41
- package/v2/model/NeutronShowFirewallRuleRequest.d.ts +0 -7
- package/v2/model/NeutronShowFirewallRuleRequest.js +0 -24
- package/v2/model/NeutronShowFirewallRuleResponse.d.ts +0 -9
- package/v2/model/NeutronShowFirewallRuleResponse.js +0 -41
- package/v2/model/NeutronShowSecurityGroupRequest.d.ts +0 -7
- package/v2/model/NeutronShowSecurityGroupRequest.js +0 -24
- package/v2/model/NeutronShowSecurityGroupResponse.d.ts +0 -9
- package/v2/model/NeutronShowSecurityGroupResponse.js +0 -41
- package/v2/model/NeutronShowSecurityGroupRuleRequest.d.ts +0 -7
- package/v2/model/NeutronShowSecurityGroupRuleRequest.js +0 -24
- package/v2/model/NeutronShowSecurityGroupRuleResponse.d.ts +0 -9
- package/v2/model/NeutronShowSecurityGroupRuleResponse.js +0 -41
- package/v2/model/NeutronUpdateFirewallGroupOption.d.ts +0 -21
- package/v2/model/NeutronUpdateFirewallGroupOption.js +0 -63
- package/v2/model/NeutronUpdateFirewallGroupRequest.d.ts +0 -10
- package/v2/model/NeutronUpdateFirewallGroupRequest.js +0 -28
- package/v2/model/NeutronUpdateFirewallGroupRequestBody.d.ts +0 -8
- package/v2/model/NeutronUpdateFirewallGroupRequestBody.js +0 -24
- package/v2/model/NeutronUpdateFirewallGroupResponse.d.ts +0 -9
- package/v2/model/NeutronUpdateFirewallGroupResponse.js +0 -41
- package/v2/model/NeutronUpdateFirewallPolicyOption.d.ts +0 -13
- package/v2/model/NeutronUpdateFirewallPolicyOption.js +0 -35
- package/v2/model/NeutronUpdateFirewallPolicyRequest.d.ts +0 -10
- package/v2/model/NeutronUpdateFirewallPolicyRequest.js +0 -28
- package/v2/model/NeutronUpdateFirewallPolicyRequestBody.d.ts +0 -8
- package/v2/model/NeutronUpdateFirewallPolicyRequestBody.js +0 -24
- package/v2/model/NeutronUpdateFirewallPolicyResponse.d.ts +0 -9
- package/v2/model/NeutronUpdateFirewallPolicyResponse.js +0 -41
- package/v2/model/NeutronUpdateFirewallRuleOption.d.ts +0 -41
- package/v2/model/NeutronUpdateFirewallRuleOption.js +0 -108
- package/v2/model/NeutronUpdateFirewallRuleRequest.d.ts +0 -10
- package/v2/model/NeutronUpdateFirewallRuleRequest.js +0 -28
- package/v2/model/NeutronUpdateFirewallRuleRequestBody.d.ts +0 -8
- package/v2/model/NeutronUpdateFirewallRuleRequestBody.js +0 -24
- package/v2/model/NeutronUpdateFirewallRuleResponse.d.ts +0 -9
- package/v2/model/NeutronUpdateFirewallRuleResponse.js +0 -41
- package/v2/model/NeutronUpdateSecurityGroupOption.d.ts +0 -7
- package/v2/model/NeutronUpdateSecurityGroupOption.js +0 -17
- package/v2/model/NeutronUpdateSecurityGroupRequest.d.ts +0 -10
- package/v2/model/NeutronUpdateSecurityGroupRequest.js +0 -28
- package/v2/model/NeutronUpdateSecurityGroupRequestBody.d.ts +0 -8
- package/v2/model/NeutronUpdateSecurityGroupRequestBody.js +0 -24
- package/v2/model/NeutronUpdateSecurityGroupResponse.d.ts +0 -9
- package/v2/model/NeutronUpdateSecurityGroupResponse.js +0 -41
- package/v2/model/Port.d.ts +0 -109
- package/v2/model/Port.js +0 -330
- package/v2/model/Privateip.d.ts +0 -40
- package/v2/model/Privateip.js +0 -98
- package/v2/model/Quota.d.ts +0 -6
- package/v2/model/Quota.js +0 -14
- package/v2/model/RejectVpcPeeringRequest.d.ts +0 -7
- package/v2/model/RejectVpcPeeringRequest.js +0 -24
- package/v2/model/RejectVpcPeeringResponse.d.ts +0 -40
- package/v2/model/RejectVpcPeeringResponse.js +0 -111
- package/v2/model/ResourceResult.d.ts +0 -34
- package/v2/model/ResourceResult.js +0 -53
- package/v2/model/ResourceTag.d.ts +0 -7
- package/v2/model/ResourceTag.js +0 -19
- package/v2/model/Route.d.ts +0 -7
- package/v2/model/Route.js +0 -17
- package/v2/model/RouteTableListResp.d.ts +0 -32
- package/v2/model/RouteTableListResp.js +0 -104
- package/v2/model/RouteTableResp.d.ts +0 -35
- package/v2/model/RouteTableResp.js +0 -109
- package/v2/model/RouteTableRoute.d.ts +0 -11
- package/v2/model/RouteTableRoute.js +0 -28
- package/v2/model/RouteTableRouteAction.d.ts +0 -12
- package/v2/model/RouteTableRouteAction.js +0 -21
- package/v2/model/RoutetableAssociateReqbody.d.ts +0 -6
- package/v2/model/RoutetableAssociateReqbody.js +0 -14
- package/v2/model/SecurityGroup.d.ts +0 -22
- package/v2/model/SecurityGroup.js +0 -66
- package/v2/model/SecurityGroupRule.d.ts +0 -41
- package/v2/model/SecurityGroupRule.js +0 -138
- package/v2/model/ShowFlowLogRequest.d.ts +0 -7
- package/v2/model/ShowFlowLogRequest.js +0 -24
- package/v2/model/ShowFlowLogResponse.d.ts +0 -9
- package/v2/model/ShowFlowLogResponse.js +0 -41
- package/v2/model/ShowNetworkIpAvailabilitiesRequest.d.ts +0 -7
- package/v2/model/ShowNetworkIpAvailabilitiesRequest.js +0 -24
- package/v2/model/ShowNetworkIpAvailabilitiesResponse.d.ts +0 -9
- package/v2/model/ShowNetworkIpAvailabilitiesResponse.js +0 -41
- package/v2/model/ShowPortRequest.d.ts +0 -7
- package/v2/model/ShowPortRequest.js +0 -24
- package/v2/model/ShowPortResponse.d.ts +0 -7
- package/v2/model/ShowPortResponse.js +0 -31
- package/v2/model/ShowPrivateipRequest.d.ts +0 -7
- package/v2/model/ShowPrivateipRequest.js +0 -24
- package/v2/model/ShowPrivateipResponse.d.ts +0 -7
- package/v2/model/ShowPrivateipResponse.js +0 -31
- package/v2/model/ShowQuotaRequest.d.ts +0 -28
- package/v2/model/ShowQuotaRequest.js +0 -37
- package/v2/model/ShowQuotaResponse.d.ts +0 -7
- package/v2/model/ShowQuotaResponse.js +0 -31
- package/v2/model/ShowRouteTableRequest.d.ts +0 -7
- package/v2/model/ShowRouteTableRequest.js +0 -24
- package/v2/model/ShowRouteTableResponse.d.ts +0 -7
- package/v2/model/ShowRouteTableResponse.js +0 -31
- package/v2/model/ShowSecurityGroupRequest.d.ts +0 -7
- package/v2/model/ShowSecurityGroupRequest.js +0 -24
- package/v2/model/ShowSecurityGroupResponse.d.ts +0 -9
- package/v2/model/ShowSecurityGroupResponse.js +0 -41
- package/v2/model/ShowSecurityGroupRuleRequest.d.ts +0 -7
- package/v2/model/ShowSecurityGroupRuleRequest.js +0 -24
- package/v2/model/ShowSecurityGroupRuleResponse.d.ts +0 -9
- package/v2/model/ShowSecurityGroupRuleResponse.js +0 -41
- package/v2/model/ShowSubnetRequest.d.ts +0 -7
- package/v2/model/ShowSubnetRequest.js +0 -24
- package/v2/model/ShowSubnetResponse.d.ts +0 -7
- package/v2/model/ShowSubnetResponse.js +0 -31
- package/v2/model/ShowSubnetTagsRequest.d.ts +0 -7
- package/v2/model/ShowSubnetTagsRequest.js +0 -24
- package/v2/model/ShowSubnetTagsResponse.d.ts +0 -7
- package/v2/model/ShowSubnetTagsResponse.js +0 -31
- package/v2/model/ShowVpcPeeringRequest.d.ts +0 -7
- package/v2/model/ShowVpcPeeringRequest.js +0 -24
- package/v2/model/ShowVpcPeeringResponse.d.ts +0 -7
- package/v2/model/ShowVpcPeeringResponse.js +0 -31
- package/v2/model/ShowVpcRequest.d.ts +0 -7
- package/v2/model/ShowVpcRequest.js +0 -24
- package/v2/model/ShowVpcResponse.d.ts +0 -7
- package/v2/model/ShowVpcResponse.js +0 -31
- package/v2/model/ShowVpcRouteRequest.d.ts +0 -7
- package/v2/model/ShowVpcRouteRequest.js +0 -24
- package/v2/model/ShowVpcRouteResponse.d.ts +0 -7
- package/v2/model/ShowVpcRouteResponse.js +0 -31
- package/v2/model/ShowVpcTagsRequest.d.ts +0 -7
- package/v2/model/ShowVpcTagsRequest.js +0 -24
- package/v2/model/ShowVpcTagsResponse.d.ts +0 -7
- package/v2/model/ShowVpcTagsResponse.js +0 -31
- package/v2/model/Subnet.d.ts +0 -91
- package/v2/model/Subnet.js +0 -293
- package/v2/model/SubnetIpAvailability.d.ts +0 -25
- package/v2/model/SubnetIpAvailability.js +0 -89
- package/v2/model/SubnetList.d.ts +0 -5
- package/v2/model/SubnetList.js +0 -14
- package/v2/model/SubnetResult.d.ts +0 -16
- package/v2/model/SubnetResult.js +0 -29
- package/v2/model/UpdateFlowLogReq.d.ts +0 -11
- package/v2/model/UpdateFlowLogReq.js +0 -31
- package/v2/model/UpdateFlowLogReqBody.d.ts +0 -8
- package/v2/model/UpdateFlowLogReqBody.js +0 -24
- package/v2/model/UpdateFlowLogRequest.d.ts +0 -10
- package/v2/model/UpdateFlowLogRequest.js +0 -28
- package/v2/model/UpdateFlowLogResponse.d.ts +0 -9
- package/v2/model/UpdateFlowLogResponse.js +0 -41
- package/v2/model/UpdatePortOption.d.ts +0 -19
- package/v2/model/UpdatePortOption.js +0 -55
- package/v2/model/UpdatePortRequest.d.ts +0 -10
- package/v2/model/UpdatePortRequest.js +0 -28
- package/v2/model/UpdatePortRequestBody.d.ts +0 -6
- package/v2/model/UpdatePortRequestBody.js +0 -14
- package/v2/model/UpdatePortResponse.d.ts +0 -7
- package/v2/model/UpdatePortResponse.js +0 -31
- package/v2/model/UpdateRouteTableReq.d.ts +0 -10
- package/v2/model/UpdateRouteTableReq.js +0 -21
- package/v2/model/UpdateRouteTableRequest.d.ts +0 -10
- package/v2/model/UpdateRouteTableRequest.js +0 -28
- package/v2/model/UpdateRouteTableResponse.d.ts +0 -7
- package/v2/model/UpdateRouteTableResponse.js +0 -31
- package/v2/model/UpdateRoutetableReqBody.d.ts +0 -6
- package/v2/model/UpdateRoutetableReqBody.js +0 -14
- package/v2/model/UpdateSubnetOption.d.ts +0 -30
- package/v2/model/UpdateSubnetOption.js +0 -92
- package/v2/model/UpdateSubnetRequest.d.ts +0 -14
- package/v2/model/UpdateSubnetRequest.js +0 -43
- package/v2/model/UpdateSubnetRequestBody.d.ts +0 -6
- package/v2/model/UpdateSubnetRequestBody.js +0 -14
- package/v2/model/UpdateSubnetResponse.d.ts +0 -7
- package/v2/model/UpdateSubnetResponse.js +0 -31
- package/v2/model/UpdateVpcOption.d.ts +0 -12
- package/v2/model/UpdateVpcOption.js +0 -25
- package/v2/model/UpdateVpcPeeringOption.d.ts +0 -7
- package/v2/model/UpdateVpcPeeringOption.js +0 -17
- package/v2/model/UpdateVpcPeeringRequest.d.ts +0 -10
- package/v2/model/UpdateVpcPeeringRequest.js +0 -28
- package/v2/model/UpdateVpcPeeringRequestBody.d.ts +0 -6
- package/v2/model/UpdateVpcPeeringRequestBody.js +0 -14
- package/v2/model/UpdateVpcPeeringResponse.d.ts +0 -7
- package/v2/model/UpdateVpcPeeringResponse.js +0 -31
- package/v2/model/UpdateVpcRequest.d.ts +0 -10
- package/v2/model/UpdateVpcRequest.js +0 -28
- package/v2/model/UpdateVpcRequestBody.d.ts +0 -6
- package/v2/model/UpdateVpcRequestBody.js +0 -14
- package/v2/model/UpdateVpcResponse.d.ts +0 -7
- package/v2/model/UpdateVpcResponse.js +0 -31
- package/v2/model/Vpc.d.ts +0 -41
- package/v2/model/Vpc.js +0 -109
- package/v2/model/VpcInfo.d.ts +0 -11
- package/v2/model/VpcInfo.js +0 -38
- package/v2/model/VpcPeering.d.ts +0 -39
- package/v2/model/VpcPeering.js +0 -101
- package/v2/model/VpcRoute.d.ts +0 -26
- package/v2/model/VpcRoute.js +0 -67
- package/v2/public-api.d.ts +0 -289
- package/v2/public-api.js +0 -305
- package/v3/VpcClient.d.ts +0 -851
- package/v3/VpcClient.js +0 -1792
- package/v3/VpcRegion.d.ts +0 -23
- package/v3/VpcRegion.js +0 -59
- package/v3/model/AddExtendCidrOption.d.ts +0 -7
- package/v3/model/AddExtendCidrOption.js +0 -24
- package/v3/model/AddVpcExtendCidrRequest.d.ts +0 -10
- package/v3/model/AddVpcExtendCidrRequest.js +0 -28
- package/v3/model/AddVpcExtendCidrRequestBody.d.ts +0 -10
- package/v3/model/AddVpcExtendCidrRequestBody.js +0 -28
- package/v3/model/AddVpcExtendCidrResponse.d.ts +0 -11
- package/v3/model/AddVpcExtendCidrResponse.js +0 -45
- package/v3/model/AddressGroup.d.ts +0 -46
- package/v3/model/AddressGroup.js +0 -154
- package/v3/model/BatchCreateSubNetworkInterfaceOption.d.ts +0 -25
- package/v3/model/BatchCreateSubNetworkInterfaceOption.js +0 -85
- package/v3/model/BatchCreateSubNetworkInterfaceRequest.d.ts +0 -6
- package/v3/model/BatchCreateSubNetworkInterfaceRequest.js +0 -13
- package/v3/model/BatchCreateSubNetworkInterfaceRequestBody.d.ts +0 -14
- package/v3/model/BatchCreateSubNetworkInterfaceRequestBody.js +0 -43
- package/v3/model/BatchCreateSubNetworkInterfaceResponse.d.ts +0 -13
- package/v3/model/BatchCreateSubNetworkInterfaceResponse.js +0 -55
- package/v3/model/CloudResource.d.ts +0 -11
- package/v3/model/CloudResource.js +0 -39
- package/v3/model/CreateAddressGroupOption.d.ts +0 -23
- package/v3/model/CreateAddressGroupOption.js +0 -75
- package/v3/model/CreateAddressGroupRequest.d.ts +0 -6
- package/v3/model/CreateAddressGroupRequest.js +0 -13
- package/v3/model/CreateAddressGroupRequestBody.d.ts +0 -12
- package/v3/model/CreateAddressGroupRequestBody.js +0 -38
- package/v3/model/CreateAddressGroupResponse.d.ts +0 -13
- package/v3/model/CreateAddressGroupResponse.js +0 -55
- package/v3/model/CreateSecurityGroupOption.d.ts +0 -11
- package/v3/model/CreateSecurityGroupOption.js +0 -32
- package/v3/model/CreateSecurityGroupRequest.d.ts +0 -6
- package/v3/model/CreateSecurityGroupRequest.js +0 -13
- package/v3/model/CreateSecurityGroupRequestBody.d.ts +0 -12
- package/v3/model/CreateSecurityGroupRequestBody.js +0 -38
- package/v3/model/CreateSecurityGroupResponse.d.ts +0 -13
- package/v3/model/CreateSecurityGroupResponse.js +0 -55
- package/v3/model/CreateSecurityGroupRuleOption.d.ts +0 -33
- package/v3/model/CreateSecurityGroupRuleOption.js +0 -95
- package/v3/model/CreateSecurityGroupRuleRequest.d.ts +0 -6
- package/v3/model/CreateSecurityGroupRuleRequest.js +0 -13
- package/v3/model/CreateSecurityGroupRuleRequestBody.d.ts +0 -12
- package/v3/model/CreateSecurityGroupRuleRequestBody.js +0 -38
- package/v3/model/CreateSecurityGroupRuleResponse.d.ts +0 -13
- package/v3/model/CreateSecurityGroupRuleResponse.js +0 -55
- package/v3/model/CreateSubNetworkInterfaceOption.d.ts +0 -37
- package/v3/model/CreateSubNetworkInterfaceOption.js +0 -127
- package/v3/model/CreateSubNetworkInterfaceRequest.d.ts +0 -6
- package/v3/model/CreateSubNetworkInterfaceRequest.js +0 -13
- package/v3/model/CreateSubNetworkInterfaceRequestBody.d.ts +0 -12
- package/v3/model/CreateSubNetworkInterfaceRequestBody.js +0 -38
- package/v3/model/CreateSubNetworkInterfaceResponse.d.ts +0 -13
- package/v3/model/CreateSubNetworkInterfaceResponse.js +0 -55
- package/v3/model/CreateVpcOption.d.ts +0 -16
- package/v3/model/CreateVpcOption.js +0 -41
- package/v3/model/CreateVpcRequest.d.ts +0 -6
- package/v3/model/CreateVpcRequest.js +0 -13
- package/v3/model/CreateVpcRequestBody.d.ts +0 -10
- package/v3/model/CreateVpcRequestBody.js +0 -28
- package/v3/model/CreateVpcResponse.d.ts +0 -16
- package/v3/model/CreateVpcResponse.js +0 -69
- package/v3/model/DeleteAddressGroupRequest.d.ts +0 -7
- package/v3/model/DeleteAddressGroupRequest.js +0 -24
- package/v3/model/DeleteAddressGroupResponse.d.ts +0 -4
- package/v3/model/DeleteAddressGroupResponse.js +0 -27
- package/v3/model/DeleteIpAddressGroupForceRequest.d.ts +0 -7
- package/v3/model/DeleteIpAddressGroupForceRequest.js +0 -24
- package/v3/model/DeleteIpAddressGroupForceResponse.d.ts +0 -4
- package/v3/model/DeleteIpAddressGroupForceResponse.js +0 -27
- package/v3/model/DeleteSecurityGroupRequest.d.ts +0 -7
- package/v3/model/DeleteSecurityGroupRequest.js +0 -24
- package/v3/model/DeleteSecurityGroupResponse.d.ts +0 -4
- package/v3/model/DeleteSecurityGroupResponse.js +0 -27
- package/v3/model/DeleteSecurityGroupRuleRequest.d.ts +0 -7
- package/v3/model/DeleteSecurityGroupRuleRequest.js +0 -24
- package/v3/model/DeleteSecurityGroupRuleResponse.d.ts +0 -4
- package/v3/model/DeleteSecurityGroupRuleResponse.js +0 -27
- package/v3/model/DeleteSubNetworkInterfaceRequest.d.ts +0 -7
- package/v3/model/DeleteSubNetworkInterfaceRequest.js +0 -24
- package/v3/model/DeleteSubNetworkInterfaceResponse.d.ts +0 -4
- package/v3/model/DeleteSubNetworkInterfaceResponse.js +0 -27
- package/v3/model/DeleteVpcRequest.d.ts +0 -7
- package/v3/model/DeleteVpcRequest.js +0 -24
- package/v3/model/DeleteVpcResponse.d.ts +0 -4
- package/v3/model/DeleteVpcResponse.js +0 -27
- package/v3/model/ListAddressGroupRequest.d.ts +0 -21
- package/v3/model/ListAddressGroupRequest.js +0 -57
- package/v3/model/ListAddressGroupResponse.d.ts +0 -18
- package/v3/model/ListAddressGroupResponse.js +0 -69
- package/v3/model/ListSecurityGroupRulesRequest.d.ts +0 -29
- package/v3/model/ListSecurityGroupRulesRequest.js +0 -79
- package/v3/model/ListSecurityGroupRulesResponse.d.ts +0 -18
- package/v3/model/ListSecurityGroupRulesResponse.js +0 -69
- package/v3/model/ListSecurityGroupsRequest.d.ts +0 -17
- package/v3/model/ListSecurityGroupsRequest.js +0 -43
- package/v3/model/ListSecurityGroupsResponse.d.ts +0 -18
- package/v3/model/ListSecurityGroupsResponse.js +0 -69
- package/v3/model/ListSubNetworkInterfacesRequest.d.ts +0 -31
- package/v3/model/ListSubNetworkInterfacesRequest.js +0 -95
- package/v3/model/ListSubNetworkInterfacesResponse.d.ts +0 -18
- package/v3/model/ListSubNetworkInterfacesResponse.js +0 -69
- package/v3/model/ListVpcsRequest.d.ts +0 -15
- package/v3/model/ListVpcsRequest.js +0 -33
- package/v3/model/ListVpcsResponse.d.ts +0 -16
- package/v3/model/ListVpcsResponse.js +0 -59
- package/v3/model/MigrateSubNetworkInterfaceOption.d.ts +0 -17
- package/v3/model/MigrateSubNetworkInterfaceOption.js +0 -39
- package/v3/model/MigrateSubNetworkInterfaceRequest.d.ts +0 -6
- package/v3/model/MigrateSubNetworkInterfaceRequest.js +0 -13
- package/v3/model/MigrateSubNetworkInterfaceRequestBody.d.ts +0 -12
- package/v3/model/MigrateSubNetworkInterfaceRequestBody.js +0 -38
- package/v3/model/MigrateSubNetworkInterfaceResponse.d.ts +0 -13
- package/v3/model/MigrateSubNetworkInterfaceResponse.js +0 -55
- package/v3/model/PageInfo.d.ts +0 -15
- package/v3/model/PageInfo.js +0 -53
- package/v3/model/RemoveExtendCidrOption.d.ts +0 -7
- package/v3/model/RemoveExtendCidrOption.js +0 -24
- package/v3/model/RemoveVpcExtendCidrRequest.d.ts +0 -10
- package/v3/model/RemoveVpcExtendCidrRequest.js +0 -28
- package/v3/model/RemoveVpcExtendCidrRequestBody.d.ts +0 -10
- package/v3/model/RemoveVpcExtendCidrRequestBody.js +0 -28
- package/v3/model/RemoveVpcExtendCidrResponse.d.ts +0 -11
- package/v3/model/RemoveVpcExtendCidrResponse.js +0 -45
- package/v3/model/ResourceTag.d.ts +0 -7
- package/v3/model/ResourceTag.js +0 -19
- package/v3/model/SecurityGroup.d.ts +0 -25
- package/v3/model/SecurityGroup.js +0 -84
- package/v3/model/SecurityGroupInfo.d.ts +0 -30
- package/v3/model/SecurityGroupInfo.js +0 -99
- package/v3/model/SecurityGroupRule.d.ts +0 -47
- package/v3/model/SecurityGroupRule.js +0 -154
- package/v3/model/ShowAddressGroupRequest.d.ts +0 -7
- package/v3/model/ShowAddressGroupRequest.js +0 -24
- package/v3/model/ShowAddressGroupResponse.d.ts +0 -13
- package/v3/model/ShowAddressGroupResponse.js +0 -55
- package/v3/model/ShowSecurityGroupRequest.d.ts +0 -7
- package/v3/model/ShowSecurityGroupRequest.js +0 -24
- package/v3/model/ShowSecurityGroupResponse.d.ts +0 -13
- package/v3/model/ShowSecurityGroupResponse.js +0 -55
- package/v3/model/ShowSecurityGroupRuleRequest.d.ts +0 -7
- package/v3/model/ShowSecurityGroupRuleRequest.js +0 -24
- package/v3/model/ShowSecurityGroupRuleResponse.d.ts +0 -13
- package/v3/model/ShowSecurityGroupRuleResponse.js +0 -55
- package/v3/model/ShowSubNetworkInterfaceRequest.d.ts +0 -7
- package/v3/model/ShowSubNetworkInterfaceRequest.js +0 -24
- package/v3/model/ShowSubNetworkInterfaceResponse.d.ts +0 -13
- package/v3/model/ShowSubNetworkInterfaceResponse.js +0 -55
- package/v3/model/ShowSubNetworkInterfacesQuantityRequest.d.ts +0 -3
- package/v3/model/ShowSubNetworkInterfacesQuantityRequest.js +0 -9
- package/v3/model/ShowSubNetworkInterfacesQuantityResponse.d.ts +0 -12
- package/v3/model/ShowSubNetworkInterfacesQuantityResponse.js +0 -55
- package/v3/model/ShowVpcRequest.d.ts +0 -7
- package/v3/model/ShowVpcRequest.js +0 -24
- package/v3/model/ShowVpcResponse.d.ts +0 -11
- package/v3/model/ShowVpcResponse.js +0 -45
- package/v3/model/SubNetworkInterface.d.ts +0 -53
- package/v3/model/SubNetworkInterface.js +0 -189
- package/v3/model/Tag.d.ts +0 -7
- package/v3/model/Tag.js +0 -19
- package/v3/model/UpdateAddressGroupOption.d.ts +0 -15
- package/v3/model/UpdateAddressGroupOption.js +0 -45
- package/v3/model/UpdateAddressGroupRequest.d.ts +0 -10
- package/v3/model/UpdateAddressGroupRequest.js +0 -28
- package/v3/model/UpdateAddressGroupRequestBody.d.ts +0 -12
- package/v3/model/UpdateAddressGroupRequestBody.js +0 -38
- package/v3/model/UpdateAddressGroupResponse.d.ts +0 -13
- package/v3/model/UpdateAddressGroupResponse.js +0 -55
- package/v3/model/UpdateSecurityGroupOption.d.ts +0 -7
- package/v3/model/UpdateSecurityGroupOption.js +0 -17
- package/v3/model/UpdateSecurityGroupRequest.d.ts +0 -10
- package/v3/model/UpdateSecurityGroupRequest.js +0 -28
- package/v3/model/UpdateSecurityGroupRequestBody.d.ts +0 -12
- package/v3/model/UpdateSecurityGroupRequestBody.js +0 -38
- package/v3/model/UpdateSecurityGroupResponse.d.ts +0 -13
- package/v3/model/UpdateSecurityGroupResponse.js +0 -55
- package/v3/model/UpdateSubNetworkInterfaceOption.d.ts +0 -9
- package/v3/model/UpdateSubNetworkInterfaceOption.js +0 -27
- package/v3/model/UpdateSubNetworkInterfaceRequest.d.ts +0 -10
- package/v3/model/UpdateSubNetworkInterfaceRequest.js +0 -28
- package/v3/model/UpdateSubNetworkInterfaceRequestBody.d.ts +0 -12
- package/v3/model/UpdateSubNetworkInterfaceRequestBody.js +0 -38
- package/v3/model/UpdateSubNetworkInterfaceResponse.d.ts +0 -13
- package/v3/model/UpdateSubNetworkInterfaceResponse.js +0 -55
- package/v3/model/UpdateVpcOption.d.ts +0 -7
- package/v3/model/UpdateVpcOption.js +0 -17
- package/v3/model/UpdateVpcRequest.d.ts +0 -10
- package/v3/model/UpdateVpcRequest.js +0 -28
- package/v3/model/UpdateVpcRequestBody.d.ts +0 -10
- package/v3/model/UpdateVpcRequestBody.js +0 -28
- package/v3/model/UpdateVpcResponse.d.ts +0 -16
- package/v3/model/UpdateVpcResponse.js +0 -69
- package/v3/model/Vpc.d.ts +0 -41
- package/v3/model/Vpc.js +0 -129
- package/v3/public-api.d.ts +0 -98
- package/v3/public-api.js +0 -114
package/v2/VpcClient.d.ts
DELETED
|
@@ -1,2593 +0,0 @@
|
|
|
1
|
-
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
|
2
|
-
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
|
3
|
-
import { AcceptVpcPeeringRequest } from './model/AcceptVpcPeeringRequest';
|
|
4
|
-
import { AcceptVpcPeeringResponse } from './model/AcceptVpcPeeringResponse';
|
|
5
|
-
import { AssociateRouteTableRequest } from './model/AssociateRouteTableRequest';
|
|
6
|
-
import { AssociateRouteTableResponse } from './model/AssociateRouteTableResponse';
|
|
7
|
-
import { BatchCreateSubnetTagsRequest } from './model/BatchCreateSubnetTagsRequest';
|
|
8
|
-
import { BatchCreateSubnetTagsResponse } from './model/BatchCreateSubnetTagsResponse';
|
|
9
|
-
import { BatchCreateVpcTagsRequest } from './model/BatchCreateVpcTagsRequest';
|
|
10
|
-
import { BatchCreateVpcTagsResponse } from './model/BatchCreateVpcTagsResponse';
|
|
11
|
-
import { BatchDeleteSubnetTagsRequest } from './model/BatchDeleteSubnetTagsRequest';
|
|
12
|
-
import { BatchDeleteSubnetTagsResponse } from './model/BatchDeleteSubnetTagsResponse';
|
|
13
|
-
import { BatchDeleteVpcTagsRequest } from './model/BatchDeleteVpcTagsRequest';
|
|
14
|
-
import { BatchDeleteVpcTagsResponse } from './model/BatchDeleteVpcTagsResponse';
|
|
15
|
-
import { CreateFlowLogRequest } from './model/CreateFlowLogRequest';
|
|
16
|
-
import { CreateFlowLogResponse } from './model/CreateFlowLogResponse';
|
|
17
|
-
import { CreatePortRequest } from './model/CreatePortRequest';
|
|
18
|
-
import { CreatePortResponse } from './model/CreatePortResponse';
|
|
19
|
-
import { CreatePrivateipRequest } from './model/CreatePrivateipRequest';
|
|
20
|
-
import { CreatePrivateipResponse } from './model/CreatePrivateipResponse';
|
|
21
|
-
import { CreateRouteTableRequest } from './model/CreateRouteTableRequest';
|
|
22
|
-
import { CreateRouteTableResponse } from './model/CreateRouteTableResponse';
|
|
23
|
-
import { CreateSecurityGroupRequest } from './model/CreateSecurityGroupRequest';
|
|
24
|
-
import { CreateSecurityGroupResponse } from './model/CreateSecurityGroupResponse';
|
|
25
|
-
import { CreateSecurityGroupRuleRequest } from './model/CreateSecurityGroupRuleRequest';
|
|
26
|
-
import { CreateSecurityGroupRuleResponse } from './model/CreateSecurityGroupRuleResponse';
|
|
27
|
-
import { CreateSubnetRequest } from './model/CreateSubnetRequest';
|
|
28
|
-
import { CreateSubnetResponse } from './model/CreateSubnetResponse';
|
|
29
|
-
import { CreateSubnetTagRequest } from './model/CreateSubnetTagRequest';
|
|
30
|
-
import { CreateSubnetTagResponse } from './model/CreateSubnetTagResponse';
|
|
31
|
-
import { CreateVpcPeeringRequest } from './model/CreateVpcPeeringRequest';
|
|
32
|
-
import { CreateVpcPeeringResponse } from './model/CreateVpcPeeringResponse';
|
|
33
|
-
import { CreateVpcRequest } from './model/CreateVpcRequest';
|
|
34
|
-
import { CreateVpcResourceTagRequest } from './model/CreateVpcResourceTagRequest';
|
|
35
|
-
import { CreateVpcResourceTagResponse } from './model/CreateVpcResourceTagResponse';
|
|
36
|
-
import { CreateVpcResponse } from './model/CreateVpcResponse';
|
|
37
|
-
import { CreateVpcRouteRequest } from './model/CreateVpcRouteRequest';
|
|
38
|
-
import { CreateVpcRouteResponse } from './model/CreateVpcRouteResponse';
|
|
39
|
-
import { DeleteFlowLogRequest } from './model/DeleteFlowLogRequest';
|
|
40
|
-
import { DeleteFlowLogResponse } from './model/DeleteFlowLogResponse';
|
|
41
|
-
import { DeletePortRequest } from './model/DeletePortRequest';
|
|
42
|
-
import { DeletePortResponse } from './model/DeletePortResponse';
|
|
43
|
-
import { DeletePrivateipRequest } from './model/DeletePrivateipRequest';
|
|
44
|
-
import { DeletePrivateipResponse } from './model/DeletePrivateipResponse';
|
|
45
|
-
import { DeleteRouteTableRequest } from './model/DeleteRouteTableRequest';
|
|
46
|
-
import { DeleteRouteTableResponse } from './model/DeleteRouteTableResponse';
|
|
47
|
-
import { DeleteSecurityGroupRequest } from './model/DeleteSecurityGroupRequest';
|
|
48
|
-
import { DeleteSecurityGroupResponse } from './model/DeleteSecurityGroupResponse';
|
|
49
|
-
import { DeleteSecurityGroupRuleRequest } from './model/DeleteSecurityGroupRuleRequest';
|
|
50
|
-
import { DeleteSecurityGroupRuleResponse } from './model/DeleteSecurityGroupRuleResponse';
|
|
51
|
-
import { DeleteSubnetRequest } from './model/DeleteSubnetRequest';
|
|
52
|
-
import { DeleteSubnetResponse } from './model/DeleteSubnetResponse';
|
|
53
|
-
import { DeleteSubnetTagRequest } from './model/DeleteSubnetTagRequest';
|
|
54
|
-
import { DeleteSubnetTagResponse } from './model/DeleteSubnetTagResponse';
|
|
55
|
-
import { DeleteVpcPeeringRequest } from './model/DeleteVpcPeeringRequest';
|
|
56
|
-
import { DeleteVpcPeeringResponse } from './model/DeleteVpcPeeringResponse';
|
|
57
|
-
import { DeleteVpcRequest } from './model/DeleteVpcRequest';
|
|
58
|
-
import { DeleteVpcResponse } from './model/DeleteVpcResponse';
|
|
59
|
-
import { DeleteVpcRouteRequest } from './model/DeleteVpcRouteRequest';
|
|
60
|
-
import { DeleteVpcRouteResponse } from './model/DeleteVpcRouteResponse';
|
|
61
|
-
import { DeleteVpcTagRequest } from './model/DeleteVpcTagRequest';
|
|
62
|
-
import { DeleteVpcTagResponse } from './model/DeleteVpcTagResponse';
|
|
63
|
-
import { DisassociateRouteTableRequest } from './model/DisassociateRouteTableRequest';
|
|
64
|
-
import { DisassociateRouteTableResponse } from './model/DisassociateRouteTableResponse';
|
|
65
|
-
import { ListFlowLogsRequest } from './model/ListFlowLogsRequest';
|
|
66
|
-
import { ListFlowLogsResponse } from './model/ListFlowLogsResponse';
|
|
67
|
-
import { ListPortsRequest } from './model/ListPortsRequest';
|
|
68
|
-
import { ListPortsResponse } from './model/ListPortsResponse';
|
|
69
|
-
import { ListPrivateipsRequest } from './model/ListPrivateipsRequest';
|
|
70
|
-
import { ListPrivateipsResponse } from './model/ListPrivateipsResponse';
|
|
71
|
-
import { ListRouteTablesRequest } from './model/ListRouteTablesRequest';
|
|
72
|
-
import { ListRouteTablesResponse } from './model/ListRouteTablesResponse';
|
|
73
|
-
import { ListSecurityGroupRulesRequest } from './model/ListSecurityGroupRulesRequest';
|
|
74
|
-
import { ListSecurityGroupRulesResponse } from './model/ListSecurityGroupRulesResponse';
|
|
75
|
-
import { ListSecurityGroupsRequest } from './model/ListSecurityGroupsRequest';
|
|
76
|
-
import { ListSecurityGroupsResponse } from './model/ListSecurityGroupsResponse';
|
|
77
|
-
import { ListSubnetTagsResponse } from './model/ListSubnetTagsResponse';
|
|
78
|
-
import { ListSubnetsByTagsRequest } from './model/ListSubnetsByTagsRequest';
|
|
79
|
-
import { ListSubnetsByTagsResponse } from './model/ListSubnetsByTagsResponse';
|
|
80
|
-
import { ListSubnetsRequest } from './model/ListSubnetsRequest';
|
|
81
|
-
import { ListSubnetsResponse } from './model/ListSubnetsResponse';
|
|
82
|
-
import { ListVpcPeeringsRequest } from './model/ListVpcPeeringsRequest';
|
|
83
|
-
import { ListVpcPeeringsResponse } from './model/ListVpcPeeringsResponse';
|
|
84
|
-
import { ListVpcRoutesRequest } from './model/ListVpcRoutesRequest';
|
|
85
|
-
import { ListVpcRoutesResponse } from './model/ListVpcRoutesResponse';
|
|
86
|
-
import { ListVpcTagsResponse } from './model/ListVpcTagsResponse';
|
|
87
|
-
import { ListVpcsByTagsRequest } from './model/ListVpcsByTagsRequest';
|
|
88
|
-
import { ListVpcsByTagsResponse } from './model/ListVpcsByTagsResponse';
|
|
89
|
-
import { ListVpcsRequest } from './model/ListVpcsRequest';
|
|
90
|
-
import { ListVpcsResponse } from './model/ListVpcsResponse';
|
|
91
|
-
import { NeutronAddFirewallRuleRequest } from './model/NeutronAddFirewallRuleRequest';
|
|
92
|
-
import { NeutronAddFirewallRuleResponse } from './model/NeutronAddFirewallRuleResponse';
|
|
93
|
-
import { NeutronCreateFirewallGroupRequest } from './model/NeutronCreateFirewallGroupRequest';
|
|
94
|
-
import { NeutronCreateFirewallGroupResponse } from './model/NeutronCreateFirewallGroupResponse';
|
|
95
|
-
import { NeutronCreateFirewallPolicyRequest } from './model/NeutronCreateFirewallPolicyRequest';
|
|
96
|
-
import { NeutronCreateFirewallPolicyResponse } from './model/NeutronCreateFirewallPolicyResponse';
|
|
97
|
-
import { NeutronCreateFirewallRuleRequest } from './model/NeutronCreateFirewallRuleRequest';
|
|
98
|
-
import { NeutronCreateFirewallRuleResponse } from './model/NeutronCreateFirewallRuleResponse';
|
|
99
|
-
import { NeutronCreateSecurityGroupRequest } from './model/NeutronCreateSecurityGroupRequest';
|
|
100
|
-
import { NeutronCreateSecurityGroupResponse } from './model/NeutronCreateSecurityGroupResponse';
|
|
101
|
-
import { NeutronCreateSecurityGroupRuleRequest } from './model/NeutronCreateSecurityGroupRuleRequest';
|
|
102
|
-
import { NeutronCreateSecurityGroupRuleResponse } from './model/NeutronCreateSecurityGroupRuleResponse';
|
|
103
|
-
import { NeutronDeleteFirewallGroupRequest } from './model/NeutronDeleteFirewallGroupRequest';
|
|
104
|
-
import { NeutronDeleteFirewallGroupResponse } from './model/NeutronDeleteFirewallGroupResponse';
|
|
105
|
-
import { NeutronDeleteFirewallPolicyRequest } from './model/NeutronDeleteFirewallPolicyRequest';
|
|
106
|
-
import { NeutronDeleteFirewallPolicyResponse } from './model/NeutronDeleteFirewallPolicyResponse';
|
|
107
|
-
import { NeutronDeleteFirewallRuleRequest } from './model/NeutronDeleteFirewallRuleRequest';
|
|
108
|
-
import { NeutronDeleteFirewallRuleResponse } from './model/NeutronDeleteFirewallRuleResponse';
|
|
109
|
-
import { NeutronDeleteSecurityGroupRequest } from './model/NeutronDeleteSecurityGroupRequest';
|
|
110
|
-
import { NeutronDeleteSecurityGroupResponse } from './model/NeutronDeleteSecurityGroupResponse';
|
|
111
|
-
import { NeutronDeleteSecurityGroupRuleRequest } from './model/NeutronDeleteSecurityGroupRuleRequest';
|
|
112
|
-
import { NeutronDeleteSecurityGroupRuleResponse } from './model/NeutronDeleteSecurityGroupRuleResponse';
|
|
113
|
-
import { NeutronListFirewallGroupsRequest } from './model/NeutronListFirewallGroupsRequest';
|
|
114
|
-
import { NeutronListFirewallGroupsResponse } from './model/NeutronListFirewallGroupsResponse';
|
|
115
|
-
import { NeutronListFirewallPoliciesRequest } from './model/NeutronListFirewallPoliciesRequest';
|
|
116
|
-
import { NeutronListFirewallPoliciesResponse } from './model/NeutronListFirewallPoliciesResponse';
|
|
117
|
-
import { NeutronListFirewallRulesRequest } from './model/NeutronListFirewallRulesRequest';
|
|
118
|
-
import { NeutronListFirewallRulesResponse } from './model/NeutronListFirewallRulesResponse';
|
|
119
|
-
import { NeutronListSecurityGroupRulesRequest } from './model/NeutronListSecurityGroupRulesRequest';
|
|
120
|
-
import { NeutronListSecurityGroupRulesResponse } from './model/NeutronListSecurityGroupRulesResponse';
|
|
121
|
-
import { NeutronListSecurityGroupsRequest } from './model/NeutronListSecurityGroupsRequest';
|
|
122
|
-
import { NeutronListSecurityGroupsResponse } from './model/NeutronListSecurityGroupsResponse';
|
|
123
|
-
import { NeutronRemoveFirewallRuleRequest } from './model/NeutronRemoveFirewallRuleRequest';
|
|
124
|
-
import { NeutronRemoveFirewallRuleResponse } from './model/NeutronRemoveFirewallRuleResponse';
|
|
125
|
-
import { NeutronShowFirewallGroupRequest } from './model/NeutronShowFirewallGroupRequest';
|
|
126
|
-
import { NeutronShowFirewallGroupResponse } from './model/NeutronShowFirewallGroupResponse';
|
|
127
|
-
import { NeutronShowFirewallPolicyRequest } from './model/NeutronShowFirewallPolicyRequest';
|
|
128
|
-
import { NeutronShowFirewallPolicyResponse } from './model/NeutronShowFirewallPolicyResponse';
|
|
129
|
-
import { NeutronShowFirewallRuleRequest } from './model/NeutronShowFirewallRuleRequest';
|
|
130
|
-
import { NeutronShowFirewallRuleResponse } from './model/NeutronShowFirewallRuleResponse';
|
|
131
|
-
import { NeutronShowSecurityGroupRequest } from './model/NeutronShowSecurityGroupRequest';
|
|
132
|
-
import { NeutronShowSecurityGroupResponse } from './model/NeutronShowSecurityGroupResponse';
|
|
133
|
-
import { NeutronShowSecurityGroupRuleRequest } from './model/NeutronShowSecurityGroupRuleRequest';
|
|
134
|
-
import { NeutronShowSecurityGroupRuleResponse } from './model/NeutronShowSecurityGroupRuleResponse';
|
|
135
|
-
import { NeutronUpdateFirewallGroupRequest } from './model/NeutronUpdateFirewallGroupRequest';
|
|
136
|
-
import { NeutronUpdateFirewallGroupResponse } from './model/NeutronUpdateFirewallGroupResponse';
|
|
137
|
-
import { NeutronUpdateFirewallPolicyRequest } from './model/NeutronUpdateFirewallPolicyRequest';
|
|
138
|
-
import { NeutronUpdateFirewallPolicyResponse } from './model/NeutronUpdateFirewallPolicyResponse';
|
|
139
|
-
import { NeutronUpdateFirewallRuleRequest } from './model/NeutronUpdateFirewallRuleRequest';
|
|
140
|
-
import { NeutronUpdateFirewallRuleResponse } from './model/NeutronUpdateFirewallRuleResponse';
|
|
141
|
-
import { NeutronUpdateSecurityGroupRequest } from './model/NeutronUpdateSecurityGroupRequest';
|
|
142
|
-
import { NeutronUpdateSecurityGroupResponse } from './model/NeutronUpdateSecurityGroupResponse';
|
|
143
|
-
import { RejectVpcPeeringRequest } from './model/RejectVpcPeeringRequest';
|
|
144
|
-
import { RejectVpcPeeringResponse } from './model/RejectVpcPeeringResponse';
|
|
145
|
-
import { ShowFlowLogRequest } from './model/ShowFlowLogRequest';
|
|
146
|
-
import { ShowFlowLogResponse } from './model/ShowFlowLogResponse';
|
|
147
|
-
import { ShowNetworkIpAvailabilitiesRequest } from './model/ShowNetworkIpAvailabilitiesRequest';
|
|
148
|
-
import { ShowNetworkIpAvailabilitiesResponse } from './model/ShowNetworkIpAvailabilitiesResponse';
|
|
149
|
-
import { ShowPortRequest } from './model/ShowPortRequest';
|
|
150
|
-
import { ShowPortResponse } from './model/ShowPortResponse';
|
|
151
|
-
import { ShowPrivateipRequest } from './model/ShowPrivateipRequest';
|
|
152
|
-
import { ShowPrivateipResponse } from './model/ShowPrivateipResponse';
|
|
153
|
-
import { ShowQuotaRequest } from './model/ShowQuotaRequest';
|
|
154
|
-
import { ShowQuotaResponse } from './model/ShowQuotaResponse';
|
|
155
|
-
import { ShowRouteTableRequest } from './model/ShowRouteTableRequest';
|
|
156
|
-
import { ShowRouteTableResponse } from './model/ShowRouteTableResponse';
|
|
157
|
-
import { ShowSecurityGroupRequest } from './model/ShowSecurityGroupRequest';
|
|
158
|
-
import { ShowSecurityGroupResponse } from './model/ShowSecurityGroupResponse';
|
|
159
|
-
import { ShowSecurityGroupRuleRequest } from './model/ShowSecurityGroupRuleRequest';
|
|
160
|
-
import { ShowSecurityGroupRuleResponse } from './model/ShowSecurityGroupRuleResponse';
|
|
161
|
-
import { ShowSubnetRequest } from './model/ShowSubnetRequest';
|
|
162
|
-
import { ShowSubnetResponse } from './model/ShowSubnetResponse';
|
|
163
|
-
import { ShowSubnetTagsRequest } from './model/ShowSubnetTagsRequest';
|
|
164
|
-
import { ShowSubnetTagsResponse } from './model/ShowSubnetTagsResponse';
|
|
165
|
-
import { ShowVpcPeeringRequest } from './model/ShowVpcPeeringRequest';
|
|
166
|
-
import { ShowVpcPeeringResponse } from './model/ShowVpcPeeringResponse';
|
|
167
|
-
import { ShowVpcRequest } from './model/ShowVpcRequest';
|
|
168
|
-
import { ShowVpcResponse } from './model/ShowVpcResponse';
|
|
169
|
-
import { ShowVpcRouteRequest } from './model/ShowVpcRouteRequest';
|
|
170
|
-
import { ShowVpcRouteResponse } from './model/ShowVpcRouteResponse';
|
|
171
|
-
import { ShowVpcTagsRequest } from './model/ShowVpcTagsRequest';
|
|
172
|
-
import { ShowVpcTagsResponse } from './model/ShowVpcTagsResponse';
|
|
173
|
-
import { UpdateFlowLogRequest } from './model/UpdateFlowLogRequest';
|
|
174
|
-
import { UpdateFlowLogResponse } from './model/UpdateFlowLogResponse';
|
|
175
|
-
import { UpdatePortRequest } from './model/UpdatePortRequest';
|
|
176
|
-
import { UpdatePortResponse } from './model/UpdatePortResponse';
|
|
177
|
-
import { UpdateRouteTableRequest } from './model/UpdateRouteTableRequest';
|
|
178
|
-
import { UpdateRouteTableResponse } from './model/UpdateRouteTableResponse';
|
|
179
|
-
import { UpdateSubnetRequest } from './model/UpdateSubnetRequest';
|
|
180
|
-
import { UpdateSubnetResponse } from './model/UpdateSubnetResponse';
|
|
181
|
-
import { UpdateVpcPeeringRequest } from './model/UpdateVpcPeeringRequest';
|
|
182
|
-
import { UpdateVpcPeeringResponse } from './model/UpdateVpcPeeringResponse';
|
|
183
|
-
import { UpdateVpcRequest } from './model/UpdateVpcRequest';
|
|
184
|
-
import { UpdateVpcResponse } from './model/UpdateVpcResponse';
|
|
185
|
-
export declare class VpcClient {
|
|
186
|
-
static newBuilder(): ClientBuilder<VpcClient>;
|
|
187
|
-
private hcClient;
|
|
188
|
-
constructor(client: HcClient);
|
|
189
|
-
getPath(): any;
|
|
190
|
-
/**
|
|
191
|
-
* 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户接受其他租户发起的对等连接请求。
|
|
192
|
-
*
|
|
193
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
194
|
-
*
|
|
195
|
-
* @summary 接受对等连接请求
|
|
196
|
-
* @param {string} peeringId 对等连接ID
|
|
197
|
-
* @param {*} [options] Override http request option.
|
|
198
|
-
* @throws {RequiredError}
|
|
199
|
-
*/
|
|
200
|
-
acceptVpcPeering(acceptVpcPeeringRequest?: AcceptVpcPeeringRequest): Promise<AcceptVpcPeeringResponse>;
|
|
201
|
-
/**
|
|
202
|
-
* 路由表关联子网。子网关联路由表A后,再关联B,不需要先跟路由表A解关联再关联路由表B
|
|
203
|
-
*
|
|
204
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
205
|
-
*
|
|
206
|
-
* @summary 子网关联路由表
|
|
207
|
-
* @param {string} routetableId 路由表ID
|
|
208
|
-
* @param {RoutetableAssociateReqbody} routetableAssociate 关联路由表与子网请求体
|
|
209
|
-
* @param {*} [options] Override http request option.
|
|
210
|
-
* @throws {RequiredError}
|
|
211
|
-
*/
|
|
212
|
-
associateRouteTable(associateRouteTableRequest?: AssociateRouteTableRequest): Promise<AssociateRouteTableResponse>;
|
|
213
|
-
/**
|
|
214
|
-
* 为指定的子网资源实例批量添加标签。
|
|
215
|
-
* 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
|
|
216
|
-
*
|
|
217
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
218
|
-
*
|
|
219
|
-
* @summary 批量创建子网资源标签
|
|
220
|
-
* @param {string} subnetId 子网ID
|
|
221
|
-
* @param {BatchCreateSubnetTagsRequestBody} batchCreateSubnetTagsRequestBody This is a auto create Body Object
|
|
222
|
-
* @param {*} [options] Override http request option.
|
|
223
|
-
* @throws {RequiredError}
|
|
224
|
-
*/
|
|
225
|
-
batchCreateSubnetTags(batchCreateSubnetTagsRequest?: BatchCreateSubnetTagsRequest): Promise<BatchCreateSubnetTagsResponse>;
|
|
226
|
-
/**
|
|
227
|
-
* 为指定的子网资源实例批量删除标签
|
|
228
|
-
* 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
|
|
229
|
-
*
|
|
230
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
231
|
-
*
|
|
232
|
-
* @summary 批量删除子网资源标签
|
|
233
|
-
* @param {string} subnetId 子网ID
|
|
234
|
-
* @param {BatchDeleteSubnetTagsRequestBody} batchDeleteSubnetTagsRequestBody This is a auto create Body Object
|
|
235
|
-
* @param {*} [options] Override http request option.
|
|
236
|
-
* @throws {RequiredError}
|
|
237
|
-
*/
|
|
238
|
-
batchDeleteSubnetTags(batchDeleteSubnetTagsRequest?: BatchDeleteSubnetTagsRequest): Promise<BatchDeleteSubnetTagsResponse>;
|
|
239
|
-
/**
|
|
240
|
-
* 创建流日志。
|
|
241
|
-
* 流日志功能可以记录虚拟私有云中的流量信息,帮助您检查和优化安全组和网络ACL防火墙控制规则、监控网络流量、进行网络攻击分析等。
|
|
242
|
-
* VPC流日志功能需要与云日志服务LTS结合使用,请先在云日志服务中创建日志组和日志主题,然后再创建VPC流日志。
|
|
243
|
-
*
|
|
244
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
245
|
-
*
|
|
246
|
-
* @summary 创建流日志
|
|
247
|
-
* @param {CreateFlowLogReqBody} flowLog 创建流日志的请求体,参见CreateFlowLogReq对象。
|
|
248
|
-
* @param {*} [options] Override http request option.
|
|
249
|
-
* @throws {RequiredError}
|
|
250
|
-
*/
|
|
251
|
-
createFlowLog(createFlowLogRequest?: CreateFlowLogRequest): Promise<CreateFlowLogResponse>;
|
|
252
|
-
/**
|
|
253
|
-
* 创建端口。
|
|
254
|
-
*
|
|
255
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
256
|
-
*
|
|
257
|
-
* @summary 创建端口
|
|
258
|
-
* @param {CreatePortRequestBody} port 创建端口对象
|
|
259
|
-
* @param {*} [options] Override http request option.
|
|
260
|
-
* @throws {RequiredError}
|
|
261
|
-
*/
|
|
262
|
-
createPort(createPortRequest?: CreatePortRequest): Promise<CreatePortResponse>;
|
|
263
|
-
/**
|
|
264
|
-
* 创建路由表
|
|
265
|
-
*
|
|
266
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
267
|
-
*
|
|
268
|
-
* @summary 创建路由表
|
|
269
|
-
* @param {CreateRoutetableReqBody} routetable 创建路由表对象,参见CreateRouteTableReq对象
|
|
270
|
-
* @param {*} [options] Override http request option.
|
|
271
|
-
* @throws {RequiredError}
|
|
272
|
-
*/
|
|
273
|
-
createRouteTable(createRouteTableRequest?: CreateRouteTableRequest): Promise<CreateRouteTableResponse>;
|
|
274
|
-
/**
|
|
275
|
-
* 创建安全组。
|
|
276
|
-
*
|
|
277
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
278
|
-
*
|
|
279
|
-
* @summary 创建安全组
|
|
280
|
-
* @param {CreateSecurityGroupRequestBody} securityGroup 创建安全组对象
|
|
281
|
-
* @param {*} [options] Override http request option.
|
|
282
|
-
* @throws {RequiredError}
|
|
283
|
-
*/
|
|
284
|
-
createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest): Promise<CreateSecurityGroupResponse>;
|
|
285
|
-
/**
|
|
286
|
-
* 创建安全组规则。
|
|
287
|
-
*
|
|
288
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
289
|
-
*
|
|
290
|
-
* @summary 创建安全组规则
|
|
291
|
-
* @param {CreateSecurityGroupRuleRequestBody} securityGroupRule 创建安全组规则对象
|
|
292
|
-
* @param {*} [options] Override http request option.
|
|
293
|
-
* @throws {RequiredError}
|
|
294
|
-
*/
|
|
295
|
-
createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest): Promise<CreateSecurityGroupRuleResponse>;
|
|
296
|
-
/**
|
|
297
|
-
* 创建子网。
|
|
298
|
-
*
|
|
299
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
300
|
-
*
|
|
301
|
-
* @summary 创建子网
|
|
302
|
-
* @param {CreateSubnetRequestBody} subnet 创建子网对象
|
|
303
|
-
* @param {*} [options] Override http request option.
|
|
304
|
-
* @throws {RequiredError}
|
|
305
|
-
*/
|
|
306
|
-
createSubnet(createSubnetRequest?: CreateSubnetRequest): Promise<CreateSubnetResponse>;
|
|
307
|
-
/**
|
|
308
|
-
* 给指定子网资源实例增加标签信息。
|
|
309
|
-
* 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
|
|
310
|
-
*
|
|
311
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
312
|
-
*
|
|
313
|
-
* @summary 创建子网资源标签
|
|
314
|
-
* @param {string} subnetId 子网ID
|
|
315
|
-
* @param {CreateSubnetTagRequestBody} createSubnetTagRequestBody This is a auto create Body Object
|
|
316
|
-
* @param {*} [options] Override http request option.
|
|
317
|
-
* @throws {RequiredError}
|
|
318
|
-
*/
|
|
319
|
-
createSubnetTag(createSubnetTagRequest?: CreateSubnetTagRequest): Promise<CreateSubnetTagResponse>;
|
|
320
|
-
/**
|
|
321
|
-
* 创建对等连接。
|
|
322
|
-
*
|
|
323
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
324
|
-
*
|
|
325
|
-
* @summary 创建对等连接
|
|
326
|
-
* @param {CreateVpcPeeringRequestBody} peering peering对象
|
|
327
|
-
* @param {*} [options] Override http request option.
|
|
328
|
-
* @throws {RequiredError}
|
|
329
|
-
*/
|
|
330
|
-
createVpcPeering(createVpcPeeringRequest?: CreateVpcPeeringRequest): Promise<CreateVpcPeeringResponse>;
|
|
331
|
-
/**
|
|
332
|
-
* 删除流日志
|
|
333
|
-
*
|
|
334
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
335
|
-
*
|
|
336
|
-
* @summary 删除流日志
|
|
337
|
-
* @param {string} flowlogId 流日志资源唯一标识
|
|
338
|
-
* @param {*} [options] Override http request option.
|
|
339
|
-
* @throws {RequiredError}
|
|
340
|
-
*/
|
|
341
|
-
deleteFlowLog(deleteFlowLogRequest?: DeleteFlowLogRequest): Promise<DeleteFlowLogResponse>;
|
|
342
|
-
/**
|
|
343
|
-
* 删除端口。
|
|
344
|
-
*
|
|
345
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
346
|
-
*
|
|
347
|
-
* @summary 删除端口
|
|
348
|
-
* @param {string} portId 端口ID
|
|
349
|
-
* @param {*} [options] Override http request option.
|
|
350
|
-
* @throws {RequiredError}
|
|
351
|
-
*/
|
|
352
|
-
deletePort(deletePortRequest?: DeletePortRequest): Promise<DeletePortResponse>;
|
|
353
|
-
/**
|
|
354
|
-
* 删除路由表
|
|
355
|
-
*
|
|
356
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
357
|
-
*
|
|
358
|
-
* @summary 删除路由表
|
|
359
|
-
* @param {string} routetableId 路由表ID
|
|
360
|
-
* @param {*} [options] Override http request option.
|
|
361
|
-
* @throws {RequiredError}
|
|
362
|
-
*/
|
|
363
|
-
deleteRouteTable(deleteRouteTableRequest?: DeleteRouteTableRequest): Promise<DeleteRouteTableResponse>;
|
|
364
|
-
/**
|
|
365
|
-
* 删除安全组。
|
|
366
|
-
*
|
|
367
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
368
|
-
*
|
|
369
|
-
* @summary 删除安全组
|
|
370
|
-
* @param {string} securityGroupId 安全组ID
|
|
371
|
-
* @param {*} [options] Override http request option.
|
|
372
|
-
* @throws {RequiredError}
|
|
373
|
-
*/
|
|
374
|
-
deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest): Promise<DeleteSecurityGroupResponse>;
|
|
375
|
-
/**
|
|
376
|
-
* 删除安全组规则。
|
|
377
|
-
*
|
|
378
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
379
|
-
*
|
|
380
|
-
* @summary 删除安全组规则
|
|
381
|
-
* @param {string} securityGroupRuleId 安全组规则ID
|
|
382
|
-
* @param {*} [options] Override http request option.
|
|
383
|
-
* @throws {RequiredError}
|
|
384
|
-
*/
|
|
385
|
-
deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest): Promise<DeleteSecurityGroupRuleResponse>;
|
|
386
|
-
/**
|
|
387
|
-
* 删除子网
|
|
388
|
-
*
|
|
389
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
390
|
-
*
|
|
391
|
-
* @summary 删除子网
|
|
392
|
-
* @param {string} vpcId 子网对应的vpc_id
|
|
393
|
-
* @param {string} subnetId 子网ID
|
|
394
|
-
* @param {*} [options] Override http request option.
|
|
395
|
-
* @throws {RequiredError}
|
|
396
|
-
*/
|
|
397
|
-
deleteSubnet(deleteSubnetRequest?: DeleteSubnetRequest): Promise<DeleteSubnetResponse>;
|
|
398
|
-
/**
|
|
399
|
-
* 删除指定子网资源实例的标签信息。
|
|
400
|
-
* 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
|
|
401
|
-
*
|
|
402
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
403
|
-
*
|
|
404
|
-
* @summary 删除子网资源标签
|
|
405
|
-
* @param {string} subnetId 子网ID
|
|
406
|
-
* @param {string} key 功能说明:键值
|
|
407
|
-
* @param {*} [options] Override http request option.
|
|
408
|
-
* @throws {RequiredError}
|
|
409
|
-
*/
|
|
410
|
-
deleteSubnetTag(deleteSubnetTagRequest?: DeleteSubnetTagRequest): Promise<DeleteSubnetTagResponse>;
|
|
411
|
-
/**
|
|
412
|
-
* 删除对等连接。
|
|
413
|
-
* 可以在在本端或对端任何一端删除对等连接。
|
|
414
|
-
*
|
|
415
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
416
|
-
*
|
|
417
|
-
* @summary 删除对等连接
|
|
418
|
-
* @param {string} peeringId 对等连接ID
|
|
419
|
-
* @param {*} [options] Override http request option.
|
|
420
|
-
* @throws {RequiredError}
|
|
421
|
-
*/
|
|
422
|
-
deleteVpcPeering(deleteVpcPeeringRequest?: DeleteVpcPeeringRequest): Promise<DeleteVpcPeeringResponse>;
|
|
423
|
-
/**
|
|
424
|
-
* 子网解关联路由表
|
|
425
|
-
*
|
|
426
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
427
|
-
*
|
|
428
|
-
* @summary 子网解关联路由表
|
|
429
|
-
* @param {string} routetableId 路由表ID
|
|
430
|
-
* @param {RoutetableAssociateReqbody} routetableAssociate 关联路由表与子网请求体
|
|
431
|
-
* @param {*} [options] Override http request option.
|
|
432
|
-
* @throws {RequiredError}
|
|
433
|
-
*/
|
|
434
|
-
disassociateRouteTable(disassociateRouteTableRequest?: DisassociateRouteTableRequest): Promise<DisassociateRouteTableResponse>;
|
|
435
|
-
/**
|
|
436
|
-
* 查询提交请求的租户的所有流日志列表,并根据过滤条件进行过滤
|
|
437
|
-
*
|
|
438
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
439
|
-
*
|
|
440
|
-
* @summary 查询流日志列表
|
|
441
|
-
* @param {string} [id] 流日志资源唯一标识
|
|
442
|
-
* @param {string} [name] 功能说明:流日志名称 取值范围:0-64个字符,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
|
|
443
|
-
* @param {string} [tenantId] 项目ID
|
|
444
|
-
* @param {string} [description] 功能说明:流日志描述 取值范围:0-255个字符,不能包含“<”和“>”
|
|
445
|
-
* @param {'port' | 'network' | 'vpc'} [resourceType] 功能说明:流日志所属资源类型 取值范围:支持port、network、vpc 3种类型。
|
|
446
|
-
* @param {string} [resourceId] resource_type对应资源的唯一ID
|
|
447
|
-
* @param {'all' | 'reject' | 'accept'} [trafficType] 功能说明:流日志采集类型 取值范围: 1)all:采集指定资源的全部流量。 2)accept:采集指定资源允许传入、传出的流量。 3)reject:采集指定资源拒绝传入、传出的流量。
|
|
448
|
-
* @param {string} [logGroupId] 日志组ID 请在云日志服务中获取,详情请参见《云日志服务用户指南》。
|
|
449
|
-
* @param {string} [logTopicId] 日志主题ID 请在云日志服务中获取,详情请参见《云日志服务用户指南》。
|
|
450
|
-
* @param {'lts'} [logStoreType] 功能说明:流日志存储类型 取值范围: lts:存储类型为云日志服务(LTS)。
|
|
451
|
-
* @param {'ACTIVE' | 'DOWN' | 'ERROR'} [status] 功能说明:流日志状态 取值范围: ACTIVE:开启 DOWN:关闭 ERROR:异常故障
|
|
452
|
-
* @param {string} [limit] 功能说明:每页返回的个数 取值范围:0 ~ intmax
|
|
453
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时为查询第一页
|
|
454
|
-
* @param {*} [options] Override http request option.
|
|
455
|
-
* @throws {RequiredError}
|
|
456
|
-
*/
|
|
457
|
-
listFlowLogs(listFlowLogsRequest?: ListFlowLogsRequest): Promise<ListFlowLogsResponse>;
|
|
458
|
-
/**
|
|
459
|
-
* 查询提交请求的租户的所有端口,单次查询最多返回2000条数据。
|
|
460
|
-
*
|
|
461
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
462
|
-
*
|
|
463
|
-
* @summary 查询端口列表
|
|
464
|
-
* @param {string} [name] 功能说明:按照name过滤查询 取值范围:最大长度不超过255
|
|
465
|
-
* @param {string} [id] 按照port_id过滤查询
|
|
466
|
-
* @param {number} [limit] 每页返回的个数
|
|
467
|
-
* @param {boolean} [adminStateUp] 按照admin_state_up进行过滤
|
|
468
|
-
* @param {string} [networkId] 按照network_id过滤查询
|
|
469
|
-
* @param {string} [macAddress] 按照mac_address过滤查询
|
|
470
|
-
* @param {string} [deviceId] 按照device_id过滤查询
|
|
471
|
-
* @param {'network:dhcp' | 'neutron:VIP_PORT' | 'network:router_interface_distributed' | 'network:router_centralized_snat'} [deviceOwner] 按照device_owner过滤查询
|
|
472
|
-
* @param {'ACTIVE' | 'BUILD' | 'DOWN'} [status] 功能说明:按照status过滤查询 取值范围:ACTIVE、BUILD、DOWN
|
|
473
|
-
* @param {Array<string>} [securityGroups] 按照安全组ID列表过滤查询
|
|
474
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
475
|
-
* @param {Array<string>} [fixedIps] 按照fixed_ips=ip_address或者fixed_ips=subnet_id过滤查询
|
|
476
|
-
* @param {string} [enterpriseProjectId] 功能说明:企业项目ID,用于基于企业项目的权限管理。 取值范围:最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。 若需要查询当前用户所有企业项目绑定的端口,请传参all_granted_eps。
|
|
477
|
-
* @param {*} [options] Override http request option.
|
|
478
|
-
* @throws {RequiredError}
|
|
479
|
-
*/
|
|
480
|
-
listPorts(listPortsRequest?: ListPortsRequest): Promise<ListPortsResponse>;
|
|
481
|
-
/**
|
|
482
|
-
* 查询提交请求的帐户的所有路由表列表,并根据过滤条件进行过滤
|
|
483
|
-
*
|
|
484
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
485
|
-
*
|
|
486
|
-
* @summary 查询路由表列表
|
|
487
|
-
* @param {number} [limit] 每页返回的个数
|
|
488
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时为查询第一页
|
|
489
|
-
* @param {string} [id] 路由表ID,可过滤对应ID的路由表
|
|
490
|
-
* @param {string} [vpcId] 虚拟私有云ID,可过滤对应虚拟私有云包含的路由表
|
|
491
|
-
* @param {string} [subnetId] 子网ID,可过滤对应子网关联的路由表
|
|
492
|
-
* @param {*} [options] Override http request option.
|
|
493
|
-
* @throws {RequiredError}
|
|
494
|
-
*/
|
|
495
|
-
listRouteTables(listRouteTablesRequest?: ListRouteTablesRequest): Promise<ListRouteTablesResponse>;
|
|
496
|
-
/**
|
|
497
|
-
* 查询安全组规则列表。
|
|
498
|
-
*
|
|
499
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
500
|
-
*
|
|
501
|
-
* @summary 查询安全组规则列表
|
|
502
|
-
* @param {string} [marker] 功能说明:分页查询起始的资源ID,为空时查询第一页
|
|
503
|
-
* @param {number} [limit] 每页返回的个数
|
|
504
|
-
* @param {string} [securityGroupId] 安全组ID
|
|
505
|
-
* @param {string} [remoteIpPrefix] 功能说明:远端IP地址 取值范围:cidr格式
|
|
506
|
-
* @param {*} [options] Override http request option.
|
|
507
|
-
* @throws {RequiredError}
|
|
508
|
-
*/
|
|
509
|
-
listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest): Promise<ListSecurityGroupRulesResponse>;
|
|
510
|
-
/**
|
|
511
|
-
* 查询安全组列表
|
|
512
|
-
*
|
|
513
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
514
|
-
*
|
|
515
|
-
* @summary 查询安全组列表
|
|
516
|
-
* @param {number} [limit] 每页返回的个数
|
|
517
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
518
|
-
* @param {string} [vpcId] 按照vpc_id过滤查询
|
|
519
|
-
* @param {string} [enterpriseProjectId] 功能说明:企业项目ID。可以使用该字段过滤某个企业项目下的安全组。 取值范围:最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。若需要查询当前用户所有企业项目绑定的安全组,或者企业项目子账号需要进行安全组列表展示,请传参all_granted_eps。
|
|
520
|
-
* @param {*} [options] Override http request option.
|
|
521
|
-
* @throws {RequiredError}
|
|
522
|
-
*/
|
|
523
|
-
listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest): Promise<ListSecurityGroupsResponse>;
|
|
524
|
-
/**
|
|
525
|
-
* 查询租户在指定区域和实例类型的所有标签集合
|
|
526
|
-
*
|
|
527
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
528
|
-
*
|
|
529
|
-
* @summary 查询子网项目标签
|
|
530
|
-
* @param {*} [options] Override http request option.
|
|
531
|
-
* @throws {RequiredError}
|
|
532
|
-
*/
|
|
533
|
-
listSubnetTags(): Promise<ListSubnetTagsResponse>;
|
|
534
|
-
/**
|
|
535
|
-
* 查询子网列表
|
|
536
|
-
*
|
|
537
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
538
|
-
*
|
|
539
|
-
* @summary 查询子网列表
|
|
540
|
-
* @param {number} [limit] 每页返回的个数
|
|
541
|
-
* @param {string} [marker] 分页查询起始的资源id,为空时查询第一页
|
|
542
|
-
* @param {string} [vpcId] 按照vpc_id过滤查询 企业项目细粒度授权场景下,该字段必传
|
|
543
|
-
* @param {*} [options] Override http request option.
|
|
544
|
-
* @throws {RequiredError}
|
|
545
|
-
*/
|
|
546
|
-
listSubnets(listSubnetsRequest?: ListSubnetsRequest): Promise<ListSubnetsResponse>;
|
|
547
|
-
/**
|
|
548
|
-
* 使用标签过滤实例
|
|
549
|
-
*
|
|
550
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
551
|
-
*
|
|
552
|
-
* @summary 查询子网资源实例
|
|
553
|
-
* @param {ListSubnetsByTagsRequestBody} listSubnetsByTagsRequestBody This is a auto create Body Object
|
|
554
|
-
* @param {*} [options] Override http request option.
|
|
555
|
-
* @throws {RequiredError}
|
|
556
|
-
*/
|
|
557
|
-
listSubnetsByTags(listSubnetsByTagsRequest?: ListSubnetsByTagsRequest): Promise<ListSubnetsByTagsResponse>;
|
|
558
|
-
/**
|
|
559
|
-
* 查询提交请求的租户的所有对等连接。根据过滤条件进行过滤。
|
|
560
|
-
*
|
|
561
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
562
|
-
*
|
|
563
|
-
* @summary 查询对等连接列表
|
|
564
|
-
* @param {number} [limit] 每页返回的个数
|
|
565
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
566
|
-
* @param {string} [id] 按照peering_id过滤查询
|
|
567
|
-
* @param {string} [name] 功能说明:按照peering_name过查询 取值范围:最大长度不超过64
|
|
568
|
-
* @param {'PENDING_ACCEPTANCE' | 'REJECTED' | 'EXPIRED' | 'DELETED' | 'ACTIVE'} [status] 根据status进行过滤 - PENDING_ACCEPTANCE:等待接受 - REJECTED:已拒绝。 - EXPIRED:已过期。 - DELETED:已删除。 - ACTIVE:活动的。
|
|
569
|
-
* @param {string} [tenantId] 按照项目ID过滤查询
|
|
570
|
-
* @param {string} [vpcId] 根据vpc ID过滤查询
|
|
571
|
-
* @param {*} [options] Override http request option.
|
|
572
|
-
* @throws {RequiredError}
|
|
573
|
-
*/
|
|
574
|
-
listVpcPeerings(listVpcPeeringsRequest?: ListVpcPeeringsRequest): Promise<ListVpcPeeringsResponse>;
|
|
575
|
-
/**
|
|
576
|
-
* 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户拒绝其他租户发起的对等连接请求。
|
|
577
|
-
*
|
|
578
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
579
|
-
*
|
|
580
|
-
* @summary 拒绝对等连接请求
|
|
581
|
-
* @param {string} peeringId 对等连接ID
|
|
582
|
-
* @param {*} [options] Override http request option.
|
|
583
|
-
* @throws {RequiredError}
|
|
584
|
-
*/
|
|
585
|
-
rejectVpcPeering(rejectVpcPeeringRequest?: RejectVpcPeeringRequest): Promise<RejectVpcPeeringResponse>;
|
|
586
|
-
/**
|
|
587
|
-
* 查询流日志详情
|
|
588
|
-
*
|
|
589
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
590
|
-
*
|
|
591
|
-
* @summary 查询流日志
|
|
592
|
-
* @param {string} flowlogId 流日志资源唯一标识
|
|
593
|
-
* @param {*} [options] Override http request option.
|
|
594
|
-
* @throws {RequiredError}
|
|
595
|
-
*/
|
|
596
|
-
showFlowLog(showFlowLogRequest?: ShowFlowLogRequest): Promise<ShowFlowLogResponse>;
|
|
597
|
-
/**
|
|
598
|
-
* 查询单个端口详情。
|
|
599
|
-
*
|
|
600
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
601
|
-
*
|
|
602
|
-
* @summary 查询端口
|
|
603
|
-
* @param {string} portId 端口ID
|
|
604
|
-
* @param {*} [options] Override http request option.
|
|
605
|
-
* @throws {RequiredError}
|
|
606
|
-
*/
|
|
607
|
-
showPort(showPortRequest?: ShowPortRequest): Promise<ShowPortResponse>;
|
|
608
|
-
/**
|
|
609
|
-
* 查询单租户在VPC服务下的网络资源配额,包括vpc配额、子网配额、安全组配额、安全组规则配额、弹性公网IP配额,vpn配额等。
|
|
610
|
-
*
|
|
611
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
612
|
-
*
|
|
613
|
-
* @summary 查询配额
|
|
614
|
-
* @param {'vpc' | 'subnet' | 'securityGroup' | 'securityGroupRule' | 'publicIp' | 'vpn' | 'vpngw' | 'vpcPeer' | 'firewall' | 'shareBandwidth' | 'shareBandwidthIP' | 'loadbalancer' | 'listener' | 'physicalConnect' | 'virtualInterface' | 'vpcContainRoutetable' | 'routetableContainRoutes'} [type] 功能说明:根据type过滤查询指定类型的配额 取值范围:vpc,subnet,securityGroup,securityGroupRule,publicIp,vpn,vpngw,vpcPeer,firewall,shareBandwidth,shareBandwidthIP,loadbalancer,listener,physicalConnect,virtualInterface,vpcContainRoutetable,routetableContainRoutes
|
|
615
|
-
* @param {*} [options] Override http request option.
|
|
616
|
-
* @throws {RequiredError}
|
|
617
|
-
*/
|
|
618
|
-
showQuota(showQuotaRequest?: ShowQuotaRequest): Promise<ShowQuotaResponse>;
|
|
619
|
-
/**
|
|
620
|
-
* 查询路由表详情
|
|
621
|
-
*
|
|
622
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
623
|
-
*
|
|
624
|
-
* @summary 查询路由表
|
|
625
|
-
* @param {string} routetableId 路由表ID
|
|
626
|
-
* @param {*} [options] Override http request option.
|
|
627
|
-
* @throws {RequiredError}
|
|
628
|
-
*/
|
|
629
|
-
showRouteTable(showRouteTableRequest?: ShowRouteTableRequest): Promise<ShowRouteTableResponse>;
|
|
630
|
-
/**
|
|
631
|
-
* 查询单个安全组详情。
|
|
632
|
-
*
|
|
633
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
634
|
-
*
|
|
635
|
-
* @summary 查询安全组
|
|
636
|
-
* @param {string} securityGroupId 安全组ID
|
|
637
|
-
* @param {*} [options] Override http request option.
|
|
638
|
-
* @throws {RequiredError}
|
|
639
|
-
*/
|
|
640
|
-
showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest): Promise<ShowSecurityGroupResponse>;
|
|
641
|
-
/**
|
|
642
|
-
* 查询单个安全组规则详情
|
|
643
|
-
*
|
|
644
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
645
|
-
*
|
|
646
|
-
* @summary 查询安全组规则
|
|
647
|
-
* @param {string} securityGroupRuleId 安全组规则ID
|
|
648
|
-
* @param {*} [options] Override http request option.
|
|
649
|
-
* @throws {RequiredError}
|
|
650
|
-
*/
|
|
651
|
-
showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest): Promise<ShowSecurityGroupRuleResponse>;
|
|
652
|
-
/**
|
|
653
|
-
* 查询子网详情。
|
|
654
|
-
*
|
|
655
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
656
|
-
*
|
|
657
|
-
* @summary 查询子网
|
|
658
|
-
* @param {string} subnetId 子网ID
|
|
659
|
-
* @param {*} [options] Override http request option.
|
|
660
|
-
* @throws {RequiredError}
|
|
661
|
-
*/
|
|
662
|
-
showSubnet(showSubnetRequest?: ShowSubnetRequest): Promise<ShowSubnetResponse>;
|
|
663
|
-
/**
|
|
664
|
-
* 查询指定子网实例的标签信息。
|
|
665
|
-
*
|
|
666
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
667
|
-
*
|
|
668
|
-
* @summary 查询子网资源标签
|
|
669
|
-
* @param {string} subnetId 子网ID
|
|
670
|
-
* @param {*} [options] Override http request option.
|
|
671
|
-
* @throws {RequiredError}
|
|
672
|
-
*/
|
|
673
|
-
showSubnetTags(showSubnetTagsRequest?: ShowSubnetTagsRequest): Promise<ShowSubnetTagsResponse>;
|
|
674
|
-
/**
|
|
675
|
-
* 查询对等连接详情。
|
|
676
|
-
*
|
|
677
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
678
|
-
*
|
|
679
|
-
* @summary 查询对等连接
|
|
680
|
-
* @param {string} peeringId 对等连接ID
|
|
681
|
-
* @param {*} [options] Override http request option.
|
|
682
|
-
* @throws {RequiredError}
|
|
683
|
-
*/
|
|
684
|
-
showVpcPeering(showVpcPeeringRequest?: ShowVpcPeeringRequest): Promise<ShowVpcPeeringResponse>;
|
|
685
|
-
/**
|
|
686
|
-
* 更新流日志
|
|
687
|
-
*
|
|
688
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
689
|
-
*
|
|
690
|
-
* @summary 更新流日志
|
|
691
|
-
* @param {string} flowlogId 流日志资源唯一标识
|
|
692
|
-
* @param {UpdateFlowLogReqBody} flowLog 更新流日志的请求体,参见UpdateFlowLogReq对象。
|
|
693
|
-
* @param {*} [options] Override http request option.
|
|
694
|
-
* @throws {RequiredError}
|
|
695
|
-
*/
|
|
696
|
-
updateFlowLog(updateFlowLogRequest?: UpdateFlowLogRequest): Promise<UpdateFlowLogResponse>;
|
|
697
|
-
/**
|
|
698
|
-
* 更新端口。
|
|
699
|
-
*
|
|
700
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
701
|
-
*
|
|
702
|
-
* @summary 更新端口
|
|
703
|
-
* @param {string} portId 端口ID
|
|
704
|
-
* @param {UpdatePortRequestBody} port 更新端口对象
|
|
705
|
-
* @param {*} [options] Override http request option.
|
|
706
|
-
* @throws {RequiredError}
|
|
707
|
-
*/
|
|
708
|
-
updatePort(updatePortRequest?: UpdatePortRequest): Promise<UpdatePortResponse>;
|
|
709
|
-
/**
|
|
710
|
-
* 更新路由表,包括可以更新路由表的名称,描述,以及新增、更新、删除路由条目
|
|
711
|
-
*
|
|
712
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
713
|
-
*
|
|
714
|
-
* @summary 更新路由表
|
|
715
|
-
* @param {string} routetableId 路由表ID
|
|
716
|
-
* @param {UpdateRoutetableReqBody} routetable 更新路由表对象,参见UpdateRouteTableReq对象
|
|
717
|
-
* @param {*} [options] Override http request option.
|
|
718
|
-
* @throws {RequiredError}
|
|
719
|
-
*/
|
|
720
|
-
updateRouteTable(updateRouteTableRequest?: UpdateRouteTableRequest): Promise<UpdateRouteTableResponse>;
|
|
721
|
-
/**
|
|
722
|
-
* 更新子网。
|
|
723
|
-
*
|
|
724
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
725
|
-
*
|
|
726
|
-
* @summary 更新子网
|
|
727
|
-
* @param {string} vpcId 子网对应的vpc_id
|
|
728
|
-
* @param {string} subnetId 子网ID
|
|
729
|
-
* @param {UpdateSubnetRequestBody} subnet 更新子网对象
|
|
730
|
-
* @param {*} [options] Override http request option.
|
|
731
|
-
* @throws {RequiredError}
|
|
732
|
-
*/
|
|
733
|
-
updateSubnet(updateSubnetRequest?: UpdateSubnetRequest): Promise<UpdateSubnetResponse>;
|
|
734
|
-
/**
|
|
735
|
-
* 更新对等连接。
|
|
736
|
-
*
|
|
737
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
738
|
-
*
|
|
739
|
-
* @summary 更新对等连接
|
|
740
|
-
* @param {string} peeringId 对等连接ID
|
|
741
|
-
* @param {UpdateVpcPeeringRequestBody} peering 更新peering对象
|
|
742
|
-
* @param {*} [options] Override http request option.
|
|
743
|
-
* @throws {RequiredError}
|
|
744
|
-
*/
|
|
745
|
-
updateVpcPeering(updateVpcPeeringRequest?: UpdateVpcPeeringRequest): Promise<UpdateVpcPeeringResponse>;
|
|
746
|
-
/**
|
|
747
|
-
* 申请私有IP。
|
|
748
|
-
*
|
|
749
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
750
|
-
*
|
|
751
|
-
* @summary 申请私有IP
|
|
752
|
-
* @param {CreatePrivateipRequestBody} privateips 申请私有IP对象
|
|
753
|
-
* @param {*} [options] Override http request option.
|
|
754
|
-
* @throws {RequiredError}
|
|
755
|
-
*/
|
|
756
|
-
createPrivateip(createPrivateipRequest?: CreatePrivateipRequest): Promise<CreatePrivateipResponse>;
|
|
757
|
-
/**
|
|
758
|
-
* 删除私有IP。
|
|
759
|
-
*
|
|
760
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
761
|
-
*
|
|
762
|
-
* @summary 删除私有IP
|
|
763
|
-
* @param {string} privateipId 私有IP ID
|
|
764
|
-
* @param {*} [options] Override http request option.
|
|
765
|
-
* @throws {RequiredError}
|
|
766
|
-
*/
|
|
767
|
-
deletePrivateip(deletePrivateipRequest?: DeletePrivateipRequest): Promise<DeletePrivateipResponse>;
|
|
768
|
-
/**
|
|
769
|
-
* 查询指定子网下的私有IP列表。
|
|
770
|
-
*
|
|
771
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
772
|
-
*
|
|
773
|
-
* @summary 查询私有IP列表
|
|
774
|
-
* @param {string} subnetId 私有IP所在子网的唯一标识
|
|
775
|
-
* @param {number} [limit] 每页返回的个数
|
|
776
|
-
* @param {string} [marker] 分页查询起始的资源id,为空时查询第一页
|
|
777
|
-
* @param {*} [options] Override http request option.
|
|
778
|
-
* @throws {RequiredError}
|
|
779
|
-
*/
|
|
780
|
-
listPrivateips(listPrivateipsRequest?: ListPrivateipsRequest): Promise<ListPrivateipsResponse>;
|
|
781
|
-
/**
|
|
782
|
-
* 显示一个指定网络中的IPv4地址使用情况。
|
|
783
|
-
* 包括此网络中的IP总数以及已用IP总数,以及网络下每一个子网的IP地址总数和可用IP地址总数。
|
|
784
|
-
*
|
|
785
|
-
* > 须知
|
|
786
|
-
*
|
|
787
|
-
* - 系统预留地址指的是子网的第1个以及最后4个地址,一般用于网关、DHCP等服务。
|
|
788
|
-
* - 这里以及下文描述的IP地址总数、已用IP地址总数不包含系统预留地址。
|
|
789
|
-
* - 在分配IP时,用户可以指定系统预留的IP地址。但是不论IP是如何分配的,只要是处于系统预留IP地址段的IP均不会被统计到已用IP地址数目和IP地址总数中。
|
|
790
|
-
*
|
|
791
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
792
|
-
*
|
|
793
|
-
* @summary 查询网络IP使用情况
|
|
794
|
-
* @param {string} networkId 网络ID
|
|
795
|
-
* @param {*} [options] Override http request option.
|
|
796
|
-
* @throws {RequiredError}
|
|
797
|
-
*/
|
|
798
|
-
showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest?: ShowNetworkIpAvailabilitiesRequest): Promise<ShowNetworkIpAvailabilitiesResponse>;
|
|
799
|
-
/**
|
|
800
|
-
* 指定ID查询私有IP。
|
|
801
|
-
*
|
|
802
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
803
|
-
*
|
|
804
|
-
* @summary 查询私有IP
|
|
805
|
-
* @param {string} privateipId 私有IP ID
|
|
806
|
-
* @param {*} [options] Override http request option.
|
|
807
|
-
* @throws {RequiredError}
|
|
808
|
-
*/
|
|
809
|
-
showPrivateip(showPrivateipRequest?: ShowPrivateipRequest): Promise<ShowPrivateipResponse>;
|
|
810
|
-
/**
|
|
811
|
-
* 创建安全组
|
|
812
|
-
*
|
|
813
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
814
|
-
*
|
|
815
|
-
* @summary 创建安全组
|
|
816
|
-
* @param {NeutronCreateSecurityGroupRequestBody} securityGroup 安全组对象
|
|
817
|
-
* @param {*} [options] Override http request option.
|
|
818
|
-
* @throws {RequiredError}
|
|
819
|
-
*/
|
|
820
|
-
neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest?: NeutronCreateSecurityGroupRequest): Promise<NeutronCreateSecurityGroupResponse>;
|
|
821
|
-
/**
|
|
822
|
-
* 创建安全组规则
|
|
823
|
-
*
|
|
824
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
825
|
-
*
|
|
826
|
-
* @summary 创建安全组规则
|
|
827
|
-
* @param {NeutronCreateSecurityGroupRuleRequestBody} securityGroupRule 安全组规则对象
|
|
828
|
-
* @param {*} [options] Override http request option.
|
|
829
|
-
* @throws {RequiredError}
|
|
830
|
-
*/
|
|
831
|
-
neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest?: NeutronCreateSecurityGroupRuleRequest): Promise<NeutronCreateSecurityGroupRuleResponse>;
|
|
832
|
-
/**
|
|
833
|
-
* 删除安全组
|
|
834
|
-
*
|
|
835
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
836
|
-
*
|
|
837
|
-
* @summary 删除安全组
|
|
838
|
-
* @param {string} securityGroupId 安全组ID
|
|
839
|
-
* @param {*} [options] Override http request option.
|
|
840
|
-
* @throws {RequiredError}
|
|
841
|
-
*/
|
|
842
|
-
neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest?: NeutronDeleteSecurityGroupRequest): Promise<NeutronDeleteSecurityGroupResponse>;
|
|
843
|
-
/**
|
|
844
|
-
* 删除安全组规则
|
|
845
|
-
*
|
|
846
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
847
|
-
*
|
|
848
|
-
* @summary 删除安全组规则
|
|
849
|
-
* @param {string} securityGroupRuleId 安全组规则ID
|
|
850
|
-
* @param {*} [options] Override http request option.
|
|
851
|
-
* @throws {RequiredError}
|
|
852
|
-
*/
|
|
853
|
-
neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest?: NeutronDeleteSecurityGroupRuleRequest): Promise<NeutronDeleteSecurityGroupRuleResponse>;
|
|
854
|
-
/**
|
|
855
|
-
* 查询提交请求的租户有权限查看的所有安全组规则。单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询
|
|
856
|
-
*
|
|
857
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
858
|
-
*
|
|
859
|
-
* @summary 查询安全组规则列表
|
|
860
|
-
* @param {number} [limit] 每页返回的个数
|
|
861
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
862
|
-
* @param {string} [id] 按照安全组规则对应的id过滤查询结果
|
|
863
|
-
* @param {string} [direction] 按照安全组规则的方向过滤查询结果,支持ingress和egress进行过滤
|
|
864
|
-
* @param {string} [protocol] 按照安全组规则的IP协议过滤查询结果
|
|
865
|
-
* @param {string} [ethertype] 按照网络类型过滤查询结果,支持IPv4或者IPv6
|
|
866
|
-
* @param {string} [description] 按照安全组规则的描述过滤查询结果
|
|
867
|
-
* @param {string} [remoteIpPrefix] 按照与此安全组规则匹配的远端IP网段过滤查询结果
|
|
868
|
-
* @param {string} [remoteGroupId] 按照与此安全组规则关联的远端安全组ID过滤查询结果
|
|
869
|
-
* @param {string} [securityGroupId] 按照与此安全组规则所属的安全组ID过滤查询结果
|
|
870
|
-
* @param {string} [portRangeMax] 按照最大端口过滤查询结果
|
|
871
|
-
* @param {string} [portRangeMin] 按照最小端口过滤查询结果
|
|
872
|
-
* @param {string} [tenantId] 按照安全组规则所属的项目ID过滤查询结果
|
|
873
|
-
* @param {*} [options] Override http request option.
|
|
874
|
-
* @throws {RequiredError}
|
|
875
|
-
*/
|
|
876
|
-
neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest?: NeutronListSecurityGroupRulesRequest): Promise<NeutronListSecurityGroupRulesResponse>;
|
|
877
|
-
/**
|
|
878
|
-
* 查询提交请求租户的所有安全组,单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询 。
|
|
879
|
-
*
|
|
880
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
881
|
-
*
|
|
882
|
-
* @summary 查询安全组列表
|
|
883
|
-
* @param {number} [limit] 每页返回的个数
|
|
884
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
885
|
-
* @param {string} [id] 按照安全组对应的ID过滤查询
|
|
886
|
-
* @param {string} [name] 按照安全组的名称过滤查询
|
|
887
|
-
* @param {string} [description] 按照安全组的描述过滤查询
|
|
888
|
-
* @param {string} [tenantId] 按照安全组所属的项目ID过滤查询
|
|
889
|
-
* @param {*} [options] Override http request option.
|
|
890
|
-
* @throws {RequiredError}
|
|
891
|
-
*/
|
|
892
|
-
neutronListSecurityGroups(neutronListSecurityGroupsRequest?: NeutronListSecurityGroupsRequest): Promise<NeutronListSecurityGroupsResponse>;
|
|
893
|
-
/**
|
|
894
|
-
* 查询安全组详情
|
|
895
|
-
*
|
|
896
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
897
|
-
*
|
|
898
|
-
* @summary 查询安全组
|
|
899
|
-
* @param {string} securityGroupId 安全组ID
|
|
900
|
-
* @param {*} [options] Override http request option.
|
|
901
|
-
* @throws {RequiredError}
|
|
902
|
-
*/
|
|
903
|
-
neutronShowSecurityGroup(neutronShowSecurityGroupRequest?: NeutronShowSecurityGroupRequest): Promise<NeutronShowSecurityGroupResponse>;
|
|
904
|
-
/**
|
|
905
|
-
* 查询安全组规则详情。
|
|
906
|
-
*
|
|
907
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
908
|
-
*
|
|
909
|
-
* @summary 查询安全组规则
|
|
910
|
-
* @param {string} securityGroupRuleId 安全组规则ID
|
|
911
|
-
* @param {*} [options] Override http request option.
|
|
912
|
-
* @throws {RequiredError}
|
|
913
|
-
*/
|
|
914
|
-
neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest?: NeutronShowSecurityGroupRuleRequest): Promise<NeutronShowSecurityGroupRuleResponse>;
|
|
915
|
-
/**
|
|
916
|
-
* 更新安全组
|
|
917
|
-
*
|
|
918
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
919
|
-
*
|
|
920
|
-
* @summary 更新安全组
|
|
921
|
-
* @param {string} securityGroupId 安全组ID
|
|
922
|
-
* @param {NeutronUpdateSecurityGroupRequestBody} securityGroup 安全组
|
|
923
|
-
* @param {*} [options] Override http request option.
|
|
924
|
-
* @throws {RequiredError}
|
|
925
|
-
*/
|
|
926
|
-
neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest?: NeutronUpdateSecurityGroupRequest): Promise<NeutronUpdateSecurityGroupResponse>;
|
|
927
|
-
/**
|
|
928
|
-
* 插入一条网络ACL规则到某一网络ACL策略中。
|
|
929
|
-
*
|
|
930
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
931
|
-
*
|
|
932
|
-
* @summary 插入网络ACL规则
|
|
933
|
-
* @param {string} firewallPolicyId 网络ACL防火墙策略ID
|
|
934
|
-
* @param {NeutronInsertFirewallRuleRequestBody} insertFirewallRule 插入ACL规则请求体
|
|
935
|
-
* @param {*} [options] Override http request option.
|
|
936
|
-
* @throws {RequiredError}
|
|
937
|
-
*/
|
|
938
|
-
neutronAddFirewallRule(neutronAddFirewallRuleRequest?: NeutronAddFirewallRuleRequest): Promise<NeutronAddFirewallRuleResponse>;
|
|
939
|
-
/**
|
|
940
|
-
* 创建网络ACL组
|
|
941
|
-
*
|
|
942
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
943
|
-
*
|
|
944
|
-
* @summary 创建网络ACL组
|
|
945
|
-
* @param {NeutronCreateFirewallGroupRequestBody} firewallGroup firewall group对象
|
|
946
|
-
* @param {*} [options] Override http request option.
|
|
947
|
-
* @throws {RequiredError}
|
|
948
|
-
*/
|
|
949
|
-
neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest?: NeutronCreateFirewallGroupRequest): Promise<NeutronCreateFirewallGroupResponse>;
|
|
950
|
-
/**
|
|
951
|
-
* 创建网络ACL策略。
|
|
952
|
-
*
|
|
953
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
954
|
-
*
|
|
955
|
-
* @summary 创建网络ACL策略
|
|
956
|
-
* @param {NeutronCreateFirewallPolicyRequestBody} firewallPolicy firewall policy对象
|
|
957
|
-
* @param {*} [options] Override http request option.
|
|
958
|
-
* @throws {RequiredError}
|
|
959
|
-
*/
|
|
960
|
-
neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest?: NeutronCreateFirewallPolicyRequest): Promise<NeutronCreateFirewallPolicyResponse>;
|
|
961
|
-
/**
|
|
962
|
-
* 创建网络ACL规则。
|
|
963
|
-
*
|
|
964
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
965
|
-
*
|
|
966
|
-
* @summary 创建网络ACL规则
|
|
967
|
-
* @param {NeutronCreateFirewallRuleRequestBody} firewallRule firewall rule对象
|
|
968
|
-
* @param {*} [options] Override http request option.
|
|
969
|
-
* @throws {RequiredError}
|
|
970
|
-
*/
|
|
971
|
-
neutronCreateFirewallRule(neutronCreateFirewallRuleRequest?: NeutronCreateFirewallRuleRequest): Promise<NeutronCreateFirewallRuleResponse>;
|
|
972
|
-
/**
|
|
973
|
-
* 删除网络ACL组
|
|
974
|
-
*
|
|
975
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
976
|
-
*
|
|
977
|
-
* @summary 删除网络ACL组
|
|
978
|
-
* @param {string} firewallGroupId 网络ACL防火墙组ID
|
|
979
|
-
* @param {*} [options] Override http request option.
|
|
980
|
-
* @throws {RequiredError}
|
|
981
|
-
*/
|
|
982
|
-
neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest?: NeutronDeleteFirewallGroupRequest): Promise<NeutronDeleteFirewallGroupResponse>;
|
|
983
|
-
/**
|
|
984
|
-
* 删除网络ACL策略。
|
|
985
|
-
*
|
|
986
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
987
|
-
*
|
|
988
|
-
* @summary 删除网络ACL策略
|
|
989
|
-
* @param {string} firewallPolicyId 网络ACL防火墙策略ID
|
|
990
|
-
* @param {*} [options] Override http request option.
|
|
991
|
-
* @throws {RequiredError}
|
|
992
|
-
*/
|
|
993
|
-
neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest?: NeutronDeleteFirewallPolicyRequest): Promise<NeutronDeleteFirewallPolicyResponse>;
|
|
994
|
-
/**
|
|
995
|
-
* 删除网络ACL规则。
|
|
996
|
-
*
|
|
997
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
998
|
-
*
|
|
999
|
-
* @summary 删除网络ACL规则
|
|
1000
|
-
* @param {string} firewallRuleId 网络ACL防火墙规则ID
|
|
1001
|
-
* @param {*} [options] Override http request option.
|
|
1002
|
-
* @throws {RequiredError}
|
|
1003
|
-
*/
|
|
1004
|
-
neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest?: NeutronDeleteFirewallRuleRequest): Promise<NeutronDeleteFirewallRuleResponse>;
|
|
1005
|
-
/**
|
|
1006
|
-
* 查询提交请求的租户有权限操作的所有网络ACL组信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
|
|
1007
|
-
*
|
|
1008
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1009
|
-
*
|
|
1010
|
-
* @summary 查询所有网络ACL组
|
|
1011
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
1012
|
-
* @param {number} [limit] 每页返回的个数
|
|
1013
|
-
* @param {Array<string>} [id] 使用id过滤网络ACL组
|
|
1014
|
-
* @param {Array<string>} [name] 使用name过滤ACL组
|
|
1015
|
-
* @param {Array<string>} [description] 使用description过滤ACL组
|
|
1016
|
-
* @param {string} [ingressFirewallPolicyId] 使用入方向的网络ACL策略ID过滤网络ACL组
|
|
1017
|
-
* @param {string} [egressFirewallPolicyId] 使用出方向的网络ACL策略过滤查询网络ACL组
|
|
1018
|
-
* @param {*} [options] Override http request option.
|
|
1019
|
-
* @throws {RequiredError}
|
|
1020
|
-
*/
|
|
1021
|
-
neutronListFirewallGroups(neutronListFirewallGroupsRequest?: NeutronListFirewallGroupsRequest): Promise<NeutronListFirewallGroupsResponse>;
|
|
1022
|
-
/**
|
|
1023
|
-
* 查询提交请求的租户有权限操作的所有网络ACL策略信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
|
|
1024
|
-
*
|
|
1025
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1026
|
-
*
|
|
1027
|
-
* @summary 查询所有网络ACL策略
|
|
1028
|
-
* @param {number} [limit] 每页返回的个数
|
|
1029
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
1030
|
-
* @param {Array<string>} [id] 使用网络ACL策略ID过滤网络ACL策略
|
|
1031
|
-
* @param {Array<string>} [name] 使用name过滤网络ACL策略
|
|
1032
|
-
* @param {Array<string>} [description] 使用网络ACL策略描述过滤查询网络ACL策略
|
|
1033
|
-
* @param {string} [tenantId] 使用tenant_id过滤查询网络ACL策略
|
|
1034
|
-
* @param {*} [options] Override http request option.
|
|
1035
|
-
* @throws {RequiredError}
|
|
1036
|
-
*/
|
|
1037
|
-
neutronListFirewallPolicies(neutronListFirewallPoliciesRequest?: NeutronListFirewallPoliciesRequest): Promise<NeutronListFirewallPoliciesResponse>;
|
|
1038
|
-
/**
|
|
1039
|
-
* 查询提交请求的租户有权限操作的所有网络ACL规则信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
|
|
1040
|
-
*
|
|
1041
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1042
|
-
*
|
|
1043
|
-
* @summary 查询所有网络ACL规则
|
|
1044
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
1045
|
-
* @param {number} [limit] 每页返回的个数
|
|
1046
|
-
* @param {Array<string>} [id] 使用网络ACL规则ID过滤网络ACL规则
|
|
1047
|
-
* @param {Array<string>} [name] 使用网络ACL规则name过滤网络ACL规则
|
|
1048
|
-
* @param {Array<string>} [description] 使用网络ACL规则的description过滤网络ACL规则
|
|
1049
|
-
* @param {string} [action] 使用action过滤查询网络ACL规则
|
|
1050
|
-
* @param {string} [tenantId] 使用tenant_id过滤查询网络ACL规则
|
|
1051
|
-
* @param {*} [options] Override http request option.
|
|
1052
|
-
* @throws {RequiredError}
|
|
1053
|
-
*/
|
|
1054
|
-
neutronListFirewallRules(neutronListFirewallRulesRequest?: NeutronListFirewallRulesRequest): Promise<NeutronListFirewallRulesResponse>;
|
|
1055
|
-
/**
|
|
1056
|
-
* 从某一网络ACL策略中移除一条网络ACL规则。
|
|
1057
|
-
*
|
|
1058
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1059
|
-
*
|
|
1060
|
-
* @summary 移除网络ACL规则
|
|
1061
|
-
* @param {string} firewallPolicyId 网络ACL防火墙策略ID
|
|
1062
|
-
* @param {NeutronRemoveFirewallRuleRequestBody} removeFirewallRule 移除ACL规则请求体
|
|
1063
|
-
* @param {*} [options] Override http request option.
|
|
1064
|
-
* @throws {RequiredError}
|
|
1065
|
-
*/
|
|
1066
|
-
neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest?: NeutronRemoveFirewallRuleRequest): Promise<NeutronRemoveFirewallRuleResponse>;
|
|
1067
|
-
/**
|
|
1068
|
-
* 查询特定网络ACL组详情。
|
|
1069
|
-
*
|
|
1070
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1071
|
-
*
|
|
1072
|
-
* @summary 查询特定网络ACL组详情
|
|
1073
|
-
* @param {string} firewallGroupId 网络ACL防火墙组ID
|
|
1074
|
-
* @param {*} [options] Override http request option.
|
|
1075
|
-
* @throws {RequiredError}
|
|
1076
|
-
*/
|
|
1077
|
-
neutronShowFirewallGroup(neutronShowFirewallGroupRequest?: NeutronShowFirewallGroupRequest): Promise<NeutronShowFirewallGroupResponse>;
|
|
1078
|
-
/**
|
|
1079
|
-
* 查询特定网络ACL策略详情。
|
|
1080
|
-
*
|
|
1081
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1082
|
-
*
|
|
1083
|
-
* @summary 查询特定网络ACL策略详情
|
|
1084
|
-
* @param {string} firewallPolicyId 网络ACL防火墙策略ID
|
|
1085
|
-
* @param {*} [options] Override http request option.
|
|
1086
|
-
* @throws {RequiredError}
|
|
1087
|
-
*/
|
|
1088
|
-
neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest?: NeutronShowFirewallPolicyRequest): Promise<NeutronShowFirewallPolicyResponse>;
|
|
1089
|
-
/**
|
|
1090
|
-
* 查询特定网络ACL规则。
|
|
1091
|
-
*
|
|
1092
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1093
|
-
*
|
|
1094
|
-
* @summary 查询特定网络ACL规则
|
|
1095
|
-
* @param {string} firewallRuleId 网络ACL规则ID
|
|
1096
|
-
* @param {*} [options] Override http request option.
|
|
1097
|
-
* @throws {RequiredError}
|
|
1098
|
-
*/
|
|
1099
|
-
neutronShowFirewallRule(neutronShowFirewallRuleRequest?: NeutronShowFirewallRuleRequest): Promise<NeutronShowFirewallRuleResponse>;
|
|
1100
|
-
/**
|
|
1101
|
-
* 更新网络ACL组。
|
|
1102
|
-
*
|
|
1103
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1104
|
-
*
|
|
1105
|
-
* @summary 更新网络ACL组
|
|
1106
|
-
* @param {string} firewallGroupId 网络ACL防火墙组ID
|
|
1107
|
-
* @param {NeutronUpdateFirewallGroupRequestBody} firewallGroup firewall group对象
|
|
1108
|
-
* @param {*} [options] Override http request option.
|
|
1109
|
-
* @throws {RequiredError}
|
|
1110
|
-
*/
|
|
1111
|
-
neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest?: NeutronUpdateFirewallGroupRequest): Promise<NeutronUpdateFirewallGroupResponse>;
|
|
1112
|
-
/**
|
|
1113
|
-
* 更新网络ACL策略。
|
|
1114
|
-
*
|
|
1115
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1116
|
-
*
|
|
1117
|
-
* @summary 更新网络ACL策略
|
|
1118
|
-
* @param {string} firewallPolicyId 网络ACL防火墙策略ID
|
|
1119
|
-
* @param {NeutronUpdateFirewallPolicyRequestBody} firewallPolicy firewall policy对象
|
|
1120
|
-
* @param {*} [options] Override http request option.
|
|
1121
|
-
* @throws {RequiredError}
|
|
1122
|
-
*/
|
|
1123
|
-
neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest?: NeutronUpdateFirewallPolicyRequest): Promise<NeutronUpdateFirewallPolicyResponse>;
|
|
1124
|
-
/**
|
|
1125
|
-
* 更新网络ACL规则。
|
|
1126
|
-
*
|
|
1127
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1128
|
-
*
|
|
1129
|
-
* @summary 更新网络ACL规则
|
|
1130
|
-
* @param {string} firewallRuleId 网络ACL防火墙规则ID
|
|
1131
|
-
* @param {NeutronUpdateFirewallRuleRequestBody} firewallRule firewall rule对象
|
|
1132
|
-
* @param {*} [options] Override http request option.
|
|
1133
|
-
* @throws {RequiredError}
|
|
1134
|
-
*/
|
|
1135
|
-
neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest?: NeutronUpdateFirewallRuleRequest): Promise<NeutronUpdateFirewallRuleResponse>;
|
|
1136
|
-
/**
|
|
1137
|
-
* 为指定的VPC资源实例批量添加标签。
|
|
1138
|
-
* 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
|
|
1139
|
-
*
|
|
1140
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1141
|
-
*
|
|
1142
|
-
* @summary 批量创建VPC资源标签
|
|
1143
|
-
* @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
|
|
1144
|
-
* @param {BatchCreateVpcTagsRequestBody} batchCreateVpcTagsRequestBody This is a auto create Body Object
|
|
1145
|
-
* @param {*} [options] Override http request option.
|
|
1146
|
-
* @throws {RequiredError}
|
|
1147
|
-
*/
|
|
1148
|
-
batchCreateVpcTags(batchCreateVpcTagsRequest?: BatchCreateVpcTagsRequest): Promise<BatchCreateVpcTagsResponse>;
|
|
1149
|
-
/**
|
|
1150
|
-
* 为指定的VPC资源实例批量删除标签。
|
|
1151
|
-
* 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
|
|
1152
|
-
*
|
|
1153
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1154
|
-
*
|
|
1155
|
-
* @summary 批量删除VPC资源标签
|
|
1156
|
-
* @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
|
|
1157
|
-
* @param {BatchDeleteVpcTagsRequestBody} batchDeleteVpcTagsRequestBody This is a auto create Body Object
|
|
1158
|
-
* @param {*} [options] Override http request option.
|
|
1159
|
-
* @throws {RequiredError}
|
|
1160
|
-
*/
|
|
1161
|
-
batchDeleteVpcTags(batchDeleteVpcTagsRequest?: BatchDeleteVpcTagsRequest): Promise<BatchDeleteVpcTagsResponse>;
|
|
1162
|
-
/**
|
|
1163
|
-
* 创建虚拟私有云。
|
|
1164
|
-
*
|
|
1165
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1166
|
-
*
|
|
1167
|
-
* @summary 创建VPC
|
|
1168
|
-
* @param {CreateVpcRequestBody} vpc 创建VPC对象
|
|
1169
|
-
* @param {*} [options] Override http request option.
|
|
1170
|
-
* @throws {RequiredError}
|
|
1171
|
-
*/
|
|
1172
|
-
createVpc(createVpcRequest?: CreateVpcRequest): Promise<CreateVpcResponse>;
|
|
1173
|
-
/**
|
|
1174
|
-
* 给指定VPC资源实例增加标签信息
|
|
1175
|
-
* 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
|
|
1176
|
-
*
|
|
1177
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1178
|
-
*
|
|
1179
|
-
* @summary 创建VPC资源标签
|
|
1180
|
-
* @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
|
|
1181
|
-
* @param {CreateVpcResourceTagRequestBody} createVpcResourceTagRequestBody This is a auto create Body Object
|
|
1182
|
-
* @param {*} [options] Override http request option.
|
|
1183
|
-
* @throws {RequiredError}
|
|
1184
|
-
*/
|
|
1185
|
-
createVpcResourceTag(createVpcResourceTagRequest?: CreateVpcResourceTagRequest): Promise<CreateVpcResourceTagResponse>;
|
|
1186
|
-
/**
|
|
1187
|
-
* 创建路由
|
|
1188
|
-
*
|
|
1189
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1190
|
-
*
|
|
1191
|
-
* @summary 创建VPC路由
|
|
1192
|
-
* @param {CreateVpcRouteRequestBody} route route对象,必选字段:destination、nexthop、type、vpc_id。
|
|
1193
|
-
* @param {*} [options] Override http request option.
|
|
1194
|
-
* @throws {RequiredError}
|
|
1195
|
-
*/
|
|
1196
|
-
createVpcRoute(createVpcRouteRequest?: CreateVpcRouteRequest): Promise<CreateVpcRouteResponse>;
|
|
1197
|
-
/**
|
|
1198
|
-
* 删除虚拟私有云。
|
|
1199
|
-
*
|
|
1200
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1201
|
-
*
|
|
1202
|
-
* @summary 删除VPC
|
|
1203
|
-
* @param {string} vpcId 虚拟私有云ID
|
|
1204
|
-
* @param {*} [options] Override http request option.
|
|
1205
|
-
* @throws {RequiredError}
|
|
1206
|
-
*/
|
|
1207
|
-
deleteVpc(deleteVpcRequest?: DeleteVpcRequest): Promise<DeleteVpcResponse>;
|
|
1208
|
-
/**
|
|
1209
|
-
* 删除路由
|
|
1210
|
-
*
|
|
1211
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1212
|
-
*
|
|
1213
|
-
* @summary 删除VPC路由
|
|
1214
|
-
* @param {string} routeId 路由ID
|
|
1215
|
-
* @param {*} [options] Override http request option.
|
|
1216
|
-
* @throws {RequiredError}
|
|
1217
|
-
*/
|
|
1218
|
-
deleteVpcRoute(deleteVpcRouteRequest?: DeleteVpcRouteRequest): Promise<DeleteVpcRouteResponse>;
|
|
1219
|
-
/**
|
|
1220
|
-
* 删除指定VPC资源实例的标签信息
|
|
1221
|
-
* 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
|
|
1222
|
-
*
|
|
1223
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1224
|
-
*
|
|
1225
|
-
* @summary 删除VPC资源标签
|
|
1226
|
-
* @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
|
|
1227
|
-
* @param {string} key 功能说明:标签键
|
|
1228
|
-
* @param {*} [options] Override http request option.
|
|
1229
|
-
* @throws {RequiredError}
|
|
1230
|
-
*/
|
|
1231
|
-
deleteVpcTag(deleteVpcTagRequest?: DeleteVpcTagRequest): Promise<DeleteVpcTagResponse>;
|
|
1232
|
-
/**
|
|
1233
|
-
* 查询提交请求的租户的所有路由列表,并根据过滤条件进行过滤。
|
|
1234
|
-
*
|
|
1235
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1236
|
-
*
|
|
1237
|
-
* @summary 查询VPC路由列表
|
|
1238
|
-
* @param {number} [limit] 每页返回的个数
|
|
1239
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
1240
|
-
* @param {string} [id] 按照routes_id过滤查询
|
|
1241
|
-
* @param {'peering'} [type] 功能说明:按照路由类型过滤查询 取值范围:peering
|
|
1242
|
-
* @param {string} [vpcId] 按照vpc_id过滤查询
|
|
1243
|
-
* @param {string} [destination] 按照路由目的地址CIDR过滤查询
|
|
1244
|
-
* @param {string} [tenantId] 按照项目ID过滤查询
|
|
1245
|
-
* @param {*} [options] Override http request option.
|
|
1246
|
-
* @throws {RequiredError}
|
|
1247
|
-
*/
|
|
1248
|
-
listVpcRoutes(listVpcRoutesRequest?: ListVpcRoutesRequest): Promise<ListVpcRoutesResponse>;
|
|
1249
|
-
/**
|
|
1250
|
-
* 查询租户在指定区域和实例类型的所有标签集合
|
|
1251
|
-
*
|
|
1252
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1253
|
-
*
|
|
1254
|
-
* @summary 查询VPC项目标签
|
|
1255
|
-
* @param {*} [options] Override http request option.
|
|
1256
|
-
* @throws {RequiredError}
|
|
1257
|
-
*/
|
|
1258
|
-
listVpcTags(): Promise<ListVpcTagsResponse>;
|
|
1259
|
-
/**
|
|
1260
|
-
* 查询虚拟私有云列表。
|
|
1261
|
-
*
|
|
1262
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1263
|
-
*
|
|
1264
|
-
* @summary 查询VPC列表
|
|
1265
|
-
* @param {number} [limit] 每页返回的个数
|
|
1266
|
-
* @param {string} [marker] 分页查询起始的资源ID,为空时查询第一页
|
|
1267
|
-
* @param {string} [id] 功能说明:虚拟私有云ID。可以使用该字段过滤某个ID的虚拟私有云。
|
|
1268
|
-
* @param {string} [enterpriseProjectId] 功能说明:企业项目ID。可以使用该字段过滤某个企业项目下的虚拟私有云。若未传值则默认返回所有企业项目绑定的虚拟私有云。 取值范围:最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。“0”表示默认企业项目。若需要查询当前用户所有企业项目绑定的虚拟私有云,请传参all_granted_eps。
|
|
1269
|
-
* @param {*} [options] Override http request option.
|
|
1270
|
-
* @throws {RequiredError}
|
|
1271
|
-
*/
|
|
1272
|
-
listVpcs(listVpcsRequest?: ListVpcsRequest): Promise<ListVpcsResponse>;
|
|
1273
|
-
/**
|
|
1274
|
-
* 使用标签过滤实例。
|
|
1275
|
-
*
|
|
1276
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1277
|
-
*
|
|
1278
|
-
* @summary 查询VPC资源实例
|
|
1279
|
-
* @param {ListVpcsByTagsRequestBody} listVpcsByTagsRequestBody This is a auto create Body Object
|
|
1280
|
-
* @param {*} [options] Override http request option.
|
|
1281
|
-
* @throws {RequiredError}
|
|
1282
|
-
*/
|
|
1283
|
-
listVpcsByTags(listVpcsByTagsRequest?: ListVpcsByTagsRequest): Promise<ListVpcsByTagsResponse>;
|
|
1284
|
-
/**
|
|
1285
|
-
* 查询虚拟私有云。
|
|
1286
|
-
*
|
|
1287
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1288
|
-
*
|
|
1289
|
-
* @summary 查询VPC
|
|
1290
|
-
* @param {string} vpcId 虚拟私有云ID
|
|
1291
|
-
* @param {*} [options] Override http request option.
|
|
1292
|
-
* @throws {RequiredError}
|
|
1293
|
-
*/
|
|
1294
|
-
showVpc(showVpcRequest?: ShowVpcRequest): Promise<ShowVpcResponse>;
|
|
1295
|
-
/**
|
|
1296
|
-
* 查询路由详情
|
|
1297
|
-
*
|
|
1298
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1299
|
-
*
|
|
1300
|
-
* @summary 查询VPC路由
|
|
1301
|
-
* @param {string} routeId 路由ID
|
|
1302
|
-
* @param {*} [options] Override http request option.
|
|
1303
|
-
* @throws {RequiredError}
|
|
1304
|
-
*/
|
|
1305
|
-
showVpcRoute(showVpcRouteRequest?: ShowVpcRouteRequest): Promise<ShowVpcRouteResponse>;
|
|
1306
|
-
/**
|
|
1307
|
-
* 查询指定VPC实例的标签信息
|
|
1308
|
-
*
|
|
1309
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1310
|
-
*
|
|
1311
|
-
* @summary 查询VPC资源标签
|
|
1312
|
-
* @param {string} vpcId 功能说明:虚拟私有云唯一标识 取值范围:合法UUID 约束:ID对应的VPC必须存在
|
|
1313
|
-
* @param {*} [options] Override http request option.
|
|
1314
|
-
* @throws {RequiredError}
|
|
1315
|
-
*/
|
|
1316
|
-
showVpcTags(showVpcTagsRequest?: ShowVpcTagsRequest): Promise<ShowVpcTagsResponse>;
|
|
1317
|
-
/**
|
|
1318
|
-
* 更新虚拟私有云。
|
|
1319
|
-
*
|
|
1320
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1321
|
-
*
|
|
1322
|
-
* @summary 更新VPC
|
|
1323
|
-
* @param {string} vpcId 虚拟私有云ID
|
|
1324
|
-
* @param {UpdateVpcRequestBody} vpc 更新VPC对象
|
|
1325
|
-
* @param {*} [options] Override http request option.
|
|
1326
|
-
* @throws {RequiredError}
|
|
1327
|
-
*/
|
|
1328
|
-
updateVpc(updateVpcRequest?: UpdateVpcRequest): Promise<UpdateVpcResponse>;
|
|
1329
|
-
}
|
|
1330
|
-
export declare const ParamCreater: () => {
|
|
1331
|
-
/**
|
|
1332
|
-
* 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户接受其他租户发起的对等连接请求。
|
|
1333
|
-
*
|
|
1334
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1335
|
-
*/
|
|
1336
|
-
acceptVpcPeering(acceptVpcPeeringRequest?: AcceptVpcPeeringRequest): {
|
|
1337
|
-
method: string;
|
|
1338
|
-
url: string;
|
|
1339
|
-
contentType: string;
|
|
1340
|
-
queryParams: {};
|
|
1341
|
-
pathParams: {};
|
|
1342
|
-
headers: {};
|
|
1343
|
-
};
|
|
1344
|
-
/**
|
|
1345
|
-
* 路由表关联子网。子网关联路由表A后,再关联B,不需要先跟路由表A解关联再关联路由表B
|
|
1346
|
-
*
|
|
1347
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1348
|
-
*/
|
|
1349
|
-
associateRouteTable(associateRouteTableRequest?: AssociateRouteTableRequest): {
|
|
1350
|
-
method: string;
|
|
1351
|
-
url: string;
|
|
1352
|
-
contentType: string;
|
|
1353
|
-
queryParams: {};
|
|
1354
|
-
pathParams: {};
|
|
1355
|
-
headers: {};
|
|
1356
|
-
data: {};
|
|
1357
|
-
};
|
|
1358
|
-
/**
|
|
1359
|
-
* 为指定的子网资源实例批量添加标签。
|
|
1360
|
-
* 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
|
|
1361
|
-
*
|
|
1362
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1363
|
-
*/
|
|
1364
|
-
batchCreateSubnetTags(batchCreateSubnetTagsRequest?: BatchCreateSubnetTagsRequest): {
|
|
1365
|
-
method: string;
|
|
1366
|
-
url: string;
|
|
1367
|
-
contentType: string;
|
|
1368
|
-
queryParams: {};
|
|
1369
|
-
pathParams: {};
|
|
1370
|
-
headers: {};
|
|
1371
|
-
data: {};
|
|
1372
|
-
};
|
|
1373
|
-
/**
|
|
1374
|
-
* 为指定的子网资源实例批量删除标签
|
|
1375
|
-
* 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
|
|
1376
|
-
*
|
|
1377
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1378
|
-
*/
|
|
1379
|
-
batchDeleteSubnetTags(batchDeleteSubnetTagsRequest?: BatchDeleteSubnetTagsRequest): {
|
|
1380
|
-
method: string;
|
|
1381
|
-
url: string;
|
|
1382
|
-
contentType: string;
|
|
1383
|
-
queryParams: {};
|
|
1384
|
-
pathParams: {};
|
|
1385
|
-
headers: {};
|
|
1386
|
-
data: {};
|
|
1387
|
-
};
|
|
1388
|
-
/**
|
|
1389
|
-
* 创建流日志。
|
|
1390
|
-
* 流日志功能可以记录虚拟私有云中的流量信息,帮助您检查和优化安全组和网络ACL防火墙控制规则、监控网络流量、进行网络攻击分析等。
|
|
1391
|
-
* VPC流日志功能需要与云日志服务LTS结合使用,请先在云日志服务中创建日志组和日志主题,然后再创建VPC流日志。
|
|
1392
|
-
*
|
|
1393
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1394
|
-
*/
|
|
1395
|
-
createFlowLog(createFlowLogRequest?: CreateFlowLogRequest): {
|
|
1396
|
-
method: string;
|
|
1397
|
-
url: string;
|
|
1398
|
-
contentType: string;
|
|
1399
|
-
queryParams: {};
|
|
1400
|
-
pathParams: {};
|
|
1401
|
-
headers: {};
|
|
1402
|
-
data: {};
|
|
1403
|
-
};
|
|
1404
|
-
/**
|
|
1405
|
-
* 创建端口。
|
|
1406
|
-
*
|
|
1407
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1408
|
-
*/
|
|
1409
|
-
createPort(createPortRequest?: CreatePortRequest): {
|
|
1410
|
-
method: string;
|
|
1411
|
-
url: string;
|
|
1412
|
-
contentType: string;
|
|
1413
|
-
queryParams: {};
|
|
1414
|
-
pathParams: {};
|
|
1415
|
-
headers: {};
|
|
1416
|
-
data: {};
|
|
1417
|
-
};
|
|
1418
|
-
/**
|
|
1419
|
-
* 创建路由表
|
|
1420
|
-
*
|
|
1421
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1422
|
-
*/
|
|
1423
|
-
createRouteTable(createRouteTableRequest?: CreateRouteTableRequest): {
|
|
1424
|
-
method: string;
|
|
1425
|
-
url: string;
|
|
1426
|
-
contentType: string;
|
|
1427
|
-
queryParams: {};
|
|
1428
|
-
pathParams: {};
|
|
1429
|
-
headers: {};
|
|
1430
|
-
data: {};
|
|
1431
|
-
};
|
|
1432
|
-
/**
|
|
1433
|
-
* 创建安全组。
|
|
1434
|
-
*
|
|
1435
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1436
|
-
*/
|
|
1437
|
-
createSecurityGroup(createSecurityGroupRequest?: CreateSecurityGroupRequest): {
|
|
1438
|
-
method: string;
|
|
1439
|
-
url: string;
|
|
1440
|
-
contentType: string;
|
|
1441
|
-
queryParams: {};
|
|
1442
|
-
pathParams: {};
|
|
1443
|
-
headers: {};
|
|
1444
|
-
data: {};
|
|
1445
|
-
};
|
|
1446
|
-
/**
|
|
1447
|
-
* 创建安全组规则。
|
|
1448
|
-
*
|
|
1449
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1450
|
-
*/
|
|
1451
|
-
createSecurityGroupRule(createSecurityGroupRuleRequest?: CreateSecurityGroupRuleRequest): {
|
|
1452
|
-
method: string;
|
|
1453
|
-
url: string;
|
|
1454
|
-
contentType: string;
|
|
1455
|
-
queryParams: {};
|
|
1456
|
-
pathParams: {};
|
|
1457
|
-
headers: {};
|
|
1458
|
-
data: {};
|
|
1459
|
-
};
|
|
1460
|
-
/**
|
|
1461
|
-
* 创建子网。
|
|
1462
|
-
*
|
|
1463
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1464
|
-
*/
|
|
1465
|
-
createSubnet(createSubnetRequest?: CreateSubnetRequest): {
|
|
1466
|
-
method: string;
|
|
1467
|
-
url: string;
|
|
1468
|
-
contentType: string;
|
|
1469
|
-
queryParams: {};
|
|
1470
|
-
pathParams: {};
|
|
1471
|
-
headers: {};
|
|
1472
|
-
data: {};
|
|
1473
|
-
};
|
|
1474
|
-
/**
|
|
1475
|
-
* 给指定子网资源实例增加标签信息。
|
|
1476
|
-
* 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
|
|
1477
|
-
*
|
|
1478
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1479
|
-
*/
|
|
1480
|
-
createSubnetTag(createSubnetTagRequest?: CreateSubnetTagRequest): {
|
|
1481
|
-
method: string;
|
|
1482
|
-
url: string;
|
|
1483
|
-
contentType: string;
|
|
1484
|
-
queryParams: {};
|
|
1485
|
-
pathParams: {};
|
|
1486
|
-
headers: {};
|
|
1487
|
-
data: {};
|
|
1488
|
-
};
|
|
1489
|
-
/**
|
|
1490
|
-
* 创建对等连接。
|
|
1491
|
-
*
|
|
1492
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1493
|
-
*/
|
|
1494
|
-
createVpcPeering(createVpcPeeringRequest?: CreateVpcPeeringRequest): {
|
|
1495
|
-
method: string;
|
|
1496
|
-
url: string;
|
|
1497
|
-
contentType: string;
|
|
1498
|
-
queryParams: {};
|
|
1499
|
-
pathParams: {};
|
|
1500
|
-
headers: {};
|
|
1501
|
-
data: {};
|
|
1502
|
-
};
|
|
1503
|
-
/**
|
|
1504
|
-
* 删除流日志
|
|
1505
|
-
*
|
|
1506
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1507
|
-
*/
|
|
1508
|
-
deleteFlowLog(deleteFlowLogRequest?: DeleteFlowLogRequest): {
|
|
1509
|
-
method: string;
|
|
1510
|
-
url: string;
|
|
1511
|
-
contentType: string;
|
|
1512
|
-
queryParams: {};
|
|
1513
|
-
pathParams: {};
|
|
1514
|
-
headers: {};
|
|
1515
|
-
};
|
|
1516
|
-
/**
|
|
1517
|
-
* 删除端口。
|
|
1518
|
-
*
|
|
1519
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1520
|
-
*/
|
|
1521
|
-
deletePort(deletePortRequest?: DeletePortRequest): {
|
|
1522
|
-
method: string;
|
|
1523
|
-
url: string;
|
|
1524
|
-
contentType: string;
|
|
1525
|
-
queryParams: {};
|
|
1526
|
-
pathParams: {};
|
|
1527
|
-
headers: {};
|
|
1528
|
-
};
|
|
1529
|
-
/**
|
|
1530
|
-
* 删除路由表
|
|
1531
|
-
*
|
|
1532
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1533
|
-
*/
|
|
1534
|
-
deleteRouteTable(deleteRouteTableRequest?: DeleteRouteTableRequest): {
|
|
1535
|
-
method: string;
|
|
1536
|
-
url: string;
|
|
1537
|
-
contentType: string;
|
|
1538
|
-
queryParams: {};
|
|
1539
|
-
pathParams: {};
|
|
1540
|
-
headers: {};
|
|
1541
|
-
};
|
|
1542
|
-
/**
|
|
1543
|
-
* 删除安全组。
|
|
1544
|
-
*
|
|
1545
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1546
|
-
*/
|
|
1547
|
-
deleteSecurityGroup(deleteSecurityGroupRequest?: DeleteSecurityGroupRequest): {
|
|
1548
|
-
method: string;
|
|
1549
|
-
url: string;
|
|
1550
|
-
contentType: string;
|
|
1551
|
-
queryParams: {};
|
|
1552
|
-
pathParams: {};
|
|
1553
|
-
headers: {};
|
|
1554
|
-
};
|
|
1555
|
-
/**
|
|
1556
|
-
* 删除安全组规则。
|
|
1557
|
-
*
|
|
1558
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1559
|
-
*/
|
|
1560
|
-
deleteSecurityGroupRule(deleteSecurityGroupRuleRequest?: DeleteSecurityGroupRuleRequest): {
|
|
1561
|
-
method: string;
|
|
1562
|
-
url: string;
|
|
1563
|
-
contentType: string;
|
|
1564
|
-
queryParams: {};
|
|
1565
|
-
pathParams: {};
|
|
1566
|
-
headers: {};
|
|
1567
|
-
};
|
|
1568
|
-
/**
|
|
1569
|
-
* 删除子网
|
|
1570
|
-
*
|
|
1571
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1572
|
-
*/
|
|
1573
|
-
deleteSubnet(deleteSubnetRequest?: DeleteSubnetRequest): {
|
|
1574
|
-
method: string;
|
|
1575
|
-
url: string;
|
|
1576
|
-
contentType: string;
|
|
1577
|
-
queryParams: {};
|
|
1578
|
-
pathParams: {};
|
|
1579
|
-
headers: {};
|
|
1580
|
-
};
|
|
1581
|
-
/**
|
|
1582
|
-
* 删除指定子网资源实例的标签信息。
|
|
1583
|
-
* 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
|
|
1584
|
-
*
|
|
1585
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1586
|
-
*/
|
|
1587
|
-
deleteSubnetTag(deleteSubnetTagRequest?: DeleteSubnetTagRequest): {
|
|
1588
|
-
method: string;
|
|
1589
|
-
url: string;
|
|
1590
|
-
contentType: string;
|
|
1591
|
-
queryParams: {};
|
|
1592
|
-
pathParams: {};
|
|
1593
|
-
headers: {};
|
|
1594
|
-
};
|
|
1595
|
-
/**
|
|
1596
|
-
* 删除对等连接。
|
|
1597
|
-
* 可以在在本端或对端任何一端删除对等连接。
|
|
1598
|
-
*
|
|
1599
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1600
|
-
*/
|
|
1601
|
-
deleteVpcPeering(deleteVpcPeeringRequest?: DeleteVpcPeeringRequest): {
|
|
1602
|
-
method: string;
|
|
1603
|
-
url: string;
|
|
1604
|
-
contentType: string;
|
|
1605
|
-
queryParams: {};
|
|
1606
|
-
pathParams: {};
|
|
1607
|
-
headers: {};
|
|
1608
|
-
};
|
|
1609
|
-
/**
|
|
1610
|
-
* 子网解关联路由表
|
|
1611
|
-
*
|
|
1612
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1613
|
-
*/
|
|
1614
|
-
disassociateRouteTable(disassociateRouteTableRequest?: DisassociateRouteTableRequest): {
|
|
1615
|
-
method: string;
|
|
1616
|
-
url: string;
|
|
1617
|
-
contentType: string;
|
|
1618
|
-
queryParams: {};
|
|
1619
|
-
pathParams: {};
|
|
1620
|
-
headers: {};
|
|
1621
|
-
data: {};
|
|
1622
|
-
};
|
|
1623
|
-
/**
|
|
1624
|
-
* 查询提交请求的租户的所有流日志列表,并根据过滤条件进行过滤
|
|
1625
|
-
*
|
|
1626
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1627
|
-
*/
|
|
1628
|
-
listFlowLogs(listFlowLogsRequest?: ListFlowLogsRequest): {
|
|
1629
|
-
method: string;
|
|
1630
|
-
url: string;
|
|
1631
|
-
contentType: string;
|
|
1632
|
-
queryParams: {};
|
|
1633
|
-
pathParams: {};
|
|
1634
|
-
headers: {};
|
|
1635
|
-
};
|
|
1636
|
-
/**
|
|
1637
|
-
* 查询提交请求的租户的所有端口,单次查询最多返回2000条数据。
|
|
1638
|
-
*
|
|
1639
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1640
|
-
*/
|
|
1641
|
-
listPorts(listPortsRequest?: ListPortsRequest): {
|
|
1642
|
-
method: string;
|
|
1643
|
-
url: string;
|
|
1644
|
-
contentType: string;
|
|
1645
|
-
queryParams: {};
|
|
1646
|
-
pathParams: {};
|
|
1647
|
-
headers: {};
|
|
1648
|
-
};
|
|
1649
|
-
/**
|
|
1650
|
-
* 查询提交请求的帐户的所有路由表列表,并根据过滤条件进行过滤
|
|
1651
|
-
*
|
|
1652
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1653
|
-
*/
|
|
1654
|
-
listRouteTables(listRouteTablesRequest?: ListRouteTablesRequest): {
|
|
1655
|
-
method: string;
|
|
1656
|
-
url: string;
|
|
1657
|
-
contentType: string;
|
|
1658
|
-
queryParams: {};
|
|
1659
|
-
pathParams: {};
|
|
1660
|
-
headers: {};
|
|
1661
|
-
};
|
|
1662
|
-
/**
|
|
1663
|
-
* 查询安全组规则列表。
|
|
1664
|
-
*
|
|
1665
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1666
|
-
*/
|
|
1667
|
-
listSecurityGroupRules(listSecurityGroupRulesRequest?: ListSecurityGroupRulesRequest): {
|
|
1668
|
-
method: string;
|
|
1669
|
-
url: string;
|
|
1670
|
-
contentType: string;
|
|
1671
|
-
queryParams: {};
|
|
1672
|
-
pathParams: {};
|
|
1673
|
-
headers: {};
|
|
1674
|
-
};
|
|
1675
|
-
/**
|
|
1676
|
-
* 查询安全组列表
|
|
1677
|
-
*
|
|
1678
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1679
|
-
*/
|
|
1680
|
-
listSecurityGroups(listSecurityGroupsRequest?: ListSecurityGroupsRequest): {
|
|
1681
|
-
method: string;
|
|
1682
|
-
url: string;
|
|
1683
|
-
contentType: string;
|
|
1684
|
-
queryParams: {};
|
|
1685
|
-
pathParams: {};
|
|
1686
|
-
headers: {};
|
|
1687
|
-
};
|
|
1688
|
-
/**
|
|
1689
|
-
* 查询租户在指定区域和实例类型的所有标签集合
|
|
1690
|
-
*
|
|
1691
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1692
|
-
*/
|
|
1693
|
-
listSubnetTags(): {
|
|
1694
|
-
method: string;
|
|
1695
|
-
url: string;
|
|
1696
|
-
contentType: string;
|
|
1697
|
-
queryParams: {};
|
|
1698
|
-
pathParams: {};
|
|
1699
|
-
headers: {};
|
|
1700
|
-
};
|
|
1701
|
-
/**
|
|
1702
|
-
* 查询子网列表
|
|
1703
|
-
*
|
|
1704
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1705
|
-
*/
|
|
1706
|
-
listSubnets(listSubnetsRequest?: ListSubnetsRequest): {
|
|
1707
|
-
method: string;
|
|
1708
|
-
url: string;
|
|
1709
|
-
contentType: string;
|
|
1710
|
-
queryParams: {};
|
|
1711
|
-
pathParams: {};
|
|
1712
|
-
headers: {};
|
|
1713
|
-
};
|
|
1714
|
-
/**
|
|
1715
|
-
* 使用标签过滤实例
|
|
1716
|
-
*
|
|
1717
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1718
|
-
*/
|
|
1719
|
-
listSubnetsByTags(listSubnetsByTagsRequest?: ListSubnetsByTagsRequest): {
|
|
1720
|
-
method: string;
|
|
1721
|
-
url: string;
|
|
1722
|
-
contentType: string;
|
|
1723
|
-
queryParams: {};
|
|
1724
|
-
pathParams: {};
|
|
1725
|
-
headers: {};
|
|
1726
|
-
data: {};
|
|
1727
|
-
};
|
|
1728
|
-
/**
|
|
1729
|
-
* 查询提交请求的租户的所有对等连接。根据过滤条件进行过滤。
|
|
1730
|
-
*
|
|
1731
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1732
|
-
*/
|
|
1733
|
-
listVpcPeerings(listVpcPeeringsRequest?: ListVpcPeeringsRequest): {
|
|
1734
|
-
method: string;
|
|
1735
|
-
url: string;
|
|
1736
|
-
contentType: string;
|
|
1737
|
-
queryParams: {};
|
|
1738
|
-
pathParams: {};
|
|
1739
|
-
headers: {};
|
|
1740
|
-
};
|
|
1741
|
-
/**
|
|
1742
|
-
* 租户A名下的VPC申请和租户B的VPC建立对等连接,需要等待租户B接受该请求。此接口用于租户拒绝其他租户发起的对等连接请求。
|
|
1743
|
-
*
|
|
1744
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1745
|
-
*/
|
|
1746
|
-
rejectVpcPeering(rejectVpcPeeringRequest?: RejectVpcPeeringRequest): {
|
|
1747
|
-
method: string;
|
|
1748
|
-
url: string;
|
|
1749
|
-
contentType: string;
|
|
1750
|
-
queryParams: {};
|
|
1751
|
-
pathParams: {};
|
|
1752
|
-
headers: {};
|
|
1753
|
-
};
|
|
1754
|
-
/**
|
|
1755
|
-
* 查询流日志详情
|
|
1756
|
-
*
|
|
1757
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1758
|
-
*/
|
|
1759
|
-
showFlowLog(showFlowLogRequest?: ShowFlowLogRequest): {
|
|
1760
|
-
method: string;
|
|
1761
|
-
url: string;
|
|
1762
|
-
contentType: string;
|
|
1763
|
-
queryParams: {};
|
|
1764
|
-
pathParams: {};
|
|
1765
|
-
headers: {};
|
|
1766
|
-
};
|
|
1767
|
-
/**
|
|
1768
|
-
* 查询单个端口详情。
|
|
1769
|
-
*
|
|
1770
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1771
|
-
*/
|
|
1772
|
-
showPort(showPortRequest?: ShowPortRequest): {
|
|
1773
|
-
method: string;
|
|
1774
|
-
url: string;
|
|
1775
|
-
contentType: string;
|
|
1776
|
-
queryParams: {};
|
|
1777
|
-
pathParams: {};
|
|
1778
|
-
headers: {};
|
|
1779
|
-
};
|
|
1780
|
-
/**
|
|
1781
|
-
* 查询单租户在VPC服务下的网络资源配额,包括vpc配额、子网配额、安全组配额、安全组规则配额、弹性公网IP配额,vpn配额等。
|
|
1782
|
-
*
|
|
1783
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1784
|
-
*/
|
|
1785
|
-
showQuota(showQuotaRequest?: ShowQuotaRequest): {
|
|
1786
|
-
method: string;
|
|
1787
|
-
url: string;
|
|
1788
|
-
contentType: string;
|
|
1789
|
-
queryParams: {};
|
|
1790
|
-
pathParams: {};
|
|
1791
|
-
headers: {};
|
|
1792
|
-
};
|
|
1793
|
-
/**
|
|
1794
|
-
* 查询路由表详情
|
|
1795
|
-
*
|
|
1796
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1797
|
-
*/
|
|
1798
|
-
showRouteTable(showRouteTableRequest?: ShowRouteTableRequest): {
|
|
1799
|
-
method: string;
|
|
1800
|
-
url: string;
|
|
1801
|
-
contentType: string;
|
|
1802
|
-
queryParams: {};
|
|
1803
|
-
pathParams: {};
|
|
1804
|
-
headers: {};
|
|
1805
|
-
};
|
|
1806
|
-
/**
|
|
1807
|
-
* 查询单个安全组详情。
|
|
1808
|
-
*
|
|
1809
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1810
|
-
*/
|
|
1811
|
-
showSecurityGroup(showSecurityGroupRequest?: ShowSecurityGroupRequest): {
|
|
1812
|
-
method: string;
|
|
1813
|
-
url: string;
|
|
1814
|
-
contentType: string;
|
|
1815
|
-
queryParams: {};
|
|
1816
|
-
pathParams: {};
|
|
1817
|
-
headers: {};
|
|
1818
|
-
};
|
|
1819
|
-
/**
|
|
1820
|
-
* 查询单个安全组规则详情
|
|
1821
|
-
*
|
|
1822
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1823
|
-
*/
|
|
1824
|
-
showSecurityGroupRule(showSecurityGroupRuleRequest?: ShowSecurityGroupRuleRequest): {
|
|
1825
|
-
method: string;
|
|
1826
|
-
url: string;
|
|
1827
|
-
contentType: string;
|
|
1828
|
-
queryParams: {};
|
|
1829
|
-
pathParams: {};
|
|
1830
|
-
headers: {};
|
|
1831
|
-
};
|
|
1832
|
-
/**
|
|
1833
|
-
* 查询子网详情。
|
|
1834
|
-
*
|
|
1835
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1836
|
-
*/
|
|
1837
|
-
showSubnet(showSubnetRequest?: ShowSubnetRequest): {
|
|
1838
|
-
method: string;
|
|
1839
|
-
url: string;
|
|
1840
|
-
contentType: string;
|
|
1841
|
-
queryParams: {};
|
|
1842
|
-
pathParams: {};
|
|
1843
|
-
headers: {};
|
|
1844
|
-
};
|
|
1845
|
-
/**
|
|
1846
|
-
* 查询指定子网实例的标签信息。
|
|
1847
|
-
*
|
|
1848
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1849
|
-
*/
|
|
1850
|
-
showSubnetTags(showSubnetTagsRequest?: ShowSubnetTagsRequest): {
|
|
1851
|
-
method: string;
|
|
1852
|
-
url: string;
|
|
1853
|
-
contentType: string;
|
|
1854
|
-
queryParams: {};
|
|
1855
|
-
pathParams: {};
|
|
1856
|
-
headers: {};
|
|
1857
|
-
};
|
|
1858
|
-
/**
|
|
1859
|
-
* 查询对等连接详情。
|
|
1860
|
-
*
|
|
1861
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1862
|
-
*/
|
|
1863
|
-
showVpcPeering(showVpcPeeringRequest?: ShowVpcPeeringRequest): {
|
|
1864
|
-
method: string;
|
|
1865
|
-
url: string;
|
|
1866
|
-
contentType: string;
|
|
1867
|
-
queryParams: {};
|
|
1868
|
-
pathParams: {};
|
|
1869
|
-
headers: {};
|
|
1870
|
-
};
|
|
1871
|
-
/**
|
|
1872
|
-
* 更新流日志
|
|
1873
|
-
*
|
|
1874
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1875
|
-
*/
|
|
1876
|
-
updateFlowLog(updateFlowLogRequest?: UpdateFlowLogRequest): {
|
|
1877
|
-
method: string;
|
|
1878
|
-
url: string;
|
|
1879
|
-
contentType: string;
|
|
1880
|
-
queryParams: {};
|
|
1881
|
-
pathParams: {};
|
|
1882
|
-
headers: {};
|
|
1883
|
-
data: {};
|
|
1884
|
-
};
|
|
1885
|
-
/**
|
|
1886
|
-
* 更新端口。
|
|
1887
|
-
*
|
|
1888
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1889
|
-
*/
|
|
1890
|
-
updatePort(updatePortRequest?: UpdatePortRequest): {
|
|
1891
|
-
method: string;
|
|
1892
|
-
url: string;
|
|
1893
|
-
contentType: string;
|
|
1894
|
-
queryParams: {};
|
|
1895
|
-
pathParams: {};
|
|
1896
|
-
headers: {};
|
|
1897
|
-
data: {};
|
|
1898
|
-
};
|
|
1899
|
-
/**
|
|
1900
|
-
* 更新路由表,包括可以更新路由表的名称,描述,以及新增、更新、删除路由条目
|
|
1901
|
-
*
|
|
1902
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1903
|
-
*/
|
|
1904
|
-
updateRouteTable(updateRouteTableRequest?: UpdateRouteTableRequest): {
|
|
1905
|
-
method: string;
|
|
1906
|
-
url: string;
|
|
1907
|
-
contentType: string;
|
|
1908
|
-
queryParams: {};
|
|
1909
|
-
pathParams: {};
|
|
1910
|
-
headers: {};
|
|
1911
|
-
data: {};
|
|
1912
|
-
};
|
|
1913
|
-
/**
|
|
1914
|
-
* 更新子网。
|
|
1915
|
-
*
|
|
1916
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1917
|
-
*/
|
|
1918
|
-
updateSubnet(updateSubnetRequest?: UpdateSubnetRequest): {
|
|
1919
|
-
method: string;
|
|
1920
|
-
url: string;
|
|
1921
|
-
contentType: string;
|
|
1922
|
-
queryParams: {};
|
|
1923
|
-
pathParams: {};
|
|
1924
|
-
headers: {};
|
|
1925
|
-
data: {};
|
|
1926
|
-
};
|
|
1927
|
-
/**
|
|
1928
|
-
* 更新对等连接。
|
|
1929
|
-
*
|
|
1930
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1931
|
-
*/
|
|
1932
|
-
updateVpcPeering(updateVpcPeeringRequest?: UpdateVpcPeeringRequest): {
|
|
1933
|
-
method: string;
|
|
1934
|
-
url: string;
|
|
1935
|
-
contentType: string;
|
|
1936
|
-
queryParams: {};
|
|
1937
|
-
pathParams: {};
|
|
1938
|
-
headers: {};
|
|
1939
|
-
data: {};
|
|
1940
|
-
};
|
|
1941
|
-
/**
|
|
1942
|
-
* 申请私有IP。
|
|
1943
|
-
*
|
|
1944
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1945
|
-
*/
|
|
1946
|
-
createPrivateip(createPrivateipRequest?: CreatePrivateipRequest): {
|
|
1947
|
-
method: string;
|
|
1948
|
-
url: string;
|
|
1949
|
-
contentType: string;
|
|
1950
|
-
queryParams: {};
|
|
1951
|
-
pathParams: {};
|
|
1952
|
-
headers: {};
|
|
1953
|
-
data: {};
|
|
1954
|
-
};
|
|
1955
|
-
/**
|
|
1956
|
-
* 删除私有IP。
|
|
1957
|
-
*
|
|
1958
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1959
|
-
*/
|
|
1960
|
-
deletePrivateip(deletePrivateipRequest?: DeletePrivateipRequest): {
|
|
1961
|
-
method: string;
|
|
1962
|
-
url: string;
|
|
1963
|
-
contentType: string;
|
|
1964
|
-
queryParams: {};
|
|
1965
|
-
pathParams: {};
|
|
1966
|
-
headers: {};
|
|
1967
|
-
};
|
|
1968
|
-
/**
|
|
1969
|
-
* 查询指定子网下的私有IP列表。
|
|
1970
|
-
*
|
|
1971
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1972
|
-
*/
|
|
1973
|
-
listPrivateips(listPrivateipsRequest?: ListPrivateipsRequest): {
|
|
1974
|
-
method: string;
|
|
1975
|
-
url: string;
|
|
1976
|
-
contentType: string;
|
|
1977
|
-
queryParams: {};
|
|
1978
|
-
pathParams: {};
|
|
1979
|
-
headers: {};
|
|
1980
|
-
};
|
|
1981
|
-
/**
|
|
1982
|
-
* 显示一个指定网络中的IPv4地址使用情况。
|
|
1983
|
-
* 包括此网络中的IP总数以及已用IP总数,以及网络下每一个子网的IP地址总数和可用IP地址总数。
|
|
1984
|
-
*
|
|
1985
|
-
* > 须知
|
|
1986
|
-
*
|
|
1987
|
-
* - 系统预留地址指的是子网的第1个以及最后4个地址,一般用于网关、DHCP等服务。
|
|
1988
|
-
* - 这里以及下文描述的IP地址总数、已用IP地址总数不包含系统预留地址。
|
|
1989
|
-
* - 在分配IP时,用户可以指定系统预留的IP地址。但是不论IP是如何分配的,只要是处于系统预留IP地址段的IP均不会被统计到已用IP地址数目和IP地址总数中。
|
|
1990
|
-
*
|
|
1991
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1992
|
-
*/
|
|
1993
|
-
showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest?: ShowNetworkIpAvailabilitiesRequest): {
|
|
1994
|
-
method: string;
|
|
1995
|
-
url: string;
|
|
1996
|
-
contentType: string;
|
|
1997
|
-
queryParams: {};
|
|
1998
|
-
pathParams: {};
|
|
1999
|
-
headers: {};
|
|
2000
|
-
};
|
|
2001
|
-
/**
|
|
2002
|
-
* 指定ID查询私有IP。
|
|
2003
|
-
*
|
|
2004
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2005
|
-
*/
|
|
2006
|
-
showPrivateip(showPrivateipRequest?: ShowPrivateipRequest): {
|
|
2007
|
-
method: string;
|
|
2008
|
-
url: string;
|
|
2009
|
-
contentType: string;
|
|
2010
|
-
queryParams: {};
|
|
2011
|
-
pathParams: {};
|
|
2012
|
-
headers: {};
|
|
2013
|
-
};
|
|
2014
|
-
/**
|
|
2015
|
-
* 创建安全组
|
|
2016
|
-
*
|
|
2017
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2018
|
-
*/
|
|
2019
|
-
neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest?: NeutronCreateSecurityGroupRequest): {
|
|
2020
|
-
method: string;
|
|
2021
|
-
url: string;
|
|
2022
|
-
contentType: string;
|
|
2023
|
-
queryParams: {};
|
|
2024
|
-
pathParams: {};
|
|
2025
|
-
headers: {};
|
|
2026
|
-
data: {};
|
|
2027
|
-
};
|
|
2028
|
-
/**
|
|
2029
|
-
* 创建安全组规则
|
|
2030
|
-
*
|
|
2031
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2032
|
-
*/
|
|
2033
|
-
neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest?: NeutronCreateSecurityGroupRuleRequest): {
|
|
2034
|
-
method: string;
|
|
2035
|
-
url: string;
|
|
2036
|
-
contentType: string;
|
|
2037
|
-
queryParams: {};
|
|
2038
|
-
pathParams: {};
|
|
2039
|
-
headers: {};
|
|
2040
|
-
data: {};
|
|
2041
|
-
};
|
|
2042
|
-
/**
|
|
2043
|
-
* 删除安全组
|
|
2044
|
-
*
|
|
2045
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2046
|
-
*/
|
|
2047
|
-
neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest?: NeutronDeleteSecurityGroupRequest): {
|
|
2048
|
-
method: string;
|
|
2049
|
-
url: string;
|
|
2050
|
-
contentType: string;
|
|
2051
|
-
queryParams: {};
|
|
2052
|
-
pathParams: {};
|
|
2053
|
-
headers: {};
|
|
2054
|
-
};
|
|
2055
|
-
/**
|
|
2056
|
-
* 删除安全组规则
|
|
2057
|
-
*
|
|
2058
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2059
|
-
*/
|
|
2060
|
-
neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest?: NeutronDeleteSecurityGroupRuleRequest): {
|
|
2061
|
-
method: string;
|
|
2062
|
-
url: string;
|
|
2063
|
-
contentType: string;
|
|
2064
|
-
queryParams: {};
|
|
2065
|
-
pathParams: {};
|
|
2066
|
-
headers: {};
|
|
2067
|
-
};
|
|
2068
|
-
/**
|
|
2069
|
-
* 查询提交请求的租户有权限查看的所有安全组规则。单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询
|
|
2070
|
-
*
|
|
2071
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2072
|
-
*/
|
|
2073
|
-
neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest?: NeutronListSecurityGroupRulesRequest): {
|
|
2074
|
-
method: string;
|
|
2075
|
-
url: string;
|
|
2076
|
-
contentType: string;
|
|
2077
|
-
queryParams: {};
|
|
2078
|
-
pathParams: {};
|
|
2079
|
-
headers: {};
|
|
2080
|
-
};
|
|
2081
|
-
/**
|
|
2082
|
-
* 查询提交请求租户的所有安全组,单次查询最多返回2000条数据,超过2000后会返回分页标记。分页查询请参考分页查询 。
|
|
2083
|
-
*
|
|
2084
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2085
|
-
*/
|
|
2086
|
-
neutronListSecurityGroups(neutronListSecurityGroupsRequest?: NeutronListSecurityGroupsRequest): {
|
|
2087
|
-
method: string;
|
|
2088
|
-
url: string;
|
|
2089
|
-
contentType: string;
|
|
2090
|
-
queryParams: {};
|
|
2091
|
-
pathParams: {};
|
|
2092
|
-
headers: {};
|
|
2093
|
-
};
|
|
2094
|
-
/**
|
|
2095
|
-
* 查询安全组详情
|
|
2096
|
-
*
|
|
2097
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2098
|
-
*/
|
|
2099
|
-
neutronShowSecurityGroup(neutronShowSecurityGroupRequest?: NeutronShowSecurityGroupRequest): {
|
|
2100
|
-
method: string;
|
|
2101
|
-
url: string;
|
|
2102
|
-
contentType: string;
|
|
2103
|
-
queryParams: {};
|
|
2104
|
-
pathParams: {};
|
|
2105
|
-
headers: {};
|
|
2106
|
-
};
|
|
2107
|
-
/**
|
|
2108
|
-
* 查询安全组规则详情。
|
|
2109
|
-
*
|
|
2110
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2111
|
-
*/
|
|
2112
|
-
neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest?: NeutronShowSecurityGroupRuleRequest): {
|
|
2113
|
-
method: string;
|
|
2114
|
-
url: string;
|
|
2115
|
-
contentType: string;
|
|
2116
|
-
queryParams: {};
|
|
2117
|
-
pathParams: {};
|
|
2118
|
-
headers: {};
|
|
2119
|
-
};
|
|
2120
|
-
/**
|
|
2121
|
-
* 更新安全组
|
|
2122
|
-
*
|
|
2123
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2124
|
-
*/
|
|
2125
|
-
neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest?: NeutronUpdateSecurityGroupRequest): {
|
|
2126
|
-
method: string;
|
|
2127
|
-
url: string;
|
|
2128
|
-
contentType: string;
|
|
2129
|
-
queryParams: {};
|
|
2130
|
-
pathParams: {};
|
|
2131
|
-
headers: {};
|
|
2132
|
-
data: {};
|
|
2133
|
-
};
|
|
2134
|
-
/**
|
|
2135
|
-
* 插入一条网络ACL规则到某一网络ACL策略中。
|
|
2136
|
-
*
|
|
2137
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2138
|
-
*/
|
|
2139
|
-
neutronAddFirewallRule(neutronAddFirewallRuleRequest?: NeutronAddFirewallRuleRequest): {
|
|
2140
|
-
method: string;
|
|
2141
|
-
url: string;
|
|
2142
|
-
contentType: string;
|
|
2143
|
-
queryParams: {};
|
|
2144
|
-
pathParams: {};
|
|
2145
|
-
headers: {};
|
|
2146
|
-
data: {};
|
|
2147
|
-
};
|
|
2148
|
-
/**
|
|
2149
|
-
* 创建网络ACL组
|
|
2150
|
-
*
|
|
2151
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2152
|
-
*/
|
|
2153
|
-
neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest?: NeutronCreateFirewallGroupRequest): {
|
|
2154
|
-
method: string;
|
|
2155
|
-
url: string;
|
|
2156
|
-
contentType: string;
|
|
2157
|
-
queryParams: {};
|
|
2158
|
-
pathParams: {};
|
|
2159
|
-
headers: {};
|
|
2160
|
-
data: {};
|
|
2161
|
-
};
|
|
2162
|
-
/**
|
|
2163
|
-
* 创建网络ACL策略。
|
|
2164
|
-
*
|
|
2165
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2166
|
-
*/
|
|
2167
|
-
neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest?: NeutronCreateFirewallPolicyRequest): {
|
|
2168
|
-
method: string;
|
|
2169
|
-
url: string;
|
|
2170
|
-
contentType: string;
|
|
2171
|
-
queryParams: {};
|
|
2172
|
-
pathParams: {};
|
|
2173
|
-
headers: {};
|
|
2174
|
-
data: {};
|
|
2175
|
-
};
|
|
2176
|
-
/**
|
|
2177
|
-
* 创建网络ACL规则。
|
|
2178
|
-
*
|
|
2179
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2180
|
-
*/
|
|
2181
|
-
neutronCreateFirewallRule(neutronCreateFirewallRuleRequest?: NeutronCreateFirewallRuleRequest): {
|
|
2182
|
-
method: string;
|
|
2183
|
-
url: string;
|
|
2184
|
-
contentType: string;
|
|
2185
|
-
queryParams: {};
|
|
2186
|
-
pathParams: {};
|
|
2187
|
-
headers: {};
|
|
2188
|
-
data: {};
|
|
2189
|
-
};
|
|
2190
|
-
/**
|
|
2191
|
-
* 删除网络ACL组
|
|
2192
|
-
*
|
|
2193
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2194
|
-
*/
|
|
2195
|
-
neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest?: NeutronDeleteFirewallGroupRequest): {
|
|
2196
|
-
method: string;
|
|
2197
|
-
url: string;
|
|
2198
|
-
contentType: string;
|
|
2199
|
-
queryParams: {};
|
|
2200
|
-
pathParams: {};
|
|
2201
|
-
headers: {};
|
|
2202
|
-
};
|
|
2203
|
-
/**
|
|
2204
|
-
* 删除网络ACL策略。
|
|
2205
|
-
*
|
|
2206
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2207
|
-
*/
|
|
2208
|
-
neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest?: NeutronDeleteFirewallPolicyRequest): {
|
|
2209
|
-
method: string;
|
|
2210
|
-
url: string;
|
|
2211
|
-
contentType: string;
|
|
2212
|
-
queryParams: {};
|
|
2213
|
-
pathParams: {};
|
|
2214
|
-
headers: {};
|
|
2215
|
-
};
|
|
2216
|
-
/**
|
|
2217
|
-
* 删除网络ACL规则。
|
|
2218
|
-
*
|
|
2219
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2220
|
-
*/
|
|
2221
|
-
neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest?: NeutronDeleteFirewallRuleRequest): {
|
|
2222
|
-
method: string;
|
|
2223
|
-
url: string;
|
|
2224
|
-
contentType: string;
|
|
2225
|
-
queryParams: {};
|
|
2226
|
-
pathParams: {};
|
|
2227
|
-
headers: {};
|
|
2228
|
-
};
|
|
2229
|
-
/**
|
|
2230
|
-
* 查询提交请求的租户有权限操作的所有网络ACL组信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
|
|
2231
|
-
*
|
|
2232
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2233
|
-
*/
|
|
2234
|
-
neutronListFirewallGroups(neutronListFirewallGroupsRequest?: NeutronListFirewallGroupsRequest): {
|
|
2235
|
-
method: string;
|
|
2236
|
-
url: string;
|
|
2237
|
-
contentType: string;
|
|
2238
|
-
queryParams: {};
|
|
2239
|
-
pathParams: {};
|
|
2240
|
-
headers: {};
|
|
2241
|
-
};
|
|
2242
|
-
/**
|
|
2243
|
-
* 查询提交请求的租户有权限操作的所有网络ACL策略信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
|
|
2244
|
-
*
|
|
2245
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2246
|
-
*/
|
|
2247
|
-
neutronListFirewallPolicies(neutronListFirewallPoliciesRequest?: NeutronListFirewallPoliciesRequest): {
|
|
2248
|
-
method: string;
|
|
2249
|
-
url: string;
|
|
2250
|
-
contentType: string;
|
|
2251
|
-
queryParams: {};
|
|
2252
|
-
pathParams: {};
|
|
2253
|
-
headers: {};
|
|
2254
|
-
};
|
|
2255
|
-
/**
|
|
2256
|
-
* 查询提交请求的租户有权限操作的所有网络ACL规则信息。单次查询最多返回2000条数据,超过2000后会返回分页标记。
|
|
2257
|
-
*
|
|
2258
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2259
|
-
*/
|
|
2260
|
-
neutronListFirewallRules(neutronListFirewallRulesRequest?: NeutronListFirewallRulesRequest): {
|
|
2261
|
-
method: string;
|
|
2262
|
-
url: string;
|
|
2263
|
-
contentType: string;
|
|
2264
|
-
queryParams: {};
|
|
2265
|
-
pathParams: {};
|
|
2266
|
-
headers: {};
|
|
2267
|
-
};
|
|
2268
|
-
/**
|
|
2269
|
-
* 从某一网络ACL策略中移除一条网络ACL规则。
|
|
2270
|
-
*
|
|
2271
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2272
|
-
*/
|
|
2273
|
-
neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest?: NeutronRemoveFirewallRuleRequest): {
|
|
2274
|
-
method: string;
|
|
2275
|
-
url: string;
|
|
2276
|
-
contentType: string;
|
|
2277
|
-
queryParams: {};
|
|
2278
|
-
pathParams: {};
|
|
2279
|
-
headers: {};
|
|
2280
|
-
data: {};
|
|
2281
|
-
};
|
|
2282
|
-
/**
|
|
2283
|
-
* 查询特定网络ACL组详情。
|
|
2284
|
-
*
|
|
2285
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2286
|
-
*/
|
|
2287
|
-
neutronShowFirewallGroup(neutronShowFirewallGroupRequest?: NeutronShowFirewallGroupRequest): {
|
|
2288
|
-
method: string;
|
|
2289
|
-
url: string;
|
|
2290
|
-
contentType: string;
|
|
2291
|
-
queryParams: {};
|
|
2292
|
-
pathParams: {};
|
|
2293
|
-
headers: {};
|
|
2294
|
-
};
|
|
2295
|
-
/**
|
|
2296
|
-
* 查询特定网络ACL策略详情。
|
|
2297
|
-
*
|
|
2298
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2299
|
-
*/
|
|
2300
|
-
neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest?: NeutronShowFirewallPolicyRequest): {
|
|
2301
|
-
method: string;
|
|
2302
|
-
url: string;
|
|
2303
|
-
contentType: string;
|
|
2304
|
-
queryParams: {};
|
|
2305
|
-
pathParams: {};
|
|
2306
|
-
headers: {};
|
|
2307
|
-
};
|
|
2308
|
-
/**
|
|
2309
|
-
* 查询特定网络ACL规则。
|
|
2310
|
-
*
|
|
2311
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2312
|
-
*/
|
|
2313
|
-
neutronShowFirewallRule(neutronShowFirewallRuleRequest?: NeutronShowFirewallRuleRequest): {
|
|
2314
|
-
method: string;
|
|
2315
|
-
url: string;
|
|
2316
|
-
contentType: string;
|
|
2317
|
-
queryParams: {};
|
|
2318
|
-
pathParams: {};
|
|
2319
|
-
headers: {};
|
|
2320
|
-
};
|
|
2321
|
-
/**
|
|
2322
|
-
* 更新网络ACL组。
|
|
2323
|
-
*
|
|
2324
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2325
|
-
*/
|
|
2326
|
-
neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest?: NeutronUpdateFirewallGroupRequest): {
|
|
2327
|
-
method: string;
|
|
2328
|
-
url: string;
|
|
2329
|
-
contentType: string;
|
|
2330
|
-
queryParams: {};
|
|
2331
|
-
pathParams: {};
|
|
2332
|
-
headers: {};
|
|
2333
|
-
data: {};
|
|
2334
|
-
};
|
|
2335
|
-
/**
|
|
2336
|
-
* 更新网络ACL策略。
|
|
2337
|
-
*
|
|
2338
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2339
|
-
*/
|
|
2340
|
-
neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest?: NeutronUpdateFirewallPolicyRequest): {
|
|
2341
|
-
method: string;
|
|
2342
|
-
url: string;
|
|
2343
|
-
contentType: string;
|
|
2344
|
-
queryParams: {};
|
|
2345
|
-
pathParams: {};
|
|
2346
|
-
headers: {};
|
|
2347
|
-
data: {};
|
|
2348
|
-
};
|
|
2349
|
-
/**
|
|
2350
|
-
* 更新网络ACL规则。
|
|
2351
|
-
*
|
|
2352
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2353
|
-
*/
|
|
2354
|
-
neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest?: NeutronUpdateFirewallRuleRequest): {
|
|
2355
|
-
method: string;
|
|
2356
|
-
url: string;
|
|
2357
|
-
contentType: string;
|
|
2358
|
-
queryParams: {};
|
|
2359
|
-
pathParams: {};
|
|
2360
|
-
headers: {};
|
|
2361
|
-
data: {};
|
|
2362
|
-
};
|
|
2363
|
-
/**
|
|
2364
|
-
* 为指定的VPC资源实例批量添加标签。
|
|
2365
|
-
* 此接口为幂等接口:创建时如果请求体中存在重复key则报错。创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
|
|
2366
|
-
*
|
|
2367
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2368
|
-
*/
|
|
2369
|
-
batchCreateVpcTags(batchCreateVpcTagsRequest?: BatchCreateVpcTagsRequest): {
|
|
2370
|
-
method: string;
|
|
2371
|
-
url: string;
|
|
2372
|
-
contentType: string;
|
|
2373
|
-
queryParams: {};
|
|
2374
|
-
pathParams: {};
|
|
2375
|
-
headers: {};
|
|
2376
|
-
data: {};
|
|
2377
|
-
};
|
|
2378
|
-
/**
|
|
2379
|
-
* 为指定的VPC资源实例批量删除标签。
|
|
2380
|
-
* 此接口为幂等接口:删除时,如果删除的标签不存在,默认处理成功;删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
|
|
2381
|
-
*
|
|
2382
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2383
|
-
*/
|
|
2384
|
-
batchDeleteVpcTags(batchDeleteVpcTagsRequest?: BatchDeleteVpcTagsRequest): {
|
|
2385
|
-
method: string;
|
|
2386
|
-
url: string;
|
|
2387
|
-
contentType: string;
|
|
2388
|
-
queryParams: {};
|
|
2389
|
-
pathParams: {};
|
|
2390
|
-
headers: {};
|
|
2391
|
-
data: {};
|
|
2392
|
-
};
|
|
2393
|
-
/**
|
|
2394
|
-
* 创建虚拟私有云。
|
|
2395
|
-
*
|
|
2396
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2397
|
-
*/
|
|
2398
|
-
createVpc(createVpcRequest?: CreateVpcRequest): {
|
|
2399
|
-
method: string;
|
|
2400
|
-
url: string;
|
|
2401
|
-
contentType: string;
|
|
2402
|
-
queryParams: {};
|
|
2403
|
-
pathParams: {};
|
|
2404
|
-
headers: {};
|
|
2405
|
-
data: {};
|
|
2406
|
-
};
|
|
2407
|
-
/**
|
|
2408
|
-
* 给指定VPC资源实例增加标签信息
|
|
2409
|
-
* 此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
|
|
2410
|
-
*
|
|
2411
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2412
|
-
*/
|
|
2413
|
-
createVpcResourceTag(createVpcResourceTagRequest?: CreateVpcResourceTagRequest): {
|
|
2414
|
-
method: string;
|
|
2415
|
-
url: string;
|
|
2416
|
-
contentType: string;
|
|
2417
|
-
queryParams: {};
|
|
2418
|
-
pathParams: {};
|
|
2419
|
-
headers: {};
|
|
2420
|
-
data: {};
|
|
2421
|
-
};
|
|
2422
|
-
/**
|
|
2423
|
-
* 创建路由
|
|
2424
|
-
*
|
|
2425
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2426
|
-
*/
|
|
2427
|
-
createVpcRoute(createVpcRouteRequest?: CreateVpcRouteRequest): {
|
|
2428
|
-
method: string;
|
|
2429
|
-
url: string;
|
|
2430
|
-
contentType: string;
|
|
2431
|
-
queryParams: {};
|
|
2432
|
-
pathParams: {};
|
|
2433
|
-
headers: {};
|
|
2434
|
-
data: {};
|
|
2435
|
-
};
|
|
2436
|
-
/**
|
|
2437
|
-
* 删除虚拟私有云。
|
|
2438
|
-
*
|
|
2439
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2440
|
-
*/
|
|
2441
|
-
deleteVpc(deleteVpcRequest?: DeleteVpcRequest): {
|
|
2442
|
-
method: string;
|
|
2443
|
-
url: string;
|
|
2444
|
-
contentType: string;
|
|
2445
|
-
queryParams: {};
|
|
2446
|
-
pathParams: {};
|
|
2447
|
-
headers: {};
|
|
2448
|
-
};
|
|
2449
|
-
/**
|
|
2450
|
-
* 删除路由
|
|
2451
|
-
*
|
|
2452
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2453
|
-
*/
|
|
2454
|
-
deleteVpcRoute(deleteVpcRouteRequest?: DeleteVpcRouteRequest): {
|
|
2455
|
-
method: string;
|
|
2456
|
-
url: string;
|
|
2457
|
-
contentType: string;
|
|
2458
|
-
queryParams: {};
|
|
2459
|
-
pathParams: {};
|
|
2460
|
-
headers: {};
|
|
2461
|
-
};
|
|
2462
|
-
/**
|
|
2463
|
-
* 删除指定VPC资源实例的标签信息
|
|
2464
|
-
* 该接口为幂等接口:删除的key不存在报404,Key不能为空或者空字符串
|
|
2465
|
-
*
|
|
2466
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2467
|
-
*/
|
|
2468
|
-
deleteVpcTag(deleteVpcTagRequest?: DeleteVpcTagRequest): {
|
|
2469
|
-
method: string;
|
|
2470
|
-
url: string;
|
|
2471
|
-
contentType: string;
|
|
2472
|
-
queryParams: {};
|
|
2473
|
-
pathParams: {};
|
|
2474
|
-
headers: {};
|
|
2475
|
-
};
|
|
2476
|
-
/**
|
|
2477
|
-
* 查询提交请求的租户的所有路由列表,并根据过滤条件进行过滤。
|
|
2478
|
-
*
|
|
2479
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2480
|
-
*/
|
|
2481
|
-
listVpcRoutes(listVpcRoutesRequest?: ListVpcRoutesRequest): {
|
|
2482
|
-
method: string;
|
|
2483
|
-
url: string;
|
|
2484
|
-
contentType: string;
|
|
2485
|
-
queryParams: {};
|
|
2486
|
-
pathParams: {};
|
|
2487
|
-
headers: {};
|
|
2488
|
-
};
|
|
2489
|
-
/**
|
|
2490
|
-
* 查询租户在指定区域和实例类型的所有标签集合
|
|
2491
|
-
*
|
|
2492
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2493
|
-
*/
|
|
2494
|
-
listVpcTags(): {
|
|
2495
|
-
method: string;
|
|
2496
|
-
url: string;
|
|
2497
|
-
contentType: string;
|
|
2498
|
-
queryParams: {};
|
|
2499
|
-
pathParams: {};
|
|
2500
|
-
headers: {};
|
|
2501
|
-
};
|
|
2502
|
-
/**
|
|
2503
|
-
* 查询虚拟私有云列表。
|
|
2504
|
-
*
|
|
2505
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2506
|
-
*/
|
|
2507
|
-
listVpcs(listVpcsRequest?: ListVpcsRequest): {
|
|
2508
|
-
method: string;
|
|
2509
|
-
url: string;
|
|
2510
|
-
contentType: string;
|
|
2511
|
-
queryParams: {};
|
|
2512
|
-
pathParams: {};
|
|
2513
|
-
headers: {};
|
|
2514
|
-
};
|
|
2515
|
-
/**
|
|
2516
|
-
* 使用标签过滤实例。
|
|
2517
|
-
*
|
|
2518
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2519
|
-
*/
|
|
2520
|
-
listVpcsByTags(listVpcsByTagsRequest?: ListVpcsByTagsRequest): {
|
|
2521
|
-
method: string;
|
|
2522
|
-
url: string;
|
|
2523
|
-
contentType: string;
|
|
2524
|
-
queryParams: {};
|
|
2525
|
-
pathParams: {};
|
|
2526
|
-
headers: {};
|
|
2527
|
-
data: {};
|
|
2528
|
-
};
|
|
2529
|
-
/**
|
|
2530
|
-
* 查询虚拟私有云。
|
|
2531
|
-
*
|
|
2532
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2533
|
-
*/
|
|
2534
|
-
showVpc(showVpcRequest?: ShowVpcRequest): {
|
|
2535
|
-
method: string;
|
|
2536
|
-
url: string;
|
|
2537
|
-
contentType: string;
|
|
2538
|
-
queryParams: {};
|
|
2539
|
-
pathParams: {};
|
|
2540
|
-
headers: {};
|
|
2541
|
-
};
|
|
2542
|
-
/**
|
|
2543
|
-
* 查询路由详情
|
|
2544
|
-
*
|
|
2545
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2546
|
-
*/
|
|
2547
|
-
showVpcRoute(showVpcRouteRequest?: ShowVpcRouteRequest): {
|
|
2548
|
-
method: string;
|
|
2549
|
-
url: string;
|
|
2550
|
-
contentType: string;
|
|
2551
|
-
queryParams: {};
|
|
2552
|
-
pathParams: {};
|
|
2553
|
-
headers: {};
|
|
2554
|
-
};
|
|
2555
|
-
/**
|
|
2556
|
-
* 查询指定VPC实例的标签信息
|
|
2557
|
-
*
|
|
2558
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2559
|
-
*/
|
|
2560
|
-
showVpcTags(showVpcTagsRequest?: ShowVpcTagsRequest): {
|
|
2561
|
-
method: string;
|
|
2562
|
-
url: string;
|
|
2563
|
-
contentType: string;
|
|
2564
|
-
queryParams: {};
|
|
2565
|
-
pathParams: {};
|
|
2566
|
-
headers: {};
|
|
2567
|
-
};
|
|
2568
|
-
/**
|
|
2569
|
-
* 更新虚拟私有云。
|
|
2570
|
-
*
|
|
2571
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2572
|
-
*/
|
|
2573
|
-
updateVpc(updateVpcRequest?: UpdateVpcRequest): {
|
|
2574
|
-
method: string;
|
|
2575
|
-
url: string;
|
|
2576
|
-
contentType: string;
|
|
2577
|
-
queryParams: {};
|
|
2578
|
-
pathParams: {};
|
|
2579
|
-
headers: {};
|
|
2580
|
-
data: {};
|
|
2581
|
-
};
|
|
2582
|
-
};
|
|
2583
|
-
/**
|
|
2584
|
-
*
|
|
2585
|
-
* @export
|
|
2586
|
-
* @class RequiredError
|
|
2587
|
-
* @extends {Error}
|
|
2588
|
-
*/
|
|
2589
|
-
export declare class RequiredError extends Error {
|
|
2590
|
-
field: string;
|
|
2591
|
-
name: "RequiredError";
|
|
2592
|
-
constructor(field: string, msg?: string);
|
|
2593
|
-
}
|