sqlserverflex

package
v0.0.3-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2026 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInstanceDataSource

func NewInstanceDataSource() datasource.DataSource

NewInstanceDataSource is a helper function to simplify the provider implementation.

func NewInstanceResource

func NewInstanceResource() resource.Resource

NewInstanceResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id             types.String `tfsdk:"id"` // needed by TF
	InstanceId     types.String `tfsdk:"instance_id"`
	ProjectId      types.String `tfsdk:"project_id"`
	Name           types.String `tfsdk:"name"`
	BackupSchedule types.String `tfsdk:"backup_schedule"`
	FlavorId       types.String `tfsdk:"flavor_id"`
	Encryption     types.Object `tfsdk:"encryption"`
	IsDeletable    types.Bool   `tfsdk:"is_deletable"`
	Storage        types.Object `tfsdk:"storage"`
	Status         types.String `tfsdk:"status"`
	Version        types.String `tfsdk:"version"`
	Replicas       types.Int64  `tfsdk:"replicas"`
	Region         types.String `tfsdk:"region"`
	Network        types.Object `tfsdk:"network"`
	Edition        types.String `tfsdk:"edition"`
	RetentionDays  types.Int64  `tfsdk:"retention_days"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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