ManagedIntegrationRuntimeNode Class

Properties of integration runtime node.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ManagedIntegrationRuntimeNode

Constructor

ManagedIntegrationRuntimeNode(*, additional_properties: Optional[Dict[str, Any]] = None, errors: Optional[List[_models.ManagedIntegrationRuntimeError]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

node_id
str

The managed integration runtime node id.

status
str or ManagedIntegrationRuntimeNodeStatus

The managed integration runtime node status. Known values are: "Starting", "Available", "Recycling", "Unavailable".

errors
list[ManagedIntegrationRuntimeError]

The errors that occurred on this integration runtime node.