InstanceSnapshotInfo class
Describes an instance snapshot.
Constructors
-
InstanceSnapshotInfo({String? fromBlueprintId, String? fromBundleId, List<
DiskInfo> ? fromDiskInfo}) -
InstanceSnapshotInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- fromBlueprintId → String?
-
The blueprint ID from which the source instance (e.g.,
os_debian_8_3
).final - fromBundleId → String?
-
The bundle ID from which the source instance was created (e.g.,
micro_1_0
).final -
fromDiskInfo
→ List<
DiskInfo> ? -
A list of objects describing the disks that were attached to the source
instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited