# Packages
No description provided by the author
# Functions
CreateBootStorage creates node boot storage in cDOT.
CreateBootStoragePreflight is sanity check before actual storage provisioning.
CreateNvmeStorage creates node NVME data storage in cDOT (REST API only).
CreateNvmeStoragePreflight is sanity check before actual storage provisioning (REST API only).
CreateRepoImage creates cDOT storage and uploads image.
CreateRepoTemplate creates cDOT storage and uploads cloud-init template.
CreateSeedStorage creates cloud-init ISO LUN for the node.
CreateSeedStoragePreflight is sanity check before actual storage is created.
CreateSnapshot creates snapshot.
DeleteBootLUNs deletes LUN's and NVME namespaces preserving hosting volumes.
DeleteBootStorage deletes node boot storage.
DeleteNvmeStorage deletes node NVME storage (REST API only).
DeleteRepoImage deletes all related to the image cDOT storage elements.
DeleteRepoTemplate deletes all related to the cloud-init template storage elements.
DeleteSnapshot deletes snapshot.
DiscoverBootStorage discovers boot storage in cDOT.
DiscoverNvmeStorage discovers NVME storage in cDOT (REST API only).
DownloadRepoTemplate downloads cloud-init template from cDOT storage.
GetRepoImages gets list of images.
GetRepoTemplates get list of cloud-init templates.
GetSnapshots gets list of snapshots.
LunRestoreMapping restores LUN mappings (usually after snapshot restore).
RepoTemplateExists checks if cloud-init template exists.
ResizeBootStorage resizes boot storage in cDOT.
RestoreSnapshot restores node storage from snapshot.
SnapshotExists checks if snapshot exists.