Autoscalers
class Autoscalers extends Resource (View source)
The "autoscalers" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$autoscalers = $computeService->autoscalers;
Methods
Retrieves an aggregated list of autoscalers. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
Deletes the specified autoscaler. (autoscalers.delete)
Returns the specified autoscaler resource. (autoscalers.get)
Creates an autoscaler in the specified project using the data included in the request. (autoscalers.insert)
Retrieves a list of autoscalers contained within the specified zone.
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. (autoscalers.patch)
Updates an autoscaler in the specified project using the data included in the request. (autoscalers.update)
Details
AutoscalerAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of autoscalers. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
(autoscalers.aggregatedList)
Operation
delete(string $project, string $zone, string $autoscaler, array $optParams = [])
Deletes the specified autoscaler. (autoscalers.delete)
Autoscaler
get(string $project, string $zone, string $autoscaler, array $optParams = [])
Returns the specified autoscaler resource. (autoscalers.get)
Operation
insert(string $project, string $zone, Autoscaler $postBody, array $optParams = [])
Creates an autoscaler in the specified project using the data included in the request. (autoscalers.insert)
AutoscalerList
listAutoscalers(string $project, string $zone, array $optParams = [])
Retrieves a list of autoscalers contained within the specified zone.
(autoscalers.listAutoscalers)
Operation
patch(string $project, string $zone, 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. (autoscalers.patch)
Operation
update(string $project, string $zone, Autoscaler $postBody, array $optParams = [])
Updates an autoscaler in the specified project using the data included in the request. (autoscalers.update)