Struct aws_sdk_fsx::model::svm_active_directory_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SvmActiveDirectoryConfiguration
Implementations
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryAttributes
) -> Self
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryAttributes
) -> Self
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
pub fn set_self_managed_active_directory_configuration(
self,
input: Option<SelfManagedActiveDirectoryAttributes>
) -> Self
pub fn set_self_managed_active_directory_configuration(
self,
input: Option<SelfManagedActiveDirectoryAttributes>
) -> Self
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
Consumes the builder and constructs a SvmActiveDirectoryConfiguration
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