PerNodeStateResponse

data class PerNodeStateResponse(val arcInstance: String, val name: String, val state: String)

Status of Arc agent for a particular node in HCI Cluster.

Constructors

Link copied to clipboard
constructor(arcInstance: String, name: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fully qualified resource ID for the Arc agent of this node.

Link copied to clipboard

Name of the Node in HCI Cluster

Link copied to clipboard

State of Arc agent in this node.