Plan Rule
data class PlanRule(val completionWindow: Int? = null, val copyActions: List<PlanRuleCopyAction>? = null, val enableContinuousBackup: Boolean? = null, val lifecycle: PlanRuleLifecycle? = null, val recoveryPointTags: Map<String, String>? = null, val ruleName: String, val schedule: String? = null, val startWindow: Int? = null, val targetVaultName: String)
Constructors
Link copied to clipboard
fun PlanRule(completionWindow: Int? = null, copyActions: List<PlanRuleCopyAction>? = null, enableContinuousBackup: Boolean? = null, lifecycle: PlanRuleLifecycle? = null, recoveryPointTags: Map<String, String>? = null, ruleName: String, schedule: String? = null, startWindow: Int? = null, targetVaultName: String)