TargetHttpProxies
class TargetHttpProxies extends Resource (View source)
The "targetHttpProxies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$targetHttpProxies = $computeService->targetHttpProxies;
Methods
Retrieves the list of all TargetHttpProxy resources, regional and global,
available to the specified project. To prevent failure, Google recommends
that you set the returnPartialSuccess
parameter to true
.
Deletes the specified TargetHttpProxy resource. (targetHttpProxies.delete)
Returns the specified TargetHttpProxy resource. (targetHttpProxies.get)
Creates a TargetHttpProxy resource in the specified project using the data included in the request. (targetHttpProxies.insert)
Retrieves the list of TargetHttpProxy resources available to the specified project. (targetHttpProxies.listTargetHttpProxies)
Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (targetHttpProxies.patch)
Changes the URL map for TargetHttpProxy. (targetHttpProxies.setUrlMap)
Details
TargetHttpProxyAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves the list of all TargetHttpProxy resources, regional and global,
available to the specified project. To prevent failure, Google recommends
that you set the returnPartialSuccess
parameter to true
.
(targetHttpProxies.aggregatedList)
Operation
delete(string $project, string $targetHttpProxy, array $optParams = [])
Deletes the specified TargetHttpProxy resource. (targetHttpProxies.delete)
TargetHttpProxy
get(string $project, string $targetHttpProxy, array $optParams = [])
Returns the specified TargetHttpProxy resource. (targetHttpProxies.get)
Operation
insert(string $project, TargetHttpProxy $postBody, array $optParams = [])
Creates a TargetHttpProxy resource in the specified project using the data included in the request. (targetHttpProxies.insert)
TargetHttpProxyList
listTargetHttpProxies(string $project, array $optParams = [])
Retrieves the list of TargetHttpProxy resources available to the specified project. (targetHttpProxies.listTargetHttpProxies)
Operation
patch(string $project, string $targetHttpProxy, TargetHttpProxy $postBody, array $optParams = [])
Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (targetHttpProxies.patch)
Operation
setUrlMap(string $project, string $targetHttpProxy, UrlMapReference $postBody, array $optParams = [])
Changes the URL map for TargetHttpProxy. (targetHttpProxies.setUrlMap)