sqlserverflexalpha

package
v0.4.6 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CollationsDataSourceSchema

func CollationsDataSourceSchema(ctx context.Context) schema.Schema

Types

type CollationsModel

type CollationsModel struct {
	Collations types.List   `tfsdk:"collations"`
	InstanceId types.String `tfsdk:"instance_id"`
	ProjectId  types.String `tfsdk:"project_id"`
	Region     types.String `tfsdk:"region"`
}

type CollationsType

type CollationsType struct {
	basetypes.ObjectType
}

func (CollationsType) Equal

func (t CollationsType) Equal(o attr.Type) bool

func (CollationsType) String

func (t CollationsType) String() string

func (CollationsType) ValueFromObject

func (CollationsType) ValueFromTerraform

func (t CollationsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (CollationsType) ValueType

func (t CollationsType) ValueType(ctx context.Context) attr.Value

type CollationsValue

type CollationsValue struct {
	CollationName basetypes.StringValue `tfsdk:"collation_name"`
	Description   basetypes.StringValue `tfsdk:"description"`
	// contains filtered or unexported fields
}

func NewCollationsValue

func NewCollationsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CollationsValue, diag.Diagnostics)

func NewCollationsValueMust

func NewCollationsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CollationsValue

func NewCollationsValueNull

func NewCollationsValueNull() CollationsValue

func NewCollationsValueUnknown

func NewCollationsValueUnknown() CollationsValue

func (CollationsValue) AttributeTypes

func (v CollationsValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (CollationsValue) Equal

func (v CollationsValue) Equal(o attr.Value) bool

func (CollationsValue) IsNull

func (v CollationsValue) IsNull() bool

func (CollationsValue) IsUnknown

func (v CollationsValue) IsUnknown() bool

func (CollationsValue) String

func (v CollationsValue) String() string

func (CollationsValue) ToObjectValue

func (CollationsValue) ToTerraformValue

func (v CollationsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (CollationsValue) Type

func (v CollationsValue) Type(ctx context.Context) attr.Type

Jump to

Keyboard shortcuts

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