outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getClientGateways
Explore with Pulumi AI
Provides information about client gateways.
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 clientGateways01 = outscale.getClientGateways({
filters: [
{
name: "bgp_asns",
values: ["65000"],
},
{
name: "public_ips",
values: [
"111.11.111.1",
"222.22.222.2",
],
},
],
});
import pulumi
import pulumi_outscale as outscale
client_gateways01 = outscale.get_client_gateways(filters=[
{
"name": "bgp_asns",
"values": ["65000"],
},
{
"name": "public_ips",
"values": [
"111.11.111.1",
"222.22.222.2",
],
},
])
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.GetClientGateways(ctx, &outscale.GetClientGatewaysArgs{
Filters: []outscale.GetClientGatewaysFilter{
{
Name: "bgp_asns",
Values: []string{
"65000",
},
},
{
Name: "public_ips",
Values: []string{
"111.11.111.1",
"222.22.222.2",
},
},
},
}, 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 clientGateways01 = Outscale.GetClientGateways.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetClientGatewaysFilterInputArgs
{
Name = "bgp_asns",
Values = new[]
{
"65000",
},
},
new Outscale.Inputs.GetClientGatewaysFilterInputArgs
{
Name = "public_ips",
Values = new[]
{
"111.11.111.1",
"222.22.222.2",
},
},
},
});
});
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.GetClientGatewaysArgs;
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 clientGateways01 = OutscaleFunctions.getClientGateways(GetClientGatewaysArgs.builder()
.filters(
GetClientGatewaysFilterArgs.builder()
.name("bgp_asns")
.values("65000")
.build(),
GetClientGatewaysFilterArgs.builder()
.name("public_ips")
.values(
"111.11.111.1",
"222.22.222.2")
.build())
.build());
}
}
variables:
clientGateways01:
fn::invoke:
function: outscale:getClientGateways
arguments:
filters:
- name: bgp_asns
values:
- '65000'
- name: public_ips
values:
- 111.11.111.1
- 222.22.222.2
Using getClientGateways
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 getClientGateways(args: GetClientGatewaysArgs, opts?: InvokeOptions): Promise<GetClientGatewaysResult>
function getClientGatewaysOutput(args: GetClientGatewaysOutputArgs, opts?: InvokeOptions): Output<GetClientGatewaysResult>
def get_client_gateways(client_gateway_ids: Optional[Sequence[str]] = None,
filters: Optional[Sequence[GetClientGatewaysFilter]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClientGatewaysResult
def get_client_gateways_output(client_gateway_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetClientGatewaysFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClientGatewaysResult]
func GetClientGateways(ctx *Context, args *GetClientGatewaysArgs, opts ...InvokeOption) (*GetClientGatewaysResult, error)
func GetClientGatewaysOutput(ctx *Context, args *GetClientGatewaysOutputArgs, opts ...InvokeOption) GetClientGatewaysResultOutput
> Note: This function is named GetClientGateways
in the Go SDK.
public static class GetClientGateways
{
public static Task<GetClientGatewaysResult> InvokeAsync(GetClientGatewaysArgs args, InvokeOptions? opts = null)
public static Output<GetClientGatewaysResult> Invoke(GetClientGatewaysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClientGatewaysResult> getClientGateways(GetClientGatewaysArgs args, InvokeOptions options)
public static Output<GetClientGatewaysResult> getClientGateways(GetClientGatewaysArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getClientGateways:getClientGateways
arguments:
# arguments dictionary
The following arguments are supported:
- Client
Gateway List<string>Ids - Filters
List<Get
Client Gateways 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
- Client
Gateway []stringIds - Filters
[]Get
Client Gateways 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
- client
Gateway List<String>Ids - filters
List<Get
Client Gateways 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
- client
Gateway string[]Ids - filters
Get
Client Gateways 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
- client_
gateway_ Sequence[str]ids - filters
Sequence[Get
Client Gateways 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
- client
Gateway List<String>Ids - 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
getClientGateways Result
The following output properties are available:
- Client
Gateways List<GetClient Gateways Client Gateway> - Information about one or more client gateways.
- Id string
- Request
Id string - Client
Gateway List<string>Ids - Filters
List<Get
Client Gateways Filter>
- Client
Gateways []GetClient Gateways Client Gateway - Information about one or more client gateways.
- Id string
- Request
Id string - Client
Gateway []stringIds - Filters
[]Get
Client Gateways Filter
- client
Gateways List<GetClient Gateways Client Gateway> - Information about one or more client gateways.
- id String
- request
Id String - client
Gateway List<String>Ids - filters
List<Get
Client Gateways Filter>
- client
Gateways GetClient Gateways Client Gateway[] - Information about one or more client gateways.
- id string
- request
Id string - client
Gateway string[]Ids - filters
Get
Client Gateways Filter[]
- client_
gateways Sequence[GetClient Gateways Client Gateway] - Information about one or more client gateways.
- id str
- request_
id str - client_
gateway_ Sequence[str]ids - filters
Sequence[Get
Client Gateways Filter]
- client
Gateways List<Property Map> - Information about one or more client gateways.
- id String
- request
Id String - client
Gateway List<String>Ids - filters List<Property Map>
Supporting Types
GetClientGatewaysClientGateway
- Bgp
Asn double - The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet.
- Client
Gateway stringId - The ID of the client gateway.
- Connection
Type string - The type of communication tunnel used by the client gateway (always
ipsec.1
). - Public
Ip string - The public IPv4 address of the client gateway (must be a fixed address into a NATed network).
- State string
- The state of the client gateway (
pending
|available
|deleting
|deleted
). - List<Get
Client Gateways Client Gateway Tag> - One or more tags associated with the client gateway.
- Bgp
Asn float64 - The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet.
- Client
Gateway stringId - The ID of the client gateway.
- Connection
Type string - The type of communication tunnel used by the client gateway (always
ipsec.1
). - Public
Ip string - The public IPv4 address of the client gateway (must be a fixed address into a NATed network).
- State string
- The state of the client gateway (
pending
|available
|deleting
|deleted
). - []Get
Client Gateways Client Gateway Tag - One or more tags associated with the client gateway.
- bgp
Asn Double - The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet.
- client
Gateway StringId - The ID of the client gateway.
- connection
Type String - The type of communication tunnel used by the client gateway (always
ipsec.1
). - public
Ip String - The public IPv4 address of the client gateway (must be a fixed address into a NATed network).
- state String
- The state of the client gateway (
pending
|available
|deleting
|deleted
). - List<Get
Client Gateways Client Gateway Tag> - One or more tags associated with the client gateway.
- bgp
Asn number - The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet.
- client
Gateway stringId - The ID of the client gateway.
- connection
Type string - The type of communication tunnel used by the client gateway (always
ipsec.1
). - public
Ip string - The public IPv4 address of the client gateway (must be a fixed address into a NATed network).
- state string
- The state of the client gateway (
pending
|available
|deleting
|deleted
). - Get
Client Gateways Client Gateway Tag[] - One or more tags associated with the client gateway.
- bgp_
asn float - The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet.
- client_
gateway_ strid - The ID of the client gateway.
- connection_
type str - The type of communication tunnel used by the client gateway (always
ipsec.1
). - public_
ip str - The public IPv4 address of the client gateway (must be a fixed address into a NATed network).
- state str
- The state of the client gateway (
pending
|available
|deleting
|deleted
). - Sequence[Get
Client Gateways Client Gateway Tag] - One or more tags associated with the client gateway.
- bgp
Asn Number - The Autonomous System Number (ASN) used by the Border Gateway Protocol (BGP) to find the path to your client gateway through the Internet.
- client
Gateway StringId - The ID of the client gateway.
- connection
Type String - The type of communication tunnel used by the client gateway (always
ipsec.1
). - public
Ip String - The public IPv4 address of the client gateway (must be a fixed address into a NATed network).
- state String
- The state of the client gateway (
pending
|available
|deleting
|deleted
). - List<Property Map>
- One or more tags associated with the client gateway.
GetClientGatewaysClientGatewayTag
GetClientGatewaysFilter
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.