ForwardingRule class
A forwarding rule is a mapping of a domain
to name_servers
.
This mapping allows VMware Engine to resolve domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.
Constructors
-
ForwardingRule({String? domain, List<
String> ? nameServers}) - ForwardingRule.fromJson(Map json_)
Properties
- domain ↔ String?
-
Domain used to resolve a
name_servers
list.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
nameServers
↔ List<
String> ? -
List of DNS servers to use for domain resolution
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