ActiveDirectoryBackupAttributes class

The Microsoft AD attributes of the Amazon FSx for Windows File Server file system.

Constructors

ActiveDirectoryBackupAttributes({String? activeDirectoryId, String? domainName})
ActiveDirectoryBackupAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

activeDirectoryId String?
The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.
final
domainName String?
The fully qualified domain name of the self-managed AD directory.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited