GuestPoliciesAssignmentOsType

data class GuestPoliciesAssignmentOsType(val osArchitecture: String? = null, val osShortName: String? = null, val osVersion: String? = null)

Constructors

Link copied to clipboard
constructor(osArchitecture: String? = null, osShortName: String? = null, osVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val osArchitecture: String? = null

Targets VM instances with OS Inventory enabled and having the following OS architecture.

Link copied to clipboard
val osShortName: String? = null

Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".

Link copied to clipboard
val osVersion: String? = null

Targets VM instances with OS Inventory enabled and having the following following OS version.