Backup class
A NetApp Backup.
Constructors
-
Backup.new({String? backupRegion, String? backupType, String? chainStorageBytes, String? createTime, String? description, String? enforcedRetentionEndTime, Map<
String, String> ? labels, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? sourceSnapshot, String? sourceVolume, String? state, String? volumeRegion, String? volumeUsageBytes}) - Backup.fromJson(Map json_)
Properties
- backupRegion ↔ String?
-
Region in which backup is stored.
getter/setter pair
- backupType ↔ String?
-
Type of backup, manually created or created by a backup policy.
getter/setter pair
- chainStorageBytes ↔ String?
-
Total size of all backups in a chain in bytes = baseline backup size +
sum(incremental backup size)
getter/setter pair
- createTime ↔ String?
-
The time when the backup was created.
getter/setter pair
- description ↔ String?
-
A description of the backup with 2048 characters or less.
getter/setter pair
- enforcedRetentionEndTime ↔ String?
-
The time until which the backup is not deletable.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Resource labels to represent user provided metadata.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzi ↔ bool?
-
Reserved for future use
getter/setter pair
- satisfiesPzs ↔ bool?
-
Reserved for future use
getter/setter pair
- sourceSnapshot ↔ String?
-
If specified, backup will be created from the given snapshot.
getter/setter pair
- sourceVolume ↔ String?
-
Volume full name of this backup belongs to.
getter/setter pair
- state ↔ String?
-
The backup state.
getter/setter pair
- volumeRegion ↔ String?
-
Region of the volume from which the backup was created.
getter/setter pair
- volumeUsageBytes ↔ String?
-
Size of the file system when the backup was created.
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