Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse the VirtualEthernetCard model type #279

Merged

Commits on May 30, 2018

  1. Parse the VirtualEthernetCard model type

    There are a number of different types of VirtualEthernetCards [0]: E1000,
    Vmxnet3, etc... and this can be useful information to know.
    
    We set the GuestDevice#model attribute for storage adapters, this reuses
    that column to set the NIC's "model" type.
    
    [0] https://code.vmware.com/apis/358/vsphere#/doc/vim.vm.device.VirtualEthernetCard.html
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1583017
    agrare committed May 30, 2018
    Configuration menu
    Copy the full SHA
    fda5cdf View commit details
    Browse the repository at this point in the history