Enum VMwareVirtualMachineGuestFamily
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the guest family of a virtual machine.
public enum VMwareVirtualMachineGuestFamily
Fields
Linux = 1
The guest is a Linux operating system.
Netware = 2
The guest is a Novell Netware operating system.
Other = 3
The guest is an other operating systems.
Solaris = 4
The guest is a Solaris operating system.
Unknown = 0
The guest family is unknown.
Windows = 5
The guest is a Windows operating system.