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

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

The newest version!






Compute.TargetSslProxies (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute

Class Compute.TargetSslProxies

  • Enclosing class:
    Compute


    public class Compute.TargetSslProxies
    extends Object
    The "targetSslProxies" collection of methods.
    • Constructor Detail

      • TargetSslProxies

        public TargetSslProxies()
    • Method Detail

      • delete

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

        public Compute.TargetSslProxies.Get get(String project,
                                                String targetSslProxy)
                                         throws IOException
        Returns the specified TargetSslProxy resource. Create a request for the method "targetSslProxies.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.
        targetSslProxy - Name of the TargetSslProxy resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

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

        public Compute.TargetSslProxies.List list(String project)
                                           throws IOException
        Retrieves the list of TargetSslProxy resources available to the specified project. Create a request for the method "targetSslProxies.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.
        Returns:
        the request
        Throws:
        IOException
      • setCertificateMap

        public Compute.TargetSslProxies.SetCertificateMap setCertificateMap(String project,
                                                                            String targetSslProxy,
                                                                            TargetSslProxiesSetCertificateMapRequest content)
                                                                     throws IOException
        Changes the Certificate Map for TargetSslProxy. Create a request for the method "targetSslProxies.setCertificateMap". 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.
        targetSslProxy - Name of the TargetSslProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.
        content - the TargetSslProxiesSetCertificateMapRequest
        Returns:
        the request
        Throws:
        IOException
      • setSslPolicy

        public Compute.TargetSslProxies.SetSslPolicy setSslPolicy(String project,
                                                                  String targetSslProxy,
                                                                  SslPolicyReference content)
                                                           throws IOException
        Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the load balancer. They do not affect the connection between the load balancer and the backends. Create a request for the method "targetSslProxies.setSslPolicy". 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.
        targetSslProxy - Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.
        content - the SslPolicyReference
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy