storageprofile

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SchemaStorageProfile = "storage_profile"
)

Variables

View Source
var (
	ErrStorageProfileIDIsEmpty = errors.New("storage profile ID 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(storageProfileID string, refresh bool) (*govcdtypes.CatalogStorageProfiles, error)
	GetStorageProfileReference(storageProfileID string, refresh bool) (*govcdtypes.Reference, error)
	FindStorageProfileID(storageProfileName string) (string, error)
}

Jump to

Keyboard shortcuts

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