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 Azure.

Inheritance
azure.mgmt.synapse.models._models_py3.IntegrationRuntimeStatus
SelfHostedIntegrationRuntimeStatus

Constructor

SelfHostedIntegrationRuntimeStatus(*, additional_properties: Optional[Dict[str, object]] = None, nodes: Optional[List[azure.mgmt.synapse.models._models_py3.SelfHostedIntegrationRuntimeNode]] = None, links: Optional[List[azure.mgmt.synapse.models._models_py3.LinkedIntegrationRuntime]] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str or IntegrationRuntimeType
Required

Required. Type of integration runtime.Constant filled by server. Possible values include: "Managed", "SelfHosted".

nodes
list[SelfHostedIntegrationRuntimeNode]
Required

The list of nodes for this integration runtime.

links
list[LinkedIntegrationRuntime]
Required

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

Variables

data_factory_name
str

The workspace name which the integration runtime belong to.

state
str or IntegrationRuntimeState

The state of integration runtime. Possible values include: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", "AccessDenied".

create_time
datetime

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

task_queue_id
str

The task queue id of the integration runtime.

node_communication_channel_encryption_mode
str

The node communication Channel encryption mode.

internal_channel_encryption
str or IntegrationRuntimeInternalChannelEncryptionMode

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). Possible values include: "NotSet", "SslEncrypted", "NotEncrypted".

version
str

Version of the integration runtime.

scheduled_update_date
datetime

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

update_delay_offset
str

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

local_time_zone_offset
str

The local time zone offset in hours.

capabilities
dict[str, str]

Object with additional information about integration runtime capabilities.

service_urls
list[str]

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

auto_update
str or IntegrationRuntimeAutoUpdate

Whether Self-hosted integration runtime auto update has been turned on. Possible values include: "On", "Off".

version_status
str

Status of the integration runtime version.

pushed_version
str

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

latest_version
str

The latest version on download center.

auto_update_eta
datetime

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