#[non_exhaustive]pub struct CreateConditionalForwarderInput { /* private fields */ }Expand description
Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.
Implementations
sourceimpl CreateConditionalForwarderInput
impl CreateConditionalForwarderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConditionalForwarder, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateConditionalForwarder, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateConditionalForwarder>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConditionalForwarderInput.
sourceimpl CreateConditionalForwarderInput
impl CreateConditionalForwarderInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.
sourcepub fn remote_domain_name(&self) -> Option<&str>
pub fn remote_domain_name(&self) -> Option<&str>
The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
sourcepub fn dns_ip_addrs(&self) -> Option<&[String]>
pub fn dns_ip_addrs(&self) -> Option<&[String]>
The IP addresses of the remote DNS server associated with RemoteDomainName.
Trait Implementations
sourceimpl Clone for CreateConditionalForwarderInput
impl Clone for CreateConditionalForwarderInput
sourcefn clone(&self) -> CreateConditionalForwarderInput
fn clone(&self) -> CreateConditionalForwarderInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CreateConditionalForwarderInput> for CreateConditionalForwarderInput
impl PartialEq<CreateConditionalForwarderInput> for CreateConditionalForwarderInput
sourcefn eq(&self, other: &CreateConditionalForwarderInput) -> bool
fn eq(&self, other: &CreateConditionalForwarderInput) -> bool
impl StructuralPartialEq for CreateConditionalForwarderInput
Auto Trait Implementations
impl RefUnwindSafe for CreateConditionalForwarderInput
impl Send for CreateConditionalForwarderInput
impl Sync for CreateConditionalForwarderInput
impl Unpin for CreateConditionalForwarderInput
impl UnwindSafe for CreateConditionalForwarderInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more