nutanix

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2018 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ImageKind Represents kind of resource
	ImageKind = "image"
	// DELETED ...
	DELETED = "DELETED"
	// ERROR ..
	ERROR = "ERROR"
)
View Source
const (
	// CDROM ...
	CDROM = "CDROM"
)
View Source
const Version = "3.1"

Version represents api version

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider function returns the object that implements the terraform.ResourceProvider interface, specifically a schema.Provider

Types

type Client

type Client struct {
	API *v3.Client
}

Client represents the nutanix API client

type Config

type Config struct {
	Endpoint string
	Username string
	Password string
	Port     string
	Insecure bool
}

Config ...

func (*Config) Client

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

Client ...

Jump to

Keyboard shortcuts

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