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

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

There is a newer version: v1-rev20250107-2.0.0
Show newest version






Compute.RegionHealthChecks (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute

Class Compute.RegionHealthChecks

  • Enclosing class:
    Compute


    public class Compute.RegionHealthChecks
    extends Object
    The "regionHealthChecks" collection of methods.
    • Constructor Detail

      • RegionHealthChecks

        public RegionHealthChecks()
    • Method Detail

      • delete

        public Compute.RegionHealthChecks.Delete delete(String project,
                                                        String region,
                                                        String healthCheck)
                                                 throws IOException
        Deletes the specified HealthCheck resource. Create a request for the method "regionHealthChecks.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.
        healthCheck - Name of the HealthCheck resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.RegionHealthChecks.Get get(String project,
                                                  String region,
                                                  String healthCheck)
                                           throws IOException
        Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request. Create a request for the method "regionHealthChecks.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.
        healthCheck - Name of the HealthCheck resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.RegionHealthChecks.Insert insert(String project,
                                                        String region,
                                                        HealthCheck content)
                                                 throws IOException
        Creates a HealthCheck resource in the specified project using the data included in the request. Create a request for the method "regionHealthChecks.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 HealthCheck
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.RegionHealthChecks.List list(String project,
                                                    String region)
                                             throws IOException
        Retrieves the list of HealthCheck resources available to the specified project. Create a request for the method "regionHealthChecks.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.RegionHealthChecks.Patch patch(String project,
                                                      String region,
                                                      String healthCheck,
                                                      HealthCheck content)
                                               throws IOException
        Updates a HealthCheck resource 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 "regionHealthChecks.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.
        healthCheck - Name of the HealthCheck resource to patch.
        content - the HealthCheck
        Returns:
        the request
        Throws:
        IOException
      • update

        public Compute.RegionHealthChecks.Update update(String project,
                                                        String region,
                                                        String healthCheck,
                                                        HealthCheck content)
                                                 throws IOException
        Updates a HealthCheck resource in the specified project using the data included in the request. Create a request for the method "regionHealthChecks.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.
        healthCheck - Name of the HealthCheck resource to update.
        content - the HealthCheck
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy