次の方法で共有


ChaosScheduleStatus type

ChaosScheduleStatus の値を定義します。 使用可能な値は、'Invalid'、'Stopped'、'Active'、'Expired'、'Pending' です。

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