PipelineExternalComputeScaleProperties Class

PipelineExternalComputeScale properties for managed integration runtime.

Constructor

PipelineExternalComputeScaleProperties(*args: Any, **kwargs: Any)

Variables

Name Description
time_to_live
int

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.

number_of_pipeline_nodes
int

Number of the pipeline nodes, which should be greater than 0 and less than 11.

number_of_external_nodes
int

Number of the the external nodes, which should be greater than 0 and less than 11.

Attributes

number_of_external_nodes

Number of the the external nodes, which should be greater than 0 and less than 11.

number_of_external_nodes: int | None

number_of_pipeline_nodes

Number of the pipeline nodes, which should be greater than 0 and less than 11.

number_of_pipeline_nodes: int | None

time_to_live

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.

time_to_live: int | None