VolumeRestore class

Represents the operation of restoring a volume from a VolumeBackup.

Next id: 13

Constructors

VolumeRestore({String? completeTime, String? createTime, String? etag, String? name, String? state, String? stateMessage, NamespacedName? targetPvc, String? uid, String? updateTime, String? volumeBackup, String? volumeHandle, String? volumeType})
VolumeRestore.fromJson(Map json_)

Properties

completeTime String?
The timestamp when the associated underlying volume restoration completed.
getter/setter pair
createTime String?
The timestamp when this VolumeRestore resource was created.
getter/setter pair
etag String?
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume restore from overwriting each other.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Full name of the VolumeRestore resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of this VolumeRestore.
getter/setter pair
stateMessage String?
A human readable message explaining why the VolumeRestore is in its current state.
getter/setter pair
targetPvc NamespacedName?
The reference to the target Kubernetes PVC to be restored.
getter/setter pair
uid String?
Server generated global unique identifier of UUID format.
getter/setter pair
updateTime String?
The timestamp when this VolumeRestore resource was last updated.
getter/setter pair
volumeBackup String?
The full name of the VolumeBackup from which the volume will be restored.
getter/setter pair
volumeHandle String?
A storage system-specific opaque handler to the underlying volume created for the target PVC from the volume backup.
getter/setter pair
volumeType String?
The type of volume provisioned
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