triton

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: MPL-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

Types

type Client added in v0.1.1

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

Client represents all internally accessible Triton APIs utilized by this provider and the configuration necessary to connect to them.

func (Client) Account added in v0.1.1

func (c Client) Account() (*account.AccountClient, error)

func (Client) Compute added in v0.1.1

func (c Client) Compute() (*compute.ComputeClient, error)

func (Client) Identity added in v0.1.1

func (c Client) Identity() (*identity.IdentityClient, error)

func (Client) Network added in v0.1.1

func (c Client) Network() (*network.NetworkClient, error)

func (Client) Services added in v0.5.0

func (c Client) Services() (*services.ServiceGroupClient, error)

type Config

type Config struct {
	Account               string
	Username              string
	KeyMaterial           string
	KeyID                 string
	URL                   string
	InsecureSkipTLSVerify bool
}

Config represents this provider's configuration data.

Jump to

Keyboard shortcuts

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