Compute Engine v1 API - Class BackendServiceTlsSettingsSubjectAltName (3.10.0)

public sealed class BackendServiceTlsSettingsSubjectAltName : IMessage<BackendServiceTlsSettingsSubjectAltName>, IEquatable<BackendServiceTlsSettingsSubjectAltName>, IDeepCloneable<BackendServiceTlsSettingsSubjectAltName>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class 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

Inheritance

object > BackendServiceTlsSettingsSubjectAltName

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceTlsSettingsSubjectAltName()

public BackendServiceTlsSettingsSubjectAltName()

BackendServiceTlsSettingsSubjectAltName(BackendServiceTlsSettingsSubjectAltName)

public BackendServiceTlsSettingsSubjectAltName(BackendServiceTlsSettingsSubjectAltName other)
Parameter
Name Description
other BackendServiceTlsSettingsSubjectAltName

Properties

DnsName

public string DnsName { get; set; }

The SAN specified as a DNS Name.

Property Value
Type Description
string

HasDnsName

public bool HasDnsName { get; }

Gets whether the "dns_name" field is set

Property Value
Type Description
bool

HasUniformResourceIdentifier

public bool HasUniformResourceIdentifier { get; }

Gets whether the "uniform_resource_identifier" field is set

Property Value
Type Description
bool

UniformResourceIdentifier

public string UniformResourceIdentifier { get; set; }

The SAN specified as a URI.

Property Value
Type Description
string