Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionSslPolicies.Delete |
class |
Compute.RegionSslPolicies.Get |
class |
Compute.RegionSslPolicies.GetIamPolicy |
class |
Compute.RegionSslPolicies.Insert |
class |
Compute.RegionSslPolicies.List |
class |
Compute.RegionSslPolicies.ListAvailableFeatures |
class |
Compute.RegionSslPolicies.Patch |
class |
Compute.RegionSslPolicies.TestIamPermissions |
Constructor and Description |
---|
RegionSslPolicies() |
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.GetIamPolicy |
getIamPolicy(String project,
String region,
String resource)
Gets the access control policy for a resource.
|
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.
|
Compute.RegionSslPolicies.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.RegionSslPolicies.Delete delete(String project, String region, String sslPolicy) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
public Compute.RegionSslPolicies.Get get(String project, String region, String sslPolicy) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
public Compute.RegionSslPolicies.GetIamPolicy getIamPolicy(String project, String region, String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.resource
- Name or id of the resource for this request.IOException
public Compute.RegionSslPolicies.Insert insert(String project, String region, SslPolicy content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.content
- the SslPolicy
IOException
public Compute.RegionSslPolicies.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.IOException
public Compute.RegionSslPolicies.ListAvailableFeatures listAvailableFeatures(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.region
- Name of the region scoping this request.IOException
public Compute.RegionSslPolicies.Patch patch(String project, String region, String sslPolicy, SslPolicy content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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
IOException
public Compute.RegionSslPolicies.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region for this request.resource
- Name or id of the resource for this request.content
- the TestPermissionsRequest
IOException
Copyright © 2011–2022 Google. All rights reserved.