1. Packages
  2. stackit
  3. API Docs
  4. getLoadbalancer
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud

    Load Balancer data source schema. Must have a region specified in the provider configuration.

    Example Usage

    data "stackit_loadbalancer" "example" {
      project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      name       = "example-load-balancer"
    }
    

    Using getLoadbalancer

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getLoadbalancer(args: GetLoadbalancerArgs, opts?: InvokeOptions): Promise<GetLoadbalancerResult>
    function getLoadbalancerOutput(args: GetLoadbalancerOutputArgs, opts?: InvokeOptions): Output<GetLoadbalancerResult>
    def get_loadbalancer(name: Optional[str] = None,
                         project_id: Optional[str] = None,
                         region: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetLoadbalancerResult
    def get_loadbalancer_output(name: Optional[pulumi.Input[str]] = None,
                         project_id: Optional[pulumi.Input[str]] = None,
                         region: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetLoadbalancerResult]
    func LookupLoadbalancer(ctx *Context, args *LookupLoadbalancerArgs, opts ...InvokeOption) (*LookupLoadbalancerResult, error)
    func LookupLoadbalancerOutput(ctx *Context, args *LookupLoadbalancerOutputArgs, opts ...InvokeOption) LookupLoadbalancerResultOutput

    > Note: This function is named LookupLoadbalancer in the Go SDK.

    public static class GetLoadbalancer 
    {
        public static Task<GetLoadbalancerResult> InvokeAsync(GetLoadbalancerArgs args, InvokeOptions? opts = null)
        public static Output<GetLoadbalancerResult> Invoke(GetLoadbalancerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLoadbalancerResult> getLoadbalancer(GetLoadbalancerArgs args, InvokeOptions options)
    public static Output<GetLoadbalancerResult> getLoadbalancer(GetLoadbalancerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: stackit:index/getLoadbalancer:getLoadbalancer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Load balancer name.
    ProjectId string
    STACKIT project ID to which the Load Balancer is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    Name string
    Load balancer name.
    ProjectId string
    STACKIT project ID to which the Load Balancer is associated.
    Region string
    The resource region. If not defined, the provider region is used.
    name String
    Load balancer name.
    projectId String
    STACKIT project ID to which the Load Balancer is associated.
    region String
    The resource region. If not defined, the provider region is used.
    name string
    Load balancer name.
    projectId string
    STACKIT project ID to which the Load Balancer is associated.
    region string
    The resource region. If not defined, the provider region is used.
    name str
    Load balancer name.
    project_id str
    STACKIT project ID to which the Load Balancer is associated.
    region str
    The resource region. If not defined, the provider region is used.
    name String
    Load balancer name.
    projectId String
    STACKIT project ID to which the Load Balancer is associated.
    region String
    The resource region. If not defined, the provider region is used.

    getLoadbalancer Result

    The following output properties are available:

    DisableSecurityGroupAssignment bool
    If set to true, this will disable the automatic assignment of a security group to the load balancer's targets. This option is primarily used to allow targets that are not within the load balancer's own network or SNA (STACKIT Network area). When this is enabled, you are fully responsible for ensuring network connectivity to the targets, including managing all routing and security group rules manually. This setting cannot be changed after the load balancer is created.
    ExternalAddress string
    External Load Balancer IP address where this Load Balancer is exposed.
    Id string
    Listeners List<GetLoadbalancerListener>
    List of all listeners which will accept traffic. Limited to 20.
    Name string
    Load balancer name.
    Networks List<GetLoadbalancerNetwork>
    List of networks that listeners and targets reside in.
    Options GetLoadbalancerOptions
    Defines any optional functionality you want to have enabled on your load balancer.
    PlanId string
    The service plan ID. If not defined, the default service plan is p10. Possible values are: p10, p50, p250, p750.
    PrivateAddress string
    Transient private Load Balancer IP address. It can change any time.
    ProjectId string
    STACKIT project ID to which the Load Balancer is associated.
    SecurityGroupId string
    The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the remote_security_group_id of that rule to this value. This is typically used when disable_security_group_assignment is set to true.
    TargetPools List<GetLoadbalancerTargetPool>
    List of all target pools which will be used in the Load Balancer. Limited to 20.
    Region string
    The resource region. If not defined, the provider region is used.
    DisableSecurityGroupAssignment bool
    If set to true, this will disable the automatic assignment of a security group to the load balancer's targets. This option is primarily used to allow targets that are not within the load balancer's own network or SNA (STACKIT Network area). When this is enabled, you are fully responsible for ensuring network connectivity to the targets, including managing all routing and security group rules manually. This setting cannot be changed after the load balancer is created.
    ExternalAddress string
    External Load Balancer IP address where this Load Balancer is exposed.
    Id string
    Listeners []GetLoadbalancerListener
    List of all listeners which will accept traffic. Limited to 20.
    Name string
    Load balancer name.
    Networks []GetLoadbalancerNetwork
    List of networks that listeners and targets reside in.
    Options GetLoadbalancerOptions
    Defines any optional functionality you want to have enabled on your load balancer.
    PlanId string
    The service plan ID. If not defined, the default service plan is p10. Possible values are: p10, p50, p250, p750.
    PrivateAddress string
    Transient private Load Balancer IP address. It can change any time.
    ProjectId string
    STACKIT project ID to which the Load Balancer is associated.
    SecurityGroupId string
    The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the remote_security_group_id of that rule to this value. This is typically used when disable_security_group_assignment is set to true.
    TargetPools []GetLoadbalancerTargetPool
    List of all target pools which will be used in the Load Balancer. Limited to 20.
    Region string
    The resource region. If not defined, the provider region is used.
    disableSecurityGroupAssignment Boolean
    If set to true, this will disable the automatic assignment of a security group to the load balancer's targets. This option is primarily used to allow targets that are not within the load balancer's own network or SNA (STACKIT Network area). When this is enabled, you are fully responsible for ensuring network connectivity to the targets, including managing all routing and security group rules manually. This setting cannot be changed after the load balancer is created.
    externalAddress String
    External Load Balancer IP address where this Load Balancer is exposed.
    id String
    listeners List<GetLoadbalancerListener>
    List of all listeners which will accept traffic. Limited to 20.
    name String
    Load balancer name.
    networks List<GetLoadbalancerNetwork>
    List of networks that listeners and targets reside in.
    options GetLoadbalancerOptions
    Defines any optional functionality you want to have enabled on your load balancer.
    planId String
    The service plan ID. If not defined, the default service plan is p10. Possible values are: p10, p50, p250, p750.
    privateAddress String
    Transient private Load Balancer IP address. It can change any time.
    projectId String
    STACKIT project ID to which the Load Balancer is associated.
    securityGroupId String
    The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the remote_security_group_id of that rule to this value. This is typically used when disable_security_group_assignment is set to true.
    targetPools List<GetLoadbalancerTargetPool>
    List of all target pools which will be used in the Load Balancer. Limited to 20.
    region String
    The resource region. If not defined, the provider region is used.
    disableSecurityGroupAssignment boolean
    If set to true, this will disable the automatic assignment of a security group to the load balancer's targets. This option is primarily used to allow targets that are not within the load balancer's own network or SNA (STACKIT Network area). When this is enabled, you are fully responsible for ensuring network connectivity to the targets, including managing all routing and security group rules manually. This setting cannot be changed after the load balancer is created.
    externalAddress string
    External Load Balancer IP address where this Load Balancer is exposed.
    id string
    listeners GetLoadbalancerListener[]
    List of all listeners which will accept traffic. Limited to 20.
    name string
    Load balancer name.
    networks GetLoadbalancerNetwork[]
    List of networks that listeners and targets reside in.
    options GetLoadbalancerOptions
    Defines any optional functionality you want to have enabled on your load balancer.
    planId string
    The service plan ID. If not defined, the default service plan is p10. Possible values are: p10, p50, p250, p750.
    privateAddress string
    Transient private Load Balancer IP address. It can change any time.
    projectId string
    STACKIT project ID to which the Load Balancer is associated.
    securityGroupId string
    The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the remote_security_group_id of that rule to this value. This is typically used when disable_security_group_assignment is set to true.
    targetPools GetLoadbalancerTargetPool[]
    List of all target pools which will be used in the Load Balancer. Limited to 20.
    region string
    The resource region. If not defined, the provider region is used.
    disable_security_group_assignment bool
    If set to true, this will disable the automatic assignment of a security group to the load balancer's targets. This option is primarily used to allow targets that are not within the load balancer's own network or SNA (STACKIT Network area). When this is enabled, you are fully responsible for ensuring network connectivity to the targets, including managing all routing and security group rules manually. This setting cannot be changed after the load balancer is created.
    external_address str
    External Load Balancer IP address where this Load Balancer is exposed.
    id str
    listeners Sequence[GetLoadbalancerListener]
    List of all listeners which will accept traffic. Limited to 20.
    name str
    Load balancer name.
    networks Sequence[GetLoadbalancerNetwork]
    List of networks that listeners and targets reside in.
    options GetLoadbalancerOptions
    Defines any optional functionality you want to have enabled on your load balancer.
    plan_id str
    The service plan ID. If not defined, the default service plan is p10. Possible values are: p10, p50, p250, p750.
    private_address str
    Transient private Load Balancer IP address. It can change any time.
    project_id str
    STACKIT project ID to which the Load Balancer is associated.
    security_group_id str
    The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the remote_security_group_id of that rule to this value. This is typically used when disable_security_group_assignment is set to true.
    target_pools Sequence[GetLoadbalancerTargetPool]
    List of all target pools which will be used in the Load Balancer. Limited to 20.
    region str
    The resource region. If not defined, the provider region is used.
    disableSecurityGroupAssignment Boolean
    If set to true, this will disable the automatic assignment of a security group to the load balancer's targets. This option is primarily used to allow targets that are not within the load balancer's own network or SNA (STACKIT Network area). When this is enabled, you are fully responsible for ensuring network connectivity to the targets, including managing all routing and security group rules manually. This setting cannot be changed after the load balancer is created.
    externalAddress String
    External Load Balancer IP address where this Load Balancer is exposed.
    id String
    listeners List<Property Map>
    List of all listeners which will accept traffic. Limited to 20.
    name String
    Load balancer name.
    networks List<Property Map>
    List of networks that listeners and targets reside in.
    options Property Map
    Defines any optional functionality you want to have enabled on your load balancer.
    planId String
    The service plan ID. If not defined, the default service plan is p10. Possible values are: p10, p50, p250, p750.
    privateAddress String
    Transient private Load Balancer IP address. It can change any time.
    projectId String
    STACKIT project ID to which the Load Balancer is associated.
    securityGroupId String
    The ID of the egress security group assigned to the Load Balancer's internal machines. This ID is essential for allowing traffic from the Load Balancer to targets in different networks or STACKIT Network areas (SNA). To enable this, create a security group rule for your target VMs and set the remote_security_group_id of that rule to this value. This is typically used when disable_security_group_assignment is set to true.
    targetPools List<Property Map>
    List of all target pools which will be used in the Load Balancer. Limited to 20.
    region String
    The resource region. If not defined, the provider region is used.

    Supporting Types

    GetLoadbalancerListener

    DisplayName string
    Port int
    Port number where we listen for traffic.
    Protocol string
    Protocol is the highest network protocol we understand to load balance.
    TargetPool string
    Reference target pool by target pool name.
    Tcp GetLoadbalancerListenerTcp
    Options that are specific to the TCP protocol.
    Udp GetLoadbalancerListenerUdp
    Options that are specific to the UDP protocol.
    ServerNameIndicators List<GetLoadbalancerListenerServerNameIndicator>
    A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
    DisplayName string
    Port int
    Port number where we listen for traffic.
    Protocol string
    Protocol is the highest network protocol we understand to load balance.
    TargetPool string
    Reference target pool by target pool name.
    Tcp GetLoadbalancerListenerTcp
    Options that are specific to the TCP protocol.
    Udp GetLoadbalancerListenerUdp
    Options that are specific to the UDP protocol.
    ServerNameIndicators []GetLoadbalancerListenerServerNameIndicator
    A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
    displayName String
    port Integer
    Port number where we listen for traffic.
    protocol String
    Protocol is the highest network protocol we understand to load balance.
    targetPool String
    Reference target pool by target pool name.
    tcp GetLoadbalancerListenerTcp
    Options that are specific to the TCP protocol.
    udp GetLoadbalancerListenerUdp
    Options that are specific to the UDP protocol.
    serverNameIndicators List<GetLoadbalancerListenerServerNameIndicator>
    A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
    displayName string
    port number
    Port number where we listen for traffic.
    protocol string
    Protocol is the highest network protocol we understand to load balance.
    targetPool string
    Reference target pool by target pool name.
    tcp GetLoadbalancerListenerTcp
    Options that are specific to the TCP protocol.
    udp GetLoadbalancerListenerUdp
    Options that are specific to the UDP protocol.
    serverNameIndicators GetLoadbalancerListenerServerNameIndicator[]
    A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
    display_name str
    port int
    Port number where we listen for traffic.
    protocol str
    Protocol is the highest network protocol we understand to load balance.
    target_pool str
    Reference target pool by target pool name.
    tcp GetLoadbalancerListenerTcp
    Options that are specific to the TCP protocol.
    udp GetLoadbalancerListenerUdp
    Options that are specific to the UDP protocol.
    server_name_indicators Sequence[GetLoadbalancerListenerServerNameIndicator]
    A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
    displayName String
    port Number
    Port number where we listen for traffic.
    protocol String
    Protocol is the highest network protocol we understand to load balance.
    targetPool String
    Reference target pool by target pool name.
    tcp Property Map
    Options that are specific to the TCP protocol.
    udp Property Map
    Options that are specific to the UDP protocol.
    serverNameIndicators List<Property Map>
    A list of domain names to match in order to pass TLS traffic to the target pool in the current listener

    GetLoadbalancerListenerServerNameIndicator

    Name string
    A domain name to match in order to pass TLS traffic to the target pool in the current listener
    Name string
    A domain name to match in order to pass TLS traffic to the target pool in the current listener
    name String
    A domain name to match in order to pass TLS traffic to the target pool in the current listener
    name string
    A domain name to match in order to pass TLS traffic to the target pool in the current listener
    name str
    A domain name to match in order to pass TLS traffic to the target pool in the current listener
    name String
    A domain name to match in order to pass TLS traffic to the target pool in the current listener

    GetLoadbalancerListenerTcp

    IdleTimeout string
    Time after which an idle connection is closed. The default value is set to 5 minutes, and the maximum value is one hour.
    IdleTimeout string
    Time after which an idle connection is closed. The default value is set to 5 minutes, and the maximum value is one hour.
    idleTimeout String
    Time after which an idle connection is closed. The default value is set to 5 minutes, and the maximum value is one hour.
    idleTimeout string
    Time after which an idle connection is closed. The default value is set to 5 minutes, and the maximum value is one hour.
    idle_timeout str
    Time after which an idle connection is closed. The default value is set to 5 minutes, and the maximum value is one hour.
    idleTimeout String
    Time after which an idle connection is closed. The default value is set to 5 minutes, and the maximum value is one hour.

    GetLoadbalancerListenerUdp

    IdleTimeout string
    Time after which an idle session is closed. The default value is set to 1 minute, and the maximum value is 2 minutes.
    IdleTimeout string
    Time after which an idle session is closed. The default value is set to 1 minute, and the maximum value is 2 minutes.
    idleTimeout String
    Time after which an idle session is closed. The default value is set to 1 minute, and the maximum value is 2 minutes.
    idleTimeout string
    Time after which an idle session is closed. The default value is set to 1 minute, and the maximum value is 2 minutes.
    idle_timeout str
    Time after which an idle session is closed. The default value is set to 1 minute, and the maximum value is 2 minutes.
    idleTimeout String
    Time after which an idle session is closed. The default value is set to 1 minute, and the maximum value is 2 minutes.

    GetLoadbalancerNetwork

    NetworkId string
    Openstack network ID.
    Role string
    The role defines how the load balancer is using the network.
    NetworkId string
    Openstack network ID.
    Role string
    The role defines how the load balancer is using the network.
    networkId String
    Openstack network ID.
    role String
    The role defines how the load balancer is using the network.
    networkId string
    Openstack network ID.
    role string
    The role defines how the load balancer is using the network.
    network_id str
    Openstack network ID.
    role str
    The role defines how the load balancer is using the network.
    networkId String
    Openstack network ID.
    role String
    The role defines how the load balancer is using the network.

    GetLoadbalancerOptions

    Acls List<string>
    Load Balancer is accessible only from an IP address in this range.
    Observability GetLoadbalancerOptionsObservability
    We offer Load Balancer metrics observability via ARGUS or external solutions.
    PrivateNetworkOnly bool
    If true, Load Balancer is accessible only via a private network IP address.
    Acls []string
    Load Balancer is accessible only from an IP address in this range.
    Observability GetLoadbalancerOptionsObservability
    We offer Load Balancer metrics observability via ARGUS or external solutions.
    PrivateNetworkOnly bool
    If true, Load Balancer is accessible only via a private network IP address.
    acls List<String>
    Load Balancer is accessible only from an IP address in this range.
    observability GetLoadbalancerOptionsObservability
    We offer Load Balancer metrics observability via ARGUS or external solutions.
    privateNetworkOnly Boolean
    If true, Load Balancer is accessible only via a private network IP address.
    acls string[]
    Load Balancer is accessible only from an IP address in this range.
    observability GetLoadbalancerOptionsObservability
    We offer Load Balancer metrics observability via ARGUS or external solutions.
    privateNetworkOnly boolean
    If true, Load Balancer is accessible only via a private network IP address.
    acls Sequence[str]
    Load Balancer is accessible only from an IP address in this range.
    observability GetLoadbalancerOptionsObservability
    We offer Load Balancer metrics observability via ARGUS or external solutions.
    private_network_only bool
    If true, Load Balancer is accessible only via a private network IP address.
    acls List<String>
    Load Balancer is accessible only from an IP address in this range.
    observability Property Map
    We offer Load Balancer metrics observability via ARGUS or external solutions.
    privateNetworkOnly Boolean
    If true, Load Balancer is accessible only via a private network IP address.

    GetLoadbalancerOptionsObservability

    Logs GetLoadbalancerOptionsObservabilityLogs
    Observability logs configuration.
    Metrics GetLoadbalancerOptionsObservabilityMetrics
    Observability metrics configuration.
    Logs GetLoadbalancerOptionsObservabilityLogs
    Observability logs configuration.
    Metrics GetLoadbalancerOptionsObservabilityMetrics
    Observability metrics configuration.
    logs GetLoadbalancerOptionsObservabilityLogs
    Observability logs configuration.
    metrics GetLoadbalancerOptionsObservabilityMetrics
    Observability metrics configuration.
    logs GetLoadbalancerOptionsObservabilityLogs
    Observability logs configuration.
    metrics GetLoadbalancerOptionsObservabilityMetrics
    Observability metrics configuration.
    logs GetLoadbalancerOptionsObservabilityLogs
    Observability logs configuration.
    metrics GetLoadbalancerOptionsObservabilityMetrics
    Observability metrics configuration.
    logs Property Map
    Observability logs configuration.
    metrics Property Map
    Observability metrics configuration.

    GetLoadbalancerOptionsObservabilityLogs

    CredentialsRef string
    Credentials reference for logs.
    PushUrl string
    Credentials reference for logs.
    CredentialsRef string
    Credentials reference for logs.
    PushUrl string
    Credentials reference for logs.
    credentialsRef String
    Credentials reference for logs.
    pushUrl String
    Credentials reference for logs.
    credentialsRef string
    Credentials reference for logs.
    pushUrl string
    Credentials reference for logs.
    credentials_ref str
    Credentials reference for logs.
    push_url str
    Credentials reference for logs.
    credentialsRef String
    Credentials reference for logs.
    pushUrl String
    Credentials reference for logs.

    GetLoadbalancerOptionsObservabilityMetrics

    CredentialsRef string
    Credentials reference for metrics.
    PushUrl string
    Credentials reference for metrics.
    CredentialsRef string
    Credentials reference for metrics.
    PushUrl string
    Credentials reference for metrics.
    credentialsRef String
    Credentials reference for metrics.
    pushUrl String
    Credentials reference for metrics.
    credentialsRef string
    Credentials reference for metrics.
    pushUrl string
    Credentials reference for metrics.
    credentials_ref str
    Credentials reference for metrics.
    push_url str
    Credentials reference for metrics.
    credentialsRef String
    Credentials reference for metrics.
    pushUrl String
    Credentials reference for metrics.

    GetLoadbalancerTargetPool

    ActiveHealthCheck GetLoadbalancerTargetPoolActiveHealthCheck
    Name string
    Target pool name.
    TargetPort int
    Identical port number where each target listens for traffic.
    Targets List<GetLoadbalancerTargetPoolTarget>
    List of all targets which will be used in the pool. Limited to 1000.
    SessionPersistence GetLoadbalancerTargetPoolSessionPersistence
    Here you can setup various session persistence options, so far only "use_source_ip_address" is supported.
    ActiveHealthCheck GetLoadbalancerTargetPoolActiveHealthCheck
    Name string
    Target pool name.
    TargetPort int
    Identical port number where each target listens for traffic.
    Targets []GetLoadbalancerTargetPoolTarget
    List of all targets which will be used in the pool. Limited to 1000.
    SessionPersistence GetLoadbalancerTargetPoolSessionPersistence
    Here you can setup various session persistence options, so far only "use_source_ip_address" is supported.
    activeHealthCheck GetLoadbalancerTargetPoolActiveHealthCheck
    name String
    Target pool name.
    targetPort Integer
    Identical port number where each target listens for traffic.
    targets List<GetLoadbalancerTargetPoolTarget>
    List of all targets which will be used in the pool. Limited to 1000.
    sessionPersistence GetLoadbalancerTargetPoolSessionPersistence
    Here you can setup various session persistence options, so far only "use_source_ip_address" is supported.
    activeHealthCheck GetLoadbalancerTargetPoolActiveHealthCheck
    name string
    Target pool name.
    targetPort number
    Identical port number where each target listens for traffic.
    targets GetLoadbalancerTargetPoolTarget[]
    List of all targets which will be used in the pool. Limited to 1000.
    sessionPersistence GetLoadbalancerTargetPoolSessionPersistence
    Here you can setup various session persistence options, so far only "use_source_ip_address" is supported.
    active_health_check GetLoadbalancerTargetPoolActiveHealthCheck
    name str
    Target pool name.
    target_port int
    Identical port number where each target listens for traffic.
    targets Sequence[GetLoadbalancerTargetPoolTarget]
    List of all targets which will be used in the pool. Limited to 1000.
    session_persistence GetLoadbalancerTargetPoolSessionPersistence
    Here you can setup various session persistence options, so far only "use_source_ip_address" is supported.
    activeHealthCheck Property Map
    name String
    Target pool name.
    targetPort Number
    Identical port number where each target listens for traffic.
    targets List<Property Map>
    List of all targets which will be used in the pool. Limited to 1000.
    sessionPersistence Property Map
    Here you can setup various session persistence options, so far only "use_source_ip_address" is supported.

    GetLoadbalancerTargetPoolActiveHealthCheck

    HealthyThreshold int
    Healthy threshold of the health checking.
    Interval string
    Interval duration of health checking in seconds.
    IntervalJitter string
    Interval duration threshold of the health checking in seconds.
    Timeout string
    Active health checking timeout duration in seconds.
    UnhealthyThreshold int
    Unhealthy threshold of the health checking.
    HealthyThreshold int
    Healthy threshold of the health checking.
    Interval string
    Interval duration of health checking in seconds.
    IntervalJitter string
    Interval duration threshold of the health checking in seconds.
    Timeout string
    Active health checking timeout duration in seconds.
    UnhealthyThreshold int
    Unhealthy threshold of the health checking.
    healthyThreshold Integer
    Healthy threshold of the health checking.
    interval String
    Interval duration of health checking in seconds.
    intervalJitter String
    Interval duration threshold of the health checking in seconds.
    timeout String
    Active health checking timeout duration in seconds.
    unhealthyThreshold Integer
    Unhealthy threshold of the health checking.
    healthyThreshold number
    Healthy threshold of the health checking.
    interval string
    Interval duration of health checking in seconds.
    intervalJitter string
    Interval duration threshold of the health checking in seconds.
    timeout string
    Active health checking timeout duration in seconds.
    unhealthyThreshold number
    Unhealthy threshold of the health checking.
    healthy_threshold int
    Healthy threshold of the health checking.
    interval str
    Interval duration of health checking in seconds.
    interval_jitter str
    Interval duration threshold of the health checking in seconds.
    timeout str
    Active health checking timeout duration in seconds.
    unhealthy_threshold int
    Unhealthy threshold of the health checking.
    healthyThreshold Number
    Healthy threshold of the health checking.
    interval String
    Interval duration of health checking in seconds.
    intervalJitter String
    Interval duration threshold of the health checking in seconds.
    timeout String
    Active health checking timeout duration in seconds.
    unhealthyThreshold Number
    Unhealthy threshold of the health checking.

    GetLoadbalancerTargetPoolSessionPersistence

    UseSourceIpAddress bool
    If true then all connections from one source IP address are redirected to the same target. This setting changes the load balancing algorithm to Maglev.
    UseSourceIpAddress bool
    If true then all connections from one source IP address are redirected to the same target. This setting changes the load balancing algorithm to Maglev.
    useSourceIpAddress Boolean
    If true then all connections from one source IP address are redirected to the same target. This setting changes the load balancing algorithm to Maglev.
    useSourceIpAddress boolean
    If true then all connections from one source IP address are redirected to the same target. This setting changes the load balancing algorithm to Maglev.
    use_source_ip_address bool
    If true then all connections from one source IP address are redirected to the same target. This setting changes the load balancing algorithm to Maglev.
    useSourceIpAddress Boolean
    If true then all connections from one source IP address are redirected to the same target. This setting changes the load balancing algorithm to Maglev.

    GetLoadbalancerTargetPoolTarget

    DisplayName string
    Target display name
    Ip string
    Target IP
    DisplayName string
    Target display name
    Ip string
    Target IP
    displayName String
    Target display name
    ip String
    Target IP
    displayName string
    Target display name
    ip string
    Target IP
    display_name str
    Target display name
    ip str
    Target IP
    displayName String
    Target display name
    ip String
    Target IP

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.4
    published on Friday, Feb 20, 2026 by stackitcloud
      Try Pulumi Cloud free. Your team will thank you.