ReplicaStatus type
Definiert Werte für ReplicaStatus. Mögliche Werte sind: 'Invalid', 'InBuild', 'Standby', 'Ready', 'Down', 'Dropped'
type ReplicaStatus =
| "Invalid"
| "InBuild"
| "Standby"
| "Ready"
| "Down"
| "Dropped"