Files
deb-python-pyvmomi/docs/vim/Capability.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.6 KiB

vim.Capability

A particular product may or may not support certain features. This data object indicates whether or not a service instance implements these features. This data object type indicates the circumstances under which an operation throws a NotSupported fault.Support for some features is indicated by the presence or absence of the manager object from the service instance. For example, the AlarmManager manager object indicates collecting alarms is supported. Other features indicate whether or not a given operation on an object throws a NotSupported fault.Some capabilities depend on the host or virtual machine version. These are specified by using the vim.host.Capability and vim.vm.Capability objects.

extends

vmodl.DynamicData

Attributes:

provisioningSupported (bool):

Indicates whether or not the service instance supports provisioning. For example, the CloneVM operation.

multiHostSupported (bool):

Indicates whether or not the service instance supports multiple hosts.

userShellAccessSupported (bool):

Flag indicating whether host user accounts should have the option to be granted shell access

supportedEVCMode ([vim.EVCMode], optional):

All supported Enhanced VMotion Compatibility modes.

networkBackupAndRestoreSupported (bool, optional):

Indicates whether network backup and restore feature is supported.