Table of Contents

Class SvmActiveDirectoryConfiguration

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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.

public class SvmActiveDirectoryConfiguration
Inheritance
SvmActiveDirectoryConfiguration
Inherited Members

Constructors

SvmActiveDirectoryConfiguration()

public SvmActiveDirectoryConfiguration()

Properties

NetBiosName

Gets and sets the property NetBiosName.

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

public string NetBiosName { get; set; }

Property Value

string

SelfManagedActiveDirectoryConfiguration

Gets and sets the property SelfManagedActiveDirectoryConfiguration.

public SelfManagedActiveDirectoryAttributes SelfManagedActiveDirectoryConfiguration { get; set; }

Property Value

SelfManagedActiveDirectoryAttributes