Class: Aws::FSx::Types::CreateSvmActiveDirectoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateSvmActiveDirectoryConfiguration
- 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
-
#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.
3440 3441 3442 3443 3444 3445 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3440 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.
3440 3441 3442 3443 3444 3445 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3440 class CreateSvmActiveDirectoryConfiguration < Struct.new( :net_bios_name, :self_managed_active_directory_configuration) SENSITIVE = [] include Aws::Structure end |