VolumeSnapshot class

A snapshot of a volume.

Only boot volumes can have snapshots.

Constructors

VolumeSnapshot({String? createTime, String? description, String? id, String? name, String? storageVolume, String? type})
VolumeSnapshot.fromJson(Map json_)

Properties

createTime String?
The creation time of the snapshot.
getter/setter pair
description String?
The description of the snapshot.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
An identifier for the snapshot, generated by the backend.
getter/setter pair
name String?
The name of the snapshot.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageVolume String?
The name of the volume which this snapshot belongs to.
getter/setter pair
type String?
The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc.
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