OSPolicyInventoryFilterResponse

data class OSPolicyInventoryFilterResponse(val osShortName: String, val osVersion: String)

Filtering criteria to select VMs based on inventory details.

Constructors

Link copied to clipboard
constructor(osShortName: String, osVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OS short name

Link copied to clipboard

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.