Class: Aws::FSx::Types::UpdateSvmActiveDirectoryConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#net_bios_nameString

Specifies an updated NetBIOS name of the AD computer object ‘NetBiosName` to which an SVM is joined.

Returns:

  • (String)


9880
9881
9882
9883
9884
9885
# File 'lib/aws-sdk-fsx/types.rb', line 9880

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

#self_managed_active_directory_configurationTypes::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.



9880
9881
9882
9883
9884
9885
# File 'lib/aws-sdk-fsx/types.rb', line 9880

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