configproperty

package
v0.7.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfigPropertyResource

func NewConfigPropertyResource() resource.Resource

Types

type ConfigPropertyResource

type ConfigPropertyResource struct {
	// contains filtered or unexported fields
}

ConfigPropertyResource defines the resource implementation.

func (*ConfigPropertyResource) Configure

func (*ConfigPropertyResource) Create

func (*ConfigPropertyResource) Delete

func (*ConfigPropertyResource) ImportState

func (*ConfigPropertyResource) Metadata

func (*ConfigPropertyResource) Read

func (*ConfigPropertyResource) Schema

func (*ConfigPropertyResource) Update

type ConfigPropertyResourceModel

type ConfigPropertyResourceModel struct {
	ID            types.String `tfsdk:"id"`
	GroupName     types.String `tfsdk:"group_name"`
	Name          types.String `tfsdk:"name"`
	Value         types.String `tfsdk:"value"`
	DestroyValue  types.String `tfsdk:"destroy_value"`
	OriginalValue types.String `tfsdk:"original_value"`
}

ConfigPropertyResourceModel describes the resource data model.

Jump to

Keyboard shortcuts

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