Gasper Oblak

Results 5 issues of Gasper Oblak

When viewing host details through the oVirt web interface (located at `Compute -> Hosts -> {Host} -> General -> Software`), there's a field labeled OS Description that provides comprehensive information...

When running the following code: ```go package main import ( "log" "github.com/PaloAltoNetworks/pango" ) func main() { var err error c := &pango.Firewall{Client: pango.Client{ Hostname: "127.0.0.1", Username: "svcnetbox", Password: "password", Logging:...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, there is no direct way to assign ownership information, such as an owner's name and email, to virtual machines...