Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
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 dictionaryThe following arguments are supported:
- 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.
getLoadbalancer Result
The following output properties are available:
- Disable
Security boolGroup Assignment - 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 string - External Load Balancer IP address where this Load Balancer is exposed.
- Id string
- Listeners
List<Get
Loadbalancer Listener> - List of all listeners which will accept traffic. Limited to 20.
- Name string
- Load balancer name.
- Networks
List<Get
Loadbalancer Network> - List of networks that listeners and targets reside in.
- Options
Get
Loadbalancer Options - Defines any optional functionality you want to have enabled on your load balancer.
- Plan
Id string - The service plan ID. If not defined, the default service plan is
p10. Possible values are:p10,p50,p250,p750. - Private
Address string - Transient private Load Balancer IP address. It can change any time.
- Project
Id string - STACKIT project ID to which the Load Balancer is associated.
- Security
Group stringId - 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_idof that rule to this value. This is typically used whendisable_security_group_assignmentis set totrue. - Target
Pools List<GetLoadbalancer Target Pool> - 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 boolGroup Assignment - 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 string - External Load Balancer IP address where this Load Balancer is exposed.
- Id string
- Listeners
[]Get
Loadbalancer Listener - List of all listeners which will accept traffic. Limited to 20.
- Name string
- Load balancer name.
- Networks
[]Get
Loadbalancer Network - List of networks that listeners and targets reside in.
- Options
Get
Loadbalancer Options - Defines any optional functionality you want to have enabled on your load balancer.
- Plan
Id string - The service plan ID. If not defined, the default service plan is
p10. Possible values are:p10,p50,p250,p750. - Private
Address string - Transient private Load Balancer IP address. It can change any time.
- Project
Id string - STACKIT project ID to which the Load Balancer is associated.
- Security
Group stringId - 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_idof that rule to this value. This is typically used whendisable_security_group_assignmentis set totrue. - Target
Pools []GetLoadbalancer Target Pool - 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 BooleanGroup Assignment - 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 String - External Load Balancer IP address where this Load Balancer is exposed.
- id String
- listeners
List<Get
Loadbalancer Listener> - List of all listeners which will accept traffic. Limited to 20.
- name String
- Load balancer name.
- networks
List<Get
Loadbalancer Network> - List of networks that listeners and targets reside in.
- options
Get
Loadbalancer Options - Defines any optional functionality you want to have enabled on your load balancer.
- plan
Id String - The service plan ID. If not defined, the default service plan is
p10. Possible values are:p10,p50,p250,p750. - private
Address String - Transient private Load Balancer IP address. It can change any time.
- project
Id String - STACKIT project ID to which the Load Balancer is associated.
- security
Group StringId - 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_idof that rule to this value. This is typically used whendisable_security_group_assignmentis set totrue. - target
Pools List<GetLoadbalancer Target Pool> - 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 booleanGroup Assignment - 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 string - External Load Balancer IP address where this Load Balancer is exposed.
- id string
- listeners
Get
Loadbalancer Listener[] - List of all listeners which will accept traffic. Limited to 20.
- name string
- Load balancer name.
- networks
Get
Loadbalancer Network[] - List of networks that listeners and targets reside in.
- options
Get
Loadbalancer Options - Defines any optional functionality you want to have enabled on your load balancer.
- plan
Id string - The service plan ID. If not defined, the default service plan is
p10. Possible values are:p10,p50,p250,p750. - private
Address string - Transient private Load Balancer IP address. It can change any time.
- project
Id string - STACKIT project ID to which the Load Balancer is associated.
- security
Group stringId - 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_idof that rule to this value. This is typically used whendisable_security_group_assignmentis set totrue. - target
Pools GetLoadbalancer Target Pool[] - 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_ boolgroup_ assignment - 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[Get
Loadbalancer Listener] - List of all listeners which will accept traffic. Limited to 20.
- name str
- Load balancer name.
- networks
Sequence[Get
Loadbalancer Network] - List of networks that listeners and targets reside in.
- options
Get
Loadbalancer Options - 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_ strid - 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_idof that rule to this value. This is typically used whendisable_security_group_assignmentis set totrue. - target_
pools Sequence[GetLoadbalancer Target Pool] - 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.
- disable
Security BooleanGroup Assignment - 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 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.
- plan
Id String - The service plan ID. If not defined, the default service plan is
p10. Possible values are:p10,p50,p250,p750. - private
Address String - Transient private Load Balancer IP address. It can change any time.
- project
Id String - STACKIT project ID to which the Load Balancer is associated.
- security
Group StringId - 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_idof that rule to this value. This is typically used whendisable_security_group_assignmentis set totrue. - target
Pools 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
- Display
Name string - Port int
- Port number where we listen for traffic.
- Protocol string
- Protocol is the highest network protocol we understand to load balance.
- Target
Pool string - Reference target pool by target pool name.
- Tcp
Get
Loadbalancer Listener Tcp - Options that are specific to the TCP protocol.
- Udp
Get
Loadbalancer Listener Udp - Options that are specific to the UDP protocol.
- Server
Name List<GetIndicators Loadbalancer Listener Server Name Indicator> - A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
- Display
Name string - Port int
- Port number where we listen for traffic.
- Protocol string
- Protocol is the highest network protocol we understand to load balance.
- Target
Pool string - Reference target pool by target pool name.
- Tcp
Get
Loadbalancer Listener Tcp - Options that are specific to the TCP protocol.
- Udp
Get
Loadbalancer Listener Udp - Options that are specific to the UDP protocol.
- Server
Name []GetIndicators Loadbalancer Listener Server Name Indicator - A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
- display
Name String - port Integer
- Port number where we listen for traffic.
- protocol String
- Protocol is the highest network protocol we understand to load balance.
- target
Pool String - Reference target pool by target pool name.
- tcp
Get
Loadbalancer Listener Tcp - Options that are specific to the TCP protocol.
- udp
Get
Loadbalancer Listener Udp - Options that are specific to the UDP protocol.
- server
Name List<GetIndicators Loadbalancer Listener Server Name Indicator> - A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
- display
Name string - port number
- Port number where we listen for traffic.
- protocol string
- Protocol is the highest network protocol we understand to load balance.
- target
Pool string - Reference target pool by target pool name.
- tcp
Get
Loadbalancer Listener Tcp - Options that are specific to the TCP protocol.
- udp
Get
Loadbalancer Listener Udp - Options that are specific to the UDP protocol.
- server
Name GetIndicators Loadbalancer Listener Server Name Indicator[] - 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
Get
Loadbalancer Listener Tcp - Options that are specific to the TCP protocol.
- udp
Get
Loadbalancer Listener Udp - Options that are specific to the UDP protocol.
- server_
name_ Sequence[Getindicators Loadbalancer Listener Server Name Indicator] - A list of domain names to match in order to pass TLS traffic to the target pool in the current listener
- display
Name String - port Number
- Port number where we listen for traffic.
- protocol String
- Protocol is the highest network protocol we understand to load balance.
- target
Pool 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.
- server
Name List<Property Map>Indicators - 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
- Idle
Timeout 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 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 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 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.
- idle
Timeout 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
- Idle
Timeout 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 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 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 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.
- idle
Timeout 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
- network_
id str - Openstack network ID.
- role str
- 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
Get
Loadbalancer Options Observability - We offer Load Balancer metrics observability via ARGUS or external solutions.
- Private
Network boolOnly - 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
Get
Loadbalancer Options Observability - We offer Load Balancer metrics observability via ARGUS or external solutions.
- Private
Network boolOnly - 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
Get
Loadbalancer Options Observability - We offer Load Balancer metrics observability via ARGUS or external solutions.
- private
Network BooleanOnly - 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
Get
Loadbalancer Options Observability - We offer Load Balancer metrics observability via ARGUS or external solutions.
- private
Network booleanOnly - 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
Get
Loadbalancer Options Observability - We offer Load Balancer metrics observability via ARGUS or external solutions.
- private_
network_ boolonly - 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.
- private
Network BooleanOnly - If true, Load Balancer is accessible only via a private network IP address.
GetLoadbalancerOptionsObservability
- Logs
Get
Loadbalancer Options Observability Logs - Observability logs configuration.
- Metrics
Get
Loadbalancer Options Observability Metrics - Observability metrics configuration.
- Logs
Get
Loadbalancer Options Observability Logs - Observability logs configuration.
- Metrics
Get
Loadbalancer Options Observability Metrics - Observability metrics configuration.
- logs
Get
Loadbalancer Options Observability Logs - Observability logs configuration.
- metrics
Get
Loadbalancer Options Observability Metrics - Observability metrics configuration.
- logs
Get
Loadbalancer Options Observability Logs - Observability logs configuration.
- metrics
Get
Loadbalancer Options Observability Metrics - Observability metrics configuration.
- logs
Get
Loadbalancer Options Observability Logs - Observability logs configuration.
- metrics
Get
Loadbalancer Options Observability Metrics - Observability metrics configuration.
- logs Property Map
- Observability logs configuration.
- metrics Property Map
- Observability metrics configuration.
GetLoadbalancerOptionsObservabilityLogs
- Credentials
Ref string - Credentials reference for logs.
- Push
Url string - Credentials reference for logs.
- Credentials
Ref string - Credentials reference for logs.
- Push
Url string - Credentials reference for logs.
- credentials
Ref String - Credentials reference for logs.
- push
Url String - Credentials reference for logs.
- credentials
Ref string - Credentials reference for logs.
- push
Url string - Credentials reference for logs.
- credentials_
ref str - Credentials reference for logs.
- push_
url str - Credentials reference for logs.
- credentials
Ref String - Credentials reference for logs.
- push
Url String - Credentials reference for logs.
GetLoadbalancerOptionsObservabilityMetrics
- Credentials
Ref string - Credentials reference for metrics.
- Push
Url string - Credentials reference for metrics.
- Credentials
Ref string - Credentials reference for metrics.
- Push
Url string - Credentials reference for metrics.
- credentials
Ref String - Credentials reference for metrics.
- push
Url String - Credentials reference for metrics.
- credentials
Ref string - Credentials reference for metrics.
- push
Url string - Credentials reference for metrics.
- credentials_
ref str - Credentials reference for metrics.
- push_
url str - Credentials reference for metrics.
- credentials
Ref String - Credentials reference for metrics.
- push
Url String - Credentials reference for metrics.
GetLoadbalancerTargetPool
- Active
Health GetCheck Loadbalancer Target Pool Active Health Check - Name string
- Target pool name.
- Target
Port int - Identical port number where each target listens for traffic.
- Targets
List<Get
Loadbalancer Target Pool Target> - List of all targets which will be used in the pool. Limited to 1000.
- Session
Persistence GetLoadbalancer Target Pool Session Persistence - Here you can setup various session persistence options, so far only "
use_source_ip_address" is supported.
- Active
Health GetCheck Loadbalancer Target Pool Active Health Check - Name string
- Target pool name.
- Target
Port int - Identical port number where each target listens for traffic.
- Targets
[]Get
Loadbalancer Target Pool Target - List of all targets which will be used in the pool. Limited to 1000.
- Session
Persistence GetLoadbalancer Target Pool Session Persistence - Here you can setup various session persistence options, so far only "
use_source_ip_address" is supported.
- active
Health GetCheck Loadbalancer Target Pool Active Health Check - name String
- Target pool name.
- target
Port Integer - Identical port number where each target listens for traffic.
- targets
List<Get
Loadbalancer Target Pool Target> - List of all targets which will be used in the pool. Limited to 1000.
- session
Persistence GetLoadbalancer Target Pool Session Persistence - Here you can setup various session persistence options, so far only "
use_source_ip_address" is supported.
- active
Health GetCheck Loadbalancer Target Pool Active Health Check - name string
- Target pool name.
- target
Port number - Identical port number where each target listens for traffic.
- targets
Get
Loadbalancer Target Pool Target[] - List of all targets which will be used in the pool. Limited to 1000.
- session
Persistence GetLoadbalancer Target Pool Session Persistence - Here you can setup various session persistence options, so far only "
use_source_ip_address" is supported.
- active_
health_ Getcheck Loadbalancer Target Pool Active Health Check - name str
- Target pool name.
- target_
port int - Identical port number where each target listens for traffic.
- targets
Sequence[Get
Loadbalancer Target Pool Target] - List of all targets which will be used in the pool. Limited to 1000.
- session_
persistence GetLoadbalancer Target Pool Session Persistence - Here you can setup various session persistence options, so far only "
use_source_ip_address" is supported.
- active
Health Property MapCheck - name String
- Target pool name.
- target
Port 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.
- session
Persistence Property Map - Here you can setup various session persistence options, so far only "
use_source_ip_address" is supported.
GetLoadbalancerTargetPoolActiveHealthCheck
- Healthy
Threshold int - Healthy threshold of the health checking.
- Interval string
- Interval duration of health checking in seconds.
- Interval
Jitter string - Interval duration threshold of the health checking in seconds.
- Timeout string
- Active health checking timeout duration in seconds.
- Unhealthy
Threshold int - Unhealthy threshold of the health checking.
- Healthy
Threshold int - Healthy threshold of the health checking.
- Interval string
- Interval duration of health checking in seconds.
- Interval
Jitter string - Interval duration threshold of the health checking in seconds.
- Timeout string
- Active health checking timeout duration in seconds.
- Unhealthy
Threshold int - Unhealthy threshold of the health checking.
- healthy
Threshold Integer - Healthy threshold of the health checking.
- interval String
- Interval duration of health checking in seconds.
- interval
Jitter String - Interval duration threshold of the health checking in seconds.
- timeout String
- Active health checking timeout duration in seconds.
- unhealthy
Threshold Integer - Unhealthy threshold of the health checking.
- healthy
Threshold number - Healthy threshold of the health checking.
- interval string
- Interval duration of health checking in seconds.
- interval
Jitter string - Interval duration threshold of the health checking in seconds.
- timeout string
- Active health checking timeout duration in seconds.
- unhealthy
Threshold 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.
- healthy
Threshold Number - Healthy threshold of the health checking.
- interval String
- Interval duration of health checking in seconds.
- interval
Jitter String - Interval duration threshold of the health checking in seconds.
- timeout String
- Active health checking timeout duration in seconds.
- unhealthy
Threshold Number - Unhealthy threshold of the health checking.
GetLoadbalancerTargetPoolSessionPersistence
- Use
Source boolIp Address - 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 boolIp Address - 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 BooleanIp Address - 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 booleanIp Address - 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_ boolip_ address - 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 BooleanIp Address - 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
- Display
Name string - Target display name
- Ip string
- Target IP
- Display
Name string - Target display name
- Ip string
- Target IP
- display
Name String - Target display name
- ip String
- Target IP
- display
Name string - Target display name
- ip string
- Target IP
- display_
name str - Target display name
- ip str
- Target IP
- display
Name 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
stackitTerraform Provider.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
