VmRecommendationArgs

data class VmRecommendationArgs(val configurationStatus: Output<String>? = null, val enforcementSupport: Output<String>? = null, val recommendationAction: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<VmRecommendationArgs>

Represents a machine that is part of a machine group

Constructors

Link copied to clipboard
constructor(configurationStatus: Output<String>? = null, enforcementSupport: Output<String>? = null, recommendationAction: Output<String>? = null, resourceId: Output<String>? = null)

Properties

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

The configuration status of the machines group or machine or rule

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

The machine supportability of Enforce feature

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

The recommendation action of the machine or rule

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

The full resource id of the machine

Functions

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