DnsSettings class
Defines the DNS configuration of a Registration
, including name servers,
DNSSEC, and glue records.
Constructors
-
DnsSettings.new({CustomDns? customDns, List<
GlueRecord> ? glueRecords, GoogleDomainsDns? googleDomainsDns, bool? googleDomainsRedirectsDataAvailable}) - DnsSettings.fromJson(Map json_)
Properties
- customDns ↔ CustomDns?
-
An arbitrary DNS provider identified by its name servers.
getter/setter pair
-
glueRecords
↔ List<
GlueRecord> ? -
The list of glue records for this
Registration
.getter/setter pair - googleDomainsDns ↔ GoogleDomainsDns?
-
Deprecated: For more information, see
Cloud Domains feature deprecation.
getter/setter pair
- googleDomainsRedirectsDataAvailable ↔ bool?
-
Indicates if this
Registration
has configured one of the following deprecated Google Domains DNS features: * Domain forwarding (HTTP301
and302
response status codes), * Email forwarding.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited