FailoverTestStatus type

The current status of the test
KnownFailoverTestStatus can be used interchangeably with FailoverTestStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: NotStarted
Starting: Starting
Running: Running
StartFailed: StartFailed
Stopping: Stopping
Completed: Completed
StopFailed: StopFailed
Invalid: Invalid
Expired: Expired

type FailoverTestStatus = string