DedicatedDatabaseMember class

Member

Implemented types

Constructors

DedicatedDatabaseMember({required String $id, required String role, required String status, required double lagSeconds})
DedicatedDatabaseMember.fromMap(Map<String, dynamic> map)
factory

Properties

$id String
Member identifier.
final
hashCode int
The hash code for this object.
no setterinherited
lagSeconds double
Replication lag in seconds.
final
role String
Member role. Possible values: primary (accepts reads and writes), replica (read-only follower).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Member pod status. Possible values: provisioning (pod missing or Pending), starting (Running but not Ready), active (Running and Ready), failed (Failed phase or CrashLoopBackOff container), or the lowercased pod phase reported by the cluster.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited