Documentation ¶
Index ¶
- Constants
- func ProxmoxFromJSON(jsonData []byte) (compute.Provider, error)
- type Proxmox
- func (pm *Proxmox) ComputeService() compute.Service
- func (pm *Proxmox) CreateInstance(instance *compute.Instance) (*compute.Instance, error)
- func (pm *Proxmox) DeleteInstance(instanceID string) error
- func (pm *Proxmox) GetInstance(instanceID string) (*compute.Instance, error)
- func (pm *Proxmox) ListInstances() ([]*compute.Instance, error)
- func (pm *Proxmox) RebootInstance(instanceID string) error
- func (pm *Proxmox) StartInstance(instanceID string) error
- func (pm *Proxmox) StopInstance(instanceID string) error
- type ProxmoxJSONConfig
Constants ¶
View Source
const DEFAULT_DISK = 32
View Source
const DEFAULT_MEMORY = 512
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Proxmox ¶
func (*Proxmox) ComputeService ¶
func (*Proxmox) CreateInstance ¶
func (*Proxmox) DeleteInstance ¶
func (*Proxmox) GetInstance ¶
func (*Proxmox) RebootInstance ¶
func (*Proxmox) StartInstance ¶
func (*Proxmox) StopInstance ¶
Click to show internal directories.
Click to hide internal directories.