Class: Aws::FSx::Types::SvmActiveDirectoryConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Describes the Microsoft Active Directory (AD) directory configuration to which the FSx for ONTAP storage virtual machine (SVM) is joined. 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

The NetBIOS name of the AD computer object to which the SVM is joined.

Returns:

  • (String)


8666
8667
8668
8669
8670
8671
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8666

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

#self_managed_active_directory_configurationTypes::SelfManagedActiveDirectoryAttributes

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.



8666
8667
8668
8669
8670
8671
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8666

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