Class: Aws::FSx::Types::SvmActiveDirectoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::SvmActiveDirectoryConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Describes the configuration of the Microsoft Active Directory (AD) directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined. Pleae note, account credentials are not returned in the response payload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#net_bios_name ⇒ String
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryAttributes
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
Instance Attribute Details
#net_bios_name ⇒ String
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
7354 7355 7356 7357 7358 7359 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7354 class SvmActiveDirectoryConfiguration < Struct.new( :net_bios_name, :self_managed_active_directory_configuration) SENSITIVE = [] include Aws::Structure end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryAttributes
The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
7354 7355 7356 7357 7358 7359 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7354 class SvmActiveDirectoryConfiguration < Struct.new( :net_bios_name, :self_managed_active_directory_configuration) SENSITIVE = [] include Aws::Structure end |