DomainMembership class
An Active Directory Domain membership record associated with the DB instance or cluster.
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 Active Directory Domain membership for the DB instance or
cluster. Values include joined, pending-join, failed, and so on.
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