DBClusterMember class
Contains information about an instance that is part of a DB cluster.
Constructors
- DBClusterMember({String? dBClusterParameterGroupStatus, String? dBInstanceIdentifier, bool? isClusterWriter, int? promotionTier})
- DBClusterMember.fromXml(XmlElement elem)
-
factory
Properties
- dBClusterParameterGroupStatus → String?
-
Specifies the status of the DB cluster parameter group for this member of
the DB cluster.
final
- dBInstanceIdentifier → String?
-
Specifies the instance identifier for this member of the DB cluster.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isClusterWriter → bool?
-
Value that is
true
if the cluster member is the primary instance for the DB cluster andfalse
otherwise.final - promotionTier → int?
-
A value that specifies the order in which an Aurora Replica is promoted to
the primary instance after a failure of the existing primary instance. For
more information, see
Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User
Guide.
final
- 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