IoTEdgeAgentInfoResponse

data class IoTEdgeAgentInfoResponse(val imageName: String, val imageRepository: ImageRepositoryCredentialResponse? = null, val tag: String)

IoT edge agent details is optional, this will be used for download system Agent module while bootstrapping IoT Role if specified.

Constructors

Link copied to clipboard
constructor(imageName: String, imageRepository: ImageRepositoryCredentialResponse? = null, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the IoT edge agent image.

Link copied to clipboard

Image repository details.

Link copied to clipboard
val tag: String

Image Tag.