LocalizationManagerMessageCatalog

LocalizationManagerMessageCatalog
LocalizationManagerMessageCatalog

Description of an available message catalog

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "moduleName": "string",
    "catalogName": "string",
    "locale": "string",
    "catalogUri": "string",
    "lastModified": "string",
    "md5sum": "string",
    "version": "string"
}
string
moduleName
Required

The module or extension that publishes this catalog.

The moduleName will be empty for the core catalogs for the VirtualCenter server itself.

string
catalogName
Required

The name of the catalog.

string
locale
Required

The locale for the catalog.

string
catalogUri
Required

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.

string As date-time As date-time
lastModified
Optional

The last-modified time of the catalog file, if available

string
md5sum
Optional

The checksum of the catalog file, if available

string
version
Optional

The version of the catalog file, if available The format is dot-separated version string, e.g.

"1.2.3".