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

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

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)


10032
10033
10034
10035
10036
10037
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10032

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.



10032
10033
10034
10035
10036
10037
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10032

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