VolumeBackup class
Represents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.
Constructors
- VolumeBackup({String? completeTime, String? createTime, String? diskSizeBytes, String? etag, String? format, String? name, NamespacedName? sourcePvc, String? state, String? stateMessage, String? storageBytes, String? uid, String? updateTime, String? volumeBackupHandle})
- VolumeBackup.fromJson(Map json_)
Properties
- completeTime ↔ String?
-
The timestamp when the associated underlying volume backup operation
completed.
getter/setter pair
- createTime ↔ String?
-
The timestamp when this VolumeBackup resource was created.
getter/setter pair
- diskSizeBytes ↔ String?
-
The minimum size of the disk to which this VolumeBackup can be restored.
getter/setter pair
- etag ↔ String?
-
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other.getter/setter pair - format ↔ String?
-
The format used for the volume backup.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The full name of the VolumeBackup resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourcePvc ↔ NamespacedName?
-
A reference to the source Kubernetes PVC from which this VolumeBackup was
created.
getter/setter pair
- state ↔ String?
-
The current state of this VolumeBackup.
getter/setter pair
- stateMessage ↔ String?
-
A human readable message explaining why the VolumeBackup is in its current
state.
getter/setter pair
- storageBytes ↔ String?
-
The aggregate size of the underlying artifacts associated with this
VolumeBackup in the backup storage.
getter/setter pair
- uid ↔ String?
-
Server generated global unique identifier of
UUID
format.
getter/setter pair
- updateTime ↔ String?
-
The timestamp when this VolumeBackup resource was last updated.
getter/setter pair
- volumeBackupHandle ↔ String?
-
A storage system-specific opaque handle to the underlying volume backup.
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