@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SvmActiveDirectoryConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration of the Microsoft Active Directory (AD) directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined. Pleae note, account credentials are not returned in the response payload.
Constructor and Description |
---|
SvmActiveDirectoryConfiguration() |
Modifier and Type | Method and Description |
---|---|
SvmActiveDirectoryConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getNetBiosName()
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
|
SelfManagedActiveDirectoryAttributes |
getSelfManagedActiveDirectoryConfiguration() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetBiosName(String netBiosName)
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
|
void |
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes selfManagedActiveDirectoryConfiguration) |
String |
toString()
Returns a string representation of this object.
|
SvmActiveDirectoryConfiguration |
withNetBiosName(String netBiosName)
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
|
SvmActiveDirectoryConfiguration |
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes selfManagedActiveDirectoryConfiguration) |
public void setNetBiosName(String netBiosName)
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
netBiosName
- The NetBIOS name of the Active Directory computer object that is joined to your SVM.public String getNetBiosName()
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
public SvmActiveDirectoryConfiguration withNetBiosName(String netBiosName)
The NetBIOS name of the Active Directory computer object that is joined to your SVM.
netBiosName
- The NetBIOS name of the Active Directory computer object that is joined to your SVM.public void setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes selfManagedActiveDirectoryConfiguration)
selfManagedActiveDirectoryConfiguration
- public SelfManagedActiveDirectoryAttributes getSelfManagedActiveDirectoryConfiguration()
public SvmActiveDirectoryConfiguration withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes selfManagedActiveDirectoryConfiguration)
selfManagedActiveDirectoryConfiguration
- public String toString()
toString
in class Object
Object.toString()
public SvmActiveDirectoryConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.