AssignmentOsTypeArgs

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

Defines the criteria for selecting VM Instances by OS type.

Constructors

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

Functions

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

Properties

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

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

Link copied to clipboard
val osShortName: Output<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: Output<String>? = null

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