OSPolicyOSFilterArgs

data class OSPolicyOSFilterArgs(val osShortName: Output<String>? = null, val osVersion: Output<String>? = null) : ConvertibleToJava<OSPolicyOSFilterArgs>

Filtering criteria to select VMs based on OS details.

Constructors

Link copied to clipboard
fun OSPolicyOSFilterArgs(osShortName: Output<String>? = null, osVersion: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): OSPolicyOSFilterArgs

Properties

Link copied to clipboard
val osShortName: Output<String>? = null

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

Link copied to clipboard
val osVersion: Output<String>? = null

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