DiscoveredEntityLightSummaryArgs

data class DiscoveredEntityLightSummaryArgs(val numberOfMachines: Output<Int>, val numberOfServers: Output<Int>, val numberOfWebApps: Output<Int>) : ConvertibleToJava<DiscoveredEntityLightSummaryArgs>

Discovered entity light summary.

Constructors

Link copied to clipboard
constructor(numberOfMachines: Output<Int>, numberOfServers: Output<Int>, numberOfWebApps: Output<Int>)

Properties

Link copied to clipboard
val numberOfMachines: Output<Int>

Gets or sets the number of machines.

Link copied to clipboard
val numberOfServers: Output<Int>

Gets or sets the number of servers.

Link copied to clipboard
val numberOfWebApps: Output<Int>

Gets or sets the number of web apps.

Functions

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