FailoverState type
A state specific to the resource that helps identify its Failover state.
KnownFailoverState can be used interchangeably with FailoverState,
this enum contains the known values that the service supports.
Known values supported by the service
None: The resource is Not in failedOver state.
FailedOver: The resource is in failed-over state.
FailedOverCommitPending: The resource is in failover commit pending state.
FailedOverReprotectPending: The resource is in reprotect pending state.
type FailoverState = string