Files
deb-python-pyvmomi/docs/vim/host/Service.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.2 KiB

vim.host.Service

Data object that describes a single service that runs on the host.

extends

vmodl.DynamicData

Attributes:

key (str):

Brief identifier for the service.

label (str):

Display label for the service.

required (bool):

Flag indicating whether the service is required and cannot be disabled.

uninstallable (bool):

Flag indicating whether the service can be uninstalled.

running (bool):

Flag indicating whether the service is currently running.

ruleset ([str], optional):

List of firewall rulesets used by this service. Must come from the list of rulesets in ruleset .

policy (str):

Service activation policy.See Policy

sourcePackage (vim.host.Service.SourcePackage, optional):

The source package associated with the service