Class InventoryFilter (1.12.3)

InventoryFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filtering criteria to select VMs based on inventory details.

Attributes

NameDescription
os_short_name str
Required. The OS short name
os_version str
The OS version Prefix matches are supported if asterisk(*) is provided as the last character. For example, to match all versions with a major version of ``7``, specify the following value for this field ``7.*`` An empty string matches all OS versions.

Inheritance

builtins.object > proto.message.Message > InventoryFilter