Share via


PerNodeExtensionState interface

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

Properties

extension

Fully qualified resource ID for the particular Arc Extension on this node. NOTE: This property will not be serialized. It can only be populated by the server.

instanceView

The extension instance view. NOTE: This property will not be serialized. It can only be populated by the server.

name

Name of the node in HCI Cluster. NOTE: This property will not be serialized. It can only be populated by the server.

state

State of Arc Extension in this node. NOTE: This property will not be serialized. It can only be populated by the server.

typeHandlerVersion

Specifies the version of the script handler. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

extension

Fully qualified resource ID for the particular Arc Extension on this node. NOTE: This property will not be serialized. It can only be populated by the server.

extension?: string

Property Value

string

instanceView

The extension instance view. NOTE: This property will not be serialized. It can only be populated by the server.

instanceView?: ExtensionInstanceView

Property Value

name

Name of the node in HCI Cluster. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

state

State of Arc Extension in this node. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

typeHandlerVersion

Specifies the version of the script handler. NOTE: This property will not be serialized. It can only be populated by the server.

typeHandlerVersion?: string

Property Value

string