Package version:

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

interface PerNodeExtensionState {
    extension?: string;
    instanceView?: ExtensionInstanceView;
    name?: string;
    state?: string;
    typeHandlerVersion?: string;
}

Properties

extension?: string

Fully qualified resource ID for the particular Arc Extension on this node.

instanceView?: ExtensionInstanceView

The extension instance view.

name?: string

Name of the node in HCI Cluster.

state?: string

State of Arc Extension in this node. Reflects the current lifecycle status of the extension on the individual node, such as whether it's being created, updated, deleted, or has encountered an error.

typeHandlerVersion?: string

Specifies the version of the script handler.