ConditionalForwarder class

Points to a remote domain with which you are setting up a trust relationship. Conditional forwarders are required in order to set up a trust relationship with another domain.

Constructors

ConditionalForwarder({List<String>? dnsIpAddrs, String? remoteDomainName, ReplicationScope? replicationScope})
ConditionalForwarder.fromJson(Map<String, dynamic> json)
factory

Properties

dnsIpAddrs List<String>?
The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.
final
hashCode int
The hash code for this object.
no setterinherited
remoteDomainName String?
The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.
final
replicationScope ReplicationScope?
The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited