1. Packages
  2. Outscale Provider
  3. API Docs
  4. getLoadBalancers
outscale 1.1.0 published on Thursday, Apr 3, 2025 by outscale

outscale.getLoadBalancers

Explore with Pulumi AI

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",
        ],
    }],
});
Copy
import pulumi
import pulumi_outscale as outscale

load_balancers01 = outscale.get_load_balancers(filters=[{
    "name": "load_balancer_names",
    "values": [
        "load_balancer01",
        "load_balancer02",
    ],
}])
Copy
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
	})
}
Copy
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",
                },
            },
        },
    });

});
Copy
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());

    }
}
Copy
variables:
  loadBalancers01:
    fn::invoke:
      function: outscale:getLoadBalancers
      arguments:
        filters:
          - name: load_balancer_names
            values:
              - load_balancer01
              - load_balancer02
Copy

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>
Copy
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]
Copy
func GetLoadBalancers(ctx *Context, args *GetLoadBalancersArgs, opts ...InvokeOption) (*GetLoadBalancersResult, error)
func GetLoadBalancersOutput(ctx *Context, args *GetLoadBalancersOutputArgs, opts ...InvokeOption) GetLoadBalancersResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetLoadBalancersResult> getLoadBalancers(GetLoadBalancersArgs args, InvokeOptions options)
public static Output<GetLoadBalancersResult> getLoadBalancers(GetLoadBalancersArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: outscale:index/getLoadBalancers:getLoadBalancers
  arguments:
    # arguments dictionary
Copy

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 This property is required. string
Values This property is required. List<string>
Name This property is required. string
Values This property is required. []string
name This property is required. String
values This property is required. List<String>
name This property is required. string
values This property is required. string[]
name This property is required. str
values This property is required. Sequence[str]
name This property is required. String
values This property is required. List<String>

GetLoadBalancersLoadBalancer

AccessLogs This property is required. List<GetLoadBalancersLoadBalancerAccessLog>
Information about access logs.
ApplicationStickyCookiePolicies This property is required. List<GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy>
The stickiness policies defined for the load balancer.
BackendVmIds This property is required. List<GetLoadBalancersLoadBalancerBackendVmId>
One or more IDs of backend VMs for the load balancer.
DnsName This property is required. string
The DNS name of the load balancer.
HealthChecks This property is required. List<GetLoadBalancersLoadBalancerHealthCheck>
Information about the health check configuration.
Listeners This property is required. List<GetLoadBalancersLoadBalancerListener>
The listeners for the load balancer.
LoadBalancerName This property is required. string
The name of the load balancer.
LoadBalancerStickyCookiePolicies This property is required. List<GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy>
The policies defined for the load balancer.
LoadBalancerType This property is required. 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 This property is required. string
The ID of the Net for the load balancer.
PublicIp This property is required. string
(internet-facing only) The public IP associated with the load balancer.
SecuredCookies This property is required. bool
Whether secure cookies are enabled for the load balancer.
SecurityGroups This property is required. List<string>
One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
SourceSecurityGroups This property is required. 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 This property is required. List<string>
SubregionNames This property is required. List<string>
The ID of the Subregion in which the load balancer was created.
Tags This property is required. List<GetLoadBalancersLoadBalancerTag>
One or more tags associated with the load balancer.
AccessLogs This property is required. []GetLoadBalancersLoadBalancerAccessLog
Information about access logs.
ApplicationStickyCookiePolicies This property is required. []GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy
The stickiness policies defined for the load balancer.
BackendVmIds This property is required. []GetLoadBalancersLoadBalancerBackendVmId
One or more IDs of backend VMs for the load balancer.
DnsName This property is required. string
The DNS name of the load balancer.
HealthChecks This property is required. []GetLoadBalancersLoadBalancerHealthCheck
Information about the health check configuration.
Listeners This property is required. []GetLoadBalancersLoadBalancerListener
The listeners for the load balancer.
LoadBalancerName This property is required. string
The name of the load balancer.
LoadBalancerStickyCookiePolicies This property is required. []GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy
The policies defined for the load balancer.
LoadBalancerType This property is required. 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 This property is required. string
The ID of the Net for the load balancer.
PublicIp This property is required. string
(internet-facing only) The public IP associated with the load balancer.
SecuredCookies This property is required. bool
Whether secure cookies are enabled for the load balancer.
SecurityGroups This property is required. []string
One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
SourceSecurityGroups This property is required. []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 This property is required. []string
SubregionNames This property is required. []string
The ID of the Subregion in which the load balancer was created.
Tags This property is required. []GetLoadBalancersLoadBalancerTag
One or more tags associated with the load balancer.
accessLogs This property is required. List<GetLoadBalancersLoadBalancerAccessLog>
Information about access logs.
applicationStickyCookiePolicies This property is required. List<GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy>
The stickiness policies defined for the load balancer.
backendVmIds This property is required. List<GetLoadBalancersLoadBalancerBackendVmId>
One or more IDs of backend VMs for the load balancer.
dnsName This property is required. String
The DNS name of the load balancer.
healthChecks This property is required. List<GetLoadBalancersLoadBalancerHealthCheck>
Information about the health check configuration.
listeners This property is required. List<GetLoadBalancersLoadBalancerListener>
The listeners for the load balancer.
loadBalancerName This property is required. String
The name of the load balancer.
loadBalancerStickyCookiePolicies This property is required. List<GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy>
The policies defined for the load balancer.
loadBalancerType This property is required. 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 This property is required. String
The ID of the Net for the load balancer.
publicIp This property is required. String
(internet-facing only) The public IP associated with the load balancer.
securedCookies This property is required. Boolean
Whether secure cookies are enabled for the load balancer.
securityGroups This property is required. List<String>
One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
sourceSecurityGroups This property is required. 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 This property is required. List<String>
subregionNames This property is required. List<String>
The ID of the Subregion in which the load balancer was created.
tags This property is required. List<GetLoadBalancersLoadBalancerTag>
One or more tags associated with the load balancer.
accessLogs This property is required. GetLoadBalancersLoadBalancerAccessLog[]
Information about access logs.
applicationStickyCookiePolicies This property is required. GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy[]
The stickiness policies defined for the load balancer.
backendVmIds This property is required. GetLoadBalancersLoadBalancerBackendVmId[]
One or more IDs of backend VMs for the load balancer.
dnsName This property is required. string
The DNS name of the load balancer.
healthChecks This property is required. GetLoadBalancersLoadBalancerHealthCheck[]
Information about the health check configuration.
listeners This property is required. GetLoadBalancersLoadBalancerListener[]
The listeners for the load balancer.
loadBalancerName This property is required. string
The name of the load balancer.
loadBalancerStickyCookiePolicies This property is required. GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy[]
The policies defined for the load balancer.
loadBalancerType This property is required. 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 This property is required. string
The ID of the Net for the load balancer.
publicIp This property is required. string
(internet-facing only) The public IP associated with the load balancer.
securedCookies This property is required. boolean
Whether secure cookies are enabled for the load balancer.
securityGroups This property is required. string[]
One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
sourceSecurityGroups This property is required. 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 This property is required. string[]
subregionNames This property is required. string[]
The ID of the Subregion in which the load balancer was created.
tags This property is required. GetLoadBalancersLoadBalancerTag[]
One or more tags associated with the load balancer.
access_logs This property is required. Sequence[GetLoadBalancersLoadBalancerAccessLog]
Information about access logs.
application_sticky_cookie_policies This property is required. Sequence[GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy]
The stickiness policies defined for the load balancer.
backend_vm_ids This property is required. Sequence[GetLoadBalancersLoadBalancerBackendVmId]
One or more IDs of backend VMs for the load balancer.
dns_name This property is required. str
The DNS name of the load balancer.
health_checks This property is required. Sequence[GetLoadBalancersLoadBalancerHealthCheck]
Information about the health check configuration.
listeners This property is required. Sequence[GetLoadBalancersLoadBalancerListener]
The listeners for the load balancer.
load_balancer_name This property is required. str
The name of the load balancer.
load_balancer_sticky_cookie_policies This property is required. Sequence[GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy]
The policies defined for the load balancer.
load_balancer_type This property is required. 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 This property is required. str
The ID of the Net for the load balancer.
public_ip This property is required. str
(internet-facing only) The public IP associated with the load balancer.
secured_cookies This property is required. bool
Whether secure cookies are enabled for the load balancer.
security_groups This property is required. Sequence[str]
One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
source_security_groups This property is required. 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 This property is required. Sequence[str]
subregion_names This property is required. Sequence[str]
The ID of the Subregion in which the load balancer was created.
tags This property is required. Sequence[GetLoadBalancersLoadBalancerTag]
One or more tags associated with the load balancer.
accessLogs This property is required. List<Property Map>
Information about access logs.
applicationStickyCookiePolicies This property is required. List<Property Map>
The stickiness policies defined for the load balancer.
backendVmIds This property is required. List<Property Map>
One or more IDs of backend VMs for the load balancer.
dnsName This property is required. String
The DNS name of the load balancer.
healthChecks This property is required. List<Property Map>
Information about the health check configuration.
listeners This property is required. List<Property Map>
The listeners for the load balancer.
loadBalancerName This property is required. String
The name of the load balancer.
loadBalancerStickyCookiePolicies This property is required. List<Property Map>
The policies defined for the load balancer.
loadBalancerType This property is required. 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 This property is required. String
The ID of the Net for the load balancer.
publicIp This property is required. String
(internet-facing only) The public IP associated with the load balancer.
securedCookies This property is required. Boolean
Whether secure cookies are enabled for the load balancer.
securityGroups This property is required. List<String>
One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
sourceSecurityGroups This property is required. 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 This property is required. List<String>
subregionNames This property is required. List<String>
The ID of the Subregion in which the load balancer was created.
tags This property is required. List<Property Map>
One or more tags associated with the load balancer.

GetLoadBalancersLoadBalancerAccessLog

IsEnabled This property is required. 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 This property is required. string
The name of the OOS bucket for the access logs.
OsuBucketPrefix This property is required. string
The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
PublicationInterval This property is required. 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 This property is required. 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 This property is required. string
The name of the OOS bucket for the access logs.
OsuBucketPrefix This property is required. string
The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
PublicationInterval This property is required. 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 This property is required. 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 This property is required. String
The name of the OOS bucket for the access logs.
osuBucketPrefix This property is required. String
The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
publicationInterval This property is required. 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 This property is required. 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 This property is required. string
The name of the OOS bucket for the access logs.
osuBucketPrefix This property is required. string
The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
publicationInterval This property is required. 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 This property is required. 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 This property is required. str
The name of the OOS bucket for the access logs.
osu_bucket_prefix This property is required. str
The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
publication_interval This property is required. 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 This property is required. 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 This property is required. String
The name of the OOS bucket for the access logs.
osuBucketPrefix This property is required. String
The path to the folder of the access logs in your OOS bucket (by default, the root level of your bucket).
publicationInterval This property is required. 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 This property is required. string
The name of the application cookie used for stickiness.
PolicyName This property is required. string
The name of the stickiness policy.
CookieName This property is required. string
The name of the application cookie used for stickiness.
PolicyName This property is required. string
The name of the stickiness policy.
cookieName This property is required. String
The name of the application cookie used for stickiness.
policyName This property is required. String
The name of the stickiness policy.
cookieName This property is required. string
The name of the application cookie used for stickiness.
policyName This property is required. string
The name of the stickiness policy.
cookie_name This property is required. str
The name of the application cookie used for stickiness.
policy_name This property is required. str
The name of the stickiness policy.
cookieName This property is required. String
The name of the application cookie used for stickiness.
policyName This property is required. String
The name of the stickiness policy.

GetLoadBalancersLoadBalancerBackendVmId

VmId This property is required. string
VmId This property is required. string
vmId This property is required. String
vmId This property is required. string
vm_id This property is required. str
vmId This property is required. String

GetLoadBalancersLoadBalancerHealthCheck

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

GetLoadBalancersLoadBalancerListener

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

GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy

PolicyName This property is required. string
The name of the stickiness policy.
PolicyName This property is required. string
The name of the stickiness policy.
policyName This property is required. String
The name of the stickiness policy.
policyName This property is required. string
The name of the stickiness policy.
policy_name This property is required. str
The name of the stickiness policy.
policyName This property is required. String
The name of the stickiness policy.

GetLoadBalancersLoadBalancerSourceSecurityGroup

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

GetLoadBalancersLoadBalancerTag

Key This property is required. string
The key of the tag, with a minimum of 1 character.
Value This property is required. string
The value of the tag, between 0 and 255 characters.
Key This property is required. string
The key of the tag, with a minimum of 1 character.
Value This property is required. string
The value of the tag, between 0 and 255 characters.
key This property is required. String
The key of the tag, with a minimum of 1 character.
value This property is required. String
The value of the tag, between 0 and 255 characters.
key This property is required. string
The key of the tag, with a minimum of 1 character.
value This property is required. string
The value of the tag, between 0 and 255 characters.
key This property is required. str
The key of the tag, with a minimum of 1 character.
value This property is required. str
The value of the tag, between 0 and 255 characters.
key This property is required. String
The key of the tag, with a minimum of 1 character.
value This property is required. 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.