1. Packages
  2. Outscale Provider
  3. API Docs
  4. getLoadBalancers
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

outscale.getLoadBalancers

Explore with Pulumi AI

outscale logo
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

    Provides information about load balancers.

    For more information on this resource, see the User Guide.
    For more information on this resource actions, see the API documentation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as outscale from "@pulumi/outscale";
    
    const loadBalancers01 = outscale.getLoadBalancers({
        filters: [{
            name: "load_balancer_names",
            values: [
                "load_balancer01",
                "load_balancer02",
            ],
        }],
    });
    
    import pulumi
    import pulumi_outscale as outscale
    
    load_balancers01 = outscale.get_load_balancers(filters=[{
        "name": "load_balancer_names",
        "values": [
            "load_balancer01",
            "load_balancer02",
        ],
    }])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := outscale.GetLoadBalancers(ctx, &outscale.GetLoadBalancersArgs{
    			Filters: []outscale.GetLoadBalancersFilter{
    				{
    					Name: "load_balancer_names",
    					Values: []string{
    						"load_balancer01",
    						"load_balancer02",
    					},
    				},
    			},
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Outscale = Pulumi.Outscale;
    
    return await Deployment.RunAsync(() => 
    {
        var loadBalancers01 = Outscale.GetLoadBalancers.Invoke(new()
        {
            Filters = new[]
            {
                new Outscale.Inputs.GetLoadBalancersFilterInputArgs
                {
                    Name = "load_balancer_names",
                    Values = new[]
                    {
                        "load_balancer01",
                        "load_balancer02",
                    },
                },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.outscale.OutscaleFunctions;
    import com.pulumi.outscale.inputs.GetLoadBalancersArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var loadBalancers01 = OutscaleFunctions.getLoadBalancers(GetLoadBalancersArgs.builder()
                .filters(GetLoadBalancersFilterArgs.builder()
                    .name("load_balancer_names")
                    .values(                
                        "load_balancer01",
                        "load_balancer02")
                    .build())
                .build());
    
        }
    }
    
    variables:
      loadBalancers01:
        fn::invoke:
          function: outscale:getLoadBalancers
          arguments:
            filters:
              - name: load_balancer_names
                values:
                  - load_balancer01
                  - load_balancer02
    

    Using getLoadBalancers

    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 getLoadBalancers(args: GetLoadBalancersArgs, opts?: InvokeOptions): Promise<GetLoadBalancersResult>
    function getLoadBalancersOutput(args: GetLoadBalancersOutputArgs, opts?: InvokeOptions): Output<GetLoadBalancersResult>
    def get_load_balancers(filters: Optional[Sequence[GetLoadBalancersFilter]] = None,
                           id: Optional[str] = None,
                           load_balancer_names: Optional[Sequence[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> GetLoadBalancersResult
    def get_load_balancers_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetLoadBalancersFilterArgs]]]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           load_balancer_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetLoadBalancersResult]
    func GetLoadBalancers(ctx *Context, args *GetLoadBalancersArgs, opts ...InvokeOption) (*GetLoadBalancersResult, error)
    func GetLoadBalancersOutput(ctx *Context, args *GetLoadBalancersOutputArgs, opts ...InvokeOption) GetLoadBalancersResultOutput

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

    public static class GetLoadBalancers 
    {
        public static Task<GetLoadBalancersResult> InvokeAsync(GetLoadBalancersArgs args, InvokeOptions? opts = null)
        public static Output<GetLoadBalancersResult> Invoke(GetLoadBalancersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLoadBalancersResult> getLoadBalancers(GetLoadBalancersArgs args, InvokeOptions options)
    public static Output<GetLoadBalancersResult> getLoadBalancers(GetLoadBalancersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: outscale:index/getLoadBalancers:getLoadBalancers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetLoadBalancersFilter>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    Id string
    LoadBalancerNames List<string>
    The name of the load balancer.
    Filters []GetLoadBalancersFilter
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    Id string
    LoadBalancerNames []string
    The name of the load balancer.
    filters List<GetLoadBalancersFilter>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id String
    loadBalancerNames List<String>
    The name of the load balancer.
    filters GetLoadBalancersFilter[]
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id string
    loadBalancerNames string[]
    The name of the load balancer.
    filters Sequence[GetLoadBalancersFilter]
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id str
    load_balancer_names Sequence[str]
    The name of the load balancer.
    filters List<Property Map>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id String
    loadBalancerNames List<String>
    The name of the load balancer.

    getLoadBalancers Result

    The following output properties are available:

    id String
    loadBalancers List<Property Map>
    requestId String
    filters List<Property Map>
    loadBalancerNames List<String>
    The name of the load balancer.

    Supporting Types

    GetLoadBalancersFilter

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    GetLoadBalancersLoadBalancer

    AccessLogs List<GetLoadBalancersLoadBalancerAccessLog>
    Information about access logs.
    ApplicationStickyCookiePolicies List<GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy>
    The stickiness policies defined for the load balancer.
    BackendVmIds List<GetLoadBalancersLoadBalancerBackendVmId>
    One or more IDs of backend VMs for the load balancer.
    DnsName string
    The DNS name of the load balancer.
    HealthChecks List<GetLoadBalancersLoadBalancerHealthCheck>
    Information about the health check configuration.
    Listeners List<GetLoadBalancersLoadBalancerListener>
    The listeners for the load balancer.
    LoadBalancerName string
    The name of the load balancer.
    LoadBalancerStickyCookiePolicies List<GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy>
    The policies defined for the load balancer.
    LoadBalancerType string
    The type of load balancer. Valid only for load balancers in a Net. If load_balancer_type is internet-facing, the load balancer has a public DNS name that resolves to a public IP. If load_balancer_type is internal, the load balancer has a public DNS name that resolves to a private IP.
    NetId string
    The ID of the Net for the load balancer.
    PublicIp string
    (internet-facing only) The public IP associated with the load balancer.
    SecuredCookies bool
    Whether secure cookies are enabled for the load balancer.
    SecurityGroups List<string>
    One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
    SourceSecurityGroups List<GetLoadBalancersLoadBalancerSourceSecurityGroup>
    Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
    SubnetIds List<string>
    SubregionNames List<string>
    The ID of the Subregion in which the load balancer was created.
    Tags List<GetLoadBalancersLoadBalancerTag>
    One or more tags associated with the load balancer.
    AccessLogs []GetLoadBalancersLoadBalancerAccessLog
    Information about access logs.
    ApplicationStickyCookiePolicies []GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy
    The stickiness policies defined for the load balancer.
    BackendVmIds []GetLoadBalancersLoadBalancerBackendVmId
    One or more IDs of backend VMs for the load balancer.
    DnsName string
    The DNS name of the load balancer.
    HealthChecks []GetLoadBalancersLoadBalancerHealthCheck
    Information about the health check configuration.
    Listeners []GetLoadBalancersLoadBalancerListener
    The listeners for the load balancer.
    LoadBalancerName string
    The name of the load balancer.
    LoadBalancerStickyCookiePolicies []GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy
    The policies defined for the load balancer.
    LoadBalancerType string
    The type of load balancer. Valid only for load balancers in a Net. If load_balancer_type is internet-facing, the load balancer has a public DNS name that resolves to a public IP. If load_balancer_type is internal, the load balancer has a public DNS name that resolves to a private IP.
    NetId string
    The ID of the Net for the load balancer.
    PublicIp string
    (internet-facing only) The public IP associated with the load balancer.
    SecuredCookies bool
    Whether secure cookies are enabled for the load balancer.
    SecurityGroups []string
    One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
    SourceSecurityGroups []GetLoadBalancersLoadBalancerSourceSecurityGroup
    Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
    SubnetIds []string
    SubregionNames []string
    The ID of the Subregion in which the load balancer was created.
    Tags []GetLoadBalancersLoadBalancerTag
    One or more tags associated with the load balancer.
    accessLogs List<GetLoadBalancersLoadBalancerAccessLog>
    Information about access logs.
    applicationStickyCookiePolicies List<GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy>
    The stickiness policies defined for the load balancer.
    backendVmIds List<GetLoadBalancersLoadBalancerBackendVmId>
    One or more IDs of backend VMs for the load balancer.
    dnsName String
    The DNS name of the load balancer.
    healthChecks List<GetLoadBalancersLoadBalancerHealthCheck>
    Information about the health check configuration.
    listeners List<GetLoadBalancersLoadBalancerListener>
    The listeners for the load balancer.
    loadBalancerName String
    The name of the load balancer.
    loadBalancerStickyCookiePolicies List<GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy>
    The policies defined for the load balancer.
    loadBalancerType String
    The type of load balancer. Valid only for load balancers in a Net. If load_balancer_type is internet-facing, the load balancer has a public DNS name that resolves to a public IP. If load_balancer_type is internal, the load balancer has a public DNS name that resolves to a private IP.
    netId String
    The ID of the Net for the load balancer.
    publicIp String
    (internet-facing only) The public IP associated with the load balancer.
    securedCookies Boolean
    Whether secure cookies are enabled for the load balancer.
    securityGroups List<String>
    One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
    sourceSecurityGroups List<GetLoadBalancersLoadBalancerSourceSecurityGroup>
    Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
    subnetIds List<String>
    subregionNames List<String>
    The ID of the Subregion in which the load balancer was created.
    tags List<GetLoadBalancersLoadBalancerTag>
    One or more tags associated with the load balancer.
    accessLogs GetLoadBalancersLoadBalancerAccessLog[]
    Information about access logs.
    applicationStickyCookiePolicies GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy[]
    The stickiness policies defined for the load balancer.
    backendVmIds GetLoadBalancersLoadBalancerBackendVmId[]
    One or more IDs of backend VMs for the load balancer.
    dnsName string
    The DNS name of the load balancer.
    healthChecks GetLoadBalancersLoadBalancerHealthCheck[]
    Information about the health check configuration.
    listeners GetLoadBalancersLoadBalancerListener[]
    The listeners for the load balancer.
    loadBalancerName string
    The name of the load balancer.
    loadBalancerStickyCookiePolicies GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy[]
    The policies defined for the load balancer.
    loadBalancerType string
    The type of load balancer. Valid only for load balancers in a Net. If load_balancer_type is internet-facing, the load balancer has a public DNS name that resolves to a public IP. If load_balancer_type is internal, the load balancer has a public DNS name that resolves to a private IP.
    netId string
    The ID of the Net for the load balancer.
    publicIp string
    (internet-facing only) The public IP associated with the load balancer.
    securedCookies boolean
    Whether secure cookies are enabled for the load balancer.
    securityGroups string[]
    One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
    sourceSecurityGroups GetLoadBalancersLoadBalancerSourceSecurityGroup[]
    Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
    subnetIds string[]
    subregionNames string[]
    The ID of the Subregion in which the load balancer was created.
    tags GetLoadBalancersLoadBalancerTag[]
    One or more tags associated with the load balancer.
    access_logs Sequence[GetLoadBalancersLoadBalancerAccessLog]
    Information about access logs.
    application_sticky_cookie_policies Sequence[GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy]
    The stickiness policies defined for the load balancer.
    backend_vm_ids Sequence[GetLoadBalancersLoadBalancerBackendVmId]
    One or more IDs of backend VMs for the load balancer.
    dns_name str
    The DNS name of the load balancer.
    health_checks Sequence[GetLoadBalancersLoadBalancerHealthCheck]
    Information about the health check configuration.
    listeners Sequence[GetLoadBalancersLoadBalancerListener]
    The listeners for the load balancer.
    load_balancer_name str
    The name of the load balancer.
    load_balancer_sticky_cookie_policies Sequence[GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy]
    The policies defined for the load balancer.
    load_balancer_type str
    The type of load balancer. Valid only for load balancers in a Net. If load_balancer_type is internet-facing, the load balancer has a public DNS name that resolves to a public IP. If load_balancer_type is internal, the load balancer has a public DNS name that resolves to a private IP.
    net_id str
    The ID of the Net for the load balancer.
    public_ip str
    (internet-facing only) The public IP associated with the load balancer.
    secured_cookies bool
    Whether secure cookies are enabled for the load balancer.
    security_groups Sequence[str]
    One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
    source_security_groups Sequence[GetLoadBalancersLoadBalancerSourceSecurityGroup]
    Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
    subnet_ids Sequence[str]
    subregion_names Sequence[str]
    The ID of the Subregion in which the load balancer was created.
    tags Sequence[GetLoadBalancersLoadBalancerTag]
    One or more tags associated with the load balancer.
    accessLogs List<Property Map>
    Information about access logs.
    applicationStickyCookiePolicies List<Property Map>
    The stickiness policies defined for the load balancer.
    backendVmIds List<Property Map>
    One or more IDs of backend VMs for the load balancer.
    dnsName String
    The DNS name of the load balancer.
    healthChecks List<Property Map>
    Information about the health check configuration.
    listeners List<Property Map>
    The listeners for the load balancer.
    loadBalancerName String
    The name of the load balancer.
    loadBalancerStickyCookiePolicies List<Property Map>
    The policies defined for the load balancer.
    loadBalancerType String
    The type of load balancer. Valid only for load balancers in a Net. If load_balancer_type is internet-facing, the load balancer has a public DNS name that resolves to a public IP. If load_balancer_type is internal, the load balancer has a public DNS name that resolves to a private IP.
    netId String
    The ID of the Net for the load balancer.
    publicIp String
    (internet-facing only) The public IP associated with the load balancer.
    securedCookies Boolean
    Whether secure cookies are enabled for the load balancer.
    securityGroups List<String>
    One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
    sourceSecurityGroups List<Property Map>
    Information about the source security group of the load balancer, which you can use as part of your inbound rules for your registered VMs. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.
    subnetIds List<String>
    subregionNames List<String>
    The ID of the Subregion in which the load balancer was created.
    tags List<Property Map>
    One or more tags associated with the load balancer.

    GetLoadBalancersLoadBalancerAccessLog

    IsEnabled bool
    If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the osu_bucket_name parameter is required.
    OsuBucketName string
    The name of the OOS bucket for the access logs.
    OsuBucketPrefix string
    The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
    PublicationInterval double
    The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).
    IsEnabled bool
    If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the osu_bucket_name parameter is required.
    OsuBucketName string
    The name of the OOS bucket for the access logs.
    OsuBucketPrefix string
    The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
    PublicationInterval float64
    The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).
    isEnabled Boolean
    If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the osu_bucket_name parameter is required.
    osuBucketName String
    The name of the OOS bucket for the access logs.
    osuBucketPrefix String
    The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
    publicationInterval Double
    The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).
    isEnabled boolean
    If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the osu_bucket_name parameter is required.
    osuBucketName string
    The name of the OOS bucket for the access logs.
    osuBucketPrefix string
    The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
    publicationInterval number
    The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).
    is_enabled bool
    If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the osu_bucket_name parameter is required.
    osu_bucket_name str
    The name of the OOS bucket for the access logs.
    osu_bucket_prefix str
    The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
    publication_interval float
    The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).
    isEnabled Boolean
    If true, access logs are enabled for your load balancer. If false, they are not. If you set this to true in your request, the osu_bucket_name parameter is required.
    osuBucketName String
    The name of the OOS bucket for the access logs.
    osuBucketPrefix String
    The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
    publicationInterval Number
    The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either 5 or 60 (by default, 60).

    GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy

    CookieName string
    The name of the application cookie used for stickiness.
    PolicyName string
    The name of the stickiness policy.
    CookieName string
    The name of the application cookie used for stickiness.
    PolicyName string
    The name of the stickiness policy.
    cookieName String
    The name of the application cookie used for stickiness.
    policyName String
    The name of the stickiness policy.
    cookieName string
    The name of the application cookie used for stickiness.
    policyName string
    The name of the stickiness policy.
    cookie_name str
    The name of the application cookie used for stickiness.
    policy_name str
    The name of the stickiness policy.
    cookieName String
    The name of the application cookie used for stickiness.
    policyName String
    The name of the stickiness policy.

    GetLoadBalancersLoadBalancerBackendVmId

    VmId string
    VmId string
    vmId String
    vmId string
    vm_id str
    vmId String

    GetLoadBalancersLoadBalancerHealthCheck

    CheckInterval double
    The number of seconds between two requests (between 5 and 600 both included).
    HealthyThreshold double
    The number of consecutive successful requests before considering the VM as healthy (between 2 and 10 both included).
    Path string
    If you use the HTTP or HTTPS protocols, the request URL path.
    Port double
    The port number (between 1 and 65535, both included).
    Protocol string
    The protocol for the URL of the VM (HTTP | HTTPS | TCP | SSL).
    Timeout double
    The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between 2 and 60 both included).
    UnhealthyThreshold double
    The number of consecutive failed requests before considering the VM as unhealthy (between 2 and 10 both included).
    CheckInterval float64
    The number of seconds between two requests (between 5 and 600 both included).
    HealthyThreshold float64
    The number of consecutive successful requests before considering the VM as healthy (between 2 and 10 both included).
    Path string
    If you use the HTTP or HTTPS protocols, the request URL path.
    Port float64
    The port number (between 1 and 65535, both included).
    Protocol string
    The protocol for the URL of the VM (HTTP | HTTPS | TCP | SSL).
    Timeout float64
    The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between 2 and 60 both included).
    UnhealthyThreshold float64
    The number of consecutive failed requests before considering the VM as unhealthy (between 2 and 10 both included).
    checkInterval Double
    The number of seconds between two requests (between 5 and 600 both included).
    healthyThreshold Double
    The number of consecutive successful requests before considering the VM as healthy (between 2 and 10 both included).
    path String
    If you use the HTTP or HTTPS protocols, the request URL path.
    port Double
    The port number (between 1 and 65535, both included).
    protocol String
    The protocol for the URL of the VM (HTTP | HTTPS | TCP | SSL).
    timeout Double
    The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between 2 and 60 both included).
    unhealthyThreshold Double
    The number of consecutive failed requests before considering the VM as unhealthy (between 2 and 10 both included).
    checkInterval number
    The number of seconds between two requests (between 5 and 600 both included).
    healthyThreshold number
    The number of consecutive successful requests before considering the VM as healthy (between 2 and 10 both included).
    path string
    If you use the HTTP or HTTPS protocols, the request URL path.
    port number
    The port number (between 1 and 65535, both included).
    protocol string
    The protocol for the URL of the VM (HTTP | HTTPS | TCP | SSL).
    timeout number
    The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between 2 and 60 both included).
    unhealthyThreshold number
    The number of consecutive failed requests before considering the VM as unhealthy (between 2 and 10 both included).
    check_interval float
    The number of seconds between two requests (between 5 and 600 both included).
    healthy_threshold float
    The number of consecutive successful requests before considering the VM as healthy (between 2 and 10 both included).
    path str
    If you use the HTTP or HTTPS protocols, the request URL path.
    port float
    The port number (between 1 and 65535, both included).
    protocol str
    The protocol for the URL of the VM (HTTP | HTTPS | TCP | SSL).
    timeout float
    The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between 2 and 60 both included).
    unhealthy_threshold float
    The number of consecutive failed requests before considering the VM as unhealthy (between 2 and 10 both included).
    checkInterval Number
    The number of seconds between two requests (between 5 and 600 both included).
    healthyThreshold Number
    The number of consecutive successful requests before considering the VM as healthy (between 2 and 10 both included).
    path String
    If you use the HTTP or HTTPS protocols, the request URL path.
    port Number
    The port number (between 1 and 65535, both included).
    protocol String
    The protocol for the URL of the VM (HTTP | HTTPS | TCP | SSL).
    timeout Number
    The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between 2 and 60 both included).
    unhealthyThreshold Number
    The number of consecutive failed requests before considering the VM as unhealthy (between 2 and 10 both included).

    GetLoadBalancersLoadBalancerListener

    BackendPort double
    The port on which the backend VM is listening (between 1 and 65535, both included).
    BackendProtocol string
    The protocol for routing traffic to backend VMs (HTTP | HTTPS | TCP | SSL).
    LoadBalancerPort double
    The port on which the load balancer is listening (between 1 and 65535, both included).
    LoadBalancerProtocol string
    The routing protocol (HTTP | HTTPS | TCP | SSL).
    PolicyNames List<string>
    The names of the policies. If there are no policies enabled, the list is empty.
    ServerCertificateId string
    The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
    BackendPort float64
    The port on which the backend VM is listening (between 1 and 65535, both included).
    BackendProtocol string
    The protocol for routing traffic to backend VMs (HTTP | HTTPS | TCP | SSL).
    LoadBalancerPort float64
    The port on which the load balancer is listening (between 1 and 65535, both included).
    LoadBalancerProtocol string
    The routing protocol (HTTP | HTTPS | TCP | SSL).
    PolicyNames []string
    The names of the policies. If there are no policies enabled, the list is empty.
    ServerCertificateId string
    The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
    backendPort Double
    The port on which the backend VM is listening (between 1 and 65535, both included).
    backendProtocol String
    The protocol for routing traffic to backend VMs (HTTP | HTTPS | TCP | SSL).
    loadBalancerPort Double
    The port on which the load balancer is listening (between 1 and 65535, both included).
    loadBalancerProtocol String
    The routing protocol (HTTP | HTTPS | TCP | SSL).
    policyNames List<String>
    The names of the policies. If there are no policies enabled, the list is empty.
    serverCertificateId String
    The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
    backendPort number
    The port on which the backend VM is listening (between 1 and 65535, both included).
    backendProtocol string
    The protocol for routing traffic to backend VMs (HTTP | HTTPS | TCP | SSL).
    loadBalancerPort number
    The port on which the load balancer is listening (between 1 and 65535, both included).
    loadBalancerProtocol string
    The routing protocol (HTTP | HTTPS | TCP | SSL).
    policyNames string[]
    The names of the policies. If there are no policies enabled, the list is empty.
    serverCertificateId string
    The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
    backend_port float
    The port on which the backend VM is listening (between 1 and 65535, both included).
    backend_protocol str
    The protocol for routing traffic to backend VMs (HTTP | HTTPS | TCP | SSL).
    load_balancer_port float
    The port on which the load balancer is listening (between 1 and 65535, both included).
    load_balancer_protocol str
    The routing protocol (HTTP | HTTPS | TCP | SSL).
    policy_names Sequence[str]
    The names of the policies. If there are no policies enabled, the list is empty.
    server_certificate_id str
    The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
    backendPort Number
    The port on which the backend VM is listening (between 1 and 65535, both included).
    backendProtocol String
    The protocol for routing traffic to backend VMs (HTTP | HTTPS | TCP | SSL).
    loadBalancerPort Number
    The port on which the load balancer is listening (between 1 and 65535, both included).
    loadBalancerProtocol String
    The routing protocol (HTTP | HTTPS | TCP | SSL).
    policyNames List<String>
    The names of the policies. If there are no policies enabled, the list is empty.
    serverCertificateId String
    The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).

    GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy

    PolicyName string
    The name of the stickiness policy.
    PolicyName string
    The name of the stickiness policy.
    policyName String
    The name of the stickiness policy.
    policyName string
    The name of the stickiness policy.
    policy_name str
    The name of the stickiness policy.
    policyName String
    The name of the stickiness policy.

    GetLoadBalancersLoadBalancerSourceSecurityGroup

    SecurityGroupAccountId string
    The account ID of the owner of the security group.
    SecurityGroupName string
    The name of the security group.
    SecurityGroupAccountId string
    The account ID of the owner of the security group.
    SecurityGroupName string
    The name of the security group.
    securityGroupAccountId String
    The account ID of the owner of the security group.
    securityGroupName String
    The name of the security group.
    securityGroupAccountId string
    The account ID of the owner of the security group.
    securityGroupName string
    The name of the security group.
    security_group_account_id str
    The account ID of the owner of the security group.
    security_group_name str
    The name of the security group.
    securityGroupAccountId String
    The account ID of the owner of the security group.
    securityGroupName String
    The name of the security group.

    GetLoadBalancersLoadBalancerTag

    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.
    key string
    The key of the tag, with a minimum of 1 character.
    value string
    The value of the tag, between 0 and 255 characters.
    key str
    The key of the tag, with a minimum of 1 character.
    value str
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.

    Package Details

    Repository
    outscale outscale/terraform-provider-outscale
    License
    Notes
    This Pulumi package is based on the outscale Terraform Provider.
    outscale logo
    outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale