ScheduledSnapshotsConfig class
The configuration for scheduled snapshot creation mechanism.
Constructors
- ScheduledSnapshotsConfig({bool? enabled, String? snapshotCreationSchedule, String? snapshotLocation, String? timeZone})
- ScheduledSnapshotsConfig.fromJson(Map json_)
Properties
- enabled ↔ bool?
-
Whether scheduled snapshots creation is enabled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotCreationSchedule ↔ String?
-
The cron expression representing the time when snapshots creation
mechanism runs.
getter/setter pair
- snapshotLocation ↔ String?
-
The Cloud Storage location for storing automatically created snapshots.
getter/setter pair
- timeZone ↔ String?
-
Time zone that sets the context to interpret snapshot_creation_schedule.
getter/setter pair
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