staging

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: MPL-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStagingBackendDataSource added in v0.3.0

func NewStagingBackendDataSource() datasource.DataSource

Helper function to simplify the provider implementation.

func NewStagingBackendResource

func NewStagingBackendResource() resource.Resource

helper function to simplify the provider implementation.

func NewStagingBackendsDataSource

func NewStagingBackendsDataSource() datasource.DataSource

Helper function to simplify the provider implementation.

func NewStagingVclconfDataSource added in v0.1.4

func NewStagingVclconfDataSource() datasource.DataSource

Helper function to simplify the provider implementation.

func NewStagingVclconfResource added in v0.1.4

func NewStagingVclconfResource() resource.Resource

helper function to simplify the provider implementation.

Types

type StagingBackend added in v0.2.0

type StagingBackend struct {
	ID           types.Int64  `tfsdk:"id"`
	Company      types.Int64  `tfsdk:"company"`
	Name         types.String `tfsdk:"name"`
	VclName      types.String `tfsdk:"vclname"`
	Origin       types.String `tfsdk:"origin"`
	Ssl          types.Bool   `tfsdk:"ssl"`
	Port         types.Int64  `tfsdk:"port"`
	HCHost       types.String `tfsdk:"hchost"`
	HCPath       types.String `tfsdk:"hcpath"`
	HCStatusCode types.Int64  `tfsdk:"hcstatuscode"`
	HCInterval   types.Int64  `tfsdk:"hcinterval"`
	HCDisabled   types.Bool   `tfsdk:"hcdisabled"`
}

type StagingVCLConf added in v0.2.0

type StagingVCLConf struct {
	ID             types.Int64  `tfsdk:"id"`
	Company        types.Int64  `tfsdk:"company"`
	VCLCode        types.String `tfsdk:"vclcode"`
	UploadDate     types.String `tfsdk:"uploaddate"`
	ProductionDate types.String `tfsdk:"productiondate"`
	User           types.String `tfsdk:"user"`
}

Jump to

Keyboard shortcuts

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