@Generated(value="by GAPIC") @BetaApi public final class SslPolicy extends Object implements com.google.api.gax.httpjson.ApiMessage
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SslPolicy.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
com.google.api.gax.httpjson.ApiMessage | 
getApiMessageRequestBody()  | 
String | 
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format. 
 | 
List<String> | 
getCustomFeaturesList()
A list of features enabled when the selected profile is CUSTOM. 
 | 
static SslPolicy | 
getDefaultInstance()  | 
String | 
getDescription()
An optional description of this resource. 
 | 
List<String> | 
getEnabledFeaturesList()
[Output Only] The list of features enabled in the SSL policy. 
 | 
List<String> | 
getFieldMask()  | 
Object | 
getFieldValue(String fieldName)  | 
String | 
getFingerprint()
Fingerprint of this resource. 
 | 
String | 
getId()
[Output Only] The unique identifier for the resource. 
 | 
String | 
getKind()
[Output only] Type of the resource. 
 | 
String | 
getMinTlsVersion()
The minimum version of SSL protocol that can be used by the clients to establish a connection
 with the load balancer. 
 | 
String | 
getName()
Name of the resource. 
 | 
String | 
getProfile()
Profile specifies the set of SSL features that can be used by the load balancer when
 negotiating SSL with clients. 
 | 
String | 
getSelfLink()
[Output Only] Server-defined URL for the resource. 
 | 
List<Warnings> | 
getWarningsList()
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will
 be populated with warning messages. 
 | 
int | 
hashCode()  | 
static SslPolicy.Builder | 
newBuilder()  | 
static SslPolicy.Builder | 
newBuilder(SslPolicy prototype)  | 
SslPolicy.Builder | 
toBuilder()  | 
String | 
toString()  | 
public Object getFieldValue(String fieldName)
getFieldValue in interface com.google.api.gax.httpjson.ApiMessage@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody in interface com.google.api.gax.httpjson.ApiMessage@Nullable public List<String> getFieldMask()
getFieldMask in interface com.google.api.gax.httpjson.ApiMessagepublic String getCreationTimestamp()
public List<String> getCustomFeaturesList()
public String getDescription()
public List<String> getEnabledFeaturesList()
public String getFingerprint()
To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
public String getId()
public String getKind()
public String getMinTlsVersion()
public String getName()
public String getProfile()
public String getSelfLink()
public List<Warnings> getWarningsList()
public static SslPolicy.Builder newBuilder()
public static SslPolicy.Builder newBuilder(SslPolicy prototype)
public SslPolicy.Builder toBuilder()
public static SslPolicy getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.