Versions in this module Expand all Collapse all v0 v0.4.1 Jan 17, 2024 Changes in this version + func Action_GOVC(w *workflow.Workflow, m *workflow.TemplateData) error + func GetSchema() workflow.SchemaEndpoint + func PrintSomethingOut(out io.Writer) + type GovcSchema struct + func (s GovcSchema) GetActionSchema() map[string]workflow.ActionSchema + func (s GovcSchema) GetFunctionMap() map[string]workflow.FunctionSchema + func (s GovcSchema) GetTargetSchema() map[string]workflow.TargetSchema + type VCenter struct + DataCenter string + DataStore string + Host string + IgnoreSSL bool + Network string + Password string + ResourcePool string + User string + func CreateVCenter(env string, host string, user string, password string, ignore_ssl bool, ...) *VCenter + func CreateVCenterOptions(env string, opts ...VCenterOption) *VCenter + func (m *VCenter) Run(command string, silent bool) error + func (m *VCenter) String() string + func (m *VCenter) Test() (bool, string, error) + func (m *VCenter) Update(opts ...VCenterOption) + type VCenterOption func(*VCenter) + func OptionVCenterDataCenter(data_center string) VCenterOption + func OptionVCenterDataStore(data_store string) VCenterOption + func OptionVCenterHost(host string) VCenterOption + func OptionVCenterIgnoreSSL(ignore_ssl bool) VCenterOption + func OptionVCenterNetwork(network string) VCenterOption + func OptionVCenterPassword(password string) VCenterOption + func OptionVCenterResourcePool(resource_pool string) VCenterOption + func OptionVCenterUser(user string) VCenterOption