resource

package
v2.96.0 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Pending       = "Pending"
	Registering   = "Registering"
	Unregistering = "Unregistering"
	Registered    = "Registered"
	NotRegistered = "NotRegistered"
	Unregistered  = "Unregistered"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Registration

type Registration struct{}

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

DataSources returns a list of Data Sources supported by this Service

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

Resources returns a list of Resources supported by this Service

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type ResourceProviderRegistrationFeatureModel

type ResourceProviderRegistrationFeatureModel struct {
	Name       string `tfschema:"name"`
	Registered bool   `tfschema:"registered"`
}

type ResourceProviderRegistrationModel

type ResourceProviderRegistrationModel struct {
	Name     string                                     `tfschema:"name"`
	Features []ResourceProviderRegistrationFeatureModel `tfschema:"feature"`
}

type ResourceProviderRegistrationResource

type ResourceProviderRegistrationResource struct{}

func (ResourceProviderRegistrationResource) Arguments

func (ResourceProviderRegistrationResource) Attributes

func (ResourceProviderRegistrationResource) Create

func (ResourceProviderRegistrationResource) CustomImporter

func (ResourceProviderRegistrationResource) Delete

func (ResourceProviderRegistrationResource) IDValidationFunc

func (ResourceProviderRegistrationResource) ModelObject

func (r ResourceProviderRegistrationResource) ModelObject() interface{}

func (ResourceProviderRegistrationResource) Read

func (ResourceProviderRegistrationResource) ResourceType

func (ResourceProviderRegistrationResource) Update

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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