byteset

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProviderHostname  = "registry.terraform.io"
	ProviderNamespace = "seal-io"
	ProviderType      = "byteset"
	ProviderAddress   = ProviderHostname + "/" + ProviderNamespace + "/" + ProviderType
)

Variables

This section is empty.

Functions

func NewProvider

func NewProvider() provider.Provider

func NewResourcePipeline

func NewResourcePipeline() resource.Resource

Types

type Provider

type Provider struct{}

func (Provider) Configure

func (Provider) DataSources

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

func (Provider) Metadata

func (Provider) Resources

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

func (Provider) Schema

type ResourcePipeline

type ResourcePipeline struct {
	ID          types.String                `tfsdk:"id"`
	Source      ResourcePipelineSource      `tfsdk:"source"`
	Destination ResourcePipelineDestination `tfsdk:"destination"`
	Timeouts    timeouts.Value              `tfsdk:"timeouts"`
	Cost        types.String                `tfsdk:"cost"`
}

func (ResourcePipeline) Corrupted

func (r ResourcePipeline) Corrupted() bool

func (ResourcePipeline) Create

func (ResourcePipeline) Delete

func (ResourcePipeline) Equal

func (ResourcePipeline) Hash

func (r ResourcePipeline) Hash() string

func (ResourcePipeline) Metadata

func (ResourcePipeline) Read

func (ResourcePipeline) Schema

func (ResourcePipeline) Update

type ResourcePipelineDestination

type ResourcePipelineDestination struct {
	Address  types.String `tfsdk:"address"`
	ConnMax  types.Int64  `tfsdk:"conn_max"`
	BatchCap types.Int64  `tfsdk:"batch_cap"`
	Salt     types.String `tfsdk:"salt"`
}

func (ResourcePipelineDestination) Reflect

type ResourcePipelineSource

type ResourcePipelineSource struct {
	Address types.String `tfsdk:"address"`
	ConnMax types.Int64  `tfsdk:"conn_max"`
}

func (ResourcePipelineSource) Reflect

Jump to

Keyboard shortcuts

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