Reference documentation and code samples for the Compute V1 Client 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
Generated from protobuf message google.cloud.compute.v1.BackendServiceTlsSettingsSubjectAltName
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dns_name |
string
The SAN specified as a DNS Name. |
↳ uniform_resource_identifier |
string
The SAN specified as a URI. |
getDnsName
The SAN specified as a DNS Name.
Returns | |
---|---|
Type | Description |
string |
hasDnsName
clearDnsName
setDnsName
The SAN specified as a DNS Name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUniformResourceIdentifier
The SAN specified as a URI.
Returns | |
---|---|
Type | Description |
string |
hasUniformResourceIdentifier
clearUniformResourceIdentifier
setUniformResourceIdentifier
The SAN specified as a URI.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |