ManagedIntegrationRuntimeNode Class   
Properties of integration runtime node.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ManagedIntegrationRuntimeNode(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, errors: List[_models.ManagedIntegrationRuntimeError] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
| errors | The errors that occurred on this integration runtime node. Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| node_id | The managed integration runtime node id. | 
| status | The managed integration runtime node status. Known values are: "Starting", "Available", "Recycling", and "Unavailable". | 
| errors | The errors that occurred on this integration runtime node. |