DiscoveredEntityLightSummaryResponse

data class DiscoveredEntityLightSummaryResponse(val numberOfMachines: Int, val numberOfServers: Int, val numberOfWebApps: Int)

Discovered entity light summary.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the number of machines.

Link copied to clipboard

Gets or sets the number of servers.

Link copied to clipboard

Gets or sets the number of web apps.