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