Class: Aws::FSx::Types::CreateSvmActiveDirectoryConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#net_bios_nameString

The NetBIOS name of the Active Directory computer object that will be created for your SVM.

Returns:

  • (String)


3368
3369
3370
3371
3372
3373
# File 'lib/aws-sdk-fsx/types.rb', line 3368

class CreateSvmActiveDirectoryConfiguration < Struct.new(
  :net_bios_name,
  :self_managed_active_directory_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#self_managed_active_directory_configurationTypes::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



3368
3369
3370
3371
3372
3373
# File 'lib/aws-sdk-fsx/types.rb', line 3368

class CreateSvmActiveDirectoryConfiguration < Struct.new(
  :net_bios_name,
  :self_managed_active_directory_configuration)
  SENSITIVE = []
  include Aws::Structure
end