provider

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: May 3, 2021 License: Apache-2.0 Imports: 23 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Provider function for Dynatrace API

Types

type FooError

type FooError struct {
	Message string
}

FooError has no documentation

func (*FooError) Error

func (fe *FooError) Error() string

type NotificationCfg

type NotificationCfg struct {
	Config notifications.NotificationConfig `json:"config"` // The name of the notification configuration.
}

NotificationCfg has no documentation

type ResourceSpecification

type ResourceSpecification interface {
	Resource() *schema.Resource
	Create(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics
	Update(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics
	Read(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics
	Delete(context.Context, *schema.ResourceData, interface{}) diag.Diagnostics
}

ResourceSpecification has no documentation

Jump to

Keyboard shortcuts

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