GetPlanRule class

Constructors

GetPlanRule({required Input<int> completionWindow, required Input<List<GetPlanRuleCopyAction>> copyActions, required Input<bool> enableContinuousBackup, required Input<List<GetPlanRuleLifecycle>> lifecycles, Input<Map<String, String>?>? recoveryPointTags, required Input<String> ruleName, required Input<List<GetPlanRuleScanAction>> scanActions, required Input<String> schedule, required Input<String> scheduleExpressionTimezone, required Input<int> startWindow, required Input<String> targetLogicallyAirGappedBackupVaultArn, required Input<String> targetVaultName})
Creates a new GetPlanRule. completionWindow Required. copyActions Required. enableContinuousBackup Required. lifecycles Required. recoveryPointTags Optional. ruleName Required. scanActions Required. schedule Required. scheduleExpressionTimezone Required. startWindow Required. targetLogicallyAirGappedBackupVaultArn Required. targetVaultName Required.
const
GetPlanRule.fromMap(Map<String, dynamic> map)
factory

Properties

completionWindow → Input<int>
final
copyActions → Input<List<GetPlanRuleCopyAction>>
final
enableContinuousBackup → Input<bool>
final
hashCode → int
The hash code for this object.
no setterinherited
lifecycles → Input<List<GetPlanRuleLifecycle>>
final
recoveryPointTags → Input<Map<String, String>?>?
final
ruleName → Input<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scanActions → Input<List<GetPlanRuleScanAction>>
final
schedule → Input<String>
final
scheduleExpressionTimezone → Input<String>
final
startWindow → Input<int>
final
targetLogicallyAirGappedBackupVaultArn → Input<String>
final
targetVaultName → Input<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited