Struct rusoto_ds::ConditionalForwarder [] [src]

pub struct ConditionalForwarder {
    pub dns_ip_addrs: Option<Vec<String>>,
    pub remote_domain_name: Option<String>,
    pub replication_scope: Option<String>,
}

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.

Fields

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.

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

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.

Trait Implementations

impl Default for ConditionalForwarder
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ConditionalForwarder
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConditionalForwarder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more