ReplicationRecoveryPlanBootRecoveryGroupPreAction

data class ReplicationRecoveryPlanBootRecoveryGroupPreAction(val fabricLocation: String? = null, val failOverDirections: List<String>, val failOverTypes: List<String>, val manualActionInstruction: String? = null, val name: String, val runbookId: String? = null, val scriptPath: String? = null, val type: String)

Constructors

constructor(fabricLocation: String? = null, failOverDirections: List<String>, failOverTypes: List<String>, manualActionInstruction: String? = null, name: String, runbookId: String? = null, scriptPath: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fabricLocation: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the Replication Plan. The name can contain only letters, numbers, and hyphens. It should start with a letter and end with a letter or a number. Can be a maximum of 63 characters. Changing this forces a new resource to be created.

Link copied to clipboard
val runbookId: String? = null
Link copied to clipboard
val scriptPath: String? = null
Link copied to clipboard