storageprofile

package
v1.0.12 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2025 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Resource

Types

type StorageProfileFileSystemLocations

type StorageProfileFileSystemLocations struct {
	Name types.String `tfschema:"name"`
	Path types.String `tfschema:"path"`
	Type types.String `tfschema:"type"`
}

type StorageProfileResource

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

StorageProfileResource defines the resource implementation.

func (*StorageProfileResource) Configure

func (*StorageProfileResource) Create

func (*StorageProfileResource) Delete

func (*StorageProfileResource) ImportState

func (*StorageProfileResource) Metadata

func (*StorageProfileResource) Read

func (*StorageProfileResource) Schema

func (*StorageProfileResource) Update

type StorageProfileResourceModel

type StorageProfileResourceModel struct {
	DisplayName         types.String                         `tfsdk:"display_name"`
	FarmId              types.String                         `tfsdk:"farm_id"`
	OSFamily            types.String                         `tfsdk:"os_family"`
	ID                  types.String                         `tfsdk:"id"`
	FileSystemLocations []*StorageProfileFileSystemLocations `tfsdk:"file_system_location"`
}

StorageProfileResourceModel describes the resource data model.

Jump to

Keyboard shortcuts

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