RecoveryPlanAutomationRunbookActionDetailsArgs

data class RecoveryPlanAutomationRunbookActionDetailsArgs(val fabricLocation: Output<Either<String, RecoveryPlanActionLocation>>, val instanceType: Output<String>, val runbookId: Output<String>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<RecoveryPlanAutomationRunbookActionDetailsArgs>

Recovery plan Automation runbook action details.

Constructors

constructor(fabricLocation: Output<Either<String, RecoveryPlanActionLocation>>, instanceType: Output<String>, runbookId: Output<String>? = null, timeout: Output<String>? = null)

Properties

Link copied to clipboard

The fabric location.

Link copied to clipboard
val instanceType: Output<String>

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

Link copied to clipboard
val runbookId: Output<String>? = null

The runbook ARM Id.

Link copied to clipboard
val timeout: Output<String>? = null

The runbook timeout.

Functions

Link copied to clipboard
open override fun toJava(): RecoveryPlanAutomationRunbookActionDetailsArgs