DnsConfiguration Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Dns
The DnsConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DnsConfiguration(DnsDomainConfiguration) |
Initializes a new instance of the DnsConfiguration class for the
specified domains.
| |
DnsConfiguration(IEnumerableDnsDomainConfiguration) |
Initializes a new instance of the DnsConfiguration class for the
specified domains.
|
Name | Description | |
---|---|---|
DomainConfigurations |
Gets a collection of the DnsDomainConfiguration objects describing
domains in this configuration.
| |
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.) |
Notes to Inheritors |
---|
This class can be extended if a server extension requires additional information (beyond the domains property which is already supported) be sent in the body of a Create Domain API call. |