RegionTargetHttpProxies
class RegionTargetHttpProxies extends Resource (View source)
The "regionTargetHttpProxies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionTargetHttpProxies = $computeService->regionTargetHttpProxies;
Methods
Deletes the specified TargetHttpProxy resource.
Returns the specified TargetHttpProxy resource in the specified region.
Creates a TargetHttpProxy resource in the specified project and region using the data included in the request. (regionTargetHttpProxies.insert)
Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
Changes the URL map for TargetHttpProxy. (regionTargetHttpProxies.setUrlMap)
Details
Operation
delete(string $project, string $region, string $targetHttpProxy, array $optParams = [])
Deletes the specified TargetHttpProxy resource.
(regionTargetHttpProxies.delete)
TargetHttpProxy
get(string $project, string $region, string $targetHttpProxy, array $optParams = [])
Returns the specified TargetHttpProxy resource in the specified region.
(regionTargetHttpProxies.get)
Operation
insert(string $project, string $region, TargetHttpProxy $postBody, array $optParams = [])
Creates a TargetHttpProxy resource in the specified project and region using the data included in the request. (regionTargetHttpProxies.insert)
TargetHttpProxyList
listRegionTargetHttpProxies(string $project, string $region, array $optParams = [])
Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
(regionTargetHttpProxies.listRegionTargetHttpProxies)
Operation
setUrlMap(string $project, string $region, string $targetHttpProxy, UrlMapReference $postBody, array $optParams = [])
Changes the URL map for TargetHttpProxy. (regionTargetHttpProxies.setUrlMap)