1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

17 lines
690 B
Markdown
Raw Normal View History

2020-03-05 11:24:57 -05:00
# Virtual Machines
2020-07-30 13:48:05 -04:00
A virtual machine represents a virtual compute instance hosted within a cluster. Each VM must be assigned to exactly one cluster.
2020-03-05 11:24:57 -05:00
2020-07-30 13:48:05 -04:00
Like devices, each VM can be assigned a platform and/or functional role, and must have one of the following operational statuses assigned to it:
2020-03-05 11:24:57 -05:00
2020-07-30 13:48:05 -04:00
* Active
* Offline
* Planned
* Staged
* Failed
* Decommissioning
2020-03-05 11:24:57 -05:00
Additional fields are available for annotating the vCPU count, memory (GB), and disk (GB) allocated to each VM. A VM may be allocated a partial vCPU count (e.g. 1.5 vCPU).
Each VM may optionally be assigned to a tenant. Virtual machines may have virtual interfaces assigned to them, but do not support any physical component.