OSPolicyOSFilterResponse

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

Filtering criteria to select VMs based on OS details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This should match OS short name emitted by the OS inventory agent. An empty value matches any OS.

Link copied to clipboard

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.*