RegionTargetTcpProxies
class RegionTargetTcpProxies extends Resource (View source)
The "regionTargetTcpProxies" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionTargetTcpProxies = $computeService->regionTargetTcpProxies;
Methods
Deletes the specified TargetTcpProxy resource.
Returns the specified TargetTcpProxy resource. (regionTargetTcpProxies.get)
Creates a TargetTcpProxy resource in the specified project and region using the data included in the request. (regionTargetTcpProxies.insert)
Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.
Details
Operation
delete(string $project, string $region, string $targetTcpProxy, array $optParams = [])
Deletes the specified TargetTcpProxy resource.
(regionTargetTcpProxies.delete)
TargetTcpProxy
get(string $project, string $region, string $targetTcpProxy, array $optParams = [])
Returns the specified TargetTcpProxy resource. (regionTargetTcpProxies.get)
Operation
insert(string $project, string $region, TargetTcpProxy $postBody, array $optParams = [])
Creates a TargetTcpProxy resource in the specified project and region using the data included in the request. (regionTargetTcpProxies.insert)
TargetTcpProxyList
listRegionTargetTcpProxies(string $project, string $region, array $optParams = [])
Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.
(regionTargetTcpProxies.listRegionTargetTcpProxies)