provisioning constant

Future reservation capacity is being provisioned. This state will be entered after start_time, while reservations are being created to provide total_count reserved instance slots. This state will not persist past start_time + 24h.

Implementation

static const provisioning =
    FutureReservationStatusLastKnownGoodState_ProcurementStatus(
      'PROVISIONING',
    );