OnPremiseResourceDetailsArgs

data class OnPremiseResourceDetailsArgs(val machineName: Output<String>, val source: Output<String>, val sourceComputerId: Output<String>, val vmuuid: Output<String>, val workspaceId: Output<String>) : ConvertibleToJava<OnPremiseResourceDetailsArgs>

Details of the On Premise resource that was assessed

Constructors

Link copied to clipboard
constructor(machineName: Output<String>, source: Output<String>, sourceComputerId: Output<String>, vmuuid: Output<String>, workspaceId: Output<String>)

Properties

Link copied to clipboard
val machineName: Output<String>

The name of the machine

Link copied to clipboard
val source: Output<String>

The platform where the assessed resource resides Expected value is 'OnPremise'.

Link copied to clipboard

The oms agent Id installed on the machine

Link copied to clipboard
val vmuuid: Output<String>

The unique Id of the machine

Link copied to clipboard
val workspaceId: Output<String>

Azure resource Id of the workspace the machine is attached to

Functions

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