target.apidocs.com.google.api.services.compute.Compute.SslPolicies.html Maven / Gradle / Ivy
Compute.SslPolicies (Compute Engine API alpha-rev20200526-1.30.9)
com.google.api.services.compute
Class Compute.SslPolicies
- java.lang.Object
-
- com.google.api.services.compute.Compute.SslPolicies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.SslPolicies.Delete
class
Compute.SslPolicies.Get
class
Compute.SslPolicies.Insert
class
Compute.SslPolicies.List
class
Compute.SslPolicies.ListAvailableFeatures
class
Compute.SslPolicies.Patch
class
Compute.SslPolicies.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
SslPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.SslPolicies.Delete
delete(String project,
String sslPolicy)
Deletes the specified SSL policy.
Compute.SslPolicies.Get
get(String project,
String sslPolicy)
Lists all of the ordered rules present in a single specified policy.
Compute.SslPolicies.Insert
insert(String project,
SslPolicy content)
Returns the specified SSL policy resource.
Compute.SslPolicies.List
list(String project)
Lists all the SSL policies that have been configured for the specified project.
Compute.SslPolicies.ListAvailableFeatures
listAvailableFeatures(String project)
Lists all features that can be specified in the SSL policy when using custom profile.
Compute.SslPolicies.Patch
patch(String project,
String sslPolicy,
SslPolicy content)
Patches the specified SSL policy with the data included in the request.
Compute.SslPolicies.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
delete
public Compute.SslPolicies.Delete delete(String project,
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 "sslPolicies.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.
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.SslPolicies.Get get(String project,
String sslPolicy)
throws IOException
Lists all of the ordered rules present in a single specified policy.
Create a request for the method "sslPolicies.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.
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.SslPolicies.Insert insert(String project,
SslPolicy content)
throws IOException
Returns the specified SSL policy resource. Gets a list of available SSL policies by making a
list() request.
Create a request for the method "sslPolicies.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 SslPolicy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.SslPolicies.List list(String project)
throws IOException
Lists all the SSL policies that have been configured for the specified project.
Create a request for the method "sslPolicies.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
-
listAvailableFeatures
public Compute.SslPolicies.ListAvailableFeatures listAvailableFeatures(String project)
throws IOException
Lists all features that can be specified in the SSL policy when using custom profile.
Create a request for the method "sslPolicies.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.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.SslPolicies.Patch patch(String project,
String sslPolicy,
SslPolicy content)
throws IOException
Patches the specified SSL policy with the data included in the request.
Create a request for the method "sslPolicies.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.
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
-
testIamPermissions
public Compute.SslPolicies.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 "sslPolicies.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–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy