Class: Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration
- Defined in:
- gems/aws-sdk-fsx/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.
10071 10072 10073 10074 10075 10076 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10071 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.
10071 10072 10073 10074 10075 10076 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10071 class UpdateSvmActiveDirectoryConfiguration < Struct.new( :self_managed_active_directory_configuration, :net_bios_name) SENSITIVE = [] include Aws::Structure end |