| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.SslPolicies.AggregatedList | 
| 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.AggregatedList | aggregatedList(String project)Retrieves the list of all SslPolicy resources, regional and global, available to the specified
 project. | 
| 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. | 
public Compute.SslPolicies.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.SslPolicies.Delete delete(String project, String sslPolicy) throws 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.IOExceptionpublic Compute.SslPolicies.Get get(String project, String sslPolicy) throws 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.IOExceptionpublic Compute.SslPolicies.Insert insert(String project, SslPolicy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the SslPolicyIOExceptionpublic Compute.SslPolicies.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.SslPolicies.ListAvailableFeatures listAvailableFeatures(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.project - Project ID for this request.IOExceptionpublic Compute.SslPolicies.Patch patch(String project, String sslPolicy, SslPolicy content) throws 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 SslPolicyIOExceptionpublic Compute.SslPolicies.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws 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 TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.