DistributedNodesInfoArgs

data class DistributedNodesInfoArgs(val nodeName: Output<String>? = null, val sourceResourceId: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<DistributedNodesInfoArgs>

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

Constructors

Link copied to clipboard
constructor(nodeName: Output<String>? = null, sourceResourceId: Output<String>? = null, status: Output<String>? = null)

Properties

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

Name of the node under a distributed container.

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

ARM resource id of the node

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

Status of this Node. Failed | Succeeded

Functions

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