SelfHostedIntegrationRuntimeStatus interface
Self-hosted integration runtime status.
- Extends
Properties
auto |
Whether Self-hosted integration runtime auto update has been turned on. NOTE: This property will not be serialized. It can only be populated by the server. |
auto |
The estimated time when the self-hosted integration runtime will be updated. NOTE: This property will not be serialized. It can only be populated by the server. |
capabilities | Object with additional information about integration runtime capabilities. NOTE: This property will not be serialized. It can only be populated by the server. |
create |
The time at which the integration runtime was created, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
internal |
It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). NOTE: This property will not be serialized. It can only be populated by the server. |
latest |
The latest version on download center. NOTE: This property will not be serialized. It can only be populated by the server. |
links | The list of linked integration runtimes that are created to share with this integration runtime. |
local |
The local time zone offset in hours. NOTE: This property will not be serialized. It can only be populated by the server. |
newer |
The newer versions on download center. |
node |
The node communication Channel encryption mode NOTE: This property will not be serialized. It can only be populated by the server. |
nodes | The list of nodes for this integration runtime. |
pushed |
The version that the integration runtime is going to update to. NOTE: This property will not be serialized. It can only be populated by the server. |
scheduled |
The date at which the integration runtime will be scheduled to update, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
The service region of the integration runtime |
service |
The URLs for the services used in integration runtime backend service. NOTE: This property will not be serialized. It can only be populated by the server. |
task |
The task queue id of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
update |
The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours NOTE: This property will not be serialized. It can only be populated by the server. |
version | Version of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
version |
Status of the integration runtime version. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
data |
The workspace name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
autoUpdate
Whether Self-hosted integration runtime auto update has been turned on. NOTE: This property will not be serialized. It can only be populated by the server.
autoUpdate?: string
Property Value
string
autoUpdateETA
The estimated time when the self-hosted integration runtime will be updated. NOTE: This property will not be serialized. It can only be populated by the server.
autoUpdateETA?: Date
Property Value
Date
capabilities
Object with additional information about integration runtime capabilities. NOTE: This property will not be serialized. It can only be populated by the server.
capabilities?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
createTime
The time at which the integration runtime was created, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
createTime?: Date
Property Value
Date
internalChannelEncryption
It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). NOTE: This property will not be serialized. It can only be populated by the server.
internalChannelEncryption?: string
Property Value
string
latestVersion
The latest version on download center. NOTE: This property will not be serialized. It can only be populated by the server.
latestVersion?: string
Property Value
string
links
The list of linked integration runtimes that are created to share with this integration runtime.
links?: LinkedIntegrationRuntime[]
Property Value
localTimeZoneOffset
The local time zone offset in hours. NOTE: This property will not be serialized. It can only be populated by the server.
localTimeZoneOffset?: string
Property Value
string
newerVersions
The newer versions on download center.
newerVersions?: string[]
Property Value
string[]
nodeCommunicationChannelEncryptionMode
The node communication Channel encryption mode NOTE: This property will not be serialized. It can only be populated by the server.
nodeCommunicationChannelEncryptionMode?: string
Property Value
string
nodes
The list of nodes for this integration runtime.
nodes?: SelfHostedIntegrationRuntimeNode[]
Property Value
pushedVersion
The version that the integration runtime is going to update to. NOTE: This property will not be serialized. It can only be populated by the server.
pushedVersion?: string
Property Value
string
scheduledUpdateDate
The date at which the integration runtime will be scheduled to update, in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
scheduledUpdateDate?: Date
Property Value
Date
serviceRegion
The service region of the integration runtime
serviceRegion?: string
Property Value
string
serviceUrls
The URLs for the services used in integration runtime backend service. NOTE: This property will not be serialized. It can only be populated by the server.
serviceUrls?: string[]
Property Value
string[]
taskQueueId
The task queue id of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
taskQueueId?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "SelfHosted"
Property Value
"SelfHosted"
updateDelayOffset
The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours NOTE: This property will not be serialized. It can only be populated by the server.
updateDelayOffset?: string
Property Value
string
version
Version of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
versionStatus
Status of the integration runtime version. NOTE: This property will not be serialized. It can only be populated by the server.
versionStatus?: string
Property Value
string
Inherited Property Details
dataFactoryName
The workspace name which the integration runtime belong to. NOTE: This property will not be serialized. It can only be populated by the server.
dataFactoryName?: string
Property Value
string
Inherited From IntegrationRuntimeStatus.dataFactoryName
state
The state of integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited From IntegrationRuntimeStatus.state
Azure SDK for JavaScript