Package version:

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

interface PerNodeState {
    arcInstance?: string;
    arcNodeServicePrincipalObjectId?: string;
    name?: string;
    state?: string;
}

Properties

arcInstance?: string

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

arcNodeServicePrincipalObjectId?: string

The service principal id of the arc for server node

name?: string

Name of the Node in HCI Cluster

state?: string

State of the Arc agent in this node. Indicates the current lifecycle status of the agent, such as whether it's being provisioned, connected, updated, or has encountered an error.