datasource_const_alarms

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConstAlarmsDataSourceSchema

func ConstAlarmsDataSourceSchema(ctx context.Context) schema.Schema

Types

type ConstAlarmsModel

type ConstAlarmsModel struct {
	ConstAlarms types.Set `tfsdk:"const_alarms"`
}

type ConstAlarmsType

type ConstAlarmsType struct {
	basetypes.ObjectType
}

func (ConstAlarmsType) Equal

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

func (ConstAlarmsType) String

func (t ConstAlarmsType) String() string

func (ConstAlarmsType) ValueFromObject

func (ConstAlarmsType) ValueFromTerraform

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

func (ConstAlarmsType) ValueType

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

type ConstAlarmsValue

type ConstAlarmsValue struct {
	Display  basetypes.StringValue `tfsdk:"display"`
	Group    basetypes.StringValue `tfsdk:"group"`
	Key      basetypes.StringValue `tfsdk:"key"`
	Severity basetypes.StringValue `tfsdk:"severity"`
	// contains filtered or unexported fields
}

func NewConstAlarmsValue

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

func NewConstAlarmsValueMust

func NewConstAlarmsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstAlarmsValue

func NewConstAlarmsValueNull

func NewConstAlarmsValueNull() ConstAlarmsValue

func NewConstAlarmsValueUnknown

func NewConstAlarmsValueUnknown() ConstAlarmsValue

func (ConstAlarmsValue) AttributeTypes

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

func (ConstAlarmsValue) Equal

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

func (ConstAlarmsValue) IsNull

func (v ConstAlarmsValue) IsNull() bool

func (ConstAlarmsValue) IsUnknown

func (v ConstAlarmsValue) IsUnknown() bool

func (ConstAlarmsValue) String

func (v ConstAlarmsValue) String() string

func (ConstAlarmsValue) ToObjectValue

func (ConstAlarmsValue) ToTerraformValue

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

func (ConstAlarmsValue) Type

Jump to

Keyboard shortcuts

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