provider

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MPL-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetObjectMetaResource

func GetObjectMetaResource() schema.Attribute

func New

func New(version string) func() provider.Provider

func NewAssetResource

func NewAssetResource() resource.Resource

func NewErrorDocumentResource

func NewErrorDocumentResource() resource.Resource

func NewExceptionProfileResource

func NewExceptionProfileResource() resource.Resource

func NewIPBlacklistResource

func NewIPBlacklistResource() resource.Resource

func NewOpenAPIResource

func NewOpenAPIResource() resource.Resource

func NewTLSConfigurationResource

func NewTLSConfigurationResource() resource.Resource

func NewTLSMaterialResource

func NewTLSMaterialResource() resource.Resource

Types

type AssetResource

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

AssetResource defines the resource implementation.

func (*AssetResource) Configure

func (*AssetResource) Create

func (*AssetResource) Delete

func (*AssetResource) ImportState

func (*AssetResource) Metadata

func (*AssetResource) Read

func (*AssetResource) Schema

func (*AssetResource) Update

type ErrorDocumentResource

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

ErrorDocumentResource defines the resource implementation.

func (*ErrorDocumentResource) Configure

func (*ErrorDocumentResource) Create

func (*ErrorDocumentResource) Delete

func (*ErrorDocumentResource) ImportState

func (*ErrorDocumentResource) Metadata

func (*ErrorDocumentResource) Read

func (*ErrorDocumentResource) Schema

func (*ErrorDocumentResource) Update

type ExceptionProfileResource

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

ExceptionProfileResource defines the resource implementation.

func (*ExceptionProfileResource) Configure

func (*ExceptionProfileResource) Create

func (*ExceptionProfileResource) Delete

func (*ExceptionProfileResource) ImportState

func (*ExceptionProfileResource) Metadata

func (*ExceptionProfileResource) Read

func (*ExceptionProfileResource) Schema

func (*ExceptionProfileResource) Update

type TLSConfigurationResource

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

TLSConfigurationResource defines the resource implementation.

func (*TLSConfigurationResource) Configure

func (*TLSConfigurationResource) Create

func (*TLSConfigurationResource) Delete

func (*TLSConfigurationResource) ImportState

func (*TLSConfigurationResource) Metadata

func (*TLSConfigurationResource) Read

func (*TLSConfigurationResource) Schema

func (*TLSConfigurationResource) Update

type TLSManualCreateResource

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

TLSMaterialResource defines the resource implementation.

func (*TLSManualCreateResource) Configure

func (*TLSManualCreateResource) Create

func (*TLSManualCreateResource) Delete

func (*TLSManualCreateResource) ImportState

func (*TLSManualCreateResource) Metadata

func (*TLSManualCreateResource) Read

func (*TLSManualCreateResource) Schema

func (*TLSManualCreateResource) Update

type UbikaProvider

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

UbikaProvider defines the provider implementation.

func (*UbikaProvider) Configure

func (*UbikaProvider) DataSources

func (p *UbikaProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*UbikaProvider) Metadata

func (*UbikaProvider) Resources

func (p *UbikaProvider) Resources(ctx context.Context) []func() resource.Resource

func (*UbikaProvider) Schema

type UbikaProviderModel

type UbikaProviderModel struct {
	Host          types.String `tfsdk:"host"`
	Port          types.String `tfsdk:"port"`
	InsecureNoTLS types.Bool   `tfsdk:"insecure_no_tls"`
}

UbikaProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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