Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::BackendServiceTlsSettingsSubjectAltName (v3.0.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::BackendServiceTlsSettingsSubjectAltName.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dns_name

def dns_name() -> ::String
Returns
  • (::String) — The SAN specified as a DNS Name.

#dns_name=

def dns_name=(value) -> ::String
Parameter
  • value (::String) — The SAN specified as a DNS Name.
Returns
  • (::String) — The SAN specified as a DNS Name.

#uniform_resource_identifier

def uniform_resource_identifier() -> ::String
Returns
  • (::String) — The SAN specified as a URI.

#uniform_resource_identifier=

def uniform_resource_identifier=(value) -> ::String
Parameter
  • value (::String) — The SAN specified as a URI.
Returns
  • (::String) — The SAN specified as a URI.