Struct aws_sdk_fsx::model::create_svm_active_directory_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateSvmActiveDirectoryConfiguration
Implementations
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryConfiguration
) -> Self
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryConfiguration
) -> Self
The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see Using Amazon FSx with your self-managed Microsoft Active Directory or Managing SVMs.
pub fn set_self_managed_active_directory_configuration(
self,
input: Option<SelfManagedActiveDirectoryConfiguration>
) -> Self
pub fn set_self_managed_active_directory_configuration(
self,
input: Option<SelfManagedActiveDirectoryConfiguration>
) -> Self
The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see Using Amazon FSx with your self-managed Microsoft Active Directory or Managing SVMs.
Consumes the builder and constructs a CreateSvmActiveDirectoryConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more