Struct aws_sdk_directory::model::DirectoryConnectSettings
source · [−]#[non_exhaustive]pub struct DirectoryConnectSettings { /* private fields */ }Expand description
Contains information for the ConnectDirectory operation when an AD Connector directory is being created.
Implementations
sourceimpl DirectoryConnectSettings
impl DirectoryConnectSettings
sourcepub fn vpc_id(&self) -> Option<&str>
pub fn vpc_id(&self) -> Option<&str>
The identifier of the VPC in which the AD Connector is created.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
A list of subnet identifiers in the VPC in which the AD Connector is created.
sourcepub fn customer_dns_ips(&self) -> Option<&[String]>
pub fn customer_dns_ips(&self) -> Option<&[String]>
A list of one or more IP addresses of DNS servers or domain controllers in your self-managed directory.
sourcepub fn customer_user_name(&self) -> Option<&str>
pub fn customer_user_name(&self) -> Option<&str>
The user name of an account in your self-managed directory that is used to connect to the directory. This account must have the following permissions:
-
Read users and groups
-
Create computer objects
-
Join computers to the domain
sourceimpl DirectoryConnectSettings
impl DirectoryConnectSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DirectoryConnectSettings.
Trait Implementations
sourceimpl Clone for DirectoryConnectSettings
impl Clone for DirectoryConnectSettings
sourcefn clone(&self) -> DirectoryConnectSettings
fn clone(&self) -> DirectoryConnectSettings
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 more
sourceimpl Debug for DirectoryConnectSettings
impl Debug for DirectoryConnectSettings
sourceimpl PartialEq<DirectoryConnectSettings> for DirectoryConnectSettings
impl PartialEq<DirectoryConnectSettings> for DirectoryConnectSettings
sourcefn eq(&self, other: &DirectoryConnectSettings) -> bool
fn eq(&self, other: &DirectoryConnectSettings) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for DirectoryConnectSettings
Auto Trait Implementations
impl RefUnwindSafe for DirectoryConnectSettings
impl Send for DirectoryConnectSettings
impl Sync for DirectoryConnectSettings
impl Unpin for DirectoryConnectSettings
impl UnwindSafe for DirectoryConnectSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more