RecoveryPlanScriptActionDetailsResponse

data class RecoveryPlanScriptActionDetailsResponse(val fabricLocation: String, val instanceType: String, val path: String, val timeout: String? = null)

Recovery plan script action details.

Constructors

Link copied to clipboard
constructor(fabricLocation: String, instanceType: String, path: String, timeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fabric location.

Link copied to clipboard

Gets the type of action details (see RecoveryPlanActionDetailsTypes enum for possible values). Expected value is 'ScriptActionDetails'.

Link copied to clipboard

The script path.

Link copied to clipboard
val timeout: String? = null

The script timeout.