| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.SslPolicies.Insert | Compute.SslPolicies. insert(String project,
      SslPolicy content)Returns the specified SSL policy resource. | 
| Compute.SslPolicies.Patch | Compute.SslPolicies. patch(String project,
     String sslPolicy,
     SslPolicy content)Patches the specified SSL policy with the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      SslPolicy content)Returns the specified SSL policy resource. | 
| Patch(String project,
     String sslPolicy,
     SslPolicy content)Patches the specified SSL policy with the data included in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| SslPolicy | SslPolicy. clone() | 
| SslPolicy | SslPolicy. encodeFingerprint(byte[] fingerprint)Fingerprint of this resource. | 
| SslPolicy | SslPolicy. set(String fieldName,
   Object value) | 
| SslPolicy | SslPolicy. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| SslPolicy | SslPolicy. setCustomFeatures(List<String> customFeatures)A list of features enabled when the selected profile is CUSTOM. | 
| SslPolicy | SslPolicy. setDescription(String description)An optional description of this resource. | 
| SslPolicy | SslPolicy. setEnabledFeatures(List<String> enabledFeatures)[Output Only] The list of features enabled in the SSL policy. | 
| SslPolicy | SslPolicy. setFingerprint(String fingerprint)Fingerprint of this resource. | 
| SslPolicy | SslPolicy. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| SslPolicy | SslPolicy. setKind(String kind)[Output only] Type of the resource. | 
| SslPolicy | SslPolicy. 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 | SslPolicy. setName(String name)Name of the resource. | 
| SslPolicy | SslPolicy. setProfile(String profile)Profile specifies the set of SSL features that can be used by the load balancer when
 negotiating SSL with clients. | 
| SslPolicy | SslPolicy. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| SslPolicy | SslPolicy. setWarnings(List<SslPolicy.Warnings> warnings)[Output Only] If potential misconfigurations are detected for this SSL policy, this field will
 be populated with warning messages. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SslPolicy> | SslPoliciesList. getItems()A list of SslPolicy resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| SslPoliciesList | SslPoliciesList. setItems(List<SslPolicy> items)A list of SslPolicy resources. | 
Copyright © 2011–2021 Google. All rights reserved.