vsphere

package
v0.0.0-...-38b8b32 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OVASpec

type OVASpec struct {
	BootstrapTemplate    string `yaml:"BootstrapTemplate" json:"bootstraptemplate"`
	NodeTemplate         string `yaml:"NodeTemplate" json:"nodetemplate,omitempty"`
	LoadbalancerTemplate string `yaml:"LoadbalancerTemplate" json:"loadbalancertemplate,omitempty"`
}

OVASpec sets OVA information used for virtual machine templates

type ProviderVsphere

type ProviderVsphere struct {
	URL               string  `yaml:"URL" json:"url"`
	Username          string  `yaml:"Username" json:"username"`
	Password          string  `yaml:"Password" json:"password"`
	Datacenter        string  `yaml:"Datacenter" json:"datacenter"`
	ResourcePool      string  `yaml:"ResourcePool" json:"resourcepool"`
	Datastore         string  `yaml:"Datastore" json:"datastore"`
	ManagementNetwork string  `yaml:"ManagementNetwork" json:"managementnetwork"`
	StorageNetwork    string  `yaml:"StorageNetwork" json:"storagenetwork"`
	Folder            string  `yaml:"Folder" json:"folder"`
	OVA               OVASpec `yaml:"OVA" json:"ova"`
}

ProviderVsphere is vsphere specifc data

Jump to

Keyboard shortcuts

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