resource_org_wlantemplate

package
v0.1.17 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgWlantemplateResourceSchema

func OrgWlantemplateResourceSchema(ctx context.Context) schema.Schema

Types

type AppliesType

type AppliesType struct {
	basetypes.ObjectType
}

func (AppliesType) Equal

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

func (AppliesType) String

func (t AppliesType) String() string

func (AppliesType) ValueFromObject

func (AppliesType) ValueFromTerraform

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

func (AppliesType) ValueType

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

type AppliesValue

type AppliesValue struct {
	OrgId        basetypes.StringValue `tfsdk:"org_id"`
	SiteIds      basetypes.ListValue   `tfsdk:"site_ids"`
	SitegroupIds basetypes.ListValue   `tfsdk:"sitegroup_ids"`
	// contains filtered or unexported fields
}

func NewAppliesValue

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

func NewAppliesValueMust

func NewAppliesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AppliesValue

func NewAppliesValueNull

func NewAppliesValueNull() AppliesValue

func NewAppliesValueUnknown

func NewAppliesValueUnknown() AppliesValue

func (AppliesValue) AttributeTypes

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

func (AppliesValue) Equal

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

func (AppliesValue) IsNull

func (v AppliesValue) IsNull() bool

func (AppliesValue) IsUnknown

func (v AppliesValue) IsUnknown() bool

func (AppliesValue) String

func (v AppliesValue) String() string

func (AppliesValue) ToObjectValue

func (AppliesValue) ToTerraformValue

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

func (AppliesValue) Type

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

type ExceptionsType

type ExceptionsType struct {
	basetypes.ObjectType
}

func (ExceptionsType) Equal

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

func (ExceptionsType) String

func (t ExceptionsType) String() string

func (ExceptionsType) ValueFromObject

func (ExceptionsType) ValueFromTerraform

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

func (ExceptionsType) ValueType

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

type ExceptionsValue

type ExceptionsValue struct {
	SiteIds      basetypes.ListValue `tfsdk:"site_ids"`
	SitegroupIds basetypes.ListValue `tfsdk:"sitegroup_ids"`
	// contains filtered or unexported fields
}

func NewExceptionsValue

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

func NewExceptionsValueMust

func NewExceptionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ExceptionsValue

func NewExceptionsValueNull

func NewExceptionsValueNull() ExceptionsValue

func NewExceptionsValueUnknown

func NewExceptionsValueUnknown() ExceptionsValue

func (ExceptionsValue) AttributeTypes

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

func (ExceptionsValue) Equal

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

func (ExceptionsValue) IsNull

func (v ExceptionsValue) IsNull() bool

func (ExceptionsValue) IsUnknown

func (v ExceptionsValue) IsUnknown() bool

func (ExceptionsValue) String

func (v ExceptionsValue) String() string

func (ExceptionsValue) ToObjectValue

func (ExceptionsValue) ToTerraformValue

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

func (ExceptionsValue) Type

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

type OrgWlantemplateModel

type OrgWlantemplateModel struct {
	Applies               AppliesValue    `tfsdk:"applies"`
	DeviceprofileIds      types.List      `tfsdk:"deviceprofile_ids"`
	Exceptions            ExceptionsValue `tfsdk:"exceptions"`
	FilterByDeviceprofile types.Bool      `tfsdk:"filter_by_deviceprofile"`
	Id                    types.String    `tfsdk:"id"`
	Name                  types.String    `tfsdk:"name"`
	OrgId                 types.String    `tfsdk:"org_id"`
}

Jump to

Keyboard shortcuts

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