GuestInfo#
- class GuestInfo(guest_os_full_name=None, is_vm_mobility_drivers_installed=None, last_boot_up_time=None, dns_name=None, installed_virt_io_version=None, guest_os_build_number=None, *args, **kwargs)#
Bases:
objectInformation retrieved from the guest operating system.
- Parameters:
guest_os_full_name (max=128 chars) – (
guest_os_full_name) Guest operating system full name.is_vm_mobility_drivers_installed – (
is_vm_mobility_drivers_installed) Indicates whether the VM mobility drivers are installed on the VM or not.last_boot_up_time – (
last_boot_up_time) Timestamp indicating the last time the guest OS was booted.dns_name – (
dns_name)installed_virt_io_version (max=12 chars) – (
installed_virt_io_version) Version of the VirtIO drivers installed on the guest OS.guest_os_build_number (max=32 chars) – (
guest_os_build_number) Indicates build number of the guest operating system.
- property guest_os_build_number#
Indicates build number of the guest operating system.
- Type:
str
- property guest_os_full_name#
Guest operating system full name.
- Type:
str
- property installed_virt_io_version#
Version of the VirtIO drivers installed on the guest OS.
- Type:
str
- property is_vm_mobility_drivers_installed#
Indicates whether the VM mobility drivers are installed on the VM or not.
- Type:
bool
- property last_boot_up_time#
Timestamp indicating the last time the guest OS was booted.
- Type:
datetime
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model