OsPropertiesArgs

data class OsPropertiesArgs(val customImageId: Output<String>? = null, val osName: Output<String>? = null, val releaseProperties: Output<ReleasePropertiesArgs>? = null) : ConvertibleToJava<OsPropertiesArgs>

The properties of an operating system.

Constructors

Link copied to clipboard
constructor(customImageId: Output<String>? = null, osName: Output<String>? = null, releaseProperties: Output<ReleasePropertiesArgs>? = null)

Properties

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

Specify the referenced Test Base Custom Image Id if available.

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

The name of the OS.

Link copied to clipboard

The properties of the OS release.

Functions

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