mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
15 lines
629 B
Markdown
15 lines
629 B
Markdown
# Virtual Machines
|
|
|
|
A virtual machine represents a virtual compute instance hosted within a cluster. Each VM must be assigned to exactly one cluster.
|
|
|
|
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:
|
|
|
|
* Active
|
|
* Offline
|
|
* Planned
|
|
* Staged
|
|
* Failed
|
|
* Decommissioning
|
|
|
|
Additional fields are available for annotating the vCPU count, memory (GB), and disk (GB) allocated to each VM. 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.
|