intersight

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2020 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDataSourceMapping

func GetDataSourceMapping() map[string]*schema.Resource

func GetResourceMapping

func GetResourceMapping() map[string]*schema.Resource

func Provider

func Provider() terraform.ResourceProvider

func SuppressDiffAdditionProps

func SuppressDiffAdditionProps(k, old, new string, d *schema.ResourceData) bool

SuppressDiffAdditionProps Suppress Difference functions for additional properties old is from tfstate file new is from tf config file

Types

type AuthCodePKCEKeys added in v0.1.3

type AuthCodePKCEKeys struct {
	Verifier  string //Random URL-safe string with a minimum length of 43 characters
	Challenge string
}

type Client added in v0.1.3

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

func (*Client) GetApiClient added in v0.1.3

func (c *Client) GetApiClient(ctx context.Context, enableDebug bool) *gosdk.APIClient

func (*Client) SetInputs added in v0.1.3

func (c *Client) SetInputs(apiKeyId, apiKeyFile, hostName string, ignoreTls bool) context.Context

type Config

type Config struct {
	ApiKey        string
	SecretKeyFile string
	Endpoint      string
	ApiClient     *gosdk.APIClient
	// contains filtered or unexported fields
}

Source Files

Jump to

Keyboard shortcuts

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