outscale 1.0.1 published on Thursday, Mar 13, 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",
],
}],
});
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<Get
Load Balancers Filter> - 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
- Load
Balancer List<string>Names - The name of the load balancer.
- Filters
[]Get
Load Balancers Filter - 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
- Load
Balancer []stringNames - The name of the load balancer.
- filters
List<Get
Load Balancers Filter> - 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
- load
Balancer List<String>Names - The name of the load balancer.
- filters
Get
Load Balancers Filter[] - 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
- load
Balancer string[]Names - The name of the load balancer.
- filters
Sequence[Get
Load Balancers Filter] - 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_ Sequence[str]names - 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
- load
Balancer List<String>Names - The name of the load balancer.
getLoadBalancers Result
The following output properties are available:
- Id string
- Load
Balancers List<GetLoad Balancers Load Balancer> - Request
Id string - Filters
List<Get
Load Balancers Filter> - Load
Balancer List<string>Names - The name of the load balancer.
- Id string
- Load
Balancers []GetLoad Balancers Load Balancer - Request
Id string - Filters
[]Get
Load Balancers Filter - Load
Balancer []stringNames - The name of the load balancer.
- id String
- load
Balancers List<GetLoad Balancers Load Balancer> - request
Id String - filters
List<Get
Load Balancers Filter> - load
Balancer List<String>Names - The name of the load balancer.
- id string
- load
Balancers GetLoad Balancers Load Balancer[] - request
Id string - filters
Get
Load Balancers Filter[] - load
Balancer string[]Names - The name of the load balancer.
- id str
- load_
balancers Sequence[GetLoad Balancers Load Balancer] - request_
id str - filters
Sequence[Get
Load Balancers Filter] - load_
balancer_ Sequence[str]names - The name of the load balancer.
- id String
- load
Balancers List<Property Map> - request
Id String - filters List<Property Map>
- load
Balancer List<String>Names - The name of the load balancer.
Supporting Types
GetLoadBalancersFilter
GetLoadBalancersLoadBalancer
- Access
Logs List<GetLoad Balancers Load Balancer Access Log> - Information about access logs.
- List<Get
Load Balancers Load Balancer Application Sticky Cookie Policy> - The stickiness policies defined for the load balancer.
- Backend
Vm List<GetIds Load Balancers Load Balancer Backend Vm Id> - One or more IDs of backend VMs for the load balancer.
- Dns
Name string - The DNS name of the load balancer.
- Health
Checks List<GetLoad Balancers Load Balancer Health Check> - Information about the health check configuration.
- Listeners
List<Get
Load Balancers Load Balancer Listener> - The listeners for the load balancer.
- Load
Balancer stringName - The name of the load balancer.
- List<Get
Load Balancers Load Balancer Load Balancer Sticky Cookie Policy> - The policies defined for the load balancer.
- Load
Balancer stringType - The type of load balancer. Valid only for load balancers in a Net.
If
load_balancer_type
isinternet-facing
, the load balancer has a public DNS name that resolves to a public IP. Ifload_balancer_type
isinternal
, the load balancer has a public DNS name that resolves to a private IP. - Net
Id string - The ID of the Net for the load balancer.
- Public
Ip string - (internet-facing only) The public IP associated with the load balancer.
- bool
- Whether secure cookies are enabled for the load balancer.
- Security
Groups List<string> - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- Source
Security List<GetGroups Load Balancers Load Balancer Source Security Group> - 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 List<string> - Subregion
Names List<string> - The ID of the Subregion in which the load balancer was created.
- List<Get
Load Balancers Load Balancer Tag> - One or more tags associated with the load balancer.
- Access
Logs []GetLoad Balancers Load Balancer Access Log - Information about access logs.
- []Get
Load Balancers Load Balancer Application Sticky Cookie Policy - The stickiness policies defined for the load balancer.
- Backend
Vm []GetIds Load Balancers Load Balancer Backend Vm Id - One or more IDs of backend VMs for the load balancer.
- Dns
Name string - The DNS name of the load balancer.
- Health
Checks []GetLoad Balancers Load Balancer Health Check - Information about the health check configuration.
- Listeners
[]Get
Load Balancers Load Balancer Listener - The listeners for the load balancer.
- Load
Balancer stringName - The name of the load balancer.
- []Get
Load Balancers Load Balancer Load Balancer Sticky Cookie Policy - The policies defined for the load balancer.
- Load
Balancer stringType - The type of load balancer. Valid only for load balancers in a Net.
If
load_balancer_type
isinternet-facing
, the load balancer has a public DNS name that resolves to a public IP. Ifload_balancer_type
isinternal
, the load balancer has a public DNS name that resolves to a private IP. - Net
Id string - The ID of the Net for the load balancer.
- Public
Ip string - (internet-facing only) The public IP associated with the load balancer.
- bool
- Whether secure cookies are enabled for the load balancer.
- Security
Groups []string - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- Source
Security []GetGroups Load Balancers Load Balancer Source Security Group - 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 []string - Subregion
Names []string - The ID of the Subregion in which the load balancer was created.
- []Get
Load Balancers Load Balancer Tag - One or more tags associated with the load balancer.
- access
Logs List<GetLoad Balancers Load Balancer Access Log> - Information about access logs.
- List<Get
Load Balancers Load Balancer Application Sticky Cookie Policy> - The stickiness policies defined for the load balancer.
- backend
Vm List<GetIds Load Balancers Load Balancer Backend Vm Id> - One or more IDs of backend VMs for the load balancer.
- dns
Name String - The DNS name of the load balancer.
- health
Checks List<GetLoad Balancers Load Balancer Health Check> - Information about the health check configuration.
- listeners
List<Get
Load Balancers Load Balancer Listener> - The listeners for the load balancer.
- load
Balancer StringName - The name of the load balancer.
- List<Get
Load Balancers Load Balancer Load Balancer Sticky Cookie Policy> - The policies defined for the load balancer.
- load
Balancer StringType - The type of load balancer. Valid only for load balancers in a Net.
If
load_balancer_type
isinternet-facing
, the load balancer has a public DNS name that resolves to a public IP. Ifload_balancer_type
isinternal
, the load balancer has a public DNS name that resolves to a private IP. - net
Id String - The ID of the Net for the load balancer.
- public
Ip String - (internet-facing only) The public IP associated with the load balancer.
- Boolean
- Whether secure cookies are enabled for the load balancer.
- security
Groups List<String> - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- source
Security List<GetGroups Load Balancers Load Balancer Source Security Group> - 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 List<String> - subregion
Names List<String> - The ID of the Subregion in which the load balancer was created.
- List<Get
Load Balancers Load Balancer Tag> - One or more tags associated with the load balancer.
- access
Logs GetLoad Balancers Load Balancer Access Log[] - Information about access logs.
- Get
Load Balancers Load Balancer Application Sticky Cookie Policy[] - The stickiness policies defined for the load balancer.
- backend
Vm GetIds Load Balancers Load Balancer Backend Vm Id[] - One or more IDs of backend VMs for the load balancer.
- dns
Name string - The DNS name of the load balancer.
- health
Checks GetLoad Balancers Load Balancer Health Check[] - Information about the health check configuration.
- listeners
Get
Load Balancers Load Balancer Listener[] - The listeners for the load balancer.
- load
Balancer stringName - The name of the load balancer.
- Get
Load Balancers Load Balancer Load Balancer Sticky Cookie Policy[] - The policies defined for the load balancer.
- load
Balancer stringType - The type of load balancer. Valid only for load balancers in a Net.
If
load_balancer_type
isinternet-facing
, the load balancer has a public DNS name that resolves to a public IP. Ifload_balancer_type
isinternal
, the load balancer has a public DNS name that resolves to a private IP. - net
Id string - The ID of the Net for the load balancer.
- public
Ip string - (internet-facing only) The public IP associated with the load balancer.
- boolean
- Whether secure cookies are enabled for the load balancer.
- security
Groups string[] - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- source
Security GetGroups Load Balancers Load Balancer Source Security Group[] - 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 string[] - subregion
Names string[] - The ID of the Subregion in which the load balancer was created.
- Get
Load Balancers Load Balancer Tag[] - One or more tags associated with the load balancer.
- access_
logs Sequence[GetLoad Balancers Load Balancer Access Log] - Information about access logs.
- Sequence[Get
Load Balancers Load Balancer Application Sticky Cookie Policy] - The stickiness policies defined for the load balancer.
- backend_
vm_ Sequence[Getids Load Balancers Load Balancer Backend Vm Id] - One or more IDs of backend VMs for the load balancer.
- dns_
name str - The DNS name of the load balancer.
- health_
checks Sequence[GetLoad Balancers Load Balancer Health Check] - Information about the health check configuration.
- listeners
Sequence[Get
Load Balancers Load Balancer Listener] - The listeners for the load balancer.
- load_
balancer_ strname - The name of the load balancer.
- Sequence[Get
Load Balancers Load Balancer Load Balancer Sticky Cookie Policy] - The policies defined for the load balancer.
- load_
balancer_ strtype - The type of load balancer. Valid only for load balancers in a Net.
If
load_balancer_type
isinternet-facing
, the load balancer has a public DNS name that resolves to a public IP. Ifload_balancer_type
isinternal
, 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.
- 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_ Sequence[Getgroups Load Balancers Load Balancer Source Security Group] - 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.
- Sequence[Get
Load Balancers Load Balancer Tag] - One or more tags associated with the load balancer.
- access
Logs List<Property Map> - Information about access logs.
- List<Property Map>
- The stickiness policies defined for the load balancer.
- backend
Vm List<Property Map>Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name String - The DNS name of the load balancer.
- health
Checks List<Property Map> - Information about the health check configuration.
- listeners List<Property Map>
- The listeners for the load balancer.
- load
Balancer StringName - The name of the load balancer.
- List<Property Map>
- The policies defined for the load balancer.
- load
Balancer StringType - The type of load balancer. Valid only for load balancers in a Net.
If
load_balancer_type
isinternet-facing
, the load balancer has a public DNS name that resolves to a public IP. Ifload_balancer_type
isinternal
, the load balancer has a public DNS name that resolves to a private IP. - net
Id String - The ID of the Net for the load balancer.
- public
Ip String - (internet-facing only) The public IP associated with the load balancer.
- Boolean
- Whether secure cookies are enabled for the load balancer.
- security
Groups List<String> - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- source
Security List<Property Map>Groups - 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 List<String> - subregion
Names List<String> - The ID of the Subregion in which the load balancer was created.
- List<Property Map>
- One or more tags associated with the load balancer.
GetLoadBalancersLoadBalancerAccessLog
- 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 stringName - The name of the OOS bucket for the access logs.
- Osu
Bucket stringPrefix - The path to the folder of the access logs in your OOS bucket (by default, the
root
level of your bucket). - Publication
Interval double - The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either
5
or60
(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 stringName - The name of the OOS bucket for the access logs.
- Osu
Bucket stringPrefix - The path to the folder of the access logs in your OOS bucket (by default, the
root
level of your bucket). - Publication
Interval float64 - The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either
5
or60
(by default,60
).
- is
Enabled 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. - osu
Bucket StringName - The name of the OOS bucket for the access logs.
- osu
Bucket StringPrefix - The path to the folder of the access logs in your OOS bucket (by default, the
root
level of your bucket). - publication
Interval Double - The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either
5
or60
(by default,60
).
- is
Enabled 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. - osu
Bucket stringName - The name of the OOS bucket for the access logs.
- osu
Bucket stringPrefix - The path to the folder of the access logs in your OOS bucket (by default, the
root
level of your bucket). - publication
Interval number - The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either
5
or60
(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_ strname - The name of the OOS bucket for the access logs.
- osu_
bucket_ strprefix - 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
or60
(by default,60
).
- is
Enabled 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. - osu
Bucket StringName - The name of the OOS bucket for the access logs.
- osu
Bucket StringPrefix - The path to the folder of the access logs in your OOS bucket (by default, the
root
level of your bucket). - publication
Interval Number - The time interval for the publication of access logs in the OOS bucket, in minutes. This value can be either
5
or60
(by default,60
).
GetLoadBalancersLoadBalancerApplicationStickyCookiePolicy
- string
- The name of the application cookie used for stickiness.
- Policy
Name string - The name of the stickiness policy.
- string
- The name of the application cookie used for stickiness.
- Policy
Name string - The name of the stickiness policy.
- String
- The name of the application cookie used for stickiness.
- policy
Name String - The name of the stickiness policy.
- string
- The name of the application cookie used for stickiness.
- policy
Name string - The name of the stickiness policy.
- str
- The name of the application cookie used for stickiness.
- policy_
name str - The name of the stickiness policy.
- String
- The name of the application cookie used for stickiness.
- policy
Name String - The name of the stickiness policy.
GetLoadBalancersLoadBalancerBackendVmId
- Vm
Id string
- Vm
Id string
- vm
Id String
- vm
Id string
- vm_
id str
- vm
Id String
GetLoadBalancersLoadBalancerHealthCheck
- Check
Interval double - The number of seconds between two requests (between
5
and600
both included). - Healthy
Threshold double - The number of consecutive successful requests before considering the VM as healthy (between
2
and10
both included). - Path string
- If you use the HTTP or HTTPS protocols, the request URL path.
- Port double
- The port number (between
1
and65535
, 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
and60
both included). - Unhealthy
Threshold double - The number of consecutive failed requests before considering the VM as unhealthy (between
2
and10
both included).
- Check
Interval float64 - The number of seconds between two requests (between
5
and600
both included). - Healthy
Threshold float64 - The number of consecutive successful requests before considering the VM as healthy (between
2
and10
both included). - Path string
- If you use the HTTP or HTTPS protocols, the request URL path.
- Port float64
- The port number (between
1
and65535
, 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
and60
both included). - Unhealthy
Threshold float64 - The number of consecutive failed requests before considering the VM as unhealthy (between
2
and10
both included).
- check
Interval Double - The number of seconds between two requests (between
5
and600
both included). - healthy
Threshold Double - The number of consecutive successful requests before considering the VM as healthy (between
2
and10
both included). - path String
- If you use the HTTP or HTTPS protocols, the request URL path.
- port Double
- The port number (between
1
and65535
, 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
and60
both included). - unhealthy
Threshold Double - The number of consecutive failed requests before considering the VM as unhealthy (between
2
and10
both included).
- check
Interval number - The number of seconds between two requests (between
5
and600
both included). - healthy
Threshold number - The number of consecutive successful requests before considering the VM as healthy (between
2
and10
both included). - path string
- If you use the HTTP or HTTPS protocols, the request URL path.
- port number
- The port number (between
1
and65535
, 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
and60
both included). - unhealthy
Threshold number - The number of consecutive failed requests before considering the VM as unhealthy (between
2
and10
both included).
- check_
interval float - The number of seconds between two requests (between
5
and600
both included). - healthy_
threshold float - The number of consecutive successful requests before considering the VM as healthy (between
2
and10
both included). - path str
- If you use the HTTP or HTTPS protocols, the request URL path.
- port float
- The port number (between
1
and65535
, 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
and60
both included). - unhealthy_
threshold float - The number of consecutive failed requests before considering the VM as unhealthy (between
2
and10
both included).
- check
Interval Number - The number of seconds between two requests (between
5
and600
both included). - healthy
Threshold Number - The number of consecutive successful requests before considering the VM as healthy (between
2
and10
both included). - path String
- If you use the HTTP or HTTPS protocols, the request URL path.
- port Number
- The port number (between
1
and65535
, 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
and60
both included). - unhealthy
Threshold Number - The number of consecutive failed requests before considering the VM as unhealthy (between
2
and10
both included).
GetLoadBalancersLoadBalancerListener
- Backend
Port double - The port on which the backend VM is listening (between
1
and65535
, both included). - Backend
Protocol string - The protocol for routing traffic to backend VMs (
HTTP
|HTTPS
|TCP
|SSL
). - Load
Balancer doublePort - The port on which the load balancer is listening (between
1
and65535
, both included). - Load
Balancer stringProtocol - The routing protocol (
HTTP
|HTTPS
|TCP
|SSL
). - Policy
Names List<string> - The names of the policies. If there are no policies enabled, the list is empty.
- Server
Certificate stringId - The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- Backend
Port float64 - The port on which the backend VM is listening (between
1
and65535
, both included). - Backend
Protocol string - The protocol for routing traffic to backend VMs (
HTTP
|HTTPS
|TCP
|SSL
). - Load
Balancer float64Port - The port on which the load balancer is listening (between
1
and65535
, both included). - Load
Balancer stringProtocol - The routing protocol (
HTTP
|HTTPS
|TCP
|SSL
). - Policy
Names []string - The names of the policies. If there are no policies enabled, the list is empty.
- Server
Certificate stringId - The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- backend
Port Double - The port on which the backend VM is listening (between
1
and65535
, both included). - backend
Protocol String - The protocol for routing traffic to backend VMs (
HTTP
|HTTPS
|TCP
|SSL
). - load
Balancer DoublePort - The port on which the load balancer is listening (between
1
and65535
, both included). - load
Balancer StringProtocol - The routing protocol (
HTTP
|HTTPS
|TCP
|SSL
). - policy
Names List<String> - The names of the policies. If there are no policies enabled, the list is empty.
- server
Certificate StringId - The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- backend
Port number - The port on which the backend VM is listening (between
1
and65535
, both included). - backend
Protocol string - The protocol for routing traffic to backend VMs (
HTTP
|HTTPS
|TCP
|SSL
). - load
Balancer numberPort - The port on which the load balancer is listening (between
1
and65535
, both included). - load
Balancer stringProtocol - The routing protocol (
HTTP
|HTTPS
|TCP
|SSL
). - policy
Names string[] - The names of the policies. If there are no policies enabled, the list is empty.
- server
Certificate stringId - 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
and65535
, both included). - backend_
protocol str - The protocol for routing traffic to backend VMs (
HTTP
|HTTPS
|TCP
|SSL
). - load_
balancer_ floatport - The port on which the load balancer is listening (between
1
and65535
, both included). - load_
balancer_ strprotocol - 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_ strid - The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- backend
Port Number - The port on which the backend VM is listening (between
1
and65535
, both included). - backend
Protocol String - The protocol for routing traffic to backend VMs (
HTTP
|HTTPS
|TCP
|SSL
). - load
Balancer NumberPort - The port on which the load balancer is listening (between
1
and65535
, both included). - load
Balancer StringProtocol - The routing protocol (
HTTP
|HTTPS
|TCP
|SSL
). - policy
Names List<String> - The names of the policies. If there are no policies enabled, the list is empty.
- server
Certificate StringId - The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
GetLoadBalancersLoadBalancerLoadBalancerStickyCookiePolicy
- Policy
Name string - The name of the stickiness policy.
- Policy
Name string - The name of the stickiness policy.
- policy
Name String - The name of the stickiness policy.
- policy
Name string - The name of the stickiness policy.
- policy_
name str - The name of the stickiness policy.
- policy
Name String - The name of the stickiness policy.
GetLoadBalancersLoadBalancerSourceSecurityGroup
- Security
Group stringAccount Id - The account ID of the owner of the security group.
- Security
Group stringName - The name of the security group.
- Security
Group stringAccount Id - The account ID of the owner of the security group.
- Security
Group stringName - The name of the security group.
- security
Group StringAccount Id - The account ID of the owner of the security group.
- security
Group StringName - The name of the security group.
- security
Group stringAccount Id - The account ID of the owner of the security group.
- security
Group stringName - The name of the security group.
- security_
group_ straccount_ id - The account ID of the owner of the security group.
- security_
group_ strname - The name of the security group.
- security
Group StringAccount Id - The account ID of the owner of the security group.
- security
Group StringName - The name of the security group.
GetLoadBalancersLoadBalancerTag
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.