AssignmentOsTypeResponse

data class AssignmentOsTypeResponse(val osArchitecture: String, val osShortName: String, val osVersion: String)

Defines the criteria for selecting VM Instances by OS type.

Constructors

Link copied to clipboard
fun AssignmentOsTypeResponse(osArchitecture: String, osShortName: String, osVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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