
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.5 KiB
vim.UserSession
Information about a current user session.
- extends
- Attributes:
-
key (str):
A unique identifier for this session, also known as the session ID.
userName (str):
The user name represented by this session.
fullName (str):
The full name of the user, if available.
loginTime (datetime):
Timestamp when the user last logged on to the server.
lastActiveTime (datetime):
Timestamp when the user last executed a command.
locale (str):
The locale for the session used for data formatting and preferred for messages.
messageLocale (str):
The locale used for messages for the session. If there are no localized messages for the user-specified locale, then the server determines this locale.
extensionSession (bool):
Whether or not this session belongs to a VC Extension.
ipAddress (str):
The client identity. It could be IP address, or pipe name depended on client binding
userAgent (str):
The name of user agent or application
callCount (long):
Number of API invocations since the session started