postgresflexalpha

package
v0.0.11-alpha Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func VersionsDataSourceSchema

func VersionsDataSourceSchema(ctx context.Context) schema.Schema

Types

type VersionsModel

type VersionsModel struct {
	ProjectId types.String `tfsdk:"project_id"`
	Region    types.String `tfsdk:"region"`
	Versions  types.List   `tfsdk:"versions"`
}

type VersionsType

type VersionsType struct {
	basetypes.ObjectType
}

func (VersionsType) Equal

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

func (VersionsType) String

func (t VersionsType) String() string

func (VersionsType) ValueFromObject

func (VersionsType) ValueFromTerraform

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

func (VersionsType) ValueType

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

type VersionsValue

type VersionsValue struct {
	Beta       basetypes.BoolValue   `tfsdk:"beta"`
	Deprecated basetypes.StringValue `tfsdk:"deprecated"`
	Recommend  basetypes.BoolValue   `tfsdk:"recommend"`
	Version    basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewVersionsValue

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

func NewVersionsValueMust

func NewVersionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VersionsValue

func NewVersionsValueNull

func NewVersionsValueNull() VersionsValue

func NewVersionsValueUnknown

func NewVersionsValueUnknown() VersionsValue

func (VersionsValue) AttributeTypes

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

func (VersionsValue) Equal

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

func (VersionsValue) IsNull

func (v VersionsValue) IsNull() bool

func (VersionsValue) IsUnknown

func (v VersionsValue) IsUnknown() bool

func (VersionsValue) String

func (v VersionsValue) String() string

func (VersionsValue) ToObjectValue

func (VersionsValue) ToTerraformValue

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

func (VersionsValue) Type

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

Jump to

Keyboard shortcuts

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