datasource_device_versions

package
v0.2.20 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeviceVersionsDataSourceSchema

func DeviceVersionsDataSourceSchema(ctx context.Context) schema.Schema

Types

type DeviceVersionsModel

type DeviceVersionsModel struct {
	DeviceVersions types.Set    `tfsdk:"device_versions"`
	Model          types.String `tfsdk:"model"`
	OrgId          types.String `tfsdk:"org_id"`
	Type           types.String `tfsdk:"type"`
}

type DeviceVersionsType

type DeviceVersionsType struct {
	basetypes.ObjectType
}

func (DeviceVersionsType) Equal

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

func (DeviceVersionsType) String

func (t DeviceVersionsType) String() string

func (DeviceVersionsType) ValueFromObject

func (DeviceVersionsType) ValueFromTerraform

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

func (DeviceVersionsType) ValueType

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

type DeviceVersionsValue

type DeviceVersionsValue struct {
	Model   basetypes.StringValue `tfsdk:"model"`
	Tag     basetypes.StringValue `tfsdk:"tag"`
	Version basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewDeviceVersionsValue

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

func NewDeviceVersionsValueMust

func NewDeviceVersionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DeviceVersionsValue

func NewDeviceVersionsValueNull

func NewDeviceVersionsValueNull() DeviceVersionsValue

func NewDeviceVersionsValueUnknown

func NewDeviceVersionsValueUnknown() DeviceVersionsValue

func (DeviceVersionsValue) AttributeTypes

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

func (DeviceVersionsValue) Equal

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

func (DeviceVersionsValue) IsNull

func (v DeviceVersionsValue) IsNull() bool

func (DeviceVersionsValue) IsUnknown

func (v DeviceVersionsValue) IsUnknown() bool

func (DeviceVersionsValue) String

func (v DeviceVersionsValue) String() string

func (DeviceVersionsValue) ToObjectValue

func (DeviceVersionsValue) ToTerraformValue

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

func (DeviceVersionsValue) Type

Jump to

Keyboard shortcuts

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