public class Compute.SslPolicies
extends java.lang.Object
| 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 and Description |
|---|
SslPolicies() |
| Modifier and Type | Method and Description |
|---|---|
Compute.SslPolicies.Delete |
delete(java.lang.String project,
java.lang.String sslPolicy)
Deletes the specified SSL policy.
|
Compute.SslPolicies.Get |
get(java.lang.String project,
java.lang.String sslPolicy)
Lists all of the ordered rules present in a single specified policy.
|
Compute.SslPolicies.Insert |
insert(java.lang.String project,
SslPolicy content)
Returns the specified SSL policy resource.
|
Compute.SslPolicies.List |
list(java.lang.String project)
Lists all the SSL policies that have been configured for the specified project.
|
Compute.SslPolicies.ListAvailableFeatures |
listAvailableFeatures(java.lang.String project)
Lists all features that can be specified in the SSL policy when using custom profile.
|
Compute.SslPolicies.Patch |
patch(java.lang.String project,
java.lang.String sslPolicy,
SslPolicy content)
Patches the specified SSL policy with the data included in the request.
|
Compute.SslPolicies.TestIamPermissions |
testIamPermissions(java.lang.String project,
java.lang.String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.SslPolicies.Delete delete(java.lang.String project, java.lang.String sslPolicy) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic Compute.SslPolicies.Get get(java.lang.String project, java.lang.String sslPolicy) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic Compute.SslPolicies.Insert insert(java.lang.String project, SslPolicy content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the SslPolicyjava.io.IOExceptionpublic Compute.SslPolicies.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.java.io.IOExceptionpublic Compute.SslPolicies.ListAvailableFeatures listAvailableFeatures(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - Project ID for this request.java.io.IOExceptionpublic Compute.SslPolicies.Patch patch(java.lang.String project, java.lang.String sslPolicy, SslPolicy content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 SslPolicyjava.io.IOExceptionpublic Compute.SslPolicies.TestIamPermissions testIamPermissions(java.lang.String project, java.lang.String resource, TestPermissionsRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestjava.io.IOException