storageprofile

package
v0.20.2 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SchemaStorageProfile = "storage_profile"
)

Variables

View Source
var (
	ErrStorageProfileNameIsEmpty = errors.New("storage profile Name is empty")
	ErrStorageProfileNotFound    = errors.New("storage profile not found")
)

Functions

func SuperSchema added in v0.3.0

func SuperSchema() superschema.StringAttribute

Types

type Handler

type Handler interface {
	GetStorageProfile(storageProfileName string, refresh bool) (*govcdtypes.CatalogStorageProfiles, error)
	GetStorageProfileReference(storageProfileName string, refresh bool) (*govcdtypes.Reference, error)
	FindStorageProfileName(storageProfileName string) (string, error)
}

Jump to

Keyboard shortcuts

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