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) }
Click to show internal directories.
Click to hide internal directories.