RegionAutoscalers
class RegionAutoscalers extends Resource (View source)
The "regionAutoscalers" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionAutoscalers = $computeService->regionAutoscalers;
Methods
Deletes the specified autoscaler. (regionAutoscalers.delete)
Returns the specified autoscaler. (regionAutoscalers.get)
Creates an autoscaler in the specified project using the data included in the request. (regionAutoscalers.insert)
Retrieves a list of autoscalers contained within the specified region.
Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. (regionAutoscalers.patch)
Updates an autoscaler in the specified project using the data included in the request. (regionAutoscalers.update)
Details
Operation
delete(string $project, string $region, string $autoscaler, array $optParams = [])
Deletes the specified autoscaler. (regionAutoscalers.delete)
Autoscaler
get(string $project, string $region, string $autoscaler, array $optParams = [])
Returns the specified autoscaler. (regionAutoscalers.get)
Operation
insert(string $project, string $region, Autoscaler $postBody, array $optParams = [])
Creates an autoscaler in the specified project using the data included in the request. (regionAutoscalers.insert)
RegionAutoscalerList
listRegionAutoscalers(string $project, string $region, array $optParams = [])
Retrieves a list of autoscalers contained within the specified region.
(regionAutoscalers.listRegionAutoscalers)
Operation
patch(string $project, string $region, Autoscaler $postBody, array $optParams = [])
Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. (regionAutoscalers.patch)
Operation
update(string $project, string $region, Autoscaler $postBody, array $optParams = [])
Updates an autoscaler in the specified project using the data included in the request. (regionAutoscalers.update)