OSPolicyAssignmentInstanceFilterInventoryArgs

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

VM inventory details.

Constructors

fun OSPolicyAssignmentInstanceFilterInventoryArgs(osShortName: Output<String>, osVersion: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val osShortName: Output<String>

The OS short name

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

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.