DomainEntry class
Describes a domain recordset entry.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the domain recordset entry.
final
- isAlias → bool?
-
When
true
, specifies whether the domain entry is an alias used by the Lightsail load balancer. You can include an alias (A type) record in your request, which points to a load balancer DNS name and routes traffic to your load balancer.final - name → String?
-
The name of the domain.
final
-
options
→ Map<
String, String> ? -
(Deprecated) The options for the domain entry.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → String?
-
The target AWS name server (e.g.,
ns-111.awsdns-22.com.
).final - type → String?
-
The type of domain entry, such as address (A), canonical name (CNAME), mail
exchanger (MX), name server (NS), start of authority (SOA), service locator
(SRV), or text (TXT).
final
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