esxlib/esx/config.go

11 lines
170 B
Go
Raw Normal View History

2023-06-24 19:57:08 +00:00
package esx
type Config struct {
Name string
2023-09-02 17:53:56 +00:00
Description string
2023-06-24 19:57:08 +00:00
Host string
User string
Password string
HostDefaults HostProperties
}