Class: Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Specifies updates to an FSx for ONTAP storage virtual machine’s (SVM) Microsoft Active Directory (AD) configuration. Note that account credentials are not returned in the response payload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#net_bios_name ⇒ String
Specifies an updated NetBIOS name of the AD computer object ‘NetBiosName` to which an SVM is joined.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.
Instance Attribute Details
#net_bios_name ⇒ String
Specifies an updated NetBIOS name of the AD computer object ‘NetBiosName` to which an SVM is joined.
9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-fsx/types.rb', line 9955 class UpdateSvmActiveDirectoryConfiguration < Struct.new( :self_managed_active_directory_configuration, :net_bios_name) SENSITIVE = [] include Aws::Structure end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.
9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-fsx/types.rb', line 9955 class UpdateSvmActiveDirectoryConfiguration < Struct.new( :self_managed_active_directory_configuration, :net_bios_name) SENSITIVE = [] include Aws::Structure end |