RecoveryPlanActionResponse

data class RecoveryPlanActionResponse(val actionName: String, val customDetails: Any, val failoverDirections: List<String>, val failoverTypes: List<String>)

Recovery plan action details.

Constructors

Link copied to clipboard
constructor(actionName: String, customDetails: Any, failoverDirections: List<String>, failoverTypes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action name.

Link copied to clipboard

The custom details.

Link copied to clipboard

The list of failover directions.

Link copied to clipboard

The list of failover types.