Google Cloud Certificate Manager V1 Client - Class DnsResourceRecord (0.5.2)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class DnsResourceRecord.

The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.

Generated from protobuf message google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecord

Namespace

Google \ Cloud \ CertificateManager \ V1 \ DnsAuthorization

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Fully qualified name of the DNS Resource Record. e.g. _acme-challenge.example.com

↳ type string

Output only. Type of the DNS Resource Record. Currently always set to "CNAME".

↳ data string

Output only. Data of the DNS Resource Record.

getName

Output only. Fully qualified name of the DNS Resource Record.

e.g. _acme-challenge.example.com

Returns
TypeDescription
string

setName

Output only. Fully qualified name of the DNS Resource Record.

e.g. _acme-challenge.example.com

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

Output only. Type of the DNS Resource Record.

Currently always set to "CNAME".

Returns
TypeDescription
string

setType

Output only. Type of the DNS Resource Record.

Currently always set to "CNAME".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getData

Output only. Data of the DNS Resource Record.

Returns
TypeDescription
string

setData

Output only. Data of the DNS Resource Record.

Parameter
NameDescription
var string
Returns
TypeDescription
$this