DistributedNodesInfoResponse

data class DistributedNodesInfoResponse(val errorDetail: ErrorDetailResponse? = null, val nodeName: String? = null, val sourceResourceId: String? = null, val status: String? = null)

This is used to represent the various nodes of the distributed container.

Constructors

Link copied to clipboard
constructor(errorDetail: ErrorDetailResponse? = null, nodeName: String? = null, sourceResourceId: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error Details if the Status is non-success.

Link copied to clipboard
val nodeName: String? = null

Name of the node under a distributed container.

Link copied to clipboard

ARM resource id of the node

Link copied to clipboard
val status: String? = null

Status of this Node. Failed | Succeeded