mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-07-26 16:28:16 +00:00
PSProxmox Examples
This directory contains example scripts for the PSProxmox module.
Basic Examples
- Connect to a Proxmox VE server
- Get information about VMs
- Create a new VM
- Start, stop, and restart VMs
- Remove a VM
Advanced Examples
- Create a VM using the builder pattern
- Create multiple VMs from a template
- Create a VM with a static IP address
- Create a VM with multiple disks
- Create a VM with multiple network interfaces
Cluster Management Examples
- Join a node to a cluster
- Remove a node from a cluster
- Create a cluster backup
- Restore a cluster backup
Storage Management Examples
Network Management Examples
User and Role Management Examples
- Get information about users
- Create a new user
- Remove a user
- Get information about roles
- Create a new role
- Remove a role
SDN Management Examples
- Get information about SDN zones
- Create a new SDN zone
- Remove an SDN zone
- Get information about SDN VNets
- Create a new SDN VNet
- Remove an SDN VNet
Template Management Examples
- Get information about VM templates
- Create a new VM template
- Remove a VM template
- Create a VM from a template