CollectorAgentPropertiesBaseArgs

data class CollectorAgentPropertiesBaseArgs(val id: Output<String>? = null, val lastHeartbeatUtc: Output<String>? = null, val spnDetails: Output<CollectorAgentSpnPropertiesBaseArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<CollectorAgentPropertiesBaseArgs>

Collector agent property class.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, lastHeartbeatUtc: Output<String>? = null, spnDetails: Output<CollectorAgentSpnPropertiesBaseArgs>? = null, version: Output<String>? = null)

Properties

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

Gets the collector agent id.

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

Gets the collector last heartbeat time.

Link copied to clipboard

Gets or sets the SPN details.

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

Gets the collector agent version.

Functions

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