![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.TargetSslProxies.html Maven / Gradle / Ivy
Compute.TargetSslProxies (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.TargetSslProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.TargetSslProxies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.TargetSslProxies.Delete
class
Compute.TargetSslProxies.Get
class
Compute.TargetSslProxies.Insert
class
Compute.TargetSslProxies.List
class
Compute.TargetSslProxies.SetBackendService
class
Compute.TargetSslProxies.SetCertificateMap
class
Compute.TargetSslProxies.SetProxyHeader
class
Compute.TargetSslProxies.SetSslCertificates
class
Compute.TargetSslProxies.SetSslPolicy
class
Compute.TargetSslProxies.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
TargetSslProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.TargetSslProxies.Delete
delete(String project,
String targetSslProxy)
Deletes the specified TargetSslProxy resource.
Compute.TargetSslProxies.Get
get(String project,
String targetSslProxy)
Returns the specified TargetSslProxy resource.
Compute.TargetSslProxies.Insert
insert(String project,
TargetSslProxy content)
Creates a TargetSslProxy resource in the specified project using the data included in the
request.
Compute.TargetSslProxies.List
list(String project)
Retrieves the list of TargetSslProxy resources available to the specified project.
Compute.TargetSslProxies.SetBackendService
setBackendService(String project,
String targetSslProxy,
TargetSslProxiesSetBackendServiceRequest content)
Changes the BackendService for TargetSslProxy.
Compute.TargetSslProxies.SetCertificateMap
setCertificateMap(String project,
String targetSslProxy,
TargetSslProxiesSetCertificateMapRequest content)
Changes the Certificate Map for TargetSslProxy.
Compute.TargetSslProxies.SetProxyHeader
setProxyHeader(String project,
String targetSslProxy,
TargetSslProxiesSetProxyHeaderRequest content)
Changes the ProxyHeaderType for TargetSslProxy.
Compute.TargetSslProxies.SetSslCertificates
setSslCertificates(String project,
String targetSslProxy,
TargetSslProxiesSetSslCertificatesRequest content)
Changes SslCertificates for TargetSslProxy.
Compute.TargetSslProxies.SetSslPolicy
setSslPolicy(String project,
String targetSslProxy,
SslPolicyReference content)
Sets the SSL policy for TargetSslProxy.
Compute.TargetSslProxies.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
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. Gets a list of available target SSL proxies by
making a list() request.
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
-
setBackendService
public Compute.TargetSslProxies.SetBackendService setBackendService(String project,
String targetSslProxy,
TargetSslProxiesSetBackendServiceRequest content)
throws IOException
Changes the BackendService for TargetSslProxy.
Create a request for the method "targetSslProxies.setBackendService".
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 BackendService resource is to be set.
content
- the TargetSslProxiesSetBackendServiceRequest
- 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
-
setProxyHeader
public Compute.TargetSslProxies.SetProxyHeader setProxyHeader(String project,
String targetSslProxy,
TargetSslProxiesSetProxyHeaderRequest content)
throws IOException
Changes the ProxyHeaderType for TargetSslProxy.
Create a request for the method "targetSslProxies.setProxyHeader".
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 ProxyHeader is to be set.
content
- the TargetSslProxiesSetProxyHeaderRequest
- Returns:
- the request
- Throws:
IOException
-
setSslCertificates
public Compute.TargetSslProxies.SetSslCertificates setSslCertificates(String project,
String targetSslProxy,
TargetSslProxiesSetSslCertificatesRequest content)
throws IOException
Changes SslCertificates for TargetSslProxy.
Create a request for the method "targetSslProxies.setSslCertificates".
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 SslCertificate resource is to be set.
content
- the TargetSslProxiesSetSslCertificatesRequest
- 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 SSL proxy 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
-
testIamPermissions
public Compute.TargetSslProxies.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "targetSslProxies.testIamPermissions".
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.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy