DBInstanceStatusInfo class
Provides a list of status information for an 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?
- 
  A Boolean value that is trueif the instance is operating normally, orfalseif 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 instance. For a StatusTypeof read replica, the values can bereplicating, error,stopped, orterminated.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