pub type DomainRecordRequest<M, V> = Request<M, V>;
Expand description

A type alias with Request<_, DomainRecord> specific functions.

Implementations§

The priority for SRV and MX records.

Digital Ocean Documentation.

The port for SRV records.

Digital Ocean Documentation.

This value is the time to live for the record, in seconds. This defines the time frame that clients can cache queried information before a refresh should be requested.

Digital Ocean Documentation.

The weight for SRV records.

Digital Ocean Documentation.

The record type (A, MX, CNAME, etc).

Digital Ocean Documentation.

The host name, alias, or service being defined by the record.

Digital Ocean Documentation.

Variable data depending on record type. See the Domain Records section for more detail on each record type.

Digital Ocean Documentation.

The priority for SRV and MX records.

Digital Ocean Documentation.

The port for SRV records.

Digital Ocean Documentation.

This value is the time to live for the record, in seconds. This defines the time frame that clients can cache queried information before a refresh should be requested.

Digital Ocean Documentation.

The weight for SRV records.

Digital Ocean Documentation.