hyperv

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2021 License: MPL-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultHost = "127.0.0.1"

	DefaultUseHTTPS = true

	DefaultAllowInsecure = false

	DefaultAllowNTLM = true

	DefaultTLSServerName = ""

	// DefaultUser is used if there is no user given
	DefaultUser = "Administrator"

	// DefaultPort is used if there is no port given
	DefaultPort = 5986

	DefaultCACertFile = ""

	DefaultCertFile = ""

	DefaultKeyFile = ""

	// DefaultScriptPath is used as the path to copy the file to
	// for remote execution if not provided otherwise.
	DefaultScriptPath = "C:/Temp/terraform_%RAND%.cmd"

	// DefaultTimeout is used if there is no timeout given
	DefaultTimeoutString = "30s"
)
View Source
const MaxUint32 = 4294967295

Variables

This section is empty.

Functions

func GetWinrmClient

func GetWinrmClient(config *Config) (winrmClient *winrm.Client, err error)

New creates a new communicator implementation over WinRM.

func IntInSlice

func IntInSlice(valid []int) schema.SchemaValidateFunc

func Provider

func Provider() *schema.Provider

func ValueOrIntBetween

func ValueOrIntBetween(value, min, max int) schema.SchemaValidateFunc

Types

type Config

type Config struct {
	TerraformVersion string
	User             string
	Password         string
	Host             string
	Port             int
	HTTPS            bool
	Insecure         bool
	NTLM             bool
	TLSServerName    string
	CACert           []byte
	Key              []byte
	Cert             []byte
	ScriptPath       string
	Timeout          string
}

func (*Config) Client

func (c *Config) Client() (comm *api.HypervClient, err error)

HypervClient() returns a new client for configuring hyperv.

Jump to

Keyboard shortcuts

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