Class: Google::Cloud::Compute::V1::BackendServiceTlsSettingsSubjectAltName
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendServiceTlsSettingsSubjectAltName
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A Subject Alternative Name that the load balancer matches against the SAN field in the TLS certificate provided by the backend, specified as either a DNS name or a URI, in accordance with RFC 5280 4.2.1.6
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
The SAN specified as a DNS Name.
-
#uniform_resource_identifier ⇒ ::String
The SAN specified as a URI.
Instance Attribute Details
#dns_name ⇒ ::String
Returns The SAN specified as a DNS Name.
4570 4571 4572 4573 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4570 class BackendServiceTlsSettingsSubjectAltName include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uniform_resource_identifier ⇒ ::String
Returns The SAN specified as a URI.
4570 4571 4572 4573 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4570 class BackendServiceTlsSettingsSubjectAltName include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |