struct Lester::Server::Network::Card

Included Modules

Defined in:

lester/server/network/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 firmware_version : String | Nil #

[View source]
def numa_node : Int32 | Nil #

[View source]
def pci_address : String | Nil #

[View source]
def ports : Array(Port) | 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]