Documentation ¶
Index ¶
- Variables
- func NewSnapshotId(remote, container, snapshot string) snapshotId
- func NewSnapshotIdFromResourceId(id string) snapshotId
- func NewVolumeAttachmentId(pool, volumeName, attachedName string) volumeAttachmentId
- func NewVolumeAttachmentIdFromResourceId(id string) volumeAttachmentId
- func NewVolumeId(pool, name, volType string) volumeId
- func NewVolumeIdFromResourceId(id string) volumeId
- func Provider() terraform.ResourceProvider
- type LxdProvider
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNetworksNotImplemented = errors.New("This LXD server does not support " +
"the creation of networks. You must be running LXD 2.3 or later for this " +
"feature.")
Functions ¶
func NewSnapshotId ¶
func NewSnapshotId(remote, container, snapshot string) snapshotId
func NewSnapshotIdFromResourceId ¶
func NewSnapshotIdFromResourceId(id string) snapshotId
func NewVolumeAttachmentId ¶
func NewVolumeAttachmentId(pool, volumeName, attachedName string) volumeAttachmentId
func NewVolumeAttachmentIdFromResourceId ¶
func NewVolumeAttachmentIdFromResourceId(id string) volumeAttachmentId
func NewVolumeId ¶
func NewVolumeId(pool, name, volType string) volumeId
func NewVolumeIdFromResourceId ¶
func NewVolumeIdFromResourceId(id string) volumeId
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
Click to show internal directories.
Click to hide internal directories.