CompatibleImage class

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

Constructors

CompatibleImage({String? amiId, String? name})
CompatibleImage.fromJson(Map<String, dynamic> json)
factory

Properties

amiId String?
The unique identifier for an individual Snow device AMI.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The optional name of a compatible image.
final
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