
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
2.8 KiB
vim.vm.ConfigOption
- This configuration data object type contains information about the execution environment for a virtual machine. This includes information about which features are supported, such as:
- Which guest operating systems are supported.
- How devices are emulated. For example, that a CD-ROM drive can be emulated with a file or that a serial port can be emulated with a pipe.
- VirtualCenter can provide a broader environment than any single physical host. This is a departure from traditional virtualization approaches, which rely on the host system to define the environment for virtual machines. This data object describes environment capabilities and is used by VirtualCenter to choose hosts on which to run virtual machines.
- extends
- Attributes:
-
version (str):
The version corresponding to this configOption.
description (str):
A description string for this configOption.
guestOSDescriptor ([vim.vm.GuestOsDescriptor]):
List of supported guest operating systems. The choice of guest operating system may limit the set of valid devices. For example, you cannot select Vmxnet with all guest operating systems.
guestOSDefaultIndex (int):
Index into guestOsDescriptor array denoting the default guest operating system.
hardwareOptions (vim.vm.VirtualHardwareOption):
Processor, memory, and virtual device options for a virtual machine.
capabilities (vim.vm.Capability):
Capabilities supported by a virtual machine.
datastore (vim.vm.DatastoreOption):
The datastore options for this virtual machine.
defaultDevice ([vim.vm.device.VirtualDevice], optional):
The list of virtual devices that are created on a virtual machine by default. Clients should not create these devices.
supportedMonitorType ([str]):
The monitor types supported by a host. The acceptable monitor types are enumerated by VirtualMachineFlagInfoMonitorType .
supportedOvfEnvironmentTransport ([str], optional):
Specifies the supported property transports that are available for the OVF environment
supportedOvfInstallTransport ([str], optional):
Specifies the supported transports for the OVF installation phase.