TargetTcpProxies
class TargetTcpProxies extends Resource (View source)
The "targetTcpProxies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$targetTcpProxies = $computeService->targetTcpProxies;
Methods
Retrieves the list of all TargetTcpProxy 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 TargetTcpProxy resource. (targetTcpProxies.delete)
Returns the specified TargetTcpProxy resource. (targetTcpProxies.get)
Creates a TargetTcpProxy resource in the specified project using the data included in the request. (targetTcpProxies.insert)
Retrieves the list of TargetTcpProxy resources available to the specified project. (targetTcpProxies.listTargetTcpProxies)
Changes the BackendService for TargetTcpProxy.
Changes the ProxyHeaderType for TargetTcpProxy.
Details
TargetTcpProxyAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves the list of all TargetTcpProxy resources, regional and global,
available to the specified project. To prevent failure, Google recommends
that you set the returnPartialSuccess
parameter to true
.
(targetTcpProxies.aggregatedList)
Operation
delete(string $project, string $targetTcpProxy, array $optParams = [])
Deletes the specified TargetTcpProxy resource. (targetTcpProxies.delete)
TargetTcpProxy
get(string $project, string $targetTcpProxy, array $optParams = [])
Returns the specified TargetTcpProxy resource. (targetTcpProxies.get)
Operation
insert(string $project, TargetTcpProxy $postBody, array $optParams = [])
Creates a TargetTcpProxy resource in the specified project using the data included in the request. (targetTcpProxies.insert)
TargetTcpProxyList
listTargetTcpProxies(string $project, array $optParams = [])
Retrieves the list of TargetTcpProxy resources available to the specified project. (targetTcpProxies.listTargetTcpProxies)
Operation
setBackendService(string $project, string $targetTcpProxy, TargetTcpProxiesSetBackendServiceRequest $postBody, array $optParams = [])
Changes the BackendService for TargetTcpProxy.
(targetTcpProxies.setBackendService)
Operation
setProxyHeader(string $project, string $targetTcpProxy, TargetTcpProxiesSetProxyHeaderRequest $postBody, array $optParams = [])
Changes the ProxyHeaderType for TargetTcpProxy.
(targetTcpProxies.setProxyHeader)