# Functions
NewLibvirtConnect create LibvirtConnect by libvirt uri.
No description provided by the author
# Constants
Default maximum cpu cores limitation for VM.
size in MiB.
DOMAIN_BLOCKED represents that the domain is blocked.
DOMAIN_CRASHED represents that the domain is crashed.
DOMAIN_NOSTATE represents the domain is in no state.
DOMAIN_PAUSED represents that the domain is paused.
DOMAIN_PMSUSPENDED represents that the domain is suspended.
DOMAIN_RUNNING represents that the domain is running.
DOMAIN_SHUTDOWN represents that the domain is being shut down.
DOMAIN_SHUTOFF represents that the domain is shut off.
# Variables
ErrDomainNotFound err means can't find specified domain returned by domain loop up methods.
# Structs
LibvirtConnect is a wrapper for libvirt connection.
LibvirtDomain is a wrapper for libvirt-go Domain.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DomainState represents a state of a libvirt domain.