Distributed Nodes Info Response
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)