SelfHostedIntegrationRuntimeStatusResponse

data class SelfHostedIntegrationRuntimeStatusResponse(val autoUpdate: String, val autoUpdateETA: String, val capabilities: Map<String, String>, val createTime: String, val dataFactoryName: String, val internalChannelEncryption: String, val latestVersion: String, val links: List<LinkedIntegrationRuntimeResponse>? = null, val localTimeZoneOffset: String, val nodeCommunicationChannelEncryptionMode: String, val nodes: List<SelfHostedIntegrationRuntimeNodeResponse>? = null, val pushedVersion: String, val scheduledUpdateDate: String, val serviceUrls: List<String>, val state: String, val taskQueueId: String, val type: String, val updateDelayOffset: String, val version: String, val versionStatus: String)

Self-hosted integration runtime status.

Constructors

constructor(autoUpdate: String, autoUpdateETA: String, capabilities: Map<String, String>, createTime: String, dataFactoryName: String, internalChannelEncryption: String, latestVersion: String, links: List<LinkedIntegrationRuntimeResponse>? = null, localTimeZoneOffset: String, nodeCommunicationChannelEncryptionMode: String, nodes: List<SelfHostedIntegrationRuntimeNodeResponse>? = null, pushedVersion: String, scheduledUpdateDate: String, serviceUrls: List<String>, state: String, taskQueueId: String, type: String, updateDelayOffset: String, version: String, versionStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether Self-hosted integration runtime auto update has been turned on.

Link copied to clipboard

The estimated time when the self-hosted integration runtime will be updated.

Link copied to clipboard

Object with additional information about integration runtime capabilities.

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

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).

Link copied to clipboard

The latest version on download center.

Link copied to clipboard

The list of linked integration runtimes that are created to share with this integration runtime.

Link copied to clipboard

The local time zone offset in hours.

Link copied to clipboard

The node communication Channel encryption mode

Link copied to clipboard

The list of nodes for this integration runtime.

Link copied to clipboard

The version that the integration runtime is going to update to.

Link copied to clipboard

The date at which the integration runtime will be scheduled to update, in ISO8601 format.

Link copied to clipboard

The URLs for the services used in integration runtime backend service.

Link copied to clipboard

The state of integration runtime.

Link copied to clipboard

The task queue id of the integration runtime.

Link copied to clipboard

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

Link copied to clipboard

The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours

Link copied to clipboard

Version of the integration runtime.

Link copied to clipboard

Status of the integration runtime version.