Compartir a través de


ChaosScheduleStatus type

Define valores para ChaosScheduleStatus. Entre los valores posibles se incluyen: 'Invalid', 'Stopped', 'Active', 'Expired', 'Pending'

type ChaosScheduleStatus =
  | "Invalid"
  | "Stopped"
  | "Active"
  | "Expired"
  | "Pending"