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. |
| instance |
The extension instance view. |
| name | Name of the node in HCI Cluster. |
| state | 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. |
| type |
Specifies the version of the script handler. |
Property Details
extension
Fully qualified resource ID for the particular Arc Extension on this node.
extension?: string
Property Value
string
instanceView
The extension instance view.
instanceView?: ExtensionInstanceView
Property Value
name
Name of the node in HCI Cluster.
name?: string
Property Value
string
state
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.
state?: string
Property Value
string
typeHandlerVersion
Specifies the version of the script handler.
typeHandlerVersion?: string
Property Value
string