LxdInstance class

Constructors

LxdInstance({required String architecture, required Map<String, dynamic> config, required DateTime createdAt, required String description, required bool ephemeral, required DateTime lastUsedAt, required String location, required String name, required List<String> profiles, required bool stateful, required String status, required int statusCode, required String type})

Properties

architecture String
final
config Map<String, dynamic>
final
createdAt DateTime
final
description String
final
ephemeral bool
final
hashCode int
The hash code for this object.
no setteroverride
lastUsedAt DateTime
final
location String
final
name String
final
profiles List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateful bool
final
status String
final
statusCode int
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override