oVirt / go-ovirt-client

An easy-to-use overlay for the Go SDK.
https://pkg.go.dev/github.com/ovirt/go-ovirt-client
BSD 3-Clause "New" or "Revised" License
11 stars 20 forks source link

Fix VM getters to work with shutdown VMs #257

Open aravindhp opened 1 month ago

aravindhp commented 1 month ago

Please describe the change you are making

convertSDKNicConfiguration() was assuming that VMs will have an active NIC configuration. This is not the case for shutdown VMs, so we need to account for that.

Fixes #256

Are you the owner of the code you are sending in, or do you have permission of the owner?

I am not the owner nor do I have permission of the owner

The code will be published under the BSD 3 clause license. Have you read and understood this license?

Yes