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 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.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.
|
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.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
Copyright © 2011–2025 Google. All rights reserved.