MachineReferenceWithHintsArgs

data class MachineReferenceWithHintsArgs(val id: Output<String>, val kind: Output<String>) : ConvertibleToJava<MachineReferenceWithHintsArgs>

A machine reference with a hint of the machine's name and operating system.

Constructors

Link copied to clipboard
constructor(id: Output<String>, kind: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

Resource URI.

Link copied to clipboard
val kind: Output<String>

Specifies the sub-class of the reference. Expected value is 'ref:machinewithhints'.

Functions

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