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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3303

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.



3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3303

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