package
Version:
v1.28.1
Opens a new window with list of versions in this module.
Published: Jan 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetZonesDatastores() error
type Output struct {
Datacenter string `json:"datacenter"`
Zones []string `json:"zones"`
ZonedDataStores []ZonedDataStore `json:"datastores"`
}
type ZonedDataStore struct {
Zones []string `json:"zones"`
InventoryPath string `json:"path"`
Name string `json:"name"`
DatastoreType string `json:"datastoreType"`
DatastoreURL string `json:"datastoreURL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.