lvslb

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Provider lvslb for terraform.

Types

type Client

type Client struct {
	FirewallIP string
	Port       int
	HTTPS      bool
	Insecure   bool
	Logname    string
	Login      string
	Password   string
}

Client = provider configuration.

func NewClient

func NewClient(firewallIP string, firewallPort int, https bool, insecure bool, logname string,
	login string, password string) *Client

NewClient configure.

type Config

type Config struct {
	// contains filtered or unexported fields
}

Config provider.

func (*Config) Client

func (c *Config) Client() (*Client, error)

Client configures with Config.

Jump to

Keyboard shortcuts

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