Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceTlsSettings |
BackendServiceTlsSettings.clone() |
BackendServiceTlsSettings |
BackendService.getTlsSettings()
Configuration for Backend Authenticated TLS and mTLS.
|
BackendServiceTlsSettings |
BackendServiceTlsSettings.set(String fieldName,
Object value) |
BackendServiceTlsSettings |
BackendServiceTlsSettings.setAuthenticationConfig(String authenticationConfig)
Reference to the BackendAuthenticationConfig resource from the networksecurity.googleapis.com
namespace.
|
BackendServiceTlsSettings |
BackendServiceTlsSettings.setSni(String sni)
Server Name Indication - see RFC3546 section 3.1.
|
BackendServiceTlsSettings |
BackendServiceTlsSettings.setSubjectAltNames(List<BackendServiceTlsSettingsSubjectAltName> subjectAltNames)
A list of Subject Alternative Names (SANs) that the Load Balancer verifies during a TLS
handshake with the backend.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setTlsSettings(BackendServiceTlsSettings tlsSettings)
Configuration for Backend Authenticated TLS and mTLS.
|
Copyright © 2011–2025 Google. All rights reserved.