vcd

package
v0.0.0-...-5c81be6 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	User     string `json:"user"`
	Password string `json:"password"`
	Org      string `json:"org"`
	Url      string `json:"url"`
	VDC      string `json:"vdc"`
	Insecure bool   `json:"insecure"`
	Token    string `json:"token"`
}

type VAppGenerator

type VAppGenerator struct {
	VcdService
}

func (*VAppGenerator) InitResources

func (v *VAppGenerator) InitResources() error

type VcdProvider

type VcdProvider struct {
	terraformutils.Provider
	// contains filtered or unexported fields
}

func (*VcdProvider) GetConfig

func (p *VcdProvider) GetConfig() cty.Value

func (*VcdProvider) GetName

func (p *VcdProvider) GetName() string

func (VcdProvider) GetProviderData

func (p VcdProvider) GetProviderData(arg ...string) map[string]interface{}

func (VcdProvider) GetResourceConnections

func (p VcdProvider) GetResourceConnections() map[string]map[string][]string

func (*VcdProvider) GetSupportedService

func (p *VcdProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator

func (*VcdProvider) Init

func (p *VcdProvider) Init(args []string) error

func (*VcdProvider) InitService

func (p *VcdProvider) InitService(serviceName string, verbose bool) error

type VcdService

type VcdService struct {
	terraformutils.Service
}

Jump to

Keyboard shortcuts

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