GlueRecord class
Defines a host on your domain that is a DNS name server for your domain and/or other domains.
Glue records are a way of making the IP address of a name server known, even
when it serves DNS queries for its parent domain. For example, when
ns.example.com
is a name server for example.com
, the host
ns.example.com
must have a glue record to break the circular DNS
reference.
Constructors
-
GlueRecord({String? hostName, List<
String> ? ipv4Addresses, List<String> ? ipv6Addresses}) - GlueRecord.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostName ↔ String?
-
Domain name of the host in Punycode format.
getter/setter pair
-
ipv4Addresses
↔ List<
String> ? -
List of IPv4 addresses corresponding to this host in the standard decimal
format (e.g.
198.51.100.1
).getter/setter pair -
ipv6Addresses
↔ List<
String> ? -
List of IPv6 addresses corresponding to this host in the standard
hexadecimal format (e.g.
2001:db8::
).getter/setter pair - 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