Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceTlsSettingsSubjectAltName |
BackendServiceTlsSettingsSubjectAltName.clone() |
BackendServiceTlsSettingsSubjectAltName |
BackendServiceTlsSettingsSubjectAltName.set(String fieldName,
Object value) |
BackendServiceTlsSettingsSubjectAltName |
BackendServiceTlsSettingsSubjectAltName.setDnsName(String dnsName)
The SAN specified as a DNS Name.
|
BackendServiceTlsSettingsSubjectAltName |
BackendServiceTlsSettingsSubjectAltName.setUniformResourceIdentifier(String uniformResourceIdentifier)
The SAN specified as a URI.
|
Modifier and Type | Method and Description |
---|---|
List<BackendServiceTlsSettingsSubjectAltName> |
BackendServiceTlsSettings.getSubjectAltNames()
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 |
---|---|
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.
|
Copyright © 2011–2025 Google. All rights reserved.