Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ClusterOptionsNextIDLowerMaximum is the maximum number for the "lower" range for the next VM ID option. // Note that this value is not documented in the section about the cluster options in the Proxmox VE API explorer but // [in the sections about QEMU (POST)] as well as [the dedicated Proxmox VE documentations about QEMU/KVM]. // // [in the sections about QEMU (POST)]: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu // [the dedicated Proxmox VE documentations about QEMU/KVM]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_strong_qm_strong_qemu_kvm_virtual_machine_manager ClusterOptionsNextIDLowerMaximum = 999999999 // ClusterOptionsNextIDLowerMinimum is the minimum number for the "lower" range for the next VM ID option. // Note that this value is not documented in the section about the cluster options in the Proxmox VE API explorer but // [in the sections about QEMU (POST)] as well as [the dedicated Proxmox VE documentations about QEMU/KVM]. // // [in the sections about QEMU (POST)]: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu // [the dedicated Proxmox VE documentations about QEMU/KVM]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_strong_qm_strong_qemu_kvm_virtual_machine_manager ClusterOptionsNextIDLowerMinimum = 100 )
Variables ¶
This section is empty.
Functions ¶
func NewClusterOptionsResource ¶
NewClusterOptionsResource manages cluster options resource.
func NewDownloadFileResource ¶ added in v0.43.0
NewDownloadFileResource manages files downloaded using Proxmox API.
func NewVersionDataSource ¶
func NewVersionDataSource() datasource.DataSource
NewVersionDataSource is a helper function to simplify the provider implementation.
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package config provides the global provider's configuration for all resources and datasources.
|
Package config provides the global provider's configuration for all resources and datasources. |
nodes
|
|
Click to show internal directories.
Click to hide internal directories.