Documentation ¶
Index ¶
- Constants
- Variables
- func AddToList(list, newItem string) string
- func ArrayToCSV(array interface{}) (csv string)
- func ArrayToStringType(inputarray []interface{}) (array []string)
- func BoolInvert(b bool) bool
- func Btoi(b bool) int
- func CSVtoArray(csv string) []string
- func CheckFileExistence(fileName string, files *[]Content_FileProperties) bool
- func CheckUserExistence(userId UserID, client *Client) (existence bool, err error)
- func DeleteFile(client *Client, node string, content Content_File) (err error)
- func DeleteSnapshot(c *Client, vmr *VmRef, snapshot SnapshotName) (exitStatus string, err error)
- func DiskSizeGB(dcSize interface{}) float64
- func DownloadIsoFromUrl(client *Client, content ConfigContent_Iso) (err error)
- func DownloadLxcTemplate(client *Client, content ConfigContent_Template) (err error)
- func ErrorItemExists(item, text string) error
- func ErrorItemNotExists(item, text string) error
- func ErrorKeyEmpty(text string) error
- func ErrorKeyNotSet(text string) error
- func FormatDiskParam(disk QemuDevice) string
- func FormatUsbParam(usb QemuDevice) string
- func GuestHasFeature(vmr *VmRef, client *Client, feature GuestFeature) (bool, error)
- func GuestHasPendingChanges(vmr *VmRef, client *Client) (bool, error)
- func GuestReboot(vmr *VmRef, client *Client) (err error)
- func GuestShutdown(vmr *VmRef, client *Client, force bool) (err error)
- func GuestStart(vmr *VmRef, client *Client) (err error)
- func ItemInKeyOfArray(array []interface{}, key, value string) (existance bool)
- func Itob(i int) bool
- func ListFiles(client *Client, node, storage string, content ContentType) (files *[]Content_FileProperties, err error)
- func ListGroups(client *Client) (*[]ConfigGroup, error)
- func ListPoolsWithComments(c *Client) (map[PoolName]string, error)
- func ListSnapshots(c *Client, vmr *VmRef) (rawSnapshots, error)
- func ListTemplates(client *Client, node string) (templateList *[]TemplateItem, err error)
- func ListUsers(client *Client, full bool) (*[]ConfigUser, error)
- func MaxVmId(client *Client) (max int, err error)
- func MoveQemuDisk(format *QemuDiskFormat, diskId QemuDiskId, storage string, ...) (err error)
- func NewUserIDs(userIds string) (*[]UserID, error)
- func ParamsToBody(params map[string]interface{}) (body []byte)
- func ParamsToBodyWithAllEmpty(params map[string]interface{}) (body []byte)
- func ParamsToBodyWithEmpty(params map[string]interface{}, allowedEmpty []string) (body []byte)
- func ParamsToValues(params map[string]interface{}) (vals url.Values)
- func ParamsToValuesWithAllEmpty(params map[string]interface{}, allowedEmpty []string, allowEmpty bool) (vals url.Values)
- func ParamsToValuesWithEmpty(params map[string]interface{}, allowedEmpty []string) (vals url.Values)
- func ParseSubConf(element string, separator string) (key string, value interface{})
- func RemoveSshForwardUsernet(vmr *VmRef, client *Client) (err error)
- func ResponseJSON(resp *http.Response) (jbody map[string]interface{}, err error)
- func RollbackSnapshot(c *Client, vmr *VmRef, snapshot SnapshotName) (exitStatus string, err error)
- func SendKeysString(vmr *VmRef, client *Client, keys string) (err error)
- func SshForwardUsernet(vmr *VmRef, client *Client) (sshPort string, err error)
- func TypedResponse(resp *http.Response, v interface{}) error
- func UpdateSnapshotDescription(c *Client, vmr *VmRef, snapshot SnapshotName, description string) (err error)
- func ValidateArrayEven(array interface{}, text string) error
- func ValidateArrayNotEmpty(array interface{}, text string) error
- func ValidateFilePath(path, text string) error
- func ValidateIntGreater(min, value int, text string) error
- func ValidateIntGreaterOrEquals(min, value int, text string) error
- func ValidateIntInRange(min, max, value int, text string) error
- func ValidateStringInArray(array []string, value, text string) error
- func ValidateStringNotEmpty(value, text string) error
- func ValidateStringsEqual(value1, value2, text string) error
- func WaitForShutdown(vmr *VmRef, client *Client) (err error)
- type AgentInterfaceStatistics
- type AgentNetworkInterface
- type ApiToken
- type ApiTokenCreateResult
- type ApiTokenCreateResultWrapper
- type Client
- func (c *Client) AddQemuIPSet(vmr *VmRef, name string, params map[string]interface{}) (exitStatus interface{}, err error)
- func (c Client) ApplyNetwork(node string) (exitStatus string, err error)
- func (c *Client) ApplySDN() (string, error)
- func (c *Client) CheckAcmePluginExistence(id string) (existance bool, err error)
- func (c *Client) CheckMetricServerExistence(id string) (existance bool, err error)
- func (c *Client) CheckPermissions(perms []Permission) error
- func (c *Client) CheckSDNDNSExistance(id string) (existance bool, err error)
- func (c *Client) CheckSDNSubnetExistance(vnet, id string) (existance bool, err error)
- func (c *Client) CheckSDNVNetExistance(id string) (existance bool, err error)
- func (c *Client) CheckSDNZoneExistance(id string) (existance bool, err error)
- func (c *Client) CheckStorageExistance(id string) (existance bool, err error)
- func (c *Client) CheckTask(resp *http.Response) (exitStatus string, err error)
- func (c *Client) CheckVmRef(vmr *VmRef) (err error)
- func (c *Client) CloneLxcContainer(vmr *VmRef, vmParams map[string]interface{}) (exitStatus string, err error)
- func (c *Client) CloneQemuVm(vmr *VmRef, vmParams map[string]interface{}) (exitStatus string, err error)
- func (c *Client) CreateAcmeAccount(params map[string]interface{}) (exitStatus string, err error)
- func (c *Client) CreateAcmePlugin(params map[string]interface{}) error
- func (c *Client) CreateItemReturnStatus(params map[string]interface{}, url string) (exitStatus string, err error)
- func (c *Client) CreateLxcContainer(node string, vmParams map[string]interface{}) (exitStatus string, err error)
- func (c *Client) CreateMetricServer(id string, params map[string]interface{}) error
- func (c *Client) CreateNetwork(node string, params map[string]interface{}) (exitStatus string, err error)
- func (c *Client) CreateNewDisk(vmr *VmRef, disk string, volume string) (exitStatus interface{}, err error)
- func (c *Client) CreatePool(poolid string, comment string) errordeprecated
- func (c *Client) CreateQemuIPSet(vmr *VmRef, params map[string]interface{}) (exitStatus interface{}, err error)
- func (c *Client) CreateQemuSnapshot(vmr *VmRef, snapshotName string) (exitStatus string, err error)
- func (c *Client) CreateQemuVm(node string, vmParams map[string]interface{}) (exitStatus string, err error)
- func (c *Client) CreateSDNDNS(params map[string]interface{}) error
- func (c *Client) CreateSDNSubnet(vnet string, params map[string]interface{}) error
- func (c *Client) CreateSDNVNet(params map[string]interface{}) error
- func (c *Client) CreateSDNZone(params map[string]interface{}) error
- func (c *Client) CreateStorage(params map[string]interface{}) error
- func (c *Client) CreateTemplate(vmr *VmRef) error
- func (c *Client) CreateVMDisk(nodeName string, storageName string, fullDiskName string, ...) error
- func (c *Client) CreateVNCProxy(vmr *VmRef, params map[string]interface{}) (vncProxyRes map[string]interface{}, err error)
- func (c *Client) Delete(url string) (err error)
- func (c *Client) DeleteAcmeAccount(id string) (exitStatus string, err error)
- func (c *Client) DeleteAcmePlugin(id string) (err error)
- func (c *Client) DeleteMetricServer(id string) error
- func (c *Client) DeleteNetwork(node string, iface string) (exitStatus string, err error)
- func (c *Client) DeletePool(poolid string) errordeprecated
- func (c *Client) DeleteQemuIPSet(vmr *VmRef, IPSetName string) (exitStatus interface{}, err error)
- func (c *Client) DeleteQemuIPSetNetwork(vmr *VmRef, IPSetName string, network string, params map[string]interface{}) (exitStatus interface{}, err error)
- func (c *Client) DeleteQemuSnapshot(vmr *VmRef, snapshotName string) (exitStatus string, err error)
- func (c *Client) DeleteSDNDNS(name string) error
- func (c *Client) DeleteSDNSubnet(vnet, name string) error
- func (c *Client) DeleteSDNVNet(name string) error
- func (c *Client) DeleteSDNZone(zoneName string) error
- func (c *Client) DeleteStorage(id string) error
- func (c *Client) DeleteVMDisks(node string, disks []string) error
- func (c *Client) DeleteVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) DeleteVmParams(vmr *VmRef, params map[string]interface{}) (exitStatus string, err error)
- func (c *Client) DeleteVolume(vmr *VmRef, storageName string, volumeName string) (exitStatus interface{}, err error)
- func (c *Client) DeleteWithTask(url string) (exitStatus string, err error)
- func (c *Client) EnableStorage(id string) error
- func (c *Client) GetAcmeAccountConfig(id string) (config map[string]interface{}, err error)
- func (c *Client) GetAcmeAccountList() (accounts map[string]interface{}, err error)
- func (c *Client) GetAcmeDirectoriesUrl() (url []string, err error)
- func (c *Client) GetAcmePluginConfig(id string) (config map[string]interface{}, err error)
- func (c *Client) GetAcmePluginList() (accounts map[string]interface{}, err error)
- func (c *Client) GetAcmeTosUrl() (url string, err error)
- func (c *Client) GetExecStatus(vmr *VmRef, pid string) (status map[string]interface{}, err error)
- func (c *Client) GetHAGroupByName(GroupName string) (*HAGroup, error)
- func (c *Client) GetHAGroupList() (haGroups []HAGroup, err error)
- func (c *Client) GetItemConfig(url, text, message string, errorString ...string) (config map[string]interface{}, err error)
- func (c *Client) GetItemConfigInterfaceArray(url, text, message string) ([]interface{}, error)
- func (c *Client) GetItemConfigMapStringInterface(url, text, message string, errorString ...string) (map[string]interface{}, error)
- func (c *Client) GetItemConfigString(url, text, message string) (string, error)
- func (c *Client) GetItemList(url string) (list map[string]interface{}, err error)
- func (c *Client) GetItemListInterfaceArray(url string) ([]interface{}, error)
- func (c *Client) GetJsonRetryable(url string, data *map[string]interface{}, tries int, errorString ...string) error
- func (c *Client) GetMetricServerConfig(id string) (config map[string]interface{}, err error)
- func (c *Client) GetMetricsServerList() (metricServers map[string]interface{}, err error)
- func (c *Client) GetNetworkInterface(node string, iface string) (exitStatus string, err error)
- func (c *Client) GetNetworkList(node string, typeFilter string) (exitStatus string, err error)
- func (c *Client) GetNextID(currentID int) (nextID int, err error)
- func (c *Client) GetNodeList() (list map[string]interface{}, err error)
- func (c *Client) GetPoolInfo(poolid string) (poolInfo map[string]interface{}, err error)
- func (c *Client) GetPoolList() (pools map[string]interface{}, err error)
- func (c *Client) GetQemuFirewallOptions(vmr *VmRef) (firewallOptions map[string]interface{}, err error)
- func (c *Client) GetQemuIPSet(vmr *VmRef) (ipsets map[string]interface{}, err error)
- func (c *Client) GetResourceList(resourceType string) (list []interface{}, err error)
- func (c *Client) GetSDNDNS(name string) (dns map[string]interface{}, err error)
- func (c *Client) GetSDNDNSs(typeFilter string) (list map[string]interface{}, err error)
- func (c *Client) GetSDNSubnet(vnet, name string) (subnet map[string]interface{}, err error)
- func (c *Client) GetSDNSubnets(vnet string) (list map[string]interface{}, err error)
- func (c *Client) GetSDNVNet(name string) (dns map[string]interface{}, err error)
- func (c *Client) GetSDNVNets(pending bool) (list map[string]interface{}, err error)
- func (c *Client) GetSDNZone(zoneName string) (zone map[string]interface{}, err error)
- func (c *Client) GetSDNZones(pending bool, typeFilter string) (list map[string]interface{}, err error)
- func (c *Client) GetStorageConfig(id string) (config map[string]interface{}, err error)
- func (c *Client) GetStorageContent(vmr *VmRef, storageName string) (data map[string]interface{}, err error)
- func (c *Client) GetStorageList() (metricServers map[string]interface{}, err error)
- func (c *Client) GetStorageStatus(vmr *VmRef, storageName string) (storageStatus map[string]interface{}, err error)
- func (c *Client) GetTaskExitstatus(taskUpid string) (exitStatus interface{}, err error)
- func (c *Client) GetUserPermissions(id UserID, path string) (permissions []string, err error)
- func (c *Client) GetVersion() (version Version, err error)
- func (c *Client) GetVmAgentNetworkInterfaces(vmr *VmRef) ([]AgentNetworkInterface, error)
- func (c *Client) GetVmConfig(vmr *VmRef) (vmConfig map[string]interface{}, err error)
- func (c *Client) GetVmInfo(vmr *VmRef) (vmInfo map[string]interface{}, err error)
- func (c *Client) GetVmList() (map[string]interface{}, error)
- func (c *Client) GetVmRefById(vmId int) (vmr *VmRef, err error)
- func (c *Client) GetVmRefByName(vmName string) (vmr *VmRef, err error)
- func (c *Client) GetVmRefsByName(vmName string) (vmrs []*VmRef, err error)
- func (c *Client) GetVmSpiceProxy(vmr *VmRef) (vmSpiceProxy map[string]interface{}, err error)
- func (c *Client) GetVmState(vmr *VmRef) (vmState map[string]interface{}, err error)
- func (c *Client) HandleTaskError(resp *http.Response) (exitStatus string)
- func (c *Client) HibernateVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) ListQemuSnapshot(vmr *VmRef) (taskResponse map[string]interface{}, exitStatus string, err error)
- func (c *Client) Login(username string, password string, otp string) (err error)
- func (c *Client) MigrateNode(vmr *VmRef, newTargetNode string, online bool) (exitStatus interface{}, err error)
- func (c *Client) MonitorCmd(vmr *VmRef, command string) (monitorRes map[string]interface{}, err error)
- func (c *Client) MoveLxcDisk(vmr *VmRef, disk string, storage string) (exitStatus interface{}, err error)
- func (c *Client) MoveQemuDisk(vmr *VmRef, disk string, storage string) (exitStatus interface{}, err error)
- func (c *Client) MoveQemuDiskToVM(vmrSource *VmRef, disk string, vmrTarget *VmRef) (exitStatus interface{}, err error)
- func (c *Client) PauseVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) Post(Params map[string]interface{}, url string) (err error)
- func (c *Client) PostWithTask(Params map[string]interface{}, url string) (exitStatus string, err error)
- func (c *Client) Put(Params map[string]interface{}, url string) (err error)
- func (c *Client) PutWithTask(Params map[string]interface{}, url string) (exitStatus string, err error)
- func (c *Client) QemuAgentExec(vmr *VmRef, params map[string]interface{}) (result map[string]interface{}, err error)
- func (c *Client) QemuAgentFileWrite(vmr *VmRef, params map[string]interface{}) (err error)
- func (c *Client) QemuAgentPing(vmr *VmRef) (pingRes map[string]interface{}, err error)
- func (c *Client) QemuAgentSetUserPassword(vmr *VmRef, params map[string]interface{}) (result map[string]interface{}, err error)
- func (c *Client) ReadVMHA(vmr *VmRef) (err error)
- func (c *Client) RebootNode(node string) (exitStatus string, err error)
- func (c *Client) RebootVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) RefreshPermissions() error
- func (c *Client) ResetVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) ResizeQemuDisk(vmr *VmRef, disk string, moreSizeGB int) (exitStatus interface{}, err error)
- func (c *Client) ResizeQemuDiskRaw(vmr *VmRef, disk string, size string) (exitStatus interface{}, err error)
- func (c *Client) ResumeVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) RevertNetwork(node string) (exitStatus string, err error)
- func (c *Client) RollbackQemuVm(vmr *VmRef, snapshot string) (exitStatus string, err error)
- func (c *Client) Sendkey(vmr *VmRef, qmKey string) error
- func (c *Client) SetAPIToken(userID, token string)
- func (c *Client) SetLxcConfig(vmr *VmRef, vmParams map[string]interface{}) (exitStatus interface{}, err error)
- func (c *Client) SetQemuFirewallOptions(vmr *VmRef, fwOptions map[string]interface{}) (exitStatus interface{}, err error)
- func (c *Client) SetVmConfig(vmr *VmRef, params map[string]interface{}) (exitStatus interface{}, err error)
- func (c *Client) ShutdownNode(node string) (exitStatus string, err error)
- func (c *Client) ShutdownVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) StartVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) StatusChangeVm(vmr *VmRef, params map[string]interface{}, setStatus string) (exitStatus string, err error)
- func (c *Client) StopVm(vmr *VmRef) (exitStatus string, err error)
- func (c *Client) Unlink(node string, vmId int, diskIds string, forceRemoval bool) (exitStatus string, err error)
- func (c *Client) UpdateAcmeAccountEmails(id, emails string) (exitStatus string, err error)
- func (c *Client) UpdateAcmePlugin(id string, params map[string]interface{}) error
- func (c *Client) UpdateItemReturnStatus(params map[string]interface{}, url string) (exitStatus string, err error)
- func (c *Client) UpdateMetricServer(id string, params map[string]interface{}) error
- func (c *Client) UpdateNetwork(node string, iface string, params map[string]interface{}) (exitStatus string, err error)
- func (c *Client) UpdatePoolComment(poolid string, comment string) errordeprecated
- func (c *Client) UpdateSDNDNS(id string, params map[string]interface{}) error
- func (c *Client) UpdateSDNSubnet(vnet, id string, params map[string]interface{}) error
- func (c *Client) UpdateSDNVNet(id string, params map[string]interface{}) error
- func (c *Client) UpdateSDNZone(id string, params map[string]interface{}) error
- func (c *Client) UpdateStorage(id string, params map[string]interface{}) error
- func (c *Client) UpdateVMHA(vmr *VmRef, haState string, haGroup string) (exitStatus interface{}, err error)
- func (c *Client) UpdateVMPool(vmr *VmRef, pool string) (exitStatus interface{}, err error)
- func (c *Client) Upload(node string, storage string, contentType string, filename string, ...) error
- func (c *Client) UploadLargeFile(node string, storage string, contentType string, filename string, ...) error
- func (c *Client) VMIdExists(vmID int) (exists bool, err error)
- func (c *Client) Version() (Version, error)
- func (c *Client) VzDump(vmr *VmRef, params map[string]interface{}) (exitStatus interface{}, err error)
- func (c *Client) WaitForCompletion(taskResponse map[string]interface{}) (waitExitStatus string, err error)
- type CloudInit
- type CloudInitCustom
- type CloudInitIPv4Config
- type CloudInitIPv6Config
- type CloudInitNetworkConfig
- type CloudInitNetworkInterfaces
- type CloudInitSnippet
- type CloudInitSnippetPath
- type ConfigAcmeAccount
- type ConfigAcmePlugin
- type ConfigContent_Iso
- type ConfigContent_Template
- type ConfigGroup
- type ConfigLxc
- type ConfigMetrics
- func (config *ConfigMetrics) CreateMetrics(client *Client) (err error)
- func (config *ConfigMetrics) RemoveMetricsNestedStructs()
- func (config *ConfigMetrics) SetMetrics(metricsId string, client *Client) (err error)
- func (config *ConfigMetrics) UpdateMetrics(client *Client) (err error)
- func (config *ConfigMetrics) ValidateMetrics() (err error)
- type ConfigMetricsGraphite
- type ConfigMetricsInfluxDB
- type ConfigNetwork
- type ConfigPool
- func (config ConfigPool) Create(c *Client) error
- func (config ConfigPool) Create_Unsafe(c *Client) error
- func (config ConfigPool) Delete(c *Client) error
- func (config ConfigPool) Exists(c *Client) (bool, error)
- func (config ConfigPool) Set(c *Client) error
- func (config ConfigPool) Set_Unsafe(c *Client) error
- func (config ConfigPool) Update(c *Client) error
- func (config ConfigPool) Update_Unsafe(c *Client) error
- func (config ConfigPool) Validate() error
- type ConfigQemu
- func (config ConfigQemu) CloneVm(sourceVmr *VmRef, vmr *VmRef, client *Client) (err error)
- func (config ConfigQemu) Create(vmr *VmRef, client *Client) (err error)
- func (c ConfigQemu) CreateQemuDisksParams(params map[string]interface{}, cloned bool)
- func (c ConfigQemu) CreateQemuEfiParams(params map[string]interface{})
- func (c ConfigQemu) CreateQemuMachineParam(params map[string]interface{}) error
- func (c ConfigQemu) CreateQemuNetworksParams(params map[string]interface{})
- func (c ConfigQemu) CreateQemuPCIsParams(params map[string]interface{})
- func (c ConfigQemu) CreateQemuRngParams(params map[string]interface{})
- func (c ConfigQemu) CreateQemuSerialsParams(params map[string]interface{})
- func (c ConfigQemu) CreateQemuUsbsParams(params map[string]interface{})
- func (c ConfigQemu) String() string
- func (newConfig ConfigQemu) Update(rebootIfNeeded bool, vmr *VmRef, client *Client) (rebootRequired bool, err error)
- func (config ConfigQemu) Validate(current *ConfigQemu, version Version) (err error)
- type ConfigSDNDNS
- func (config *ConfigSDNDNS) Create(id string, client *Client) (err error)
- func (config *ConfigSDNDNS) CreateWithValidate(id string, client *Client) (err error)
- func (config *ConfigSDNDNS) Update(id string, client *Client) (err error)
- func (config *ConfigSDNDNS) UpdateWithValidate(id string, client *Client) (err error)
- func (c *ConfigSDNDNS) Validate(id string, create bool, client *Client) (err error)
- type ConfigSDNSubnet
- func (config *ConfigSDNSubnet) Create(vnet, id string, client *Client) (err error)
- func (config *ConfigSDNSubnet) CreateWithValidate(vnet, id string, client *Client) (err error)
- func (config *ConfigSDNSubnet) Update(vnet, id string, client *Client) (err error)
- func (config *ConfigSDNSubnet) UpdateWithValidate(vnet, id string, client *Client) (err error)
- func (c *ConfigSDNSubnet) Validate(vnet, id string, create bool, client *Client) (err error)
- type ConfigSDNVNet
- func (config *ConfigSDNVNet) Create(id string, client *Client) (err error)
- func (config *ConfigSDNVNet) CreateWithValidate(id string, client *Client) (err error)
- func (config *ConfigSDNVNet) Update(id string, client *Client) (err error)
- func (config *ConfigSDNVNet) UpdateWithValidate(id string, client *Client) (err error)
- func (c *ConfigSDNVNet) Validate(id string, create bool, client *Client) (err error)
- type ConfigSDNZone
- func (config *ConfigSDNZone) Create(id string, client *Client) (err error)
- func (config *ConfigSDNZone) CreateWithValidate(id string, client *Client) (err error)
- func (config *ConfigSDNZone) Update(id string, client *Client) (err error)
- func (config *ConfigSDNZone) UpdateWithValidate(id string, client *Client) (err error)
- func (c *ConfigSDNZone) Validate(id string, create bool, client *Client) (err error)
- type ConfigSnapshot
- type ConfigStorage
- func (config *ConfigStorage) Create(id string, errorSupression bool, client *Client) (err error)
- func (config *ConfigStorage) CreateWithValidate(id string, client *Client) (err error)
- func (config *ConfigStorage) RemapFromAPI()
- func (config *ConfigStorage) RemapToAPI()
- func (config *ConfigStorage) SetDefaults()
- func (config *ConfigStorage) Update(id string, client *Client) (err error)
- func (config *ConfigStorage) UpdateWithValidate(id string, client *Client) (err error)
- func (newConfig *ConfigStorage) Validate(id string, create bool, client *Client) (err error)
- type ConfigStorageBackupRetention
- type ConfigStorageCephFS
- type ConfigStorageContent
- type ConfigStorageDirectory
- type ConfigStorageGlusterFS
- type ConfigStorageISCSI
- type ConfigStorageLVM
- type ConfigStorageLVMThin
- type ConfigStorageNFS
- type ConfigStoragePBS
- type ConfigStorageRBD
- type ConfigStorageSMB
- type ConfigStorageZFS
- type ConfigStorageZFSoverISCSI
- type ConfigStorageZFSoverISCSI_Comstar
- type ConfigStorageZFSoverISCSI_LIO
- type ConfigStorageZFSoverISCSI_istgt
- type ConfigUser
- func (config ConfigUser) CreateApiToken(client *Client, token ApiToken) (value string, err error)
- func (config ConfigUser) CreateUser(client *Client) (err error)
- func (config ConfigUser) DeleteApiToken(client *Client, token ApiToken) (err error)
- func (config ConfigUser) DeleteUser(client *Client) (err error)
- func (config ConfigUser) ListApiTokens(client *Client) (tokens *[]ApiToken, err error)
- func (config *ConfigUser) SetUser(userId UserID, password UserPassword, client *Client) (err error)
- func (config ConfigUser) UpdateApiToken(client *Client, token ApiToken) (err error)
- func (config *ConfigUser) UpdateUser(client *Client) (err error)
- func (config ConfigUser) UpdateUserPassword(client *Client) (err error)
- func (config ConfigUser) Validate() (err error)
- type ContentType
- type Content_File
- type Content_FileProperties
- type CpuFlags
- type CpuLimit
- type CpuType
- type CpuUnits
- type CpuVirtualCores
- type GroupName
- func (group GroupName) AddUsersToGroup(members *[]UserID, client *Client) error
- func (group GroupName) CheckExistence(client *Client) (bool, error)
- func (group GroupName) Delete(client *Client) (err error)
- func (group GroupName) RemoveAllUsersFromGroup(client *Client) (err error)
- func (group GroupName) RemoveUsersFromGroup(members *[]UserID, client *Client) (err error)
- func (group GroupName) SetMembers(members *[]UserID, client *Client) (err error)
- func (group GroupName) Validate() error
- type GuestDNS
- type GuestFeature
- type GuestFeatures
- type GuestResource
- type GuestType
- type HAGroup
- type IPv4Address
- type IPv4CIDR
- type IPv6Address
- type IPv6CIDR
- type IpconfigMap
- type IsoFile
- type Permission
- type PermissionCategory
- type PermissionItem
- type PoolName
- func (config PoolName) AddGuests(c *Client, guestIDs []uint) error
- func (pool PoolName) AddGuests_Unsafe(c *Client, guestIDs []uint) error
- func (config PoolName) Delete(c *Client) error
- func (config PoolName) Delete_Unsafe(c *Client) error
- func (config PoolName) Exists(c *Client) (bool, error)
- func (config PoolName) Exists_Unsafe(c *Client) (bool, error)
- func (pool PoolName) Get(c *Client) (*ConfigPool, error)
- func (pool PoolName) Get_Unsafe(c *Client) (*ConfigPool, error)
- func (pool PoolName) RemoveGuests(c *Client, guestID []uint) error
- func (pool PoolName) RemoveGuests_Unsafe(c *Client, guestID []uint) error
- func (pool PoolName) SetGuests(c *Client, guestID []uint) error
- func (pool PoolName) SetGuests_Unsafe(c *Client, guestID []uint) error
- func (config PoolName) Validate() error
- type Privileges
- type QemuCPU
- type QemuCdRom
- type QemuCloudInitDisk
- type QemuCpuCores
- type QemuCpuSockets
- type QemuDevice
- type QemuDeviceParam
- type QemuDevices
- type QemuDiskAsyncIO
- type QemuDiskBandwidth
- type QemuDiskBandwidthIops
- type QemuDiskBandwidthIopsLimit
- type QemuDiskBandwidthIopsLimitBurst
- type QemuDiskBandwidthIopsLimitConcurrent
- type QemuDiskBandwidthMBps
- type QemuDiskBandwidthMBpsLimit
- type QemuDiskBandwidthMBpsLimitBurst
- type QemuDiskBandwidthMBpsLimitConcurrent
- type QemuDiskCache
- type QemuDiskFormat
- type QemuDiskId
- type QemuDiskSerial
- type QemuDiskSize
- type QemuGuestAgent
- type QemuGuestAgentType
- type QemuIdeDisk
- type QemuIdeDisks
- type QemuIdePassthrough
- type QemuIdeStorage
- type QemuMemory
- type QemuMemoryBalloonCapacity
- type QemuMemoryCapacity
- type QemuMemoryShares
- type QemuNetworkInterfaceID
- type QemuSataDisk
- type QemuSataDisks
- type QemuSataPassthrough
- type QemuSataStorage
- type QemuScsiDisk
- type QemuScsiDisks
- type QemuScsiPassthrough
- type QemuScsiStorage
- type QemuStorages
- type QemuVirtIODisk
- type QemuVirtIODisks
- type QemuVirtIOPassthrough
- type QemuVirtIOStorage
- type QemuWorldWideName
- type Response
- type Session
- func (s *Session) Delete(url string, params *url.Values, headers *http.Header) (resp *http.Response, err error)
- func (s *Session) Do(req *http.Request) (*http.Response, error)
- func (s *Session) Get(url string, params *url.Values, headers *http.Header) (resp *http.Response, err error)
- func (s *Session) GetJSON(url string, params *url.Values, headers *http.Header, ...) (resp *http.Response, err error)
- func (s *Session) Head(url string, params *url.Values, headers *http.Header) (resp *http.Response, err error)
- func (s *Session) Login(username string, password string, otp string) (err error)
- func (s *Session) NewRequest(method, url string, headers *http.Header, body io.Reader) (req *http.Request, err error)
- func (s *Session) Post(url string, params *url.Values, headers *http.Header, body *[]byte) (resp *http.Response, err error)
- func (s *Session) PostJSON(url string, params *url.Values, headers *http.Header, body interface{}, ...) (resp *http.Response, err error)
- func (s *Session) Put(url string, params *url.Values, headers *http.Header, body *[]byte) (resp *http.Response, err error)
- func (s *Session) Request(method string, url string, params *url.Values, headers *http.Header, ...) (resp *http.Response, err error)
- func (s *Session) RequestJSON(method string, url string, params *url.Values, headers *http.Header, ...) (resp *http.Response, err error)
- func (s *Session) SetAPIToken(userID, token string)
- type Snapshot
- type SnapshotName
- func (snap SnapshotName) Delete(c *Client, vmr *VmRef) (exitStatus string, err error)
- func (snap SnapshotName) Delete_Unsafe(c *Client, vmr *VmRef) (exitStatus string, err error)
- func (snap SnapshotName) Rollback(c *Client, vmr *VmRef) (exitStatus string, err error)
- func (snap SnapshotName) Rollback_Unsafe(c *Client, vmr *VmRef) (exitStatus string, err error)
- func (snap SnapshotName) UpdateDescription(c *Client, vmr *VmRef, description string) (err error)
- func (snap SnapshotName) UpdateDescription_Unsafe(c *Client, vmr *VmRef, description string) error
- func (name SnapshotName) Validate() error
- type Tag
- type TemplateItem
- type TpmState
- type TpmVersion
- type TriBool
- type UserID
- type UserPassword
- type Version
- type VmRef
- func (vmr *VmRef) GetAgentInformation(c *Client, statistics bool) ([]AgentNetworkInterface, error)
- func (vmr *VmRef) GetVmType() string
- func (vmr *VmRef) HaGroup() string
- func (vmr *VmRef) HaState() string
- func (vmr *VmRef) Node() string
- func (vmr *VmRef) Pool() string
- func (vmr *VmRef) SetNode(node string)
- func (vmr *VmRef) SetPool(pool string)
- func (vmr *VmRef) SetVmType(vmType string)
- func (vmr *VmRef) VmId() int
Constants ¶
const ( PoolName_Error_Characters string = "PoolName may only contain the following characters: a-z, A-Z, 0-9, hyphen (-), and underscore (_)" PoolName_Error_Empty string = "PoolName cannot be empty" PoolName_Error_Length string = "PoolName may not be longer than 1024 characters" // proxmox does not seem to have a max length, so we artificially cap it at 1024 PoolName_Error_NotExists string = "Pool doesn't exist" PoolName_Error_Exists string = "Pool already exists" PoolName_Error_NoGuestsSpecified string = "no guests specified" )
const ( ConfigQemu_Error_UnableToUpdateWithoutReboot string = "unable to update vm without rebooting" ConfigQemu_Error_CpuRequired string = "cpu is required during creation" ConfigQemu_Error_MemoryRequired string = "memory is required during creation" )
const ( QemuNetworkInterfaceID_Error_Invalid string = "network interface ID must be in the range 0-31" QemuNetworkInterfaceID0 QemuNetworkInterfaceID = 0 QemuNetworkInterfaceID1 QemuNetworkInterfaceID = 1 QemuNetworkInterfaceID2 QemuNetworkInterfaceID = 2 QemuNetworkInterfaceID3 QemuNetworkInterfaceID = 3 QemuNetworkInterfaceID4 QemuNetworkInterfaceID = 4 QemuNetworkInterfaceID5 QemuNetworkInterfaceID = 5 QemuNetworkInterfaceID6 QemuNetworkInterfaceID = 6 QemuNetworkInterfaceID7 QemuNetworkInterfaceID = 7 QemuNetworkInterfaceID8 QemuNetworkInterfaceID = 8 QemuNetworkInterfaceID9 QemuNetworkInterfaceID = 9 QemuNetworkInterfaceID10 QemuNetworkInterfaceID = 10 QemuNetworkInterfaceID11 QemuNetworkInterfaceID = 11 QemuNetworkInterfaceID12 QemuNetworkInterfaceID = 12 QemuNetworkInterfaceID13 QemuNetworkInterfaceID = 13 QemuNetworkInterfaceID14 QemuNetworkInterfaceID = 14 QemuNetworkInterfaceID15 QemuNetworkInterfaceID = 15 QemuNetworkInterfaceID16 QemuNetworkInterfaceID = 16 QemuNetworkInterfaceID17 QemuNetworkInterfaceID = 17 QemuNetworkInterfaceID18 QemuNetworkInterfaceID = 18 QemuNetworkInterfaceID19 QemuNetworkInterfaceID = 19 QemuNetworkInterfaceID20 QemuNetworkInterfaceID = 20 QemuNetworkInterfaceID21 QemuNetworkInterfaceID = 21 QemuNetworkInterfaceID22 QemuNetworkInterfaceID = 22 QemuNetworkInterfaceID23 QemuNetworkInterfaceID = 23 QemuNetworkInterfaceID24 QemuNetworkInterfaceID = 24 QemuNetworkInterfaceID25 QemuNetworkInterfaceID = 25 QemuNetworkInterfaceID26 QemuNetworkInterfaceID = 26 QemuNetworkInterfaceID27 QemuNetworkInterfaceID = 27 QemuNetworkInterfaceID28 QemuNetworkInterfaceID = 28 QemuNetworkInterfaceID29 QemuNetworkInterfaceID = 29 QemuNetworkInterfaceID30 QemuNetworkInterfaceID = 30 QemuNetworkInterfaceID31 QemuNetworkInterfaceID = 31 )
const ( CloudInitSnippetPath_Error_Empty = "cloudInitSnippetPath may not be empty" CloudInitSnippetPath_Error_InvalidCharacters = "cloudInitSnippetPath may ony contain the following characters: [a-zA-Z0-9_ -/.]" CloudInitSnippetPath_Error_InvalidPath = "cloudInitSnippetPath must be a valid unix path" CloudInitSnippetPath_Error_MaxLength = "cloudInitSnippetPath may not be longer than 256 characters" CloudInitSnippetPath_Error_Relative = "cloudInitSnippetPath must be an relative path" )
const ( QemuCpuCores_Error_LowerBound string = "minimum value of QemuCpuCores is 1" QemuCpuCores_Error_UpperBound string = "maximum value of QemuCpuCores is 128" )
const ( QemuCpuSockets_Error_LowerBound string = "minimum value of QemuCpuSockets is 1" QemuCpuSockets_Error_UpperBound string = "maximum value of QemuCpuSockets is 4" )
const ( Error_IsoFile_File string = "file may not be empty" Error_IsoFile_Storage string = "storage may not be empty" )
const ( Error_QemuCloudInitDisk_Storage string = "storage should not be empty" Error_QemuCloudInitDisk_OnlyOne string = "only one cloud init disk may exist" )
const ( Error_QemuDisk_File string = "file may not be empty" Error_QemuDisk_MutuallyExclusive string = "settings cdrom,cloudinit,disk,passthrough are mutually exclusive" Error_QemuDisk_Storage string = "storage may not be empty" )
const ( Error_QemuDiskSerial_IllegalCharacter string = "serial may only contain the following characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_" Error_QemuDiskSerial_IllegalLength string = "serial may only be 60 characters long" )
const ( QemuGuestAgentType_Isa QemuGuestAgentType = "isa" QemuGuestAgentType_VirtIO QemuGuestAgentType = "virtio" QemuGuestAgentType_None QemuGuestAgentType = "" // Used to unset the value. Proxmox enforces the default. QemuGuestAgentType_Error_Invalid string = `invalid qemu guest agent type, should one of [` + string(QemuGuestAgentType_Isa) + `, ` + string(QemuGuestAgentType_VirtIO) + `, ""]` )
const ( QemuMemory_Error_MinimumCapacityMiB_GreaterThan_CapacityMiB string = "minimum capacity MiB cannot be greater than capacity MiB" QemuMemory_Error_NoMemoryCapacity string = "no memory capacity specified" )
const ( QemuMemoryCapacity_Error_Maximum string = "memory capacity has a maximum of 4178944" QemuMemoryCapacity_Error_Minimum string = "memory capacity has a minimum of 1" )
const ( TpmVersion_1_2 TpmVersion = "v1.2" TpmVersion_2_0 TpmVersion = "v2.0" TpmVersion_Error_Invalid string = "enum TmpVersion should be one of: " + string(TpmVersion_1_2) + ", " + string(TpmVersion_2_0) )
const ( SnapshotName_Error_IllegalCharacters string = "SnapshotName must only contain the following characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_" SnapshotName_Error_MaxLength string = "SnapshotName must be at most 40 characters long" SnapshotName_Error_MinLength string = "SnapshotName must be at least 3 characters long" SnapshotName_Error_StartNoLetter string = "SnapshotName must start with a letter" )
const ( Tag_Error_Invalid string = "tag may not start with - and may only include the following characters: abcdefghijklmnopqrstuvwxyz0123456789_-+." Tag_Error_Duplicate string = "duplicate tag found" Tag_Error_MaxLength string = "tag may only be 124 characters" Tag_Error_Empty string = "tag may not be empty" )
const ( TriBoolFalse TriBool = -1 TriBoolNone TriBool = 0 TriBoolTrue TriBool = 1 TriBool_Error_Invalid string = "invalid value for TriBool" )
const (
Client_Error_Nil string = "client may not be nil"
)
const CloudInitIPv4Config_Error_DhcpAddressMutuallyExclusive string = "ipv4 dhcp is mutually exclusive with address"
const CloudInitIPv4Config_Error_DhcpGatewayMutuallyExclusive string = "ipv4 dhcp is mutually exclusive with gateway"
const CloudInitIPv6Config_Error_DhcpAddressMutuallyExclusive string = "ipv6 dhcp is mutually exclusive with address"
const CloudInitIPv6Config_Error_DhcpGatewayMutuallyExclusive string = "ipv6 dhcp is mutually exclusive with gateway"
const CloudInitIPv6Config_Error_DhcpSlaacMutuallyExclusive string = "ipv6 dhcp is mutually exclusive with slaac"
const CloudInitIPv6Config_Error_SlaacAddressMutuallyExclusive string = "ipv6 slaac is mutually exclusive with address"
const CloudInitIPv6Config_Error_SlaacGatewayMutuallyExclusive string = "ipv6 slaac is mutually exclusive with gateway"
const CloudInit_Error_UpgradePackagesPre8 = "upgradePackages is only available in version 8 and above"
const CpuLimit_Error_Maximum string = "maximum value of CpuLimit is 128"
const CpuUnits_Error_Maximum string = "maximum value of CpuUnits is 262144"
const DebugLargeBodyThreshold = 5 * 1024 * 1024
const (
ERROR_QemuDiskId_Invalid string = "invalid Disk ID"
)
const Error_NewUserID string = "no username or realm specified, syntax is \"username@realm\""
const (
Error_QemuCdRom_MutuallyExclusive string = "iso and passthrough are mutually exclusive"
)
const (
Error_QemuDiskBandwidthIopsLimitBurst string = "burst may not be lower then 10 except for 0"
)
const (
Error_QemuDiskBandwidthIopsLimitConcurrent string = "concurrent may not be lower then 10 except for 0"
)
const (
Error_QemuDiskBandwidthMBpsLimitBurst string = "burst may not be lower then 1 except for 0"
)
const (
Error_QemuDiskBandwidthMBpsLimitConcurrent string = "concurrent may not be lower then 1 except for 0"
)
const Error_QemuWorldWideName_Invalid string = "world wide name should be prefixed with 0x followed by 8 hexadecimal values"
const IPv4Address_Error_Invalid = "ipv4Address is not a valid ipv6 address"
const IPv4CIDR_Error_Invalid = "ipv4CIDR is not a valid ipv4 address"
const IPv6Address_Error_Invalid = "ipv6Address is not a valid ipv6 address"
const IPv6CIDR_Error_Invalid = "ipv6CIDR is not a valid ipv6 address"
const (
PermissionErrorPrefix string = "permission error:" // Check if an error starts with this to see if it's a permission error.
)
const (
QemuCPU_Error_CoresRequired string = "cores is required"
)
const (
QemuDiskSize_Error_Minimum string = "disk size must be greater then 4096"
)
const (
QemuMemoryBalloonCapacity_Error_Invalid string = "memory balloon capacity has a maximum of 4178944"
)
const (
)const TaskStatusCheckInterval = 2
TaskStatusCheckInterval - time between async checks in seconds
const TmpState_Error_VersionRequired string = "version is required"
const (
VmRef_Error_Nil string = "vm reference may not be nil"
)
Variables ¶
var Debug = new(bool)
Functions ¶
func ArrayToCSV ¶
func ArrayToCSV(array interface{}) (csv string)
Convert Array to a comma (,) delimited list
func ArrayToStringType ¶
func ArrayToStringType(inputarray []interface{}) (array []string)
Convert Array of type []interface{} to array of type []string
func BoolInvert ¶
func CSVtoArray ¶
func CheckFileExistence ¶
func CheckFileExistence(fileName string, files *[]Content_FileProperties) bool
Check if a file with the specific name exists in the list of files.
func CheckUserExistence ¶
Check if the user already exists in proxmox.
func DeleteFile ¶
func DeleteFile(client *Client, node string, content Content_File) (err error)
Deletes te specified file from the specified storage.
func DeleteSnapshot ¶
func DeleteSnapshot(c *Client, vmr *VmRef, snapshot SnapshotName) (exitStatus string, err error)
Deletes a snapshot, same as SnapshotName.Delete()
func DiskSizeGB ¶
func DiskSizeGB(dcSize interface{}) float64
Convert a disk-size string to a GB float
func DownloadIsoFromUrl ¶
func DownloadIsoFromUrl(client *Client, content ConfigContent_Iso) (err error)
Download an Iso file from a given URL. https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/storage/{storage}/download-url
func DownloadLxcTemplate ¶
func DownloadLxcTemplate(client *Client, content ConfigContent_Template) (err error)
Download an LXC template.
func ErrorItemExists ¶
func ErrorItemNotExists ¶
func ErrorKeyEmpty ¶
func ErrorKeyNotSet ¶
func FormatDiskParam ¶
func FormatDiskParam(disk QemuDevice) string
Given a QemuDevice (representing a disk), return a param string to give to ProxMox
func FormatUsbParam ¶
func FormatUsbParam(usb QemuDevice) string
Given a QemuDevice (representing a usb), return a param string to give to ProxMox
func GuestHasFeature ¶
func GuestHasFeature(vmr *VmRef, client *Client, feature GuestFeature) (bool, error)
check if the guest has the specified feature.
func GuestHasPendingChanges ¶
Check if there are any pending changes that require a reboot to be applied.
func GuestReboot ¶
Reboot the specified guest
func GuestStart ¶
func ItemInKeyOfArray ¶
Check the value of a key in a nested array of map[string]interface{}
func ListFiles ¶
func ListFiles(client *Client, node, storage string, content ContentType) (files *[]Content_FileProperties, err error)
List all files of the given type in the the specified storage
func ListGroups ¶
func ListGroups(client *Client) (*[]ConfigGroup, error)
Returns a list of all existing groups
func ListSnapshots ¶
func ListTemplates ¶
func ListTemplates(client *Client, node string) (templateList *[]TemplateItem, err error)
List all LXC templates available for download.
func ListUsers ¶
func ListUsers(client *Client, full bool) (*[]ConfigUser, error)
List all users that exist in proxmox Setting full to TRUE the output wil include group information. Depending on the number of existing groups it take substantially longer to parse
func MoveQemuDisk ¶
func MoveQemuDisk(format *QemuDiskFormat, diskId QemuDiskId, storage string, deleteAfterMove bool, vmr *VmRef, client *Client) (err error)
func NewUserIDs ¶
Converts an comma separated list of "username@realm" to a array of UserID objects
func ParamsToBody ¶
func ParamsToBodyWithEmpty ¶
func ParamsToValues ¶
func ParamsToValuesWithEmpty ¶
func ParseSubConf ¶
ParseSubConf - Parse standard sub-conf strings `key=value`.
func RemoveSshForwardUsernet ¶
device_del net1 netdev_del net1
func ResponseJSON ¶
func RollbackSnapshot ¶
func RollbackSnapshot(c *Client, vmr *VmRef, snapshot SnapshotName) (exitStatus string, err error)
Rollback to a snapshot, same as SnapshotName.Rollback()
func SshForwardUsernet ¶
This is because proxmox create/config API won't let us make usernet devices
func UpdateSnapshotDescription ¶
func UpdateSnapshotDescription(c *Client, vmr *VmRef, snapshot SnapshotName, description string) (err error)
Updates the description of the specified snapshot, same as SnapshotName.UpdateDescription()
func ValidateArrayEven ¶
func ValidateArrayNotEmpty ¶
func ValidateFilePath ¶
func ValidateIntGreater ¶
func ValidateIntInRange ¶
func ValidateStringInArray ¶
func ValidateStringNotEmpty ¶
func ValidateStringsEqual ¶
check if a key is allowed to be changed after creation.
func WaitForShutdown ¶
Useful waiting for ISO install to complete
Types ¶
type AgentNetworkInterface ¶
type AgentNetworkInterface struct { MacAddress net.HardwareAddr IpAddresses []net.IP Name string Statistics *AgentInterfaceStatistics }
type ApiTokenCreateResult ¶
type ApiTokenCreateResultWrapper ¶
type ApiTokenCreateResultWrapper struct {
Data ApiTokenCreateResult `json:"data"`
}
type Client ¶
type Client struct { ApiUrl string Username string Password string Otp string TaskTimeout int // contains filtered or unexported fields }
Client - URL, user and password to specific Proxmox node
func (*Client) AddQemuIPSet ¶
func (c *Client) AddQemuIPSet(vmr *VmRef, name string, params map[string]interface{}) (exitStatus interface{}, err error)
AddQemuIPSet - Add IP or Network to IPSet.
func (Client) ApplyNetwork ¶
ApplyNetwork applies the pending network configuration on the passed in node. It returns the body from the API response and any HTTP error the API returns.
func (*Client) CheckAcmePluginExistence ¶
func (*Client) CheckMetricServerExistence ¶
func (*Client) CheckPermissions ¶
func (c *Client) CheckPermissions(perms []Permission) error
Returns an error if the user does not have the required permissions on the given category and itme.
func (*Client) CheckSDNDNSExistance ¶
CheckSDNDNSExistance returns true if a DNS entry with the provided ID exists, false otherwise.
func (*Client) CheckSDNSubnetExistance ¶
CheckSDNSubnetExistance returns true if a DNS entry with the provided ID exists, false otherwise.
func (*Client) CheckSDNVNetExistance ¶
CheckSDNVNetExistance returns true if a DNS entry with the provided ID exists, false otherwise.
func (*Client) CheckSDNZoneExistance ¶
CheckSDNZoneExistance returns true if a zone with the provided ID exists, false otherwise.
func (*Client) CheckStorageExistance ¶
func (*Client) CheckTask ¶
CheckTask polls the API to check if the Proxmox task has been completed. It returns the body of the HTTP response and any HTTP error occurred during the request.
func (*Client) CheckVmRef ¶
func (*Client) CloneLxcContainer ¶
func (*Client) CloneQemuVm ¶
func (*Client) CreateAcmeAccount ¶
func (*Client) CreateAcmePlugin ¶
func (*Client) CreateItemReturnStatus ¶
func (c *Client) CreateItemReturnStatus(params map[string]interface{}, url string) (exitStatus string, err error)
CreateItemReturnStatus creates an item on the Proxmox API. It returns the body of the HTTP response and any HTTP error occurred during the request.
func (*Client) CreateLxcContainer ¶
func (*Client) CreateMetricServer ¶
func (*Client) CreateNetwork ¶
func (c *Client) CreateNetwork(node string, params map[string]interface{}) (exitStatus string, err error)
CreateNetwork creates a network with the configuration of the passed in parameters on the passed in node. It returns the body from the API response and any HTTP error the API returns.
func (*Client) CreateNewDisk ¶
func (c *Client) CreateNewDisk(vmr *VmRef, disk string, volume string) (exitStatus interface{}, err error)
CreateNewDisk - This method allows simpler disk creation for direct client users It should work for any existing container and virtual machine
func (*Client) CreatePool
deprecated
func (*Client) CreateQemuIPSet ¶
func (c *Client) CreateQemuIPSet(vmr *VmRef, params map[string]interface{}) (exitStatus interface{}, err error)
CreateQemuIPSet - Create new IPSet
func (*Client) CreateQemuSnapshot ¶
DEPRECATED superseded by CreateSnapshot()
func (*Client) CreateQemuVm ¶
func (*Client) CreateSDNDNS ¶
CreateSDNDNS creates a new SDN DNS in the cluster
func (*Client) CreateSDNSubnet ¶
CreateSDNSubnet creates a new SDN DNS in the cluster
func (*Client) CreateSDNVNet ¶
CreateSDNVNet creates a new SDN DNS in the cluster
func (*Client) CreateSDNZone ¶
CreateSDNZone creates a new SDN zone in the cluster
func (*Client) CreateStorage ¶
func (*Client) CreateTemplate ¶
func (*Client) CreateVMDisk ¶
func (c *Client) CreateVMDisk( nodeName string, storageName string, fullDiskName string, diskParams map[string]interface{}, ) error
CreateVMDisk - Create single disk for VM on host node.
func (*Client) CreateVNCProxy ¶
func (c *Client) CreateVNCProxy(vmr *VmRef, params map[string]interface{}) (vncProxyRes map[string]interface{}, err error)
CreateVNCProxy - Creates a TCP VNC proxy connections
func (*Client) Delete ¶
Makes a DELETE request without waiting on proxmox for the task to complete. It returns the HTTP error as 'err'.
func (*Client) DeleteAcmeAccount ¶
func (*Client) DeleteAcmePlugin ¶
func (*Client) DeleteMetricServer ¶
func (*Client) DeleteNetwork ¶
DeleteNetwork deletes the network with the passed in iface name on the passed in node. It returns the body from the API response and any HTTP error the API returns.
func (*Client) DeletePool
deprecated
func (*Client) DeleteQemuIPSet ¶
DeleteQemuIPSet - Delete IPSet
func (*Client) DeleteQemuIPSetNetwork ¶
func (c *Client) DeleteQemuIPSetNetwork(vmr *VmRef, IPSetName string, network string, params map[string]interface{}) (exitStatus interface{}, err error)
DeleteQemuIPSetNetwork - Remove IP or Network from IPSet.
func (*Client) DeleteQemuSnapshot ¶
DEPRECATED superseded by DeleteSnapshot()
func (*Client) DeleteSDNDNS ¶
DeleteSDNDNS deletes an existing SDN DNS in the cluster
func (*Client) DeleteSDNSubnet ¶
DeleteSDNSubnet deletes an existing SDN DNS in the cluster
func (*Client) DeleteSDNVNet ¶
DeleteSDNVNet deletes an existing SDN DNS in the cluster
func (*Client) DeleteSDNZone ¶
DeleteSDNZone deletes an existing SDN zone in the cluster
func (*Client) DeleteStorage ¶
func (*Client) DeleteVMDisks ¶
DeleteVMDisks - Delete VM disks from host node. By default the VM disks are deleted when the VM is deleted, so mainly this is used to delete the disks in case VM creation didn't complete.
func (*Client) DeleteVmParams ¶
func (*Client) DeleteVolume ¶
func (c *Client) DeleteVolume(vmr *VmRef, storageName string, volumeName string) (exitStatus interface{}, err error)
DeleteVolume - Delete volume
func (*Client) DeleteWithTask ¶
Makes a DELETE request and waits on proxmox for the task to complete. It returns the status of the test as 'exitStatus' and the HTTP error as 'err'.
func (*Client) GetAcmeAccountConfig ¶
func (*Client) GetAcmeAccountList ¶
ACME Account
func (*Client) GetAcmeDirectoriesUrl ¶
ACME
func (*Client) GetAcmePluginConfig ¶
func (*Client) GetAcmePluginList ¶
ACME Plugin
func (*Client) GetAcmeTosUrl ¶
func (*Client) GetExecStatus ¶
GetExecStatus - Gets the status of the given pid started by the guest-agent
func (*Client) GetHAGroupByName ¶
func (*Client) GetHAGroupList ¶
func (*Client) GetItemConfig ¶
func (*Client) GetItemConfigInterfaceArray ¶
func (*Client) GetItemConfigMapStringInterface ¶
func (c *Client) GetItemConfigMapStringInterface(url, text, message string, errorString ...string) (map[string]interface{}, error)
Shared
func (*Client) GetItemConfigString ¶
func (*Client) GetItemList ¶
func (*Client) GetItemListInterfaceArray ¶
func (*Client) GetJsonRetryable ¶
func (*Client) GetMetricServerConfig ¶
Metrics
func (*Client) GetMetricsServerList ¶
func (*Client) GetNetworkInterface ¶
GetNetworkInterface gets a json encoded object containing the configuration of the network interface with the name passed in as iface from the passed in node. It returns the body from the API response and any HTTP error the API returns.
func (*Client) GetNetworkList ¶
GetNetworkList gets a json encoded list of currently configured network interfaces on the passed in node. The typeFilter parameter can be used to filter by interface type. Pass in the empty string "" for typeFilter to list all network interfaces on the node. It returns the body from the API response and any HTTP error the API returns.
func (*Client) GetNodeList ¶
func (*Client) GetPoolInfo ¶
TODO: implement replacement
func (*Client) GetPoolList ¶
Still used by Terraform. Deprecated: use ListPoolsWithComments() instead
func (*Client) GetQemuFirewallOptions ¶
func (c *Client) GetQemuFirewallOptions(vmr *VmRef) (firewallOptions map[string]interface{}, err error)
GetQemuFirewallOptions - Get VM firewall options.
func (*Client) GetQemuIPSet ¶
GetQemuIPSet - List IPSets
func (*Client) GetResourceList ¶
GetResourceList returns a list of all enabled proxmox resources. For resource types that can be in a disabled state, disabled resources will not be returned TODO this func should not be exported
func (*Client) GetSDNDNS ¶
GetSDNDNS returns details about the DNS entry whose name was provided. An error is returned if the zone doesn't exist. The returned zone can be unmarshalled into a ConfigSDNDNS struct.
func (*Client) GetSDNDNSs ¶
GetSDNDNSs returns a list of all DNS definitions in the "data" element of the returned map.
func (*Client) GetSDNSubnet ¶
GetSDNSubnet returns details about the Subnet entry whose name was provided. An error is returned if the zone doesn't exist. The returned map["data"] section can be unmarshalled into a ConfigSDNSubnet struct.
func (*Client) GetSDNSubnets ¶
GetSDNSubnets returns a list of all Subnet definitions in the "data" element of the returned map.
func (*Client) GetSDNVNet ¶
GetSDNVNet returns details about the DNS entry whose name was provided. An error is returned if the zone doesn't exist. The returned zone can be unmarshalled into a ConfigSDNVNet struct.
func (*Client) GetSDNVNets ¶
GetSDNVNets returns a list of all VNet definitions in the "data" element of the returned map.
func (*Client) GetSDNZone ¶
GetSDNZone returns details about the zone whose name was provided. An error is returned if the zone doesn't exist. The returned zone can be unmarshalled into a ConfigSDNZone struct.
func (*Client) GetSDNZones ¶
func (c *Client) GetSDNZones(pending bool, typeFilter string) (list map[string]interface{}, err error)
GetSDNZones returns a list of all the SDN zones defined in the cluster.
func (*Client) GetStorageConfig ¶
func (*Client) GetStorageContent ¶
func (*Client) GetStorageList ¶
func (*Client) GetStorageStatus ¶
func (*Client) GetTaskExitstatus ¶
func (*Client) GetUserPermissions ¶
permissions check
func (*Client) GetVersion ¶
Updates the client's cached version information and returns it.
func (*Client) GetVmAgentNetworkInterfaces ¶
func (c *Client) GetVmAgentNetworkInterfaces(vmr *VmRef) ([]AgentNetworkInterface, error)
deprecated use *VmRef.GetAgentInformation() instead
func (*Client) GetVmConfig ¶
func (*Client) GetVmRefByName ¶
func (*Client) GetVmRefsByName ¶
func (*Client) GetVmSpiceProxy ¶
func (*Client) GetVmState ¶
func (*Client) HandleTaskError ¶
HandleTaskError reads the body from the passed in HTTP response and closes it. It returns the body of the passed in HTTP response.
func (*Client) HibernateVm ¶
func (*Client) ListQemuSnapshot ¶
func (c *Client) ListQemuSnapshot(vmr *VmRef) (taskResponse map[string]interface{}, exitStatus string, err error)
DEPRECATED superseded by ListSnapshots()
func (*Client) MigrateNode ¶
func (c *Client) MigrateNode(vmr *VmRef, newTargetNode string, online bool) (exitStatus interface{}, err error)
MigrateNode - Migrate a VM
func (*Client) MonitorCmd ¶
func (*Client) MoveLxcDisk ¶
func (*Client) MoveQemuDisk ¶
func (c *Client) MoveQemuDisk(vmr *VmRef, disk string, storage string) (exitStatus interface{}, err error)
DEPRECATED use MoveQemuDisk() instead. MoveQemuDisk - Move a disk from one storage to another
func (*Client) MoveQemuDiskToVM ¶
func (c *Client) MoveQemuDiskToVM(vmrSource *VmRef, disk string, vmrTarget *VmRef) (exitStatus interface{}, err error)
MoveQemuDiskToVM - Move a disk to a different VM, using the same storage
func (*Client) Post ¶
Makes a POST request without waiting on proxmox for the task to complete. It returns the HTTP error as 'err'.
func (*Client) PostWithTask ¶
func (c *Client) PostWithTask(Params map[string]interface{}, url string) (exitStatus string, err error)
Makes a POST request and waits on proxmox for the task to complete. It returns the status of the test as 'exitStatus' and the HTTP error as 'err'.
func (*Client) Put ¶
Makes a PUT request without waiting on proxmox for the task to complete. It returns the HTTP error as 'err'.
func (*Client) PutWithTask ¶
func (c *Client) PutWithTask(Params map[string]interface{}, url string) (exitStatus string, err error)
Makes a PUT request and waits on proxmox for the task to complete. It returns the status of the test as 'exitStatus' and the HTTP error as 'err'.
func (*Client) QemuAgentExec ¶
func (c *Client) QemuAgentExec(vmr *VmRef, params map[string]interface{}) (result map[string]interface{}, err error)
QemuAgentExec - Executes the given command in the vm via the guest-agent and returns an object with the pid.
func (*Client) QemuAgentFileWrite ¶
QemuAgentFileWrite - Writes the given file via guest agent.
func (*Client) QemuAgentPing ¶
QemuAgentPing - Execute ping.
func (*Client) QemuAgentSetUserPassword ¶
func (c *Client) QemuAgentSetUserPassword(vmr *VmRef, params map[string]interface{}) (result map[string]interface{}, err error)
QemuAgentSetUserPassword - Sets the password for the given user to the given password.
func (*Client) RefreshPermissions ¶
RefreshPermissions fetches the permissions from the API and updates the cache.
func (*Client) ResizeQemuDisk ¶
func (c *Client) ResizeQemuDisk(vmr *VmRef, disk string, moreSizeGB int) (exitStatus interface{}, err error)
ResizeQemuDisk allows the caller to increase the size of a disk by the indicated number of gigabytes TODO Deprecate once LXC is able to resize disk by itself (qemu can already do this)
func (*Client) ResizeQemuDiskRaw ¶
func (c *Client) ResizeQemuDiskRaw(vmr *VmRef, disk string, size string) (exitStatus interface{}, err error)
ResizeQemuDiskRaw allows the caller to provide the raw resize string to be send to proxmox. See the proxmox API documentation for full information, but the short version is if you prefix your desired size with a '+' character it will ADD size to the disk. If you just specify the size by itself it will do an absolute resizing to the specified size. Permitted suffixes are K, M, G, T to indicate order of magnitude (kilobyte, megabyte, etc). Decrease of disk size is not permitted. TODO Deprecate once LXC is able to resize disk by itself (qemu can already do this)
func (*Client) RevertNetwork ¶
RevertNetwork reverts the pending network configuration on the passed in node. It returns the body from the API response and any HTTP error the API returns.
func (*Client) RollbackQemuVm ¶
DEPRECATED superseded by RollbackSnapshot()
func (*Client) SetAPIToken ¶
SetAPIToken specifies a pair of user identifier and token UUID to use for authenticating API calls. If this is set, a ticket from calling `Login` will not be used.
- `userID` is expected to be in the form `USER@REALM!TOKENID` - `token` is just the UUID you get when initially creating the token
See https://pve.proxmox.com/wiki/User_Management#pveum_tokens
func (*Client) SetLxcConfig ¶
func (c *Client) SetLxcConfig(vmr *VmRef, vmParams map[string]interface{}) (exitStatus interface{}, err error)
SetLxcConfig - send config options
func (*Client) SetQemuFirewallOptions ¶
func (c *Client) SetQemuFirewallOptions(vmr *VmRef, fwOptions map[string]interface{}) (exitStatus interface{}, err error)
SetQemuFirewallOptions - Set Firewall options.
func (*Client) SetVmConfig ¶
func (c *Client) SetVmConfig(vmr *VmRef, params map[string]interface{}) (exitStatus interface{}, err error)
DEPRECATED SetVmConfig - send config options
func (*Client) ShutdownNode ¶
func (*Client) StatusChangeVm ¶
func (*Client) Unlink ¶
func (c *Client) Unlink(node string, vmId int, diskIds string, forceRemoval bool) (exitStatus string, err error)
Unlink - Unlink (detach) a set of disks from a VM. Reference: https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/unlink
func (*Client) UpdateAcmeAccountEmails ¶
func (*Client) UpdateAcmePlugin ¶
func (*Client) UpdateItemReturnStatus ¶
func (c *Client) UpdateItemReturnStatus(params map[string]interface{}, url string) (exitStatus string, err error)
UpdateItemReturnStatus updates an item on the Proxmox API. It returns the body of the HTTP response and any HTTP error occurred during the request.
func (*Client) UpdateMetricServer ¶
func (*Client) UpdateNetwork ¶
func (c *Client) UpdateNetwork(node string, iface string, params map[string]interface{}) (exitStatus string, err error)
UpdateNetwork updates the network corresponding to the passed in interface name on the passed in node with the configuration in the passed in parameters. It returns the body from the API response and any HTTP error the API returns.
func (*Client) UpdatePoolComment
deprecated
func (*Client) UpdateSDNDNS ¶
UpdateSDNDNS updates the given DNS with the provided parameters
func (*Client) UpdateSDNSubnet ¶
UpdateSDNSubnet updates the given DNS with the provided parameters
func (*Client) UpdateSDNVNet ¶
UpdateSDNVNet updates the given DNS with the provided parameters
func (*Client) UpdateSDNZone ¶
UpdateSDNZone updates the given zone with the provided parameters
func (*Client) UpdateStorage ¶
func (*Client) UpdateVMHA ¶
func (*Client) UpdateVMPool ¶
Still used by Terraform. Deprecated: use ConfigQemu.Update() instead
func (*Client) UploadLargeFile ¶
func (*Client) VMIdExists ¶
VMIdExists - If you pass an VMID that exists it will return true, otherwise it wil return false
func (*Client) Version ¶
Returns the Client's cached version if it exists, otherwise fetches the version from the API.
type CloudInit ¶
type CloudInit struct { Custom *CloudInitCustom `json:"cicustom,omitempty"` DNS *GuestDNS `json:"dns,omitempty"` NetworkInterfaces CloudInitNetworkInterfaces `json:"ipconfig,omitempty"` PublicSSHkeys *[]crypto.PublicKey `json:"sshkeys,omitempty"` UpgradePackages *bool `json:"ciupgrade,omitempty"` UserPassword *string `json:"userpassword,omitempty"` // TODO custom type Username *string `json:"username,omitempty"` // TODO custom type }
type CloudInitCustom ¶
type CloudInitCustom struct { Meta *CloudInitSnippet `json:"meta,omitempty"` Network *CloudInitSnippet `json:"network,omitempty"` User *CloudInitSnippet `json:"user,omitempty"` Vendor *CloudInitSnippet `json:"vendor,omitempty"` }
func (CloudInitCustom) String ¶
func (ci CloudInitCustom) String() string
func (CloudInitCustom) Validate ¶
func (ci CloudInitCustom) Validate() (err error)
type CloudInitIPv4Config ¶
type CloudInitIPv4Config struct { Address *IPv4CIDR `json:"address,omitempty"` DHCP bool `json:"dhcp,omitempty"` Gateway *IPv4Address `json:"gateway,omitempty"` }
func (CloudInitIPv4Config) String ¶
func (config CloudInitIPv4Config) String() string
func (CloudInitIPv4Config) Validate ¶
func (config CloudInitIPv4Config) Validate() error
type CloudInitIPv6Config ¶
type CloudInitIPv6Config struct { Address *IPv6CIDR `json:"address,omitempty"` DHCP bool `json:"dhcp,omitempty"` Gateway *IPv6Address `json:"gateway,omitempty"` SLAAC bool `json:"slaac,omitempty"` }
func (CloudInitIPv6Config) String ¶
func (config CloudInitIPv6Config) String() string
func (CloudInitIPv6Config) Validate ¶
func (config CloudInitIPv6Config) Validate() error
type CloudInitNetworkConfig ¶
type CloudInitNetworkConfig struct { IPv4 *CloudInitIPv4Config `json:"ip4,omitempty"` IPv6 *CloudInitIPv6Config `json:"ip6,omitempty"` }
func (CloudInitNetworkConfig) Validate ¶
func (config CloudInitNetworkConfig) Validate() (err error)
type CloudInitNetworkInterfaces ¶
type CloudInitNetworkInterfaces map[QemuNetworkInterfaceID]CloudInitNetworkConfig
func (CloudInitNetworkInterfaces) Validate ¶
func (interfaces CloudInitNetworkInterfaces) Validate() (err error)
type CloudInitSnippet ¶
type CloudInitSnippet struct { FilePath CloudInitSnippetPath `json:"path,omitempty"` Storage string `json:"storage,omitempty"` // TODO custom type (storage) }
If either Storage or FilePath is empty, the snippet will be removed
func (CloudInitSnippet) String ¶
func (config CloudInitSnippet) String() string
func (CloudInitSnippet) Validate ¶
func (ci CloudInitSnippet) Validate() error
type CloudInitSnippetPath ¶
type CloudInitSnippetPath string
func (CloudInitSnippetPath) Validate ¶
func (path CloudInitSnippetPath) Validate() error
type ConfigAcmeAccount ¶
type ConfigAcmeAccount struct { Name string `json:"name"` Contact []string `json:"contact"` Directory string `json:"directory"` Tos bool `json:"tos,omitempty"` }
Acme Account options for the Proxmox API
func NewConfigAcmeAccountFromApi ¶
func NewConfigAcmeAccountFromApi(id string, client *Client) (config *ConfigAcmeAccount, err error)
func NewConfigAcmeAccountFromJson ¶
func NewConfigAcmeAccountFromJson(input []byte) (config *ConfigAcmeAccount, err error)
func (ConfigAcmeAccount) CreateAcmeAccount ¶
func (config ConfigAcmeAccount) CreateAcmeAccount(acmeId string, client *Client) (err error)
type ConfigAcmePlugin ¶
type ConfigAcmePlugin struct { ID string `json:"pluginid"` API string `json:"api"` Data string `json:"data,omitempty"` Enable bool `json:"enable"` Nodes []string `json:"nodes,omitempty"` ValidationDelay int `json:"validation-delay"` }
Acme Plugin options for the Proxmox API
func NewConfigAcmePluginFromApi ¶
func NewConfigAcmePluginFromApi(id string, client *Client) (config *ConfigAcmePlugin, err error)
func NewConfigAcmePluginFromJson ¶
func NewConfigAcmePluginFromJson(input []byte) (config *ConfigAcmePlugin, err error)
func (ConfigAcmePlugin) CreateAcmePlugin ¶
func (config ConfigAcmePlugin) CreateAcmePlugin(client *Client) (err error)
func (ConfigAcmePlugin) SetAcmePlugin ¶
func (config ConfigAcmePlugin) SetAcmePlugin(pluginId string, client *Client) (err error)
func (ConfigAcmePlugin) UpdateAcmePlugin ¶
func (config ConfigAcmePlugin) UpdateAcmePlugin(client *Client) (err error)
type ConfigContent_Iso ¶
type ConfigContent_Iso struct { Checksum string ChecksumAlgorithm string DownloadUrl string Filename string Node string Storage string }
func (ConfigContent_Iso) Validate ¶
func (content ConfigContent_Iso) Validate() (err error)
Return an error if the one of the values is empty.
type ConfigContent_Template ¶
func (ConfigContent_Template) Validate ¶
func (content ConfigContent_Template) Validate() (err error)
Return an error if the one of the values is empty.
type ConfigGroup ¶
type ConfigGroup struct { Name GroupName `json:"name"` Comment string `json:"comment,omitempty"` // Setting the Members will update the group membership to only include the specified members. Members *[]UserID `json:"members,omitempty"` }
func NewConfigGroupFromApi ¶
func NewConfigGroupFromApi(groupId GroupName, client *Client) (*ConfigGroup, error)
func (*ConfigGroup) Create ¶
func (config *ConfigGroup) Create(client *Client) error
Creates the specified group
func (*ConfigGroup) Set ¶
func (config *ConfigGroup) Set(client *Client) (err error)
Created or updates the specified group
func (*ConfigGroup) Update ¶
func (config *ConfigGroup) Update(client *Client) error
Updates the specified group
func (*ConfigGroup) Validate ¶
func (config *ConfigGroup) Validate(create bool) (err error)
Validates all items and sub items of the ConfigGroup
type ConfigLxc ¶
type ConfigLxc struct { Ostemplate string `json:"ostemplate"` Arch string `json:"arch"` BWLimit int `json:"bwlimit,omitempty"` Clone string `json:"clone,omitempty"` CloneStorage string `json:"clone-storage,omitempty"` CMode string `json:"cmode"` Console bool `json:"console"` Cores int `json:"cores,omitempty"` CPULimit int `json:"cpulimit"` CPUUnits int `json:"cpuunits"` Description string `json:"description,omitempty"` Features QemuDevice `json:"features,omitempty"` Force bool `json:"force,omitempty"` Full bool `json:"full,omitempty"` HaState string `json:"hastate,omitempty"` HaGroup string `json:"hagroup,omitempty"` Hookscript string `json:"hookscript,omitempty"` Hostname string `json:"hostname,omitempty"` IgnoreUnpackErrors bool `json:"ignore-unpack-errors,omitempty"` Lock string `json:"lock,omitempty"` Memory int `json:"memory"` Mountpoints QemuDevices `json:"mountpoints,omitempty"` Nameserver string `json:"nameserver,omitempty"` Networks QemuDevices `json:"networks,omitempty"` OnBoot bool `json:"onboot"` OsType string `json:"ostype,omitempty"` Password string `json:"password,omitempty"` Pool *PoolName `json:"pool,omitempty"` Protection bool `json:"protection"` Restore bool `json:"restore,omitempty"` RootFs QemuDevice `json:"rootfs,omitempty"` SearchDomain string `json:"searchdomain,omitempty"` Snapname string `json:"snapname,omitempty"` SSHPublicKeys string `json:"ssh-public-keys,omitempty"` Start bool `json:"start"` Startup string `json:"startup,omitempty"` Storage string `json:"storage"` Swap int `json:"swap"` Template bool `json:"template,omitempty"` Tty int `json:"tty"` Unique bool `json:"unique,omitempty"` Unprivileged bool `json:"unprivileged"` Tags string `json:"tags"` Unused []string `json:"unused,omitempty"` }
LXC options for the Proxmox API
func NewConfigLxc ¶
func NewConfigLxc() ConfigLxc
func NewConfigLxcFromApi ¶
func NewConfigLxcFromJson ¶
type ConfigMetrics ¶
type ConfigMetrics struct { Name string `json:"name"` Port int `json:"port"` Server string `json:"server"` Type string `json:"type"` //type key is only used on create Enable bool `json:"enable"` MTU int `json:"mtu"` Timeout int `json:"timeout,omitempty"` Graphite *ConfigMetricsGraphite `json:"graphite,omitempty"` InfluxDB *ConfigMetricsInfluxDB `json:"influxdb,omitempty"` }
Metrics options for the Proxmox API
func InstantiateConfigMetrics ¶
func InstantiateConfigMetrics() *ConfigMetrics
func NewConfigMetricsFromApi ¶
func NewConfigMetricsFromApi(metricsId string, client *Client) (config *ConfigMetrics, err error)
func NewConfigMetricsFromJson ¶
func NewConfigMetricsFromJson(input []byte) (config *ConfigMetrics, err error)
func (*ConfigMetrics) CreateMetrics ¶
func (config *ConfigMetrics) CreateMetrics(client *Client) (err error)
func (*ConfigMetrics) RemoveMetricsNestedStructs ¶
func (config *ConfigMetrics) RemoveMetricsNestedStructs()
func (*ConfigMetrics) SetMetrics ¶
func (config *ConfigMetrics) SetMetrics(metricsId string, client *Client) (err error)
func (*ConfigMetrics) UpdateMetrics ¶
func (config *ConfigMetrics) UpdateMetrics(client *Client) (err error)
func (*ConfigMetrics) ValidateMetrics ¶
func (config *ConfigMetrics) ValidateMetrics() (err error)
type ConfigMetricsGraphite ¶
type ConfigMetricsInfluxDB ¶
type ConfigMetricsInfluxDB struct { ApiPathPrefix string `json:"api-path-prefix,omitempty"` Bucket string `json:"bucket,omitempty"` Protocol string `json:"protocol"` MaxBodySize int `json:"max-body-size,omitempty"` Organization string `json:"organization,omitempty"` Token string `json:"token,omitempty"` //token key is never returned from api VerifyCertificate bool `json:"verify-certificate"` }
type ConfigNetwork ¶
type ConfigNetwork struct { Iface string `json:"iface,omitempty"` Node string `json:"node,omitempty"` Type string `json:"type,omitempty"` Address string `json:"address,omitempty"` Address6 string `json:"address6,omitempty"` Autostart bool `json:"autostart,omitempty"` BondPrimary string `json:"bond-primary,omitempty"` BondMode string `json:"bond_mode,omitempty"` BondXmitHashPolicy string `json:"bond_xmit_hash_policy,omitempty"` BridgePorts string `json:"bridge_ports,omitempty"` BridgeVlanAware bool `json:"bridge_vlan_aware,omitempty"` CIDR string `json:"cidr,omitempty"` CIDR6 string `json:"cidr6,omitempty"` Comments string `json:"comments,omitempty"` Comments6 string `json:"comments6,omitempty"` Gateway string `json:"gateway,omitempty"` Gateway6 string `json:"gateway6,omitempty"` MTU int `json:"mtu,omitempty"` Netmask string `json:"netmask,omitempty"` Netmask6 int `json:"netmask6,omitempty"` OVSBonds string `json:"ovs_bonds,omitempty"` OVSBridge string `json:"ovs_bridge,omitempty"` OVSOptions string `json:"ovs_options,omitempty"` OVSPorts string `json:"ovs_ports,omitempty"` OVSTag int `json:"ovs_tag,omitempty"` Slaves string `json:"slaves,omitempty"` VlanID int `json:"vlan-id,omitempty"` VlanRawDevice string `json:"vlan-raw-device,omitempty"` }
ConfigNetwork maps go variables to API parameters.
func NewConfigNetworkFromJSON ¶
func NewConfigNetworkFromJSON(input []byte) (config *ConfigNetwork, err error)
NewConfigNetworkFromJSON takes in a byte array from a json encoded network configuration and stores it in config. It returns the newly created config with the passed in configuration stored and an error if one occurs unmarshalling the input data.
func (ConfigNetwork) CreateNetwork ¶
func (config ConfigNetwork) CreateNetwork(client *Client) (err error)
CreateNetwork creates a network on the Proxmox host with the stored config. It returns an error if the creation of the network fails.
func (ConfigNetwork) UpdateNetwork ¶
func (config ConfigNetwork) UpdateNetwork(client *Client) (err error)
UpdateNetwork updates a network on the Proxmox host with the stored config. It returns an error if updating the network fails.
type ConfigPool ¶
type ConfigPool struct { Name PoolName `json:"name"` Comment *string `json:"comment"` Guests *[]uint `json:"guests"` // TODO: Change type once we have a type for guestID }
func (ConfigPool) Create ¶
func (config ConfigPool) Create(c *Client) error
func (ConfigPool) Create_Unsafe ¶
func (config ConfigPool) Create_Unsafe(c *Client) error
Create_Unsafe creates a new pool without validating the input
func (ConfigPool) Delete ¶
func (config ConfigPool) Delete(c *Client) error
Same as PoolName.Delete()
func (ConfigPool) Exists ¶
func (config ConfigPool) Exists(c *Client) (bool, error)
Same as PoolName.Exists()
func (ConfigPool) Set ¶
func (config ConfigPool) Set(c *Client) error
func (ConfigPool) Set_Unsafe ¶
func (config ConfigPool) Set_Unsafe(c *Client) error
func (ConfigPool) Update ¶
func (config ConfigPool) Update(c *Client) error
func (ConfigPool) Update_Unsafe ¶
func (config ConfigPool) Update_Unsafe(c *Client) error
Update_Unsafe updates a pool without validating the input
func (ConfigPool) Validate ¶
func (config ConfigPool) Validate() error
type ConfigQemu ¶
type ConfigQemu struct { Agent *QemuGuestAgent `json:"agent,omitempty"` Args string `json:"args,omitempty"` Bios string `json:"bios,omitempty"` Boot string `json:"boot,omitempty"` // TODO should be an array of custom enums BootDisk string `json:"bootdisk,omitempty"` // TODO discuss deprecation? Only returned as it's deprecated in the proxmox api CPU *QemuCPU `json:"cpu,omitempty"` CloudInit *CloudInit `json:"cloudinit,omitempty"` Description *string `json:"description,omitempty"` Disks *QemuStorages `json:"disks,omitempty"` EFIDisk QemuDevice `json:"efidisk,omitempty"` // TODO should be a struct FullClone *int `json:"fullclone,omitempty"` // TODO should probably be a bool HaGroup string `json:"hagroup,omitempty"` HaState string `json:"hastate,omitempty"` // TODO should be custom type with enum Hookscript string `json:"hookscript,omitempty"` Hotplug string `json:"hotplug,omitempty"` // TODO should be a struct Iso *IsoFile `json:"iso,omitempty"` // Same as Disks.Ide.Disk_2.CdRom.Iso LinkedVmId uint `json:"linked_id,omitempty"` // Only returned setting it has no effect Machine string `json:"machine,omitempty"` // TODO should be custom type with enum Memory *QemuMemory `json:"memory,omitempty"` Name string `json:"name,omitempty"` // TODO should be custom type as there are character and length limitations Node string `json:"node,omitempty"` // Only returned setting it has no effect, set node in the VmRef instead Onboot *bool `json:"onboot,omitempty"` Pool *PoolName `json:"pool,omitempty"` Protection *bool `json:"protection,omitempty"` QemuDisks QemuDevices `json:"disk,omitempty"` // DEPRECATED use Disks *QemuStorages instead QemuIso string `json:"qemuiso,omitempty"` // DEPRECATED use Iso *IsoFile instead QemuKVM *bool `json:"kvm,omitempty"` QemuNetworks QemuDevices `json:"network,omitempty"` // TODO should be a struct QemuOs string `json:"ostype,omitempty"` QemuPCIDevices QemuDevices `json:"hostpci,omitempty"` // TODO should be a struct QemuPxe bool `json:"pxe,omitempty"` QemuSerials QemuDevices `json:"serial,omitempty"` // TODO should be a struct QemuUnusedDisks QemuDevices `json:"unused,omitempty"` // TODO should be a struct QemuUsbs QemuDevices `json:"usb,omitempty"` // TODO should be a struct QemuVga QemuDevice `json:"vga,omitempty"` // TODO should be a struct RNGDrive QemuDevice `json:"rng0,omitempty"` // TODO should be a struct Scsihw string `json:"scsihw,omitempty"` // TODO should be custom type with enum Smbios1 string `json:"smbios1,omitempty"` // TODO should be custom type with enum? Startup string `json:"startup,omitempty"` // TODO should be a struct? TPM *TpmState `json:"tpm,omitempty"` Tablet *bool `json:"tablet,omitempty"` Tags *[]Tag `json:"tags,omitempty"` VmID int `json:"vmid,omitempty"` // TODO should be a custom type as there are limitations }
ConfigQemu - Proxmox API QEMU options
func NewConfigQemuFromApi ¶
func NewConfigQemuFromApi(vmr *VmRef, client *Client) (config *ConfigQemu, err error)
func NewConfigQemuFromJson ¶
func NewConfigQemuFromJson(input []byte) (config *ConfigQemu, err error)
func (ConfigQemu) CloneVm ¶
func (config ConfigQemu) CloneVm(sourceVmr *VmRef, vmr *VmRef, client *Client) (err error)
CloneVm Example: Request
nodes/proxmox1-xx/qemu/1012/clone
newid:145 name:tf-clone1 target:proxmox1-xx full:1 storage:xxx
func (ConfigQemu) Create ¶
func (config ConfigQemu) Create(vmr *VmRef, client *Client) (err error)
Create - Tell Proxmox API to make the VM
func (ConfigQemu) CreateQemuDisksParams ¶
func (c ConfigQemu) CreateQemuDisksParams(params map[string]interface{}, cloned bool)
Create parameters for each disk.
func (ConfigQemu) CreateQemuEfiParams ¶
func (c ConfigQemu) CreateQemuEfiParams(params map[string]interface{})
Create efi parameter.
func (ConfigQemu) CreateQemuMachineParam ¶
func (c ConfigQemu) CreateQemuMachineParam( params map[string]interface{}, ) error
Create parameters for serial interface
func (ConfigQemu) CreateQemuNetworksParams ¶
func (c ConfigQemu) CreateQemuNetworksParams(params map[string]interface{})
Create parameters for each Nic device.
func (ConfigQemu) CreateQemuPCIsParams ¶
func (c ConfigQemu) CreateQemuPCIsParams(params map[string]interface{})
Create parameters for each PCI Device
func (ConfigQemu) CreateQemuRngParams ¶
func (c ConfigQemu) CreateQemuRngParams(params map[string]interface{})
Create RNG parameter.
func (ConfigQemu) CreateQemuSerialsParams ¶
func (c ConfigQemu) CreateQemuSerialsParams(params map[string]interface{})
Create parameters for serial interface
func (ConfigQemu) CreateQemuUsbsParams ¶
func (c ConfigQemu) CreateQemuUsbsParams(params map[string]interface{})
Create parameters for usb interface
func (ConfigQemu) String ¶
func (c ConfigQemu) String() string
func (ConfigQemu) Validate ¶
func (config ConfigQemu) Validate(current *ConfigQemu, version Version) (err error)
type ConfigSDNDNS ¶
type ConfigSDNDNS struct { DNS string `json:"dns"` Key string `json:"key"` Type string `json:"type"` URL string `json:"url"` TTL int `json:"ttl,omitempty"` // The SDN Plugin schema contains ReverseV6Mask attribute while the // PowerDNS plugin schema contains the ReverseMaskV6 attribute // This is probably a bug that crept into the Proxmox implementation.a // Checked in libpve-network-perl=0.7.3 ReverseMaskV6 int `json:"reversemaskv6,omitempty"` ReverseV6Mask int `json:"reversev6mask,omitempty"` // Digest allows for a form of optimistic locking Digest string `json:"digest,omitempty"` }
ConfigSDNDNS describes the SDN DNS configurable element
func NewConfigSDNDNSFromJson ¶
func NewConfigSDNDNSFromJson(input []byte) (config *ConfigSDNDNS, err error)
func (*ConfigSDNDNS) Create ¶
func (config *ConfigSDNDNS) Create(id string, client *Client) (err error)
func (*ConfigSDNDNS) CreateWithValidate ¶
func (config *ConfigSDNDNS) CreateWithValidate(id string, client *Client) (err error)
func (*ConfigSDNDNS) Update ¶
func (config *ConfigSDNDNS) Update(id string, client *Client) (err error)
func (*ConfigSDNDNS) UpdateWithValidate ¶
func (config *ConfigSDNDNS) UpdateWithValidate(id string, client *Client) (err error)
type ConfigSDNSubnet ¶
type ConfigSDNSubnet struct { // For creation purposes - Subnet is a CIDR // Once a subnet has been created, the Subnet is an identifier with the format // "<zone>-<ip>-<mask>" Subnet string `json:"subnet"` DNSZonePrefix string `json:"dnszoneprefix,omitempty"` Gateway string `json:"gateway,omitempty"` SNAT bool `json:"snat,omitempty"` // Delete is a string of attributes to be deleted from the object Delete string `json:"delete,omitempty"` // Type must always hold the string "subnet" Type string `json:"type"` // Digest allows for a form of optimistic locking Digest string `json:"digest,omitempty"` }
func NewConfigSDNSubnetFromJson ¶
func NewConfigSDNSubnetFromJson(input []byte) (config *ConfigSDNSubnet, err error)
NewConfigSDNSubnetFromJSON takes in a byte array from a json encoded SDN Subnet configuration and stores it in config. It returns the newly created config with the passed in configuration stored and an error if one occurs unmarshalling the input data.
func (*ConfigSDNSubnet) Create ¶
func (config *ConfigSDNSubnet) Create(vnet, id string, client *Client) (err error)
func (*ConfigSDNSubnet) CreateWithValidate ¶
func (config *ConfigSDNSubnet) CreateWithValidate(vnet, id string, client *Client) (err error)
func (*ConfigSDNSubnet) Update ¶
func (config *ConfigSDNSubnet) Update(vnet, id string, client *Client) (err error)
func (*ConfigSDNSubnet) UpdateWithValidate ¶
func (config *ConfigSDNSubnet) UpdateWithValidate(vnet, id string, client *Client) (err error)
type ConfigSDNVNet ¶
type ConfigSDNVNet struct { VNet string `json:"vnet"` Zone string `json:"zone"` Alias string `json:"alias,omitempty"` Delete string `json:"delete,omitempty"` Tag int `json:"tag,omitempty"` VLANAware bool `json:"vlanaware,omitempty"` // Digest allows for a form of optimistic locking Digest string `json:"digest,omitempty"` }
func NewConfigSDNVNetFromJson ¶
func NewConfigSDNVNetFromJson(input []byte) (config *ConfigSDNVNet, err error)
func (*ConfigSDNVNet) Create ¶
func (config *ConfigSDNVNet) Create(id string, client *Client) (err error)
func (*ConfigSDNVNet) CreateWithValidate ¶
func (config *ConfigSDNVNet) CreateWithValidate(id string, client *Client) (err error)
func (*ConfigSDNVNet) Update ¶
func (config *ConfigSDNVNet) Update(id string, client *Client) (err error)
func (*ConfigSDNVNet) UpdateWithValidate ¶
func (config *ConfigSDNVNet) UpdateWithValidate(id string, client *Client) (err error)
type ConfigSDNZone ¶
type ConfigSDNZone struct { Type string `json:"type"` Zone string `json:"zone"` AdvertiseSubnets bool `json:"advertise-subnets,omitempty"` Bridge string `json:"bridge,omitempty"` BridgeDisableMacLearning bool `json:"bridge-disable-mac-learning,omitempty"` Controller string `json:"controller,omitempty"` DisableARPNDSuppression bool `json:"disable-arp-nd-suppression,omitempty"` DNS string `json:"dns,omitempty"` DNSZone string `json:"dnszone,omitempty"` DPID int `json:"dp-id,omitempty"` ExitNodes string `json:"exitnodes,omitempty"` ExitNodesLocalRouting bool `json:"exitnodes-local-routing,omitempty"` ExitNodesPrimary string `json:"exitnodes-primary,omitempty"` IPAM string `json:"ipam,omitempty"` MAC string `json:"mac,omitempty"` MTU int `json:"mtu,omitempty"` Nodes string `json:"nodes,omitempty"` Peers string `json:"peers,omitempty"` ReverseDNS string `json:"reversedns,omitempty"` RTImport string `json:"rt-import,omitempty"` Tag int `json:"tag,omitempty"` VlanProtocol string `json:"vlan-protocol,omitempty"` VrfVxlan int `json:"vrf-vxlan,omitempty"` // Pass a string of attributes to be deleted from the remote object Delete string `json:"delete,omitempty"` // Digest allows for a form of optimistic locking Digest string `json:"digest,omitempty"` }
ConfigSDNZone describes the Zone configurable element
func NewConfigSDNZoneFromJson ¶
func NewConfigSDNZoneFromJson(input []byte) (config *ConfigSDNZone, err error)
NewConfigNetworkFromJSON takes in a byte array from a json encoded SDN Zone configuration and stores it in config. It returns the newly created config with the passed in configuration stored and an error if one occurs unmarshalling the input data.
func (*ConfigSDNZone) Create ¶
func (config *ConfigSDNZone) Create(id string, client *Client) (err error)
func (*ConfigSDNZone) CreateWithValidate ¶
func (config *ConfigSDNZone) CreateWithValidate(id string, client *Client) (err error)
func (*ConfigSDNZone) Update ¶
func (config *ConfigSDNZone) Update(id string, client *Client) (err error)
func (*ConfigSDNZone) UpdateWithValidate ¶
func (config *ConfigSDNZone) UpdateWithValidate(id string, client *Client) (err error)
type ConfigSnapshot ¶
type ConfigSnapshot struct { Name SnapshotName `json:"name,omitempty"` Description string `json:"description,omitempty"` VmState bool `json:"ram,omitempty"` }
func (ConfigSnapshot) Create ¶
func (config ConfigSnapshot) Create(c *Client, vmr *VmRef) (err error)
Creates a snapshot and validates the input
func (ConfigSnapshot) CreateSnapshot ¶
func (config ConfigSnapshot) CreateSnapshot(c *Client, vmr *VmRef) error
deprecated use ConfigSnapshot.Create() instead
func (ConfigSnapshot) Create_Unsafe ¶
func (config ConfigSnapshot) Create_Unsafe(c *Client, vmr *VmRef) error
Create a snapshot without validating the input, use ConfigSnapshot.Create() to validate the input.
func (ConfigSnapshot) Validate ¶
func (config ConfigSnapshot) Validate() error
type ConfigStorage ¶
type ConfigStorage struct { ID string `json:"id"` Enable bool `json:"enable"` Nodes []string `json:"nodes,omitempty"` Type string `json:"type"` Directory *ConfigStorageDirectory `json:"directory,omitempty"` LVM *ConfigStorageLVM `json:"lvm,omitempty"` LVMThin *ConfigStorageLVMThin `json:"lvm-thin,omitempty"` NFS *ConfigStorageNFS `json:"nfs,omitempty"` SMB *ConfigStorageSMB `json:"smb,omitempty"` GlusterFS *ConfigStorageGlusterFS `json:"glusterfs,omitempty"` ISCSI *ConfigStorageISCSI `json:"iscsi,omitempty"` CephFS *ConfigStorageCephFS `json:"cephfs,omitempty"` RBD *ConfigStorageRBD `json:"rbd,omitempty"` ZFSoverISCSI *ConfigStorageZFSoverISCSI `json:"zfs-over-iscsi,omitempty"` ZFS *ConfigStorageZFS `json:"zfs,omitempty"` PBS *ConfigStoragePBS `json:"pbs,omitempty"` Content *ConfigStorageContent `json:"content,omitempty"` BackupRetention *ConfigStorageBackupRetention `json:"backupretention,omitempty"` }
Storage options for the Proxmox API
func NewConfigStorageFromApi ¶
func NewConfigStorageFromApi(storageid string, client *Client) (config *ConfigStorage, err error)
func NewConfigStorageFromJson ¶
func NewConfigStorageFromJson(input []byte) (config *ConfigStorage, err error)
func (*ConfigStorage) Create ¶
func (config *ConfigStorage) Create(id string, errorSupression bool, client *Client) (err error)
func (*ConfigStorage) CreateWithValidate ¶
func (config *ConfigStorage) CreateWithValidate(id string, client *Client) (err error)
func (*ConfigStorage) RemapFromAPI ¶
func (config *ConfigStorage) RemapFromAPI()
func (*ConfigStorage) RemapToAPI ¶
func (config *ConfigStorage) RemapToAPI()
func (*ConfigStorage) SetDefaults ¶
func (config *ConfigStorage) SetDefaults()
func (*ConfigStorage) Update ¶
func (config *ConfigStorage) Update(id string, client *Client) (err error)
func (*ConfigStorage) UpdateWithValidate ¶
func (config *ConfigStorage) UpdateWithValidate(id string, client *Client) (err error)
type ConfigStorageBackupRetention ¶
type ConfigStorageBackupRetention struct { Last *int `json:"last,omitempty"` Hourly *int `json:"hourly,omitempty"` Daily *int `json:"daily,omitempty"` Monthly *int `json:"monthly,omitempty"` Weekly *int `json:"weekly,omitempty"` Yearly *int `json:"yearly,omitempty"` }
func (*ConfigStorageBackupRetention) AllNil ¶
func (b *ConfigStorageBackupRetention) AllNil() bool
func (*ConfigStorageBackupRetention) MapStorageBackupRetention ¶
func (b *ConfigStorageBackupRetention) MapStorageBackupRetention() string
func (*ConfigStorageBackupRetention) Validate ¶
func (b *ConfigStorageBackupRetention) Validate() (err error)
type ConfigStorageCephFS ¶
type ConfigStorageContent ¶
type ConfigStorageContent struct { Backup *bool `json:"backup,omitempty"` //backup Iso *bool `json:"iso,omitempty"` //iso Template *bool `json:"template,omitempty"` //vztmpl DiskImage *bool `json:"diskimage,omitempty"` //images Container *bool `json:"container,omitempty"` //rootdir Snippets *bool `json:"snippets,omitempty"` //snippets }
func (*ConfigStorageContent) MapStorageContent ¶
func (c *ConfigStorageContent) MapStorageContent(array []bool) (list string)
func (*ConfigStorageContent) Validate ¶
func (c *ConfigStorageContent) Validate(storageType string) error
type ConfigStorageDirectory ¶
type ConfigStorageDirectory struct { Path string `json:"path"` Preallocation *string `json:"preallocation,omitempty"` }
Storage Types
func (*ConfigStorageDirectory) SetDefaults ¶
func (directory *ConfigStorageDirectory) SetDefaults()
type ConfigStorageGlusterFS ¶
type ConfigStorageGlusterFS struct { Server1 string `json:"server1"` Server2 string `json:"server2,omitempty"` Preallocation *string `json:"preallocation,omitempty"` Volume string `json:"volume"` }
func (*ConfigStorageGlusterFS) SetDefaults ¶
func (glusterfs *ConfigStorageGlusterFS) SetDefaults()
type ConfigStorageISCSI ¶
type ConfigStorageLVM ¶
type ConfigStorageLVM struct { VGname string `json:"vgname"` }
type ConfigStorageLVMThin ¶
type ConfigStorageNFS ¶
type ConfigStorageNFS struct { Server string `json:"server"` Export string `json:"export"` Preallocation *string `json:"preallocation,omitempty"` Version *string `json:"version,omitempty"` }
func (*ConfigStorageNFS) SetDefaults ¶
func (nfs *ConfigStorageNFS) SetDefaults()
type ConfigStoragePBS ¶
type ConfigStoragePBS struct { Server string `json:"server"` Datastore string `json:"datastore"` Username string `json:"username"` Password *string `json:"password,omitempty"` Fingerprint string `json:"fingerprint,omitempty"` Port *int `json:"port,omitempty"` Namespace string `json:"namespace,omitempty"` }
func (*ConfigStoragePBS) SetDefaults ¶
func (pbs *ConfigStoragePBS) SetDefaults()
type ConfigStorageRBD ¶
type ConfigStorageSMB ¶
type ConfigStorageSMB struct { Username string `json:"username"` Preallocation *string `json:"preallocation,omitempty"` Domain string `json:"domain"` Server string `json:"server"` Password *string `json:"password,omitempty"` Version *string `json:"version,omitempty"` }
func (*ConfigStorageSMB) SetDefaults ¶
func (smb *ConfigStorageSMB) SetDefaults()
type ConfigStorageZFS ¶
type ConfigStorageZFS struct { Pool string `json:"pool"` Blocksize *string `json:"blocksize,omitempty"` Thinprovision bool `json:"thinprovision,omitempty"` }
func (*ConfigStorageZFS) SetDefaults ¶
func (zfs *ConfigStorageZFS) SetDefaults()
type ConfigStorageZFSoverISCSI ¶
type ConfigStorageZFSoverISCSI struct { Portal string `json:"portal"` Pool string `json:"pool"` Blocksize *string `json:"blocksize"` Target string `json:"target"` ISCSIprovider string `json:"iscsiprovider"` Thinprovision bool `json:"thinprovision"` Comstar *ConfigStorageZFSoverISCSI_Comstar `json:"comstar,omitempty"` Istgt *ConfigStorageZFSoverISCSI_istgt `json:"istgt,omitempty"` LIO *ConfigStorageZFSoverISCSI_LIO `json:"lio,omitempty"` }
func (*ConfigStorageZFSoverISCSI) RemapFromAPI ¶
func (zfsoveriscsi *ConfigStorageZFSoverISCSI) RemapFromAPI()
func (*ConfigStorageZFSoverISCSI) RemapToAPI ¶
func (zfsoveriscsi *ConfigStorageZFSoverISCSI) RemapToAPI()
func (*ConfigStorageZFSoverISCSI) SetDefaults ¶
func (zfsoveriscsi *ConfigStorageZFSoverISCSI) SetDefaults()
type ConfigStorageZFSoverISCSI_LIO ¶
type ConfigStorageZFSoverISCSI_LIO struct {
TargetPortalGroup string `json:"targetportal-group"`
}
type ConfigStorageZFSoverISCSI_istgt ¶
type ConfigStorageZFSoverISCSI_istgt struct {
Writecache bool `json:"writecache"`
}
type ConfigUser ¶
type ConfigUser struct { User UserID `json:"user"` Comment string `json:"comment,omitempty"` Email string `json:"email,omitempty"` Enable bool `json:"enable"` Expire uint `json:"expire"` FirstName string `json:"firstname,omitempty"` Groups *[]GroupName `json:"groups,omitempty"` Keys string `json:"keys,omitempty"` LastName string `json:"lastname,omitempty"` // Password is always empty when getting information from Proxmox Password UserPassword `json:"-"` }
User options for the Proxmox API
func NewConfigUserFromApi ¶
func NewConfigUserFromApi(userId UserID, client *Client) (*ConfigUser, error)
func NewConfigUserFromJson ¶
func NewConfigUserFromJson(input []byte) (config *ConfigUser, err error)
func (ConfigUser) CreateApiToken ¶
func (config ConfigUser) CreateApiToken(client *Client, token ApiToken) (value string, err error)
func (ConfigUser) CreateUser ¶
func (config ConfigUser) CreateUser(client *Client) (err error)
func (ConfigUser) DeleteApiToken ¶
func (config ConfigUser) DeleteApiToken(client *Client, token ApiToken) (err error)
func (ConfigUser) DeleteUser ¶
func (config ConfigUser) DeleteUser(client *Client) (err error)
func (ConfigUser) ListApiTokens ¶
func (config ConfigUser) ListApiTokens(client *Client) (tokens *[]ApiToken, err error)
func (*ConfigUser) SetUser ¶
func (config *ConfigUser) SetUser(userId UserID, password UserPassword, client *Client) (err error)
Create or update the user depending on if the user already exists or not. "userId" and "password" overwrite what is specified in "*ConfigUser".
func (ConfigUser) UpdateApiToken ¶
func (config ConfigUser) UpdateApiToken(client *Client, token ApiToken) (err error)
func (*ConfigUser) UpdateUser ¶
func (config *ConfigUser) UpdateUser(client *Client) (err error)
func (ConfigUser) UpdateUserPassword ¶
func (config ConfigUser) UpdateUserPassword(client *Client) (err error)
func (ConfigUser) Validate ¶
func (config ConfigUser) Validate() (err error)
Validates all items and sub items in the ConfigUser struct
type ContentType ¶
type ContentType string
const ( ContentType_Backup ContentType = "backup" ContentType_Container ContentType = "container" ContentType_DiskImage ContentType = "diskimage" ContentType_Iso ContentType = "iso" ContentType_Snippets ContentType = "snippets" ContentType_Template ContentType = "template" )
func (ContentType) Validate ¶
func (c ContentType) Validate() (err error)
Returns an error if the enum value is invalid.
type Content_File ¶
type Content_File struct { Storage string ContentType ContentType FilePath string }
func (Content_File) Validate ¶
func (c Content_File) Validate() (err error)
Return an error if the required fields are empty
type Content_FileProperties ¶
type CpuFlags ¶
type CpuFlags struct { AES *TriBool `json:"aes,omitempty"` // Activate AES instruction set for HW acceleration. AmdNoSSB *TriBool `json:"amdnossb,omitempty"` // Notifies guest OS that host is not vulnerable for Spectre on AMD CPUs. AmdSSBD *TriBool `json:"amdssbd,omitempty"` // Improves Spectre mitigation performance with AMD CPUs, best used with "VirtSSBD". HvEvmcs *TriBool `json:"hvevmcs,omitempty"` // Improve performance for nested virtualization. Only supported on Intel CPUs. HvTlbFlush *TriBool `json:"hvtlbflush,omitempty"` // Improve performance in overcommitted Windows guests. May lead to guest bluescreens on old CPUs. Ibpb *TriBool `json:"ibpb,omitempty"` // Allows improved Spectre mitigation with AMD CPUs. MdClear *TriBool `json:"mdclear,omitempty"` // Required to let the guest OS know if MDS is mitigated correctly. PCID *TriBool `json:"pcid,omitempty"` // Meltdown fix cost reduction on Westmere, Sandy-, and IvyBridge Intel CPUs. Pdpe1GB *TriBool `json:"pdpe1gb,omitempty"` // Allow guest OS to use 1GB size pages, if host HW supports it. SSBD *TriBool `json:"ssbd,omitempty"` // Protection for "Speculative Store Bypass" for Intel models. SpecCtrl *TriBool `json:"specctrl,omitempty"` // Allows improved Spectre mitigation with Intel CPUs. VirtSSBD *TriBool `json:"cirtssbd,omitempty"` // Basis for "Speculative Store Bypass" protection for AMD models. }
type CpuType ¶
type CpuType string // enum
const ( CpuType_Intel486 CpuType = "486" CpuType_AmdAthlon CpuType = "athlon" CpuType_IntelBroadwell CpuType = "Broadwell" CpuType_IntelBroadwellIBRS CpuType = "Broadwell-IBRS" CpuType_IntelBroadwellNoTSX CpuType = "Broadwell-noTSX" CpuType_IntelBroadwellNoTSXIBRS CpuType = "Broadwell-noTSX-IBRS" CpuType_IntelCascadelakeServer CpuType = "Cascadelake-Server" CpuType_IntelCascadelakeServerNoTSX CpuType = "Cascadelake-Server-noTSX" CpuType_IntelCascadelakeServerV2 CpuType = "Cascadelake-Server-V2" CpuType_IntelCascadelakeServerV4 CpuType = "Cascadelake-Server-V4" CpuType_IntelCascadelakeServerV5 CpuType = "Cascadelake-Server-V5" CpuType_IntelConroe CpuType = "Conroe" CpuType_IntelCooperlake CpuType = "Cooperlake" CpuType_IntelCooperlakeV2 CpuType = "Cooperlake-V2" CpuType_IntelCore2Duo CpuType = "core2duo" CpuType_IntelCoreDuo CpuType = "coreduo" CpuType_AmdEPYC CpuType = "EPYC" CpuType_AmdEPYCIBPB CpuType = "EPYC-IBPB" CpuType_AmdEPYCMilan CpuType = "EPYC-Milan" CpuType_AmdEPYCRome CpuType = "EPYC-Rome" CpuType_AmdEPYCRomeV2 CpuType = "EPYC-Rome-v2" CpuType_AmdEPYCV3 CpuType = "EPYC-v3" CpuType_Host CpuType = "host" CpuType_IntelHaswell CpuType = "Haswell" CpuType_IntelHaswellIBRS CpuType = "Haswell-IBRS" CpuType_IntelHaswellNoTSX CpuType = "Haswell-noTSX" CpuType_IntelHaswellNoTSXIBRS CpuType = "Haswell-noTSX-IBRS" CpuType_IntelIcelakeClient CpuType = "Icelake-Client" CpuType_IntelIcelakeClientNoTSX CpuType = "Icelake-Client-noTSX" CpuType_IntelIcelakeServer CpuType = "Icelake-Server" CpuType_IntelIcelakeServerNoTSX CpuType = "Icelake-Server-noTSX" CpuType_IntelIcelakeServerV3 CpuType = "Icelake-Server-v3" CpuType_IntelIcelakeServerV4 CpuType = "Icelake-Server-v4" CpuType_IntelIcelakeServerV5 CpuType = "Icelake-Server-v5" CpuType_IntelIcelakeServerV6 CpuType = "Icelake-Server-v6" CpuType_IntelIvybridge CpuType = "IvyBridge" CpuType_IntelIvybridgeIBRS CpuType = "IvyBridge-IBRS" CpuType_IntelKnightsmill CpuType = "KnightsMill" CpuType_QemuKvm32 CpuType = "kvm32" CpuType_QemuKvm64 CpuType = "kvm64" CpuType_QemuMax CpuType = "max" CpuType_IntelNahalem CpuType = "Nahalem" CpuType_IntelNahalemIBRS CpuType = "Nahalem-IRBS" CpuType_AmdOpteronG1 CpuType = "Opteron_G1" CpuType_AmdOpteronG2 CpuType = "Opteron_G2" CpuType_AmdOpteronG3 CpuType = "Opteron_G3" CpuType_AmdOpteronG4 CpuType = "Opteron_G4" CpuType_AmdOpteronG5 CpuType = "Opteron_G5" CpuType_IntelPenrym CpuType = "Penrym" CpuType_IntelPentium CpuType = "pentium" CpuType_IntelPentium2 CpuType = "pentium2" CpuType_IntelPentium3 CpuType = "pentium3" CpuType_AmdPhenom CpuType = "phenom" CpuType_Qemu32 CpuType = "qemu32" CpuType_Qemu64 CpuType = "qemu64" CpuType_IntelSandyBridge CpuType = "SandyBridge" CpuType_IntelSandybridgeIBRS CpuType = "SandyBridge-IBRS" CpuType_IntelSapphireRapids CpuType = "SapphireRapids" CpuType_IntelSkylakeClient CpuType = "Skylake-Client" CpuType_IntelSkylakeClientIBRS CpuType = "Skylake-Client-IBRS" CpuType_IntelSkylakeClientNoTSXIBRS CpuType = "Skylake-Client-noTSX-IBRS" CpuType_IntelSkylakeClientV4 CpuType = "Skylake-Client-v4" CpuType_IntelSkylakeServer CpuType = "Skylake-Server" CpuType_IntelSkylakeServerIBRS CpuType = "Skylake-Server-IBRS" CpuType_IntelSkylakeServerNoTSXIBRS CpuType = "Skylake-Server-noTSX-IBRS" CpuType_IntelSkylakeServerV4 CpuType = "Skylake-Server-v4" CpuType_IntelSkylakeServerV5 CpuType = "Skylake-Server-v5" CpuType_IntelWestmere CpuType = "Westmere" CpuType_IntelWestmereIBRS CpuType = "Westmere-IBRS" CpuType_X86_64_v2 CpuType = "x86-64-v2" CpuType_X86_64_v2_AES CpuType = "x86-64-v2-AES" CpuType_X86_64_v3 CpuType = "x86-64-v3" CpuType_X86_64_v4 CpuType = "x86-64-v4" )
type CpuVirtualCores ¶
type CpuVirtualCores uint16 // min value 0 is unset, max value 512. is QemuCpuCores * CpuSockets
func (CpuVirtualCores) Error ¶
func (cores CpuVirtualCores) Error() error
func (CpuVirtualCores) Validate ¶
func (vCores CpuVirtualCores) Validate(cores *QemuCpuCores, sockets *QemuCpuSockets, current *QemuCPU) error
type GroupName ¶
type GroupName string
GroupName may only contain the following characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_
func (GroupName) AddUsersToGroup ¶
Add users to the specified group
func (GroupName) CheckExistence ¶
Check if the specified group exists.
func (GroupName) RemoveAllUsersFromGroup ¶
Recursively remove all users from the specified group
func (GroupName) RemoveUsersFromGroup ¶
Remove users from the specified group
func (GroupName) SetMembers ¶
Recursively add and remove users from the specified group so only the the specified users will be members of the group
type GuestFeature ¶
type GuestFeature string
Enum
const ( GuestFeature_Clone GuestFeature = "clone" GuestFeature_Copy GuestFeature = "copy" GuestFeature_Snapshot GuestFeature = "snapshot" )
func (GuestFeature) Error ¶
func (GuestFeature) Error() error
func (GuestFeature) Validate ¶
func (feature GuestFeature) Validate() error
type GuestFeatures ¶
type GuestFeatures struct { Clone bool `json:"clone"` Copy bool `json:"copy"` Snapshot bool `json:"snapshot"` }
func ListGuestFeatures ¶
func ListGuestFeatures(vmr *VmRef, client *Client) (features GuestFeatures, err error)
List all features the guest has.
type GuestResource ¶
type GuestResource struct { CpuCores uint `json:"cpu_cores"` CpuUsage float64 `json:"cpu_usage"` DiskReadTotal uint `json:"disk_read"` DiskSizeInBytes uint `json:"disk_size"` DiskUsedInBytes uint `json:"disk_used"` DiskWriteTotal uint `json:"disk_write"` HaState string `json:"hastate"` // TODO custom type? Id uint `json:"id"` MemoryTotalInBytes uint `json:"memory_total"` MemoryUsedInBytes uint `json:"memory_used"` Name string `json:"name"` // TODO custom type NetworkIn uint `json:"network_in"` NetworkOut uint `json:"network_out"` Node string `json:"node"` // TODO custom type Pool PoolName `json:"pool"` Status string `json:"status"` // TODO custom type? Tags []Tag `json:"tags"` Template bool `json:"template"` Type GuestType `json:"type"` UptimeInSeconds uint `json:"uptime"` }
func ListGuests ¶
func ListGuests(client *Client) ([]GuestResource, error)
List all guest the user has viewing rights for in the cluster
type HAGroup ¶
type HAGroup struct { Comment string // Description. Group string // The HA group identifier. Nodes []string // List of cluster node names with optional priority. LIKE: <node>[:<pri>]{,<node>[:<pri>]}* NoFailback bool // The CRM tries to run services on the node with the highest priority. If a node with higher priority comes online, the CRM migrates the service to that node. Enabling nofailback prevents that behavior. Restricted bool // Resources bound to restricted groups may only run on nodes defined by the group. Type string // Group type }
type IPv4Address ¶
type IPv4Address string
func (IPv4Address) Validate ¶
func (ip IPv4Address) Validate() error
type IPv6Address ¶
type IPv6Address string
func (IPv6Address) Validate ¶
func (ip IPv6Address) Validate() error
type IpconfigMap ¶
type IpconfigMap map[int]interface{}
type IsoFile ¶
type Permission ¶
type Permission struct { Category PermissionCategory Item PermissionItem Privileges Privileges }
func (Permission) Validate ¶
func (p Permission) Validate() error
type PermissionCategory ¶
type PermissionCategory string // Enum
const ( PermissionCategory_Root PermissionCategory = "root" PermissionCategory_Access PermissionCategory = "access" PermissionCategory_Group PermissionCategory = "group" PermissionCategory_Realm PermissionCategory = "realm" PermissionCategory_Node PermissionCategory = "node" PermissionCategory_Guest PermissionCategory = "guest" PermissionCategory_Pool PermissionCategory = "pool" PermissionCategory_Storage PermissionCategory = "storage" PermissionCategory_Zone PermissionCategory = "zone" )
func (PermissionCategory) Error ¶
func (PermissionCategory) Error() error
func (PermissionCategory) String ¶
func (c PermissionCategory) String() string
func (PermissionCategory) Validate ¶
func (c PermissionCategory) Validate() error
type PermissionItem ¶
type PermissionItem string
type PoolName ¶
type PoolName string
func (PoolName) AddGuests_Unsafe ¶
func (PoolName) Delete_Unsafe ¶
func (PoolName) Get_Unsafe ¶
func (pool PoolName) Get_Unsafe(c *Client) (*ConfigPool, error)
func (PoolName) RemoveGuests_Unsafe ¶
func (PoolName) SetGuests_Unsafe ¶
type Privileges ¶
type Privileges struct { DatastoreAllocate bool `json:"Datastore.Allocate,omitempty"` DatastoreAllocateSpace bool `json:"Datastore.AllocateSpace,omitempty"` DatastoreAllocateTemplate bool `json:"Datastore.AllocateTemplate,omitempty"` DatastoreAudit bool `json:"Datastore.Audit,omitempty"` GroupAllocate bool `json:"Group.Allocate,omitempty"` PermissionsModify bool `json:"Permissions.Modify,omitempty"` PoolAllocate bool `json:"Pool.Allocate,omitempty"` PoolAudit bool `json:"Pool.Audit,omitempty"` RealmAllocate bool `json:"Realm.Allocate,omitempty"` RealmAllocateUser bool `json:"Realm.AllocateUser,omitempty"` SDNAllocate bool `json:"SDN.Allocate,omitempty"` SDNAudit bool `json:"SDN.Audit,omitempty"` SysAudit bool `json:"Sys.Audit,omitempty"` SysConsole bool `json:"Sys.Console,omitempty"` SysIncoming bool `json:"Sys.Incoming,omitempty"` SysModify bool `json:"Sys.Modify,omitempty"` SysPowerMgmt bool `json:"Sys.PowerMgmt,omitempty"` SysSyslog bool `json:"Sys.Syslog,omitempty"` UserModify bool `json:"User.Modify,omitempty"` VMAllocate bool `json:"VM.Allocate,omitempty"` VMAudit bool `json:"VM.Audit,omitempty"` VMBackup bool `json:"VM.Backup,omitempty"` VMClone bool `json:"VM.Clone,omitempty"` VMConfigCDROM bool `json:"VM.Config.CDROM,omitempty"` VMConfigCPU bool `json:"VM.Config.CPU,omitempty"` VMConfigCloudinit bool `json:"VM.Config.Cloudinit,omitempty"` VMConfigDisk bool `json:"VM.Config.Disk,omitempty"` VMConfigHWType bool `json:"VM.Config.HWType,omitempty"` VMConfigMemory bool `json:"VM.Config.Memory,omitempty"` VMConfigNetwork bool `json:"VM.Config.Network,omitempty"` VMConfigOptions bool `json:"VM.Config.Options,omitempty"` VMConsole bool `json:"VM.Console,omitempty"` VMMigrate bool `json:"VM.Migrate,omitempty"` VMMonitor bool `json:"VM.Monitor,omitempty"` VMPowerMgmt bool `json:"VM.PowerMgmt,omitempty"` VMSnapshot bool `json:"VM.Snapshot,omitempty"` VMSnapshotRollback bool `json:"VM.Snapshot.Rollback,omitempty"` }
func (Privileges) String ¶
func (p Privileges) String() (privileges string)
type QemuCPU ¶
type QemuCPU struct { Affinity *[]uint `json:"affinity,omitempty"` Cores *QemuCpuCores `json:"cores,omitempty"` // Required during creation Flags *CpuFlags `json:"flags,omitempty"` Limit *CpuLimit `json:"limit,omitempty"` Numa *bool `json:"numa,omitempty"` Sockets *QemuCpuSockets `json:"sockets,omitempty"` Type *CpuType `json:"type,omitempty"` Units *CpuUnits `json:"units,omitempty"` VirtualCores *CpuVirtualCores `json:"vcores,omitempty"` }
type QemuCdRom ¶
type QemuCloudInitDisk ¶
type QemuCloudInitDisk struct { Format QemuDiskFormat `json:"format,omitempty"` Storage string `json:"storage,omitempty"` }
func (QemuCloudInitDisk) Validate ¶
func (cloudInit QemuCloudInitDisk) Validate() error
type QemuCpuCores ¶
type QemuCpuCores uint8 // min value 1, max value of 128
func (QemuCpuCores) Validate ¶
func (cores QemuCpuCores) Validate() error
type QemuCpuSockets ¶
type QemuCpuSockets uint8 // min value 1, max value 4
func (QemuCpuSockets) Validate ¶
func (sockets QemuCpuSockets) Validate() error
type QemuDevice ¶
type QemuDevice map[string]interface{}
func ParseConf ¶
func ParseConf( kvString string, confSeparator string, subConfSeparator string, implicitFirstKey string, ) QemuDevice
ParseConf - Parse standard device conf string `key1=val1,key2=val2`.
func ParseLxcDisk ¶
func ParseLxcDisk(diskStr string) QemuDevice
func ParsePMConf ¶
func ParsePMConf( kvString string, implicitFirstKey string, ) QemuDevice
type QemuDeviceParam ¶
type QemuDeviceParam []string
type QemuDevices ¶
type QemuDiskAsyncIO ¶
type QemuDiskAsyncIO string
const ( QemuDiskAsyncIO_Native QemuDiskAsyncIO = "native" QemuDiskAsyncIO_Threads QemuDiskAsyncIO = "threads" QemuDiskAsyncIO_IOuring QemuDiskAsyncIO = "io_uring" )
func (QemuDiskAsyncIO) Error ¶
func (QemuDiskAsyncIO) Error() error
func (QemuDiskAsyncIO) Validate ¶
func (asyncIO QemuDiskAsyncIO) Validate() error
type QemuDiskBandwidth ¶
type QemuDiskBandwidth struct { MBps QemuDiskBandwidthMBps `json:"mbps,omitempty"` Iops QemuDiskBandwidthIops `json:"iops,omitempty"` }
func (QemuDiskBandwidth) Validate ¶
func (bandwidth QemuDiskBandwidth) Validate() error
type QemuDiskBandwidthIops ¶
type QemuDiskBandwidthIops struct { ReadLimit QemuDiskBandwidthIopsLimit `json:"read,omitempty"` WriteLimit QemuDiskBandwidthIopsLimit `json:"write,omitempty"` }
func (QemuDiskBandwidthIops) Validate ¶
func (iops QemuDiskBandwidthIops) Validate() error
type QemuDiskBandwidthIopsLimit ¶
type QemuDiskBandwidthIopsLimit struct { Burst QemuDiskBandwidthIopsLimitBurst `json:"burst,omitempty"` // 0 = unlimited BurstDuration uint `json:"burst_duration,omitempty"` // burst duration in seconds Concurrent QemuDiskBandwidthIopsLimitConcurrent `json:"concurrent,omitempty"` // 0 = unlimited }
func (QemuDiskBandwidthIopsLimit) Validate ¶
func (limit QemuDiskBandwidthIopsLimit) Validate() (err error)
type QemuDiskBandwidthIopsLimitBurst ¶
type QemuDiskBandwidthIopsLimitBurst uint
func (QemuDiskBandwidthIopsLimitBurst) Validate ¶
func (limit QemuDiskBandwidthIopsLimitBurst) Validate() error
type QemuDiskBandwidthIopsLimitConcurrent ¶
type QemuDiskBandwidthIopsLimitConcurrent uint
func (QemuDiskBandwidthIopsLimitConcurrent) Validate ¶
func (limit QemuDiskBandwidthIopsLimitConcurrent) Validate() error
type QemuDiskBandwidthMBps ¶
type QemuDiskBandwidthMBps struct { ReadLimit QemuDiskBandwidthMBpsLimit `json:"read,omitempty"` WriteLimit QemuDiskBandwidthMBpsLimit `json:"write,omitempty"` }
func (QemuDiskBandwidthMBps) Validate ¶
func (data QemuDiskBandwidthMBps) Validate() error
type QemuDiskBandwidthMBpsLimit ¶
type QemuDiskBandwidthMBpsLimit struct { Burst QemuDiskBandwidthMBpsLimitBurst `json:"burst,omitempty"` // 0 = unlimited Concurrent QemuDiskBandwidthMBpsLimitConcurrent `json:"concurrent,omitempty"` // 0 = unlimited }
func (QemuDiskBandwidthMBpsLimit) Validate ¶
func (limit QemuDiskBandwidthMBpsLimit) Validate() (err error)
type QemuDiskBandwidthMBpsLimitBurst ¶
type QemuDiskBandwidthMBpsLimitBurst float32
func (QemuDiskBandwidthMBpsLimitBurst) Validate ¶
func (limit QemuDiskBandwidthMBpsLimitBurst) Validate() error
type QemuDiskBandwidthMBpsLimitConcurrent ¶
type QemuDiskBandwidthMBpsLimitConcurrent float32
func (QemuDiskBandwidthMBpsLimitConcurrent) Validate ¶
func (limit QemuDiskBandwidthMBpsLimitConcurrent) Validate() error
type QemuDiskCache ¶
type QemuDiskCache string
const ( QemuDiskCache_None QemuDiskCache = "none" QemuDiskCache_WriteThrough QemuDiskCache = "writethrough" QemuDiskCache_WriteBack QemuDiskCache = "writeback" QemuDiskCache_Unsafe QemuDiskCache = "unsafe" QemuDiskCache_DirectSync QemuDiskCache = "directsync" )
func (QemuDiskCache) Error ¶
func (QemuDiskCache) Error() error
func (QemuDiskCache) Validate ¶
func (cache QemuDiskCache) Validate() error
type QemuDiskFormat ¶
type QemuDiskFormat string
const ( QemuDiskFormat_Cow QemuDiskFormat = "cow" QemuDiskFormat_Cloop QemuDiskFormat = "cloop" QemuDiskFormat_Qcow QemuDiskFormat = "qcow" QemuDiskFormat_Qcow2 QemuDiskFormat = "qcow2" QemuDiskFormat_Qed QemuDiskFormat = "qed" QemuDiskFormat_Vmdk QemuDiskFormat = "vmdk" QemuDiskFormat_Raw QemuDiskFormat = "raw" )
func (QemuDiskFormat) Error ¶
func (QemuDiskFormat) Error() error
func (QemuDiskFormat) Validate ¶
func (format QemuDiskFormat) Validate() error
type QemuDiskId ¶
type QemuDiskId string
func (QemuDiskId) Validate ¶
func (id QemuDiskId) Validate() error
type QemuDiskSerial ¶
type QemuDiskSerial string
func (QemuDiskSerial) Validate ¶
func (serial QemuDiskSerial) Validate() error
QemuDiskSerial may only contain the following characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-_ And has a max length of 60 characters
type QemuDiskSize ¶
type QemuDiskSize uint
Amount of Kibibytes the disk should be. Disk size must be greater then 4096.
func (QemuDiskSize) Validate ¶
func (size QemuDiskSize) Validate() error
type QemuGuestAgent ¶
type QemuGuestAgent struct { Enable *bool `json:"enable,omitempty"` // Optional Type *QemuGuestAgentType `json:"type,omitempty"` // Optional Freeze *bool `json:"freeze,omitempty"` // Optional FsTrim *bool `json:"trim,omitempty"` // Optional }
func (QemuGuestAgent) Validate ¶
func (setting QemuGuestAgent) Validate() error
type QemuGuestAgentType ¶
type QemuGuestAgentType string // enum
func (QemuGuestAgentType) Validate ¶
func (q QemuGuestAgentType) Validate() error
type QemuIdeDisk ¶
type QemuIdeDisk struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` EmulateSSD bool `json:"emulatessd"` Format QemuDiskFormat `json:"format"` Id uint `json:"id"` //Id is only returned and setting it has no effect LinkedDiskId *uint `json:"linked"` //LinkedClone is only returned and setting it has no effect Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` Storage string `json:"storage"` WorldWideName QemuWorldWideName `json:"wwn"` // contains filtered or unexported fields }
func (QemuIdeDisk) Validate ¶
func (disk QemuIdeDisk) Validate() error
type QemuIdeDisks ¶
type QemuIdeDisks struct { Disk_0 *QemuIdeStorage `json:"0,omitempty"` Disk_1 *QemuIdeStorage `json:"1,omitempty"` Disk_2 *QemuIdeStorage `json:"2,omitempty"` Disk_3 *QemuIdeStorage `json:"3,omitempty"` }
func (QemuIdeDisks) Validate ¶
func (disks QemuIdeDisks) Validate() (err error)
type QemuIdePassthrough ¶
type QemuIdePassthrough struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` EmulateSSD bool `json:"emulatessd"` File string `json:"file"` Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` //size is only returned and setting it has no effect WorldWideName QemuWorldWideName `json:"wwn"` }
func (QemuIdePassthrough) Validate ¶
func (passthrough QemuIdePassthrough) Validate() error
type QemuIdeStorage ¶
type QemuIdeStorage struct { CdRom *QemuCdRom `json:"cdrom,omitempty"` CloudInit *QemuCloudInitDisk `json:"cloudinit,omitempty"` Disk *QemuIdeDisk `json:"disk,omitempty"` Passthrough *QemuIdePassthrough `json:"passthrough,omitempty"` }
func (QemuIdeStorage) Validate ¶
func (storage QemuIdeStorage) Validate() (err error)
type QemuMemory ¶
type QemuMemory struct { CapacityMiB *QemuMemoryCapacity `json:"capacity,omitempty"` // min 1, max 4178944 MinimumCapacityMiB *QemuMemoryBalloonCapacity `json:"balloon,omitempty"` // 0 to clear (balloon), max 4178944 }
func (QemuMemory) Validate ¶
func (config QemuMemory) Validate(current *QemuMemory) error
type QemuMemoryBalloonCapacity ¶
type QemuMemoryBalloonCapacity uint32 // max 4178944
func (QemuMemoryBalloonCapacity) Validate ¶
func (m QemuMemoryBalloonCapacity) Validate() error
type QemuMemoryCapacity ¶
type QemuMemoryCapacity uint32 // max 4178944
func (QemuMemoryCapacity) Validate ¶
func (m QemuMemoryCapacity) Validate() error
type QemuMemoryShares ¶
type QemuMemoryShares uint16 // max 50000
func (QemuMemoryShares) Validate ¶
func (m QemuMemoryShares) Validate() error
type QemuNetworkInterfaceID ¶
type QemuNetworkInterfaceID uint8
func (QemuNetworkInterfaceID) Validate ¶
func (id QemuNetworkInterfaceID) Validate() error
type QemuSataDisk ¶
type QemuSataDisk struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` EmulateSSD bool `json:"emulatessd"` Format QemuDiskFormat `json:"format"` Id uint `json:"id"` //Id is only returned and setting it has no effect LinkedDiskId *uint `json:"linked"` //LinkedClone is only returned and setting it has no effect Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` Storage string `json:"storage"` WorldWideName QemuWorldWideName `json:"wwn"` // contains filtered or unexported fields }
func (QemuSataDisk) Validate ¶
func (disk QemuSataDisk) Validate() error
type QemuSataDisks ¶
type QemuSataDisks struct { Disk_0 *QemuSataStorage `json:"0,omitempty"` Disk_1 *QemuSataStorage `json:"1,omitempty"` Disk_2 *QemuSataStorage `json:"2,omitempty"` Disk_3 *QemuSataStorage `json:"3,omitempty"` Disk_4 *QemuSataStorage `json:"4,omitempty"` Disk_5 *QemuSataStorage `json:"5,omitempty"` }
func (QemuSataDisks) Validate ¶
func (disks QemuSataDisks) Validate() (err error)
type QemuSataPassthrough ¶
type QemuSataPassthrough struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` EmulateSSD bool `json:"emulatessd"` File string `json:"file"` Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` //size is only returned and setting it has no effect WorldWideName QemuWorldWideName `json:"wwn"` }
func (QemuSataPassthrough) Validate ¶
func (passthrough QemuSataPassthrough) Validate() error
type QemuSataStorage ¶
type QemuSataStorage struct { CdRom *QemuCdRom `json:"cdrom,omitempty"` CloudInit *QemuCloudInitDisk `json:"cloudinit,omitempty"` Disk *QemuSataDisk `json:"disk,omitempty"` Passthrough *QemuSataPassthrough `json:"passthrough,omitempty"` }
func (QemuSataStorage) Validate ¶
func (storage QemuSataStorage) Validate() (err error)
type QemuScsiDisk ¶
type QemuScsiDisk struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` EmulateSSD bool `json:"emulatessd"` Format QemuDiskFormat `json:"format"` Id uint `json:"id"` //Id is only returned and setting it has no effect IOThread bool `json:"iothread"` LinkedDiskId *uint `json:"linked"` //LinkedCloneId is only returned and setting it has no effect ReadOnly bool `json:"readonly"` Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` Storage string `json:"storage"` WorldWideName QemuWorldWideName `json:"wwn"` // contains filtered or unexported fields }
func (QemuScsiDisk) Validate ¶
func (disk QemuScsiDisk) Validate() error
type QemuScsiDisks ¶
type QemuScsiDisks struct { Disk_0 *QemuScsiStorage `json:"0,omitempty"` Disk_1 *QemuScsiStorage `json:"1,omitempty"` Disk_2 *QemuScsiStorage `json:"2,omitempty"` Disk_3 *QemuScsiStorage `json:"3,omitempty"` Disk_4 *QemuScsiStorage `json:"4,omitempty"` Disk_5 *QemuScsiStorage `json:"5,omitempty"` Disk_6 *QemuScsiStorage `json:"6,omitempty"` Disk_7 *QemuScsiStorage `json:"7,omitempty"` Disk_8 *QemuScsiStorage `json:"8,omitempty"` Disk_9 *QemuScsiStorage `json:"9,omitempty"` Disk_10 *QemuScsiStorage `json:"10,omitempty"` Disk_11 *QemuScsiStorage `json:"11,omitempty"` Disk_12 *QemuScsiStorage `json:"12,omitempty"` Disk_13 *QemuScsiStorage `json:"13,omitempty"` Disk_14 *QemuScsiStorage `json:"14,omitempty"` Disk_15 *QemuScsiStorage `json:"15,omitempty"` Disk_16 *QemuScsiStorage `json:"16,omitempty"` Disk_17 *QemuScsiStorage `json:"17,omitempty"` Disk_18 *QemuScsiStorage `json:"18,omitempty"` Disk_19 *QemuScsiStorage `json:"19,omitempty"` Disk_20 *QemuScsiStorage `json:"20,omitempty"` Disk_21 *QemuScsiStorage `json:"21,omitempty"` Disk_22 *QemuScsiStorage `json:"22,omitempty"` Disk_23 *QemuScsiStorage `json:"23,omitempty"` Disk_24 *QemuScsiStorage `json:"24,omitempty"` Disk_25 *QemuScsiStorage `json:"25,omitempty"` Disk_26 *QemuScsiStorage `json:"26,omitempty"` Disk_27 *QemuScsiStorage `json:"27,omitempty"` Disk_28 *QemuScsiStorage `json:"28,omitempty"` Disk_29 *QemuScsiStorage `json:"29,omitempty"` Disk_30 *QemuScsiStorage `json:"30,omitempty"` }
func (QemuScsiDisks) Validate ¶
func (disks QemuScsiDisks) Validate() (err error)
type QemuScsiPassthrough ¶
type QemuScsiPassthrough struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` EmulateSSD bool `json:"emulatessd"` File string `json:"file"` IOThread bool `json:"iothread"` ReadOnly bool `json:"readonly"` Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` //size is only returned and setting it has no effect WorldWideName QemuWorldWideName `json:"wwn"` }
func (QemuScsiPassthrough) Validate ¶
func (passthrough QemuScsiPassthrough) Validate() error
type QemuScsiStorage ¶
type QemuScsiStorage struct { CdRom *QemuCdRom `json:"cdrom,omitempty"` CloudInit *QemuCloudInitDisk `json:"cloudinit,omitempty"` Disk *QemuScsiDisk `json:"disk,omitempty"` Passthrough *QemuScsiPassthrough `json:"passthrough,omitempty"` }
func (QemuScsiStorage) Validate ¶
func (storage QemuScsiStorage) Validate() (err error)
type QemuStorages ¶
type QemuStorages struct { Ide *QemuIdeDisks `json:"ide,omitempty"` Sata *QemuSataDisks `json:"sata,omitempty"` Scsi *QemuScsiDisks `json:"scsi,omitempty"` VirtIO *QemuVirtIODisks `json:"virtio,omitempty"` }
func (QemuStorages) Validate ¶
func (storages QemuStorages) Validate() (err error)
type QemuVirtIODisk ¶
type QemuVirtIODisk struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` Format QemuDiskFormat `json:"format"` Id uint `json:"id"` //Id is only returned and setting it has no effect IOThread bool `json:"iothread"` LinkedDiskId *uint `json:"linked"` //LinkedCloneId is only returned and setting it has no effect ReadOnly bool `json:"readonly"` Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` Storage string `json:"storage"` WorldWideName QemuWorldWideName `json:"wwn"` // contains filtered or unexported fields }
func (QemuVirtIODisk) Validate ¶
func (disk QemuVirtIODisk) Validate() error
type QemuVirtIODisks ¶
type QemuVirtIODisks struct { Disk_0 *QemuVirtIOStorage `json:"0,omitempty"` Disk_1 *QemuVirtIOStorage `json:"1,omitempty"` Disk_2 *QemuVirtIOStorage `json:"2,omitempty"` Disk_3 *QemuVirtIOStorage `json:"3,omitempty"` Disk_4 *QemuVirtIOStorage `json:"4,omitempty"` Disk_5 *QemuVirtIOStorage `json:"5,omitempty"` Disk_6 *QemuVirtIOStorage `json:"6,omitempty"` Disk_7 *QemuVirtIOStorage `json:"7,omitempty"` Disk_8 *QemuVirtIOStorage `json:"8,omitempty"` Disk_9 *QemuVirtIOStorage `json:"9,omitempty"` Disk_10 *QemuVirtIOStorage `json:"10,omitempty"` Disk_11 *QemuVirtIOStorage `json:"11,omitempty"` Disk_12 *QemuVirtIOStorage `json:"12,omitempty"` Disk_13 *QemuVirtIOStorage `json:"13,omitempty"` Disk_14 *QemuVirtIOStorage `json:"14,omitempty"` Disk_15 *QemuVirtIOStorage `json:"15,omitempty"` }
func (QemuVirtIODisks) Validate ¶
func (disks QemuVirtIODisks) Validate() (err error)
type QemuVirtIOPassthrough ¶
type QemuVirtIOPassthrough struct { AsyncIO QemuDiskAsyncIO `json:"asyncio,omitempty"` Backup bool `json:"backup"` Bandwidth QemuDiskBandwidth `json:"bandwidth,omitempty"` Cache QemuDiskCache `json:"cache,omitempty"` Discard bool `json:"discard"` File string `json:"file"` IOThread bool `json:"iothread"` ReadOnly bool `json:"readonly"` Replicate bool `json:"replicate"` Serial QemuDiskSerial `json:"serial,omitempty"` SizeInKibibytes QemuDiskSize `json:"size"` //size is only returned and setting it has no effect WorldWideName QemuWorldWideName `json:"wwn"` }
func (QemuVirtIOPassthrough) Validate ¶
func (passthrough QemuVirtIOPassthrough) Validate() error
type QemuVirtIOStorage ¶
type QemuVirtIOStorage struct { CdRom *QemuCdRom `json:"cdrom,omitempty"` CloudInit *QemuCloudInitDisk `json:"cloudinit,omitempty"` Disk *QemuVirtIODisk `json:"disk,omitempty"` Passthrough *QemuVirtIOPassthrough `json:"passthrough,omitempty"` }
func (QemuVirtIOStorage) Validate ¶
func (storage QemuVirtIOStorage) Validate() (err error)
type QemuWorldWideName ¶
type QemuWorldWideName string
func (QemuWorldWideName) Validate ¶
func (wwn QemuWorldWideName) Validate() error
type Session ¶
type Session struct { ApiUrl string AuthTicket string CsrfToken string AuthToken string // Combination of user, realm, token ID and UUID Headers http.Header // contains filtered or unexported fields }
func NewSession ¶
func (*Session) NewRequest ¶
func (*Session) Request ¶
func (s *Session) Request( method string, url string, params *url.Values, headers *http.Header, body *[]byte, ) (resp *http.Response, err error)
Perform a simple get to an endpoint
func (*Session) RequestJSON ¶
func (s *Session) RequestJSON( method string, url string, params *url.Values, headers *http.Header, body interface{}, responseContainer interface{}, ) (resp *http.Response, err error)
Perform a simple get to an endpoint and unmarshal returned JSON
func (*Session) SetAPIToken ¶
type Snapshot ¶
type Snapshot struct { Name SnapshotName `json:"name"` SnapTime uint `json:"time,omitempty"` Description string `json:"description,omitempty"` VmState bool `json:"ram,omitempty"` Children []*Snapshot `json:"children,omitempty"` Parent SnapshotName `json:"parent,omitempty"` }
Used for formatting the output when retrieving snapshots
type SnapshotName ¶
type SnapshotName string
Minimum length of 3 characters Maximum length of 40 characters First character must be a letter Must only contain the following characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_
func (SnapshotName) Delete ¶
func (snap SnapshotName) Delete(c *Client, vmr *VmRef) (exitStatus string, err error)
Deletes the specified snapshot, validates the input
func (SnapshotName) Delete_Unsafe ¶
func (snap SnapshotName) Delete_Unsafe(c *Client, vmr *VmRef) (exitStatus string, err error)
Deletes the specified snapshot without validating the input, use SnapshotName.Delete() to validate the input.
func (SnapshotName) Rollback ¶
func (snap SnapshotName) Rollback(c *Client, vmr *VmRef) (exitStatus string, err error)
Rollback to the specified snapshot, validates the input
func (SnapshotName) Rollback_Unsafe ¶
func (snap SnapshotName) Rollback_Unsafe(c *Client, vmr *VmRef) (exitStatus string, err error)
Rollback to the specified snapshot without validating the input, use SnapshotName.Rollback() to validate the input.
func (SnapshotName) UpdateDescription ¶
func (snap SnapshotName) UpdateDescription(c *Client, vmr *VmRef, description string) (err error)
Updates the description of the specified snapshot, validates the input
func (SnapshotName) UpdateDescription_Unsafe ¶
func (snap SnapshotName) UpdateDescription_Unsafe(c *Client, vmr *VmRef, description string) error
Updates the description of the specified snapshot without validating the input, use SnapshotName.UpdateDescription() to validate the input.
func (SnapshotName) Validate ¶
func (name SnapshotName) Validate() error
type TemplateItem ¶
type TpmState ¶
type TpmState struct { Delete bool `json:"remove,omitempty"` // If true, the tpmstate will be deleted. Storage string `json:"storage"` // TODO change to proper type once the type is added. Version *TpmVersion `json:"version,omitempty"` // Changing version will delete the current tpmstate and create a new one. Optional during update, required during create. }
type TpmVersion ¶
type TpmVersion string // enum
func (TpmVersion) Validate ¶
func (t TpmVersion) Validate() error
type UserID ¶
type UserID struct { // TODO create custom type for Name. // the name only seems to allows some characters, and using the string type would imply that all characters are allowed. // https://bugzilla.proxmox.com/show_bug.cgi?id=4461 Name string `json:"name"` // TODO create custom type for Realm. // the realm only allows some characters, and using the string type would imply that all characters are allowed. // https://bugzilla.proxmox.com/show_bug.cgi?id=4462 Realm string `json:"realm"` }
type UserPassword ¶
type UserPassword string
May be empty or should be at least be 5 characters long.
func (UserPassword) Validate ¶
func (password UserPassword) Validate() error
type Version ¶
type VmRef ¶
type VmRef struct {
// contains filtered or unexported fields
}
VmRef - virtual machine ref parts map[type:qemu node:proxmox1-xx id:qemu/132 diskread:5.57424738e+08 disk:0 netin:5.9297450593e+10 mem:3.3235968e+09 uptime:1.4567097e+07 vmid:132 template:0 maxcpu:2 netout:6.053310416e+09 maxdisk:3.4359738368e+10 maxmem:8.592031744e+09 diskwrite:1.49663619584e+12 status:running cpu:0.00386980694947209 name:appt-app1-dev.xxx.xx]
func (*VmRef) GetAgentInformation ¶
func (vmr *VmRef) GetAgentInformation(c *Client, statistics bool) ([]AgentNetworkInterface, error)
Source Files ¶
- client.go
- config_acme_account.go
- config_acme_plugin.go
- config_group.go
- config_guest.go
- config_hagroup.go
- config_lxc.go
- config_metrics.go
- config_network.go
- config_pool.go
- config_qemu.go
- config_qemu_cloudinit.go
- config_qemu_cpu.go
- config_qemu_disk.go
- config_qemu_disk_ide.go
- config_qemu_disk_sata.go
- config_qemu_disk_scsi.go
- config_qemu_disk_virtio.go
- config_qemu_guestagent.go
- config_qemu_memory.go
- config_qemu_tpm.go
- config_sdn_dns.go
- config_sdn_subnet.go
- config_sdn_vnet.go
- config_sdn_zone.go
- config_storage.go
- config_user.go
- content.go
- content_iso.go
- content_template.go
- data_qemu_agent.go
- node.go
- permission.go
- session.go
- snapshot.go
- type_tag.go
- type_tribool.go
- util.go
- validate.go