outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getLoadBalancer
Explore with Pulumi AI
Provides information about a load balancer.
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 loadBalancer01 = outscale.getLoadBalancer({
filters: [{
name: "load_balancer_names",
values: ["load_balancer01"],
}],
});
import pulumi
import pulumi_outscale as outscale
load_balancer01 = outscale.get_load_balancer(filters=[{
"name": "load_balancer_names",
"values": ["load_balancer01"],
}])
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.LookupLoadBalancer(ctx, &outscale.LookupLoadBalancerArgs{
Filters: []outscale.GetLoadBalancerFilter{
{
Name: "load_balancer_names",
Values: []string{
"load_balancer01",
},
},
},
}, 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 loadBalancer01 = Outscale.GetLoadBalancer.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetLoadBalancerFilterInputArgs
{
Name = "load_balancer_names",
Values = new[]
{
"load_balancer01",
},
},
},
});
});
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.GetLoadBalancerArgs;
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 loadBalancer01 = OutscaleFunctions.getLoadBalancer(GetLoadBalancerArgs.builder()
.filters(GetLoadBalancerFilterArgs.builder()
.name("load_balancer_names")
.values("load_balancer01")
.build())
.build());
}
}
variables:
loadBalancer01:
fn::invoke:
function: outscale:getLoadBalancer
arguments:
filters:
- name: load_balancer_names
values:
- load_balancer01
Using getLoadBalancer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLoadBalancer(args: GetLoadBalancerArgs, opts?: InvokeOptions): Promise<GetLoadBalancerResult>
function getLoadBalancerOutput(args: GetLoadBalancerOutputArgs, opts?: InvokeOptions): Output<GetLoadBalancerResult>
def get_load_balancer(access_logs: Optional[Sequence[GetLoadBalancerAccessLog]] = None,
backend_vm_ids: Optional[Sequence[str]] = None,
dns_name: Optional[str] = None,
filters: Optional[Sequence[GetLoadBalancerFilter]] = None,
health_checks: Optional[Sequence[GetLoadBalancerHealthCheck]] = None,
id: Optional[str] = None,
listeners: Optional[Sequence[GetLoadBalancerListener]] = None,
load_balancer_name: Optional[str] = None,
load_balancer_type: Optional[str] = None,
net_id: Optional[str] = None,
security_groups: Optional[Sequence[str]] = None,
subnets: Optional[Sequence[str]] = None,
tags: Optional[Sequence[GetLoadBalancerTag]] = None,
opts: Optional[InvokeOptions] = None) -> GetLoadBalancerResult
def get_load_balancer_output(access_logs: Optional[pulumi.Input[Sequence[pulumi.Input[GetLoadBalancerAccessLogArgs]]]] = None,
backend_vm_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
dns_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetLoadBalancerFilterArgs]]]] = None,
health_checks: Optional[pulumi.Input[Sequence[pulumi.Input[GetLoadBalancerHealthCheckArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
listeners: Optional[pulumi.Input[Sequence[pulumi.Input[GetLoadBalancerListenerArgs]]]] = None,
load_balancer_name: Optional[pulumi.Input[str]] = None,
load_balancer_type: Optional[pulumi.Input[str]] = None,
net_id: Optional[pulumi.Input[str]] = None,
security_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
subnets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetLoadBalancerTagArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLoadBalancerResult]
func LookupLoadBalancer(ctx *Context, args *LookupLoadBalancerArgs, opts ...InvokeOption) (*LookupLoadBalancerResult, error)
func LookupLoadBalancerOutput(ctx *Context, args *LookupLoadBalancerOutputArgs, opts ...InvokeOption) LookupLoadBalancerResultOutput
> Note: This function is named LookupLoadBalancer
in the Go SDK.
public static class GetLoadBalancer
{
public static Task<GetLoadBalancerResult> InvokeAsync(GetLoadBalancerArgs args, InvokeOptions? opts = null)
public static Output<GetLoadBalancerResult> Invoke(GetLoadBalancerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLoadBalancerResult> getLoadBalancer(GetLoadBalancerArgs args, InvokeOptions options)
public static Output<GetLoadBalancerResult> getLoadBalancer(GetLoadBalancerArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getLoadBalancer:getLoadBalancer
arguments:
# arguments dictionary
The following arguments are supported:
- Access
Logs List<GetLoad Balancer Access Log> - Information about access logs.
- Backend
Vm List<string>Ids - One or more IDs of backend VMs for the load balancer.
- Dns
Name string - The DNS name of the load balancer.
- Filters
List<Get
Load Balancer 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:
- Health
Checks List<GetLoad Balancer Health Check> - Information about the health check configuration.
- Id string
- Listeners
List<Get
Load Balancer Listener> - The listeners for the load balancer.
- Load
Balancer stringName - The name of 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.
- Security
Groups List<string> - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- Subnets List<string>
- The ID of the Subnet in which the load balancer was created.
- List<Get
Load Balancer Tag> - One or more tags associated with the load balancer.
- Access
Logs []GetLoad Balancer Access Log - Information about access logs.
- Backend
Vm []stringIds - One or more IDs of backend VMs for the load balancer.
- Dns
Name string - The DNS name of the load balancer.
- Filters
[]Get
Load Balancer 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:
- Health
Checks []GetLoad Balancer Health Check - Information about the health check configuration.
- Id string
- Listeners
[]Get
Load Balancer Listener - The listeners for the load balancer.
- Load
Balancer stringName - The name of 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.
- Security
Groups []string - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- Subnets []string
- The ID of the Subnet in which the load balancer was created.
- []Get
Load Balancer Tag - One or more tags associated with the load balancer.
- access
Logs List<GetLoad Balancer Access Log> - Information about access logs.
- backend
Vm List<String>Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name String - The DNS name of the load balancer.
- filters
List<Get
Load Balancer 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:
- health
Checks List<GetLoad Balancer Health Check> - Information about the health check configuration.
- id String
- listeners
List<Get
Load Balancer Listener> - The listeners for the load balancer.
- load
Balancer StringName - The name of 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.
- security
Groups List<String> - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- subnets List<String>
- The ID of the Subnet in which the load balancer was created.
- List<Get
Load Balancer Tag> - One or more tags associated with the load balancer.
- access
Logs GetLoad Balancer Access Log[] - Information about access logs.
- backend
Vm string[]Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name string - The DNS name of the load balancer.
- filters
Get
Load Balancer 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:
- health
Checks GetLoad Balancer Health Check[] - Information about the health check configuration.
- id string
- listeners
Get
Load Balancer Listener[] - The listeners for the load balancer.
- load
Balancer stringName - The name of 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.
- security
Groups string[] - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- subnets string[]
- The ID of the Subnet in which the load balancer was created.
- Get
Load Balancer Tag[] - One or more tags associated with the load balancer.
- access_
logs Sequence[GetLoad Balancer Access Log] - Information about access logs.
- backend_
vm_ Sequence[str]ids - One or more IDs of backend VMs for the load balancer.
- dns_
name str - The DNS name of the load balancer.
- filters
Sequence[Get
Load Balancer 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:
- health_
checks Sequence[GetLoad Balancer Health Check] - Information about the health check configuration.
- id str
- listeners
Sequence[Get
Load Balancer Listener] - The listeners for the load balancer.
- load_
balancer_ strname - The name of 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.
- security_
groups Sequence[str] - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- subnets Sequence[str]
- The ID of the Subnet in which the load balancer was created.
- Sequence[Get
Load Balancer Tag] - One or more tags associated with the load balancer.
- access
Logs List<Property Map> - Information about access logs.
- backend
Vm List<String>Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name String - The DNS 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:
- health
Checks List<Property Map> - Information about the health check configuration.
- id String
- listeners List<Property Map>
- The listeners for the load balancer.
- load
Balancer StringName - The name of 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.
- security
Groups List<String> - One or more IDs of security groups for the load balancers. Valid only for load balancers in a Net.
- subnets List<String>
- The ID of the Subnet in which the load balancer was created.
- List<Property Map>
- One or more tags associated with the load balancer.
getLoadBalancer Result
The following output properties are available:
- List<Get
Load Balancer Application Sticky Cookie Policy> - The stickiness policies defined for the load balancer.
- Backend
Vm List<string>Ids - One or more IDs of backend VMs for the load balancer.
- Dns
Name string - The DNS name of the load balancer.
- Id string
- Load
Balancer stringName - The name of the load balancer.
- List<Get
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.
- Request
Id string - 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 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.
- Subnets List<string>
- The ID of the Subnet in which the load balancer was created.
- Subregion
Names List<string> - The ID of the Subregion in which the load balancer was created.
- Access
Logs List<GetLoad Balancer Access Log> - Information about access logs.
- Filters
List<Get
Load Balancer Filter> - Health
Checks List<GetLoad Balancer Health Check> - Information about the health check configuration.
- Listeners
List<Get
Load Balancer Listener> - The listeners for the load balancer.
- List<Get
Load Balancer Tag> - One or more tags associated with the load balancer.
- []Get
Load Balancer Application Sticky Cookie Policy - The stickiness policies defined for the load balancer.
- Backend
Vm []stringIds - One or more IDs of backend VMs for the load balancer.
- Dns
Name string - The DNS name of the load balancer.
- Id string
- Load
Balancer stringName - The name of the load balancer.
- []Get
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.
- Request
Id string - 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 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.
- Subnets []string
- The ID of the Subnet in which the load balancer was created.
- Subregion
Names []string - The ID of the Subregion in which the load balancer was created.
- Access
Logs []GetLoad Balancer Access Log - Information about access logs.
- Filters
[]Get
Load Balancer Filter - Health
Checks []GetLoad Balancer Health Check - Information about the health check configuration.
- Listeners
[]Get
Load Balancer Listener - The listeners for the load balancer.
- []Get
Load Balancer Tag - One or more tags associated with the load balancer.
- List<Get
Load Balancer Application Sticky Cookie Policy> - The stickiness policies defined for the load balancer.
- backend
Vm List<String>Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name String - The DNS name of the load balancer.
- id String
- load
Balancer StringName - The name of the load balancer.
- List<Get
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.
- request
Id String - 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 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.
- subnets List<String>
- The ID of the Subnet in which the load balancer was created.
- subregion
Names List<String> - The ID of the Subregion in which the load balancer was created.
- access
Logs List<GetLoad Balancer Access Log> - Information about access logs.
- filters
List<Get
Load Balancer Filter> - health
Checks List<GetLoad Balancer Health Check> - Information about the health check configuration.
- listeners
List<Get
Load Balancer Listener> - The listeners for the load balancer.
- List<Get
Load Balancer Tag> - One or more tags associated with the load balancer.
- Get
Load Balancer Application Sticky Cookie Policy[] - The stickiness policies defined for the load balancer.
- backend
Vm string[]Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name string - The DNS name of the load balancer.
- id string
- load
Balancer stringName - The name of the load balancer.
- Get
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.
- request
Id string - 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 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.
- subnets string[]
- The ID of the Subnet in which the load balancer was created.
- subregion
Names string[] - The ID of the Subregion in which the load balancer was created.
- access
Logs GetLoad Balancer Access Log[] - Information about access logs.
- filters
Get
Load Balancer Filter[] - health
Checks GetLoad Balancer Health Check[] - Information about the health check configuration.
- listeners
Get
Load Balancer Listener[] - The listeners for the load balancer.
- Get
Load Balancer Tag[] - One or more tags associated with the load balancer.
- Sequence[Get
Load Balancer Application Sticky Cookie Policy] - The stickiness policies defined for the load balancer.
- backend_
vm_ Sequence[str]ids - One or more IDs of backend VMs for the load balancer.
- dns_
name str - The DNS name of the load balancer.
- id str
- load_
balancer_ strname - The name of the load balancer.
- Sequence[Get
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.
- request_
id str - 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 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.
- subnets Sequence[str]
- The ID of the Subnet in which the load balancer was created.
- subregion_
names Sequence[str] - The ID of the Subregion in which the load balancer was created.
- access_
logs Sequence[GetLoad Balancer Access Log] - Information about access logs.
- filters
Sequence[Get
Load Balancer Filter] - health_
checks Sequence[GetLoad Balancer Health Check] - Information about the health check configuration.
- listeners
Sequence[Get
Load Balancer Listener] - The listeners for the load balancer.
- Sequence[Get
Load Balancer Tag] - One or more tags associated with the load balancer.
- List<Property Map>
- The stickiness policies defined for the load balancer.
- backend
Vm List<String>Ids - One or more IDs of backend VMs for the load balancer.
- dns
Name String - The DNS name of the load balancer.
- id String
- 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.
- request
Id String - 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.
- subnets List<String>
- The ID of the Subnet in which the load balancer was created.
- subregion
Names List<String> - The ID of the Subregion in which the load balancer was created.
- access
Logs List<Property Map> - Information about access logs.
- filters List<Property Map>
- health
Checks List<Property Map> - Information about the health check configuration.
- listeners List<Property Map>
- The listeners for the load balancer.
- List<Property Map>
- One or more tags associated with the load balancer.
Supporting Types
GetLoadBalancerAccessLog
- 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
).
GetLoadBalancerApplicationStickyCookiePolicy
- 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.
GetLoadBalancerFilter
GetLoadBalancerHealthCheck
- 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).
GetLoadBalancerListener
- 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).
GetLoadBalancerLoadBalancerStickyCookiePolicy
- 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.
GetLoadBalancerSourceSecurityGroup
- 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.
GetLoadBalancerTag
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.