datasource_const_countries

package
v0.1.44 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConstCountriesDataSourceSchema

func ConstCountriesDataSourceSchema(ctx context.Context) schema.Schema

Types

type ConstCountriesModel

type ConstCountriesModel struct {
	ConstCountries types.Set `tfsdk:"const_countries"`
}

type ConstCountriesType

type ConstCountriesType struct {
	basetypes.ObjectType
}

func (ConstCountriesType) Equal

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

func (ConstCountriesType) String

func (t ConstCountriesType) String() string

func (ConstCountriesType) ValueFromObject

func (ConstCountriesType) ValueFromTerraform

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

func (ConstCountriesType) ValueType

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

type ConstCountriesValue

type ConstCountriesValue struct {
	Alpha2    basetypes.StringValue `tfsdk:"alpha2"`
	Certified basetypes.BoolValue   `tfsdk:"certified"`
	Name      basetypes.StringValue `tfsdk:"name"`
	Numeric   basetypes.NumberValue `tfsdk:"numeric"`
	// contains filtered or unexported fields
}

func NewConstCountriesValue

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

func NewConstCountriesValueMust

func NewConstCountriesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstCountriesValue

func NewConstCountriesValueNull

func NewConstCountriesValueNull() ConstCountriesValue

func NewConstCountriesValueUnknown

func NewConstCountriesValueUnknown() ConstCountriesValue

func (ConstCountriesValue) AttributeTypes

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

func (ConstCountriesValue) Equal

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

func (ConstCountriesValue) IsNull

func (v ConstCountriesValue) IsNull() bool

func (ConstCountriesValue) IsUnknown

func (v ConstCountriesValue) IsUnknown() bool

func (ConstCountriesValue) String

func (v ConstCountriesValue) String() string

func (ConstCountriesValue) ToObjectValue

func (ConstCountriesValue) ToTerraformValue

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

func (ConstCountriesValue) Type

Jump to

Keyboard shortcuts

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