All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.Compute.RegionAutoscalers.html Maven / Gradle / Ivy







Compute.RegionAutoscalers (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute

Class Compute.RegionAutoscalers

  • Enclosing class:
    Compute


    public class Compute.RegionAutoscalers
    extends Object
    The "regionAutoscalers" collection of methods.
    • Constructor Detail

      • RegionAutoscalers

        public RegionAutoscalers()
    • Method Detail

      • delete

        public Compute.RegionAutoscalers.Delete delete(String project,
                                                       String region,
                                                       String autoscaler)
                                                throws IOException
        Deletes the specified autoscaler. Create a request for the method "regionAutoscalers.delete". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        autoscaler - Name of the autoscaler to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.RegionAutoscalers.Get get(String project,
                                                 String region,
                                                 String autoscaler)
                                          throws IOException
        Returns the specified autoscaler. Create a request for the method "regionAutoscalers.get". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        autoscaler - Name of the autoscaler to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.RegionAutoscalers.Insert insert(String project,
                                                       String region,
                                                       Autoscaler content)
                                                throws IOException
        Creates an autoscaler in the specified project using the data included in the request. Create a request for the method "regionAutoscalers.insert". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        content - the Autoscaler
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionAutoscalers.List list(String project,
                                                   String region)
                                            throws IOException
        Retrieves a list of autoscalers contained within the specified region. Create a request for the method "regionAutoscalers.list". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.RegionAutoscalers.Patch patch(String project,
                                                     String region,
                                                     Autoscaler content)
                                              throws IOException
        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. Create a request for the method "regionAutoscalers.patch". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        content - the Autoscaler
        Returns:
        the request
        Throws:
        IOException
      • update

        public Compute.RegionAutoscalers.Update update(String project,
                                                       String region,
                                                       Autoscaler content)
                                                throws IOException
        Updates an autoscaler in the specified project using the data included in the request. Create a request for the method "regionAutoscalers.update". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region scoping this request.
        content - the Autoscaler
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy