| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.clone() |
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TargetServerConfig.getTlsInfo()
TLS settings for the target server.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.set(String fieldName,
Object value) |
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setCiphers(List<String> ciphers)
List of ciphers that are granted access.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setClientAuthEnabled(Boolean clientAuthEnabled)
Flag that specifies whether client-side authentication is enabled for the target server.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setCommonName(GoogleCloudApigeeV1CommonNameConfig commonName)
Common name to validate the target server against.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setEnabled(Boolean enabled)
Flag that specifies whether one-way TLS is enabled.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setEnforce(Boolean enforce)
Flag that enforces TLS settings
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setIgnoreValidationErrors(Boolean ignoreValidationErrors)
Flag that specifies whether to ignore TLS certificate validation errors.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setKeyAlias(String keyAlias)
Name of the alias used for client-side authentication in the following format:
`organizations/{org}/environments/{env}/keystores/{keystore}/aliases/{alias}`
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setKeyAliasReference(GoogleCloudApigeeV1KeyAliasReference keyAliasReference)
Reference name and alias pair to use for client-side authentication.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setProtocols(List<String> protocols)
List of TLS protocols that are granted access.
|
GoogleCloudApigeeV1TlsInfoConfig |
GoogleCloudApigeeV1TlsInfoConfig.setTrustStore(String trustStore)
Name of the keystore or keystore reference containing trusted certificates for the server in
the following format: `organizations/{org}/environments/{env}/keystores/{keystore}` or
`organizations/{org}/environments/{env}/references/{reference}`
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1TargetServerConfig |
GoogleCloudApigeeV1TargetServerConfig.setTlsInfo(GoogleCloudApigeeV1TlsInfoConfig tlsInfo)
TLS settings for the target server.
|
Copyright © 2011–2025 Google. All rights reserved.