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)


9641
9642
9643
9644
9645
9646
# File 'lib/aws-sdk-fsx/types.rb', line 9641

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 (AD) configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.



9641
9642
9643
9644
9645
9646
# File 'lib/aws-sdk-fsx/types.rb', line 9641

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