datasource_groups

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GroupsDataSourceSchema

func GroupsDataSourceSchema(ctx context.Context) schema.Schema

Types

type GroupsModel

type GroupsModel struct {
	Groups types.List `tfsdk:"groups"`
}

type GroupsType

type GroupsType struct {
	basetypes.ObjectType
}

func (GroupsType) Equal

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

func (GroupsType) String

func (t GroupsType) String() string

func (GroupsType) ValueFromObject

func (GroupsType) ValueFromTerraform

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

func (GroupsType) ValueType

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

type GroupsValue

type GroupsValue struct {
	Archived  basetypes.BoolValue   `tfsdk:"archived"`
	Locations basetypes.ListValue   `tfsdk:"locations"`
	Name      basetypes.StringValue `tfsdk:"name"`
	Primary   basetypes.StringValue `tfsdk:"primary"`
	Uuid      basetypes.StringValue `tfsdk:"uuid"`
	Version   basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewGroupsValue

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

func NewGroupsValueMust

func NewGroupsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) GroupsValue

func NewGroupsValueNull

func NewGroupsValueNull() GroupsValue

func NewGroupsValueUnknown

func NewGroupsValueUnknown() GroupsValue

func (GroupsValue) AttributeTypes

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

func (GroupsValue) Equal

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

func (GroupsValue) IsNull

func (v GroupsValue) IsNull() bool

func (GroupsValue) IsUnknown

func (v GroupsValue) IsUnknown() bool

func (GroupsValue) String

func (v GroupsValue) String() string

func (GroupsValue) ToObjectValue

func (GroupsValue) ToTerraformValue

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

func (GroupsValue) Type

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

Jump to

Keyboard shortcuts

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