BackupPlanBackupRuleResourceType

data class BackupPlanBackupRuleResourceType(val completionWindowMinutes: Double? = null, val copyActions: List<BackupPlanCopyActionResourceType>? = null, val enableContinuousBackup: Boolean? = null, val lifecycle: BackupPlanLifecycleResourceType? = null, val recoveryPointTags: Any? = null, val ruleName: String, val scheduleExpression: String? = null, val scheduleExpressionTimezone: String? = null, val startWindowMinutes: Double? = null, val targetBackupVault: String)

Constructors

Link copied to clipboard
fun BackupPlanBackupRuleResourceType(completionWindowMinutes: Double? = null, copyActions: List<BackupPlanCopyActionResourceType>? = null, enableContinuousBackup: Boolean? = null, lifecycle: BackupPlanLifecycleResourceType? = null, recoveryPointTags: Any? = null, ruleName: String, scheduleExpression: String? = null, scheduleExpressionTimezone: String? = null, startWindowMinutes: Double? = null, targetBackupVault: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recoveryPointTags: Any? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard