Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
SslPolicy.Builder |
SslPolicy.Builder.addAllCustomFeatures(List<String> customFeatures)
A list of features enabled when the selected profile is CUSTOM.
|
SslPolicy.Builder |
SslPolicy.Builder.addAllEnabledFeatures(List<String> enabledFeatures)
[Output Only] The list of features enabled in the SSL policy.
|
SslPolicy.Builder |
SslPolicy.Builder.addAllWarnings(List<Warnings> warnings)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field
will be populated with warning messages.
|
SslPolicy.Builder |
SslPolicy.Builder.addCustomFeatures(String customFeatures)
A list of features enabled when the selected profile is CUSTOM.
|
SslPolicy.Builder |
SslPolicy.Builder.addEnabledFeatures(String enabledFeatures)
[Output Only] The list of features enabled in the SSL policy.
|
SslPolicy.Builder |
SslPolicy.Builder.addWarnings(Warnings warnings)
[Output Only] If potential misconfigurations are detected for this SSL policy, this field
will be populated with warning messages.
|
SslPolicy.Builder |
SslPolicy.Builder.clone() |
SslPolicy.Builder |
SslPolicy.Builder.mergeFrom(SslPolicy other) |
static SslPolicy.Builder |
SslPolicy.newBuilder() |
static SslPolicy.Builder |
SslPolicy.newBuilder(SslPolicy prototype) |
SslPolicy.Builder |
SslPolicy.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
SslPolicy.Builder |
SslPolicy.Builder.setDescription(String description)
An optional description of this resource.
|
SslPolicy.Builder |
SslPolicy.Builder.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
SslPolicy.Builder |
SslPolicy.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
SslPolicy.Builder |
SslPolicy.Builder.setKind(String kind)
[Output only] Type of the resource.
|
SslPolicy.Builder |
SslPolicy.Builder.setMinTlsVersion(String minTlsVersion)
The minimum version of SSL protocol that can be used by the clients to establish a connection
with the load balancer.
|
SslPolicy.Builder |
SslPolicy.Builder.setName(String name)
Name of the resource.
|
SslPolicy.Builder |
SslPolicy.Builder.setProfile(String profile)
Profile specifies the set of SSL features that can be used by the load balancer when
negotiating SSL with clients.
|
SslPolicy.Builder |
SslPolicy.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
SslPolicy.Builder |
SslPolicy.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.