DomainMembership class

An Active Directory Domain membership record associated with a DB instance.

Constructors

DomainMembership({String? domain, String? fqdn, String? iAMRoleName, String? status})
DomainMembership.fromXml(XmlElement elem)
factory

Properties

domain String?
The identifier of the Active Directory Domain.
final
fqdn String?
The fully qualified domain name of the Active Directory Domain.
final
hashCode int
The hash code for this object.
no setterinherited
iAMRoleName String?
The name of the IAM role to be used when making API calls to the Directory Service.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
final

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