Class OSFilter (1.14.0)

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

Filtering criteria to select VMs based on OS details.

Attributes

NameDescription
os_short_name str
This should match OS short name emitted by the OS inventory agent. An empty value matches any OS.
os_version str
This value should match the version emitted by the OS inventory agent. 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.*