OsInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Operating system information for the VM. .. attribute:: hostname
The VM hostname.
:type: str
Attributes | |
---|---|
Name | Description |
long_name |
str
The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'. |
short_name |
str
The operating system short name. For example, 'windows' or 'debian'. |
version |
str
The version of the operating system. |
architecture |
str
The system architecture of the operating system. |
kernel_version |
str
The kernel version of the operating system. |
kernel_release |
str
The kernel release of the operating system. |
osconfig_agent_version |
str
The current version of the OS Config agent running on the VM. |