Struct aws_sdk_directory::input::CreateMicrosoftAdInput
source · [−]#[non_exhaustive]pub struct CreateMicrosoftAdInput { /* private fields */ }Expand description
Creates an Managed Microsoft AD directory.
Implementations
sourceimpl CreateMicrosoftAdInput
impl CreateMicrosoftAdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMicrosoftAD, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMicrosoftAD, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateMicrosoftAD>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMicrosoftAdInput.
sourceimpl CreateMicrosoftAdInput
impl CreateMicrosoftAdInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The fully qualified domain name for the Managed Microsoft AD directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.
sourcepub fn short_name(&self) -> Option<&str>
pub fn short_name(&self) -> Option<&str>
The NetBIOS name for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.
sourcepub fn password(&self) -> Option<&str>
pub fn password(&self) -> Option<&str>
The password for the default administrative user named Admin.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the directory. This label will appear on the Amazon Web Services console Directory Details page after the directory is created.
sourcepub fn vpc_settings(&self) -> Option<&DirectoryVpcSettings>
pub fn vpc_settings(&self) -> Option<&DirectoryVpcSettings>
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
sourcepub fn edition(&self) -> Option<&DirectoryEdition>
pub fn edition(&self) -> Option<&DirectoryEdition>
Managed Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.
The tags to be assigned to the Managed Microsoft AD directory.
Trait Implementations
sourceimpl Clone for CreateMicrosoftAdInput
impl Clone for CreateMicrosoftAdInput
sourcefn clone(&self) -> CreateMicrosoftAdInput
fn clone(&self) -> CreateMicrosoftAdInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more