vsphere

package
v1.27.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2021 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetZonesDatastores

func GetZonesDatastores() error

Types

type Output

type Output struct {
	Datacenter      string           `json:"datacenter"`
	Zones           []string         `json:"zones"`
	ZonedDataStores []ZonedDataStore `json:"datastores"`
}

type ZonedDataStore

type ZonedDataStore struct {
	Zones         []string `json:"zones"`
	InventoryPath string   `json:"path"`
	Name          string   `json:"name"`
	DatastoreType string   `json:"datastoreType"`
	DatastoreURL  string   `json:"datastoreURL"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL