[][src]Struct rusoto_ds::DirectoryConnectSettingsDescription

pub struct DirectoryConnectSettingsDescription {
    pub availability_zones: Option<Vec<String>>,
    pub connect_ips: Option<Vec<String>>,
    pub customer_user_name: Option<String>,
    pub security_group_id: Option<String>,
    pub subnet_ids: Option<Vec<String>>,
    pub vpc_id: Option<String>,
}

Contains information about an AD Connector directory.

Fields

A list of the Availability Zones that the directory is in.

The IP addresses of the AD Connector servers.

The username of the service account in the on-premises directory.

The security group identifier for the AD Connector directory.

A list of subnet identifiers in the VPC that the AD connector is in.

The identifier of the VPC that the AD Connector is in.

Trait Implementations

impl Clone for DirectoryConnectSettingsDescription
[src]

Performs copy-assignment from source. Read more

impl Default for DirectoryConnectSettingsDescription
[src]

impl PartialEq<DirectoryConnectSettingsDescription> for DirectoryConnectSettingsDescription
[src]

impl Debug for DirectoryConnectSettingsDescription
[src]

impl<'de> Deserialize<'de> for DirectoryConnectSettingsDescription
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T