LxdResources class

Constructors

LxdResources({required LxdCpuResources cpu, required LxdMemoryResources memory, required List<LxdGpuCard> gpuCards, required List<LxdNetworkCard> networkCards, required List<LxdStorageDisk> storageDisks, required List<LxdUsbDevice> usbDevices, required List<LxdPciDevice> pciDevices, required LxdSystemResources system})

Properties

cpu LxdCpuResources
final
gpuCards List<LxdGpuCard>
final
hashCode int
The hash code for this object.
no setteroverride
memory LxdMemoryResources
final
networkCards List<LxdNetworkCard>
final
pciDevices List<LxdPciDevice>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageDisks List<LxdStorageDisk>
final
system LxdSystemResources
final
usbDevices List<LxdUsbDevice>
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