Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectGlobalSslPolicyName |
ProjectGlobalSslPolicyName.Builder.build() |
static ProjectGlobalSslPolicyName |
ProjectGlobalSslPolicyName.of(String project,
String sslPolicy) |
static ProjectGlobalSslPolicyName |
ProjectGlobalSslPolicyName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectGlobalSslPolicyName> |
ProjectGlobalSslPolicyName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
SslPolicyClient.deleteSslPolicy(ProjectGlobalSslPolicyName sslPolicy)
Deletes the specified SSL policy.
|
SslPolicy |
SslPolicyClient.getSslPolicy(ProjectGlobalSslPolicyName sslPolicy)
Lists all of the ordered rules present in a single specified policy.
|
Operation |
SslPolicyClient.patchSslPolicy(ProjectGlobalSslPolicyName sslPolicy,
SslPolicy sslPolicyResource,
List<String> fieldMask)
Patches the specified SSL policy with the data included in the request.
|
Constructor and Description |
---|
Builder(ProjectGlobalSslPolicyName projectGlobalSslPolicyName) |
Copyright © 2019 Google LLC. All rights reserved.