Self Hosted Integration Runtime Status Response
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 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
Link copied to clipboard
fun SelfHostedIntegrationRuntimeStatusResponse(autoUpdate: String, autoUpdateETA: String, capabilities: Map<String, String>, createTime: String, dataFactoryName: String, internalChannelEncryption: String, latestVersion: String, links: List<LinkedIntegrationRuntimeResponse>? = null, localTimeZoneOffset: 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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard