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.datafactory.models._models_py3.IntegrationRuntimeStatus
SelfHostedIntegrationRuntimeStatus

Constructor

SelfHostedIntegrationRuntimeStatus(*, additional_properties: Optional[Dict[str, Any]] = None, nodes: Optional[List[_models.SelfHostedIntegrationRuntimeNode]] = None, links: Optional[List[_models.LinkedIntegrationRuntime]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str or IntegrationRuntimeType

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

data_factory_name
str

The data factory name which the integration runtime belong to.

state
str or IntegrationRuntimeState

The state of integration runtime. Known values are: "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.

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). Known values are: "NotSet", "SslEncrypted", "NotEncrypted".

version
str

Version of the integration runtime.

nodes
list[SelfHostedIntegrationRuntimeNode]

The list of nodes for this 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. Known values are: "On", "Off".

version_status
str

Status of the integration runtime version.

links
list[LinkedIntegrationRuntime]

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

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.