Rearranging code to clean up git diff
This commit is contained in:
parent
7dfc0a6d1e
commit
338cb956ba
|
@ -60,7 +60,6 @@ type virtualMachine struct {
|
|||
cluster string
|
||||
resourcePool string
|
||||
datastore string
|
||||
linkedClone bool
|
||||
vcpu int
|
||||
memoryMb int64
|
||||
template string
|
||||
|
@ -71,6 +70,7 @@ type virtualMachine struct {
|
|||
timeZone string
|
||||
dnsSuffixes []string
|
||||
dnsServers []string
|
||||
linkedClone bool
|
||||
windowsOptionalConfig windowsOptConfig
|
||||
customConfigurations map[string](types.AnyType)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue