RegionTargetHttpsProxies
class RegionTargetHttpsProxies extends Resource (View source)
The "regionTargetHttpsProxies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionTargetHttpsProxies = $computeService->regionTargetHttpsProxies;
Methods
Deletes the specified TargetHttpsProxy resource.
Returns the specified TargetHttpsProxy resource in the specified region.
Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request. (regionTargetHttpsProxies.insert)
Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.
Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (regionTargetHttpsProxies.patch)
Replaces SslCertificates for TargetHttpsProxy.
Changes the URL map for TargetHttpsProxy.
Details
Operation
delete(string $project, string $region, string $targetHttpsProxy, array $optParams = [])
Deletes the specified TargetHttpsProxy resource.
(regionTargetHttpsProxies.delete)
TargetHttpsProxy
get(string $project, string $region, string $targetHttpsProxy, array $optParams = [])
Returns the specified TargetHttpsProxy resource in the specified region.
(regionTargetHttpsProxies.get)
Operation
insert(string $project, string $region, TargetHttpsProxy $postBody, array $optParams = [])
Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request. (regionTargetHttpsProxies.insert)
TargetHttpsProxyList
listRegionTargetHttpsProxies(string $project, string $region, array $optParams = [])
Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.
(regionTargetHttpsProxies.listRegionTargetHttpsProxies)
Operation
patch(string $project, string $region, string $targetHttpsProxy, TargetHttpsProxy $postBody, array $optParams = [])
Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (regionTargetHttpsProxies.patch)
Operation
setSslCertificates(string $project, string $region, string $targetHttpsProxy, RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody, array $optParams = [])
Replaces SslCertificates for TargetHttpsProxy.
(regionTargetHttpsProxies.setSslCertificates)
Operation
setUrlMap(string $project, string $region, string $targetHttpsProxy, UrlMapReference $postBody, array $optParams = [])
Changes the URL map for TargetHttpsProxy.
(regionTargetHttpsProxies.setUrlMap)