| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.Autoscalers.AggregatedList | 
| class  | Compute.Autoscalers.Delete | 
| class  | Compute.Autoscalers.Get | 
| class  | Compute.Autoscalers.Insert | 
| class  | Compute.Autoscalers.List | 
| class  | Compute.Autoscalers.Patch | 
| class  | Compute.Autoscalers.TestIamPermissions | 
| class  | Compute.Autoscalers.Update | 
| Constructor and Description | 
|---|
| Autoscalers() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Autoscalers.AggregatedList | aggregatedList(String project)Retrieves an aggregated list of autoscalers. | 
| Compute.Autoscalers.Delete | delete(String project,
      String zone,
      String autoscaler)Deletes the specified autoscaler. | 
| Compute.Autoscalers.Get | get(String project,
   String zone,
   String autoscaler)Returns the specified autoscaler resource. | 
| Compute.Autoscalers.Insert | insert(String project,
      String zone,
      Autoscaler content)Creates an autoscaler in the specified project using the data included in the request. | 
| Compute.Autoscalers.List | list(String project,
    String zone)Retrieves a list of autoscalers contained within the specified zone. | 
| Compute.Autoscalers.Patch | patch(String project,
     String zone,
     Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
| Compute.Autoscalers.TestIamPermissions | testIamPermissions(String project,
                  String zone,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
| Compute.Autoscalers.Update | update(String project,
      String zone,
      Autoscaler content)Updates an autoscaler in the specified project using the data included in the request. | 
public Compute.Autoscalers.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.Autoscalers.Delete delete(String project, String zone, String autoscaler) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.autoscaler - Name of the autoscaler to delete.IOExceptionpublic Compute.Autoscalers.Get get(String project, String zone, String autoscaler) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.autoscaler - Name of the autoscaler to return.IOExceptionpublic Compute.Autoscalers.Insert insert(String project, String zone, Autoscaler content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.content - the AutoscalerIOExceptionpublic Compute.Autoscalers.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.IOExceptionpublic Compute.Autoscalers.Patch patch(String project, String zone, Autoscaler content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.content - the AutoscalerIOExceptionpublic Compute.Autoscalers.TestIamPermissions testIamPermissions(String project, String zone, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionpublic Compute.Autoscalers.Update update(String project, String zone, Autoscaler content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - Name of the zone for this request.content - the AutoscalerIOExceptionCopyright © 2011–2022 Google. All rights reserved.