Filter: OperatingSystemInstanceFilter

Filter type for OperatingSystemInstance.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDOperatingSystemInstanceFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

OROperatingSystemInstanceFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

createdAtDateTime

Checks if createdAt equals a specified value.

If an index exists on createdAt, it can be used.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

ctxEntityCtxFilter

Allows to filter on the fields of ctx.

Note that ctx is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

idID

Checks if id equals a specified value.

If an index exists on id, it can be used.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

operatingSystemOperatingSystemFilter

Checks if operatingSystem is not null, and allows to filter based on its fields.

patchLevelString

Checks if patchLevel equals a specified string, case-sensitively.

If an index exists on patchLevel, it can be used.

See also like for a case-insensitive filter.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_containsString

Checks if patchLevel contains a specified string, case-sensitively.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_ends_withString

Checks if patchLevel ends with a specified string, case-sensitively.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_gtString

Checks if patchLevel is greater than a specified value.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_gteString

Checks if patchLevel is greater or equal a specified value.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_inString

Checks if patchLevel is equal to one of the specified values.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_likeString

Matches patchLevel against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on patchLevel, it can be used for the literal prefix (the part until the first placeholder).

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_ltString

Checks if patchLevel is less than a specified value.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_lteString

Checks if patchLevel is less or equal a specified value.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_notString

Checks if patchLevel does not equal a specified string, case-sensitively.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_not_containsString

Checks if patchLevel does not contain a specified string, case-sensitively.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_not_ends_withString

Checks if patchLevel does not end with a specified string, case-sensitively.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_not_inString

Checks if patchLevel is not equal to one of the specified values.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_not_likeString

Checks if patchLevel does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_not_starts_withString

Checks if patchLevel does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

patchLevel_starts_withString

Checks if patchLevel starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The patch level applied to the Operating System, e.g. for Wind River Linux LTS 19 it might "10.19.45.23"

updatedAtDateTime

Checks if updatedAt equals a specified value.

If an index exists on updatedAt, it can be used.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

versionString

Checks if version equals a specified string, case-sensitively.

If an index exists on version, it can be used.

See also like for a case-insensitive filter.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_containsString

Checks if version contains a specified string, case-sensitively.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_ends_withString

Checks if version ends with a specified string, case-sensitively.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_gtString

Checks if version is greater than a specified value.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_gteString

Checks if version is greater or equal a specified value.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_inString

Checks if version is equal to one of the specified values.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_likeString

Matches version against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on version, it can be used for the literal prefix (the part until the first placeholder).

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_ltString

Checks if version is less than a specified value.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_lteString

Checks if version is less or equal a specified value.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_notString

Checks if version does not equal a specified string, case-sensitively.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_not_containsString

Checks if version does not contain a specified string, case-sensitively.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_not_ends_withString

Checks if version does not end with a specified string, case-sensitively.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_not_inString

Checks if version is not equal to one of the specified values.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_not_likeString

Checks if version does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_not_starts_withString

Checks if version does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"

version_starts_withString

Checks if version starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The version of the operating system; e.g. "10", "22.04.1 LTS", "7.2009"


This page was generated: 2024-05-17