fn unplan_compute_replica_config(
compute_replica_config: ComputeReplicaConfig,
) -> (Option<OptionalDuration>, bool)
Expand description
Convert a ComputeReplicaConfig
into an Option<OptionalDuration>
and bool
.
The reverse of plan_compute_replica_config
.