# Functions
InstanceFileDelete deletes a file from an instance.
InstanceFileUpload uploads a file to an instance.
MergeConfig merges resource (existing) configuration with user defined configuration.
StripConfig removes any computed keys from the user-defined configuration file in order to be able to produce a consistent Terraform plan.
ToConfigMap converts config of type types.Map into map[string]string.
ToConfigMapType converts map[string]string into config of type types.Map.
ToDeviceMap converts devices from types.Set into map[string]map[string]string.
ToDeviceSetType converts devices from map[string]map[string]string into types.Set.
ToFileMap converts files from types.Set into map[string]IncusFileModel.
ToFileSetType converts files from a map[string]IncusFileModel into types.Set.
ToNullableConfig converts map[string]string to map[string]*string.
# Structs
No description provided by the author
ImportMetadata defines import ID properties that are used when parsing values from an ID.
No description provided by the author