DBInstanceStatusInfo class
Provides a list of status information for a DB instance.
Constructors
- DBInstanceStatusInfo({String? message, bool? normal, String? status, String? statusType})
- DBInstanceStatusInfo.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
Details of the error if there is an error for the instance. If the instance
is not in an error state, this value is blank.
final
- normal → bool?
-
Boolean value that is true if the instance is operating normally, or false
if the instance is in an error state.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
Status of the DB instance. For a StatusType of read replica, the values can
be replicating, error, stopped, or terminated.
final
- statusType → String?
-
This value is currently "read replication."
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