Struct aws_sdk_fsx::model::CreateSvmActiveDirectoryConfiguration [−][src]
#[non_exhaustive]pub struct CreateSvmActiveDirectoryConfiguration {
pub net_bios_name: Option<String>,
pub self_managed_active_directory_configuration: Option<SelfManagedActiveDirectoryConfiguration>,
}Expand description
The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.net_bios_name: Option<String>The NetBIOS name of the Active Directory computer object that will be created for your SVM.
self_managed_active_directory_configuration: Option<SelfManagedActiveDirectoryConfiguration>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.
Implementations
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
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.
Creates a new builder-style object to manufacture CreateSvmActiveDirectoryConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
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