SelfHostedIntegrationRuntimeStatus Class
Self-hosted integration runtime status.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.IntegrationRuntimeStatusSelfHostedIntegrationRuntimeStatus
Constructor
SelfHostedIntegrationRuntimeStatus(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, nodes: List[_models.SelfHostedIntegrationRuntimeNode] | None = None, links: List[_models.LinkedIntegrationRuntime] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
nodes
|
The list of nodes for this integration runtime. |
links
|
The list of linked integration runtimes that are created to share with this integration runtime. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted". |
data_factory_name
|
The data factory name which the integration runtime belong to. |
state
|
The state of integration runtime. Known values are: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", and "AccessDenied". |
create_time
|
The time at which the integration runtime was created, in ISO8601 format. |
task_queue_id
|
The task queue id of the integration runtime. |
internal_channel_encryption
|
It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). Known values are: "NotSet", "SslEncrypted", and "NotEncrypted". |
version
|
Version of the integration runtime. |
nodes
|
The list of nodes for this integration runtime. |
scheduled_update_date
|
The date at which the integration runtime will be scheduled to update, in ISO8601 format. |
update_delay_offset
|
The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours. |
local_time_zone_offset
|
The local time zone offset in hours. |
capabilities
|
Object with additional information about integration runtime capabilities. |
service_urls
|
The URLs for the services used in integration runtime backend service. |
auto_update
|
Whether Self-hosted integration runtime auto update has been turned on. Known values are: "On" and "Off". |
version_status
|
Status of the integration runtime version. |
links
|
The list of linked integration runtimes that are created to share with this integration runtime. |
pushed_version
|
The version that the integration runtime is going to update to. |
latest_version
|
The latest version on download center. |
auto_update_eta
|
The estimated time when the self-hosted integration runtime will be updated. |
self_contained_interactive_authoring_enabled
|
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. |
Azure SDK for Python