DnsDomain Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Dns
The DnsDomain type exposes the following members.
Name | Description | |
---|---|---|
AccountId |
Gets the account ID associated with this domain. The account ID within the DNS service
is equivalent to the Tenant.Id referenced by other services.
| |
Comment |
Gets the comment associated with this domain.
| |
Created |
Gets the timestamp when this domain was first added to the DNS service.
| |
EmailAddress |
Gets the email address associated with this domain.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Id |
Gets the unique ID representing this domain within the DNS service.
| |
Name |
Gets the domain name.
| |
Nameservers |
Gets a collection of DnsNameserver objects describing the DNS nameservers for the domain.
| |
Records |
Gets a collection of DnsRecord objects describing the DNS records for the domain.
| |
Subdomains |
Gets a collection of DnsSubdomain objects describing the DNS subdomains for the domain.
| |
TimeToLive |
Gets the time-to-live for the domain.
| |
Updated |
Gets the timestamp when this domain was last updated within the DNS service.
|