
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.3 KiB
vim.LocalizationManager.MessageCatalog
Description of an available message catalog
- extends
- since
- Attributes:
-
moduleName (str):
The module or extension that publishes this catalog. The moduleName will be empty for the core catalogs for the VirtualCenter server itself.
catalogName (str):
The name of the catalog.
locale (str):
The locale for the catalog.
catalogUri (str):
The URI (relative to the connection URL for the VirtualCenter server itself) from which the catalog can be downloaded. The caller will need to augment this with a scheme and authority (host and port) to make a complete URL.
lastModified (datetime, optional):
The last-modified time of the catalog file, if available
md5sum (str, optional):
The checksum of the catalog file, if available
version (str, optional):
The version of the catalog file, if available The format is dot-separated version string, e.g. "1.2.3".