Class: Aws::FSx::Types::CreateSvmActiveDirectoryConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::CreateSvmActiveDirectoryConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory directory.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #net_bios_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
 - 
  
    
      #self_managed_active_directory_configuration  ⇒ Types::SelfManagedActiveDirectoryConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory.
 
Instance Attribute Details
#net_bios_name ⇒ String
The NetBIOS name of the Active Directory computer object that will be created for your SVM.
      3417 3418 3419 3420 3421 3422  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3417 class CreateSvmActiveDirectoryConfiguration < Struct.new( :net_bios_name, :self_managed_active_directory_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfiguration
The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an FSx for ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see [ Using Amazon FSx for Windows with your self-managed Microsoft Active Directory] or [Managing FSx for ONTAP SVMs].
[1]: docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html [2]: docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html
      3417 3418 3419 3420 3421 3422  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3417 class CreateSvmActiveDirectoryConfiguration < Struct.new( :net_bios_name, :self_managed_active_directory_configuration) SENSITIVE = [] include Aws::Structure end  |