ManagedIntegrationRuntimeStatusResponse

data class ManagedIntegrationRuntimeStatusResponse(val createTime: String, val dataFactoryName: String, val lastOperation: ManagedIntegrationRuntimeOperationResultResponse, val nodes: List<ManagedIntegrationRuntimeNodeResponse>, val otherErrors: List<ManagedIntegrationRuntimeErrorResponse>, val state: String, val type: String)

Managed integration runtime status.

Constructors

Link copied to clipboard
constructor(createTime: String, dataFactoryName: String, lastOperation: ManagedIntegrationRuntimeOperationResultResponse, nodes: List<ManagedIntegrationRuntimeNodeResponse>, otherErrors: List<ManagedIntegrationRuntimeErrorResponse>, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the integration runtime was created, in ISO8601 format.

Link copied to clipboard

The workspace name which the integration runtime belong to.

Link copied to clipboard

The last operation result that occurred on this integration runtime.

Link copied to clipboard

The list of nodes for managed integration runtime.

Link copied to clipboard

The errors that occurred on this integration runtime.

Link copied to clipboard

The state of integration runtime.

Link copied to clipboard

The type of integration runtime. Expected value is 'Managed'.