BackupDrEnabledWindow class

Information about a single window when BackupDR was enabled for this cluster.

Constructors

BackupDrEnabledWindow({bool? automatedBackupPreviouslyEnabled, String? backupPlanAssociation, int? continuousBackupPreviousRecoveryWindowDays, bool? continuousBackupPreviouslyEnabled, String? continuousBackupPreviouslyEnabledTime, String? dataSource, String? disabledTime, String? enabledTime, String? logRetentionPeriod})
BackupDrEnabledWindow.fromJson(Map json_)

Properties

automatedBackupPreviouslyEnabled bool?
Whether automated backup was previously enabled prior to enabling BackupDR protection for this cluster.
getter/setter pair
backupPlanAssociation String?
The BackupPlanAssociation resource that was used to enable BackupDR protection for this cluster.
getter/setter pair
continuousBackupPreviouslyEnabled bool?
Whether continuous backup was previously enabled prior to enabling BackupDR protection for this cluster.
getter/setter pair
continuousBackupPreviouslyEnabledTime String?
The time when continuous backup was previously enabled prior to enabling BackupDR protection for this cluster.
getter/setter pair
continuousBackupPreviousRecoveryWindowDays int?
The retention set for the continuous backup that was previously enabled prior to enabling BackupDR protection for this cluster.
getter/setter pair
dataSource String?
The DataSource resource that represents the cluster in BackupDR.
getter/setter pair
disabledTime String?
Time when the BackupDR protection for this cluster was disabled.
getter/setter pair
enabledTime String?
Time when the BackupDR protection for this cluster was enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logRetentionPeriod String?
The retention period for logs generated by BackupDR for this cluster.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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