BackupApplianceBackupProperties class
BackupApplianceBackupProperties represents BackupDR backup appliance's properties.
Constructors
- BackupApplianceBackupProperties.new({String? finalizeTime, int? generationId, String? recoveryRangeEndTime, String? recoveryRangeStartTime})
- BackupApplianceBackupProperties.fromJson(Map json_)
Properties
- finalizeTime ↔ String?
-
The time when this backup object was finalized (if none, backup is not
finalized).
getter/setter pair
- generationId ↔ int?
-
The numeric generation ID of the backup (monotonically increasing).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- recoveryRangeEndTime ↔ String?
-
The latest timestamp of data available in this Backup.
getter/setter pair
- recoveryRangeStartTime ↔ String?
-
The earliest timestamp of data available in this Backup.
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