Struct digitalocean::api::Domain [] [src]

pub struct Domain { /* fields omitted */ }

Domain resources are domain names that you have purchased from a domain name registrar that you are managing through the DigitalOcean DNS interface.

Digital Ocean Documentation.

Methods

impl Domain
[src]

[src]

The name of the domain itself. This should follow the standard domain format of domain.TLD. For instance, example.com is a valid domain name.

[src]

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

[src]

This attribute contains the complete contents of the zone file for the selected domain. Individual domain record resources should be used to get more granular control over records. However, this attribute can also be used to get information about the SOA record, which is created automatically and is not accessible as an individual record resource.

impl Domain
[src]

Trait Implementations

impl Debug for Domain
[src]

[src]

Formats the value using the given formatter.

impl Clone for Domain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl HasResponse for Domain
[src]