DnsSettings class
Defines the DNS configuration of a Registration
, including name servers,
DNSSEC, and glue records.
Constructors
-
DnsSettings({CustomDns? customDns, List<
GlueRecord> ? glueRecords, GoogleDomainsDns? googleDomainsDns}) - 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?
-
The free DNS zone provided by Google Domains.
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