| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.clone() |
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TargetServer.getSSLInfo()
Optional.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.set(String fieldName,
Object value) |
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setCiphers(List<String> ciphers)
The SSL/TLS cipher suites to be used.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setClientAuthEnabled(Boolean clientAuthEnabled)
Optional.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setCommonName(GoogleCloudApigeeV1TlsInfoCommonName commonName)
The TLS Common Name of the certificate.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setEnabled(Boolean enabled)
Required.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setEnforce(Boolean enforce)
TLS is strictly enforced.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setIgnoreValidationErrors(Boolean ignoreValidationErrors)
If true, Edge ignores TLS certificate errors.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setKeyAlias(String keyAlias)
Required if `client_auth_enabled` is true.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setKeyStore(String keyStore)
Required if `client_auth_enabled` is true.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setProtocols(List<String> protocols)
The TLS versioins to be used.
|
GoogleCloudApigeeV1TlsInfo |
GoogleCloudApigeeV1TlsInfo.setTrustStore(String trustStore)
The resource ID of the truststore.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1TargetServer |
GoogleCloudApigeeV1TargetServer.setSSLInfo(GoogleCloudApigeeV1TlsInfo sSLInfo)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.