public final class GoogleCloudApigeeV1TlsInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Apigee API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1TlsInfo() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1TlsInfo |
clone() |
List<String> |
getCiphers()
The SSL/TLS cipher suites to be used.
|
Boolean |
getClientAuthEnabled()
Optional.
|
GoogleCloudApigeeV1TlsInfoCommonName |
getCommonName()
The TLS Common Name of the certificate.
|
Boolean |
getEnabled()
Required.
|
Boolean |
getEnforce()
TLS is strictly enforced.
|
Boolean |
getIgnoreValidationErrors()
If true, Edge ignores TLS certificate errors.
|
String |
getKeyAlias()
Required if `client_auth_enabled` is true.
|
String |
getKeyStore()
Required if `client_auth_enabled` is true.
|
List<String> |
getProtocols()
The TLS versioins to be used.
|
String |
getTrustStore()
The resource ID of the truststore.
|
GoogleCloudApigeeV1TlsInfo |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1TlsInfo |
setCiphers(List<String> ciphers)
The SSL/TLS cipher suites to be used.
|
GoogleCloudApigeeV1TlsInfo |
setClientAuthEnabled(Boolean clientAuthEnabled)
Optional.
|
GoogleCloudApigeeV1TlsInfo |
setCommonName(GoogleCloudApigeeV1TlsInfoCommonName commonName)
The TLS Common Name of the certificate.
|
GoogleCloudApigeeV1TlsInfo |
setEnabled(Boolean enabled)
Required.
|
GoogleCloudApigeeV1TlsInfo |
setEnforce(Boolean enforce)
TLS is strictly enforced.
|
GoogleCloudApigeeV1TlsInfo |
setIgnoreValidationErrors(Boolean ignoreValidationErrors)
If true, Edge ignores TLS certificate errors.
|
GoogleCloudApigeeV1TlsInfo |
setKeyAlias(String keyAlias)
Required if `client_auth_enabled` is true.
|
GoogleCloudApigeeV1TlsInfo |
setKeyStore(String keyStore)
Required if `client_auth_enabled` is true.
|
GoogleCloudApigeeV1TlsInfo |
setProtocols(List<String> protocols)
The TLS versioins to be used.
|
GoogleCloudApigeeV1TlsInfo |
setTrustStore(String trustStore)
The resource ID of the truststore.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getCiphers()
null for nonepublic GoogleCloudApigeeV1TlsInfo setCiphers(List<String> ciphers)
ciphers - ciphers or null for nonepublic Boolean getClientAuthEnabled()
null for nonepublic GoogleCloudApigeeV1TlsInfo setClientAuthEnabled(Boolean clientAuthEnabled)
clientAuthEnabled - clientAuthEnabled or null for nonepublic GoogleCloudApigeeV1TlsInfoCommonName getCommonName()
null for nonepublic GoogleCloudApigeeV1TlsInfo setCommonName(GoogleCloudApigeeV1TlsInfoCommonName commonName)
commonName - commonName or null for nonepublic Boolean getEnabled()
null for nonepublic GoogleCloudApigeeV1TlsInfo setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic Boolean getEnforce()
null for nonepublic GoogleCloudApigeeV1TlsInfo setEnforce(Boolean enforce)
enforce - enforce or null for nonepublic Boolean getIgnoreValidationErrors()
null for nonepublic GoogleCloudApigeeV1TlsInfo setIgnoreValidationErrors(Boolean ignoreValidationErrors)
ignoreValidationErrors - ignoreValidationErrors or null for nonepublic String getKeyAlias()
null for nonepublic GoogleCloudApigeeV1TlsInfo setKeyAlias(String keyAlias)
keyAlias - keyAlias or null for nonepublic String getKeyStore()
null for nonepublic GoogleCloudApigeeV1TlsInfo setKeyStore(String keyStore)
keyStore - keyStore or null for nonepublic List<String> getProtocols()
null for nonepublic GoogleCloudApigeeV1TlsInfo setProtocols(List<String> protocols)
protocols - protocols or null for nonepublic String getTrustStore()
null for nonepublic GoogleCloudApigeeV1TlsInfo setTrustStore(String trustStore)
trustStore - trustStore or null for nonepublic GoogleCloudApigeeV1TlsInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1TlsInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.