target.apidocs.com.google.api.services.compute.Compute.RegionSslPolicies.html Maven / Gradle / Ivy
The newest version!
Compute.RegionSslPolicies (Compute Engine API v1-rev20250320-2.0.0)
com.google.api.services.compute
Class Compute.RegionSslPolicies
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionSslPolicies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.RegionSslPolicies.Delete
class
Compute.RegionSslPolicies.Get
class
Compute.RegionSslPolicies.Insert
class
Compute.RegionSslPolicies.List
class
Compute.RegionSslPolicies.ListAvailableFeatures
class
Compute.RegionSslPolicies.Patch
-
Constructor Summary
Constructors
Constructor and Description
RegionSslPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionSslPolicies.Delete
delete(String project,
String region,
String sslPolicy)
Deletes the specified SSL policy.
Compute.RegionSslPolicies.Get
get(String project,
String region,
String sslPolicy)
Lists all of the ordered rules present in a single specified policy.
Compute.RegionSslPolicies.Insert
insert(String project,
String region,
SslPolicy content)
Creates a new policy in the specified project and region using the data included in the request.
Compute.RegionSslPolicies.List
list(String project,
String region)
Lists all the SSL policies that have been configured for the specified project and region.
Compute.RegionSslPolicies.ListAvailableFeatures
listAvailableFeatures(String project,
String region)
Lists all features that can be specified in the SSL policy when using custom profile.
Compute.RegionSslPolicies.Patch
patch(String project,
String region,
String sslPolicy,
SslPolicy content)
Patches the specified SSL policy with the data included in the request.
-
-
Method Detail
-
delete
public Compute.RegionSslPolicies.Delete delete(String project,
String region,
String sslPolicy)
throws IOException
Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use
by any TargetHttpsProxy or TargetSslProxy resources.
Create a request for the method "regionSslPolicies.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.
sslPolicy - Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionSslPolicies.Get get(String project,
String region,
String sslPolicy)
throws IOException
Lists all of the ordered rules present in a single specified policy.
Create a request for the method "regionSslPolicies.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.
sslPolicy - Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionSslPolicies.Insert insert(String project,
String region,
SslPolicy content)
throws IOException
Creates a new policy in the specified project and region using the data included in the request.
Create a request for the method "regionSslPolicies.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 SslPolicy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionSslPolicies.List list(String project,
String region)
throws IOException
Lists all the SSL policies that have been configured for the specified project and region.
Create a request for the method "regionSslPolicies.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
-
listAvailableFeatures
public Compute.RegionSslPolicies.ListAvailableFeatures listAvailableFeatures(String project,
String region)
throws IOException
Lists all features that can be specified in the SSL policy when using custom profile.
Create a request for the method "regionSslPolicies.listAvailableFeatures".
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.RegionSslPolicies.Patch patch(String project,
String region,
String sslPolicy,
SslPolicy content)
throws IOException
Patches the specified SSL policy with the data included in the request.
Create a request for the method "regionSslPolicies.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.
sslPolicy - Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
content - the SslPolicy
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy