struct Lester::Server::Gpu::Card

Included Modules

Defined in:

lester/server/gpu/card.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def driver : String | Nil #

[View source]
def driver_version : String | Nil #

[View source]
def drm : Drm | Nil #

[View source]
def mdev : MDev | Nil #

[View source]
def numa_node : Int32 | Nil #

[View source]
def nvidia : Nvidia | Nil #

[View source]
def pci_address : String | Nil #

[View source]
def product : String | Nil #

[View source]
def product_id : String | Nil #

[View source]
def sriov : Sriov | Nil #

[View source]
def usb_address : String | Nil #

[View source]
def vendor : String | Nil #

[View source]
def vendor_id : String | Nil #

[View source]