outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getSubnets
Explore with Pulumi AI
Provides information about Subnets.
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 subnets01 = outscale.getSubnets({
filters: [
{
name: "states",
values: ["available"],
},
{
name: "subregion_names",
values: [
"eu-west-2a",
"eu-west-2b",
],
},
],
});
import pulumi
import pulumi_outscale as outscale
subnets01 = outscale.get_subnets(filters=[
{
"name": "states",
"values": ["available"],
},
{
"name": "subregion_names",
"values": [
"eu-west-2a",
"eu-west-2b",
],
},
])
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.GetSubnets(ctx, &outscale.GetSubnetsArgs{
Filters: []outscale.GetSubnetsFilter{
{
Name: "states",
Values: []string{
"available",
},
},
{
Name: "subregion_names",
Values: []string{
"eu-west-2a",
"eu-west-2b",
},
},
},
}, 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 subnets01 = Outscale.GetSubnets.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetSubnetsFilterInputArgs
{
Name = "states",
Values = new[]
{
"available",
},
},
new Outscale.Inputs.GetSubnetsFilterInputArgs
{
Name = "subregion_names",
Values = new[]
{
"eu-west-2a",
"eu-west-2b",
},
},
},
});
});
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.GetSubnetsArgs;
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 subnets01 = OutscaleFunctions.getSubnets(GetSubnetsArgs.builder()
.filters(
GetSubnetsFilterArgs.builder()
.name("states")
.values("available")
.build(),
GetSubnetsFilterArgs.builder()
.name("subregion_names")
.values(
"eu-west-2a",
"eu-west-2b")
.build())
.build());
}
}
variables:
subnets01:
fn::invoke:
function: outscale:getSubnets
arguments:
filters:
- name: states
values:
- available
- name: subregion_names
values:
- eu-west-2a
- eu-west-2b
Using getSubnets
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 getSubnets(args: GetSubnetsArgs, opts?: InvokeOptions): Promise<GetSubnetsResult>
function getSubnetsOutput(args: GetSubnetsOutputArgs, opts?: InvokeOptions): Output<GetSubnetsResult>
def get_subnets(filters: Optional[Sequence[GetSubnetsFilter]] = None,
id: Optional[str] = None,
subnet_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetSubnetsResult
def get_subnets_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSubnetsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubnetsResult]
func GetSubnets(ctx *Context, args *GetSubnetsArgs, opts ...InvokeOption) (*GetSubnetsResult, error)
func GetSubnetsOutput(ctx *Context, args *GetSubnetsOutputArgs, opts ...InvokeOption) GetSubnetsResultOutput
> Note: This function is named GetSubnets
in the Go SDK.
public static class GetSubnets
{
public static Task<GetSubnetsResult> InvokeAsync(GetSubnetsArgs args, InvokeOptions? opts = null)
public static Output<GetSubnetsResult> Invoke(GetSubnetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubnetsResult> getSubnets(GetSubnetsArgs args, InvokeOptions options)
public static Output<GetSubnetsResult> getSubnets(GetSubnetsArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getSubnets:getSubnets
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Subnets 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
- Subnet
Ids List<string>
- Filters
[]Get
Subnets 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
- Subnet
Ids []string
- filters
List<Get
Subnets 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
- subnet
Ids List<String>
- filters
Get
Subnets 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
- subnet
Ids string[]
- filters
Sequence[Get
Subnets 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
- subnet_
ids Sequence[str]
- 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
- subnet
Ids List<String>
getSubnets Result
The following output properties are available:
- Id string
- Request
Id string - Subnets
List<Get
Subnets Subnet> - Information about one or more Subnets.
- Filters
List<Get
Subnets Filter> - Subnet
Ids List<string>
- Id string
- Request
Id string - Subnets
[]Get
Subnets Subnet - Information about one or more Subnets.
- Filters
[]Get
Subnets Filter - Subnet
Ids []string
- id String
- request
Id String - subnets
List<Get
Subnets Subnet> - Information about one or more Subnets.
- filters
List<Get
Subnets Filter> - subnet
Ids List<String>
- id string
- request
Id string - subnets
Get
Subnets Subnet[] - Information about one or more Subnets.
- filters
Get
Subnets Filter[] - subnet
Ids string[]
- id str
- request_
id str - subnets
Sequence[Get
Subnets Subnet] - Information about one or more Subnets.
- filters
Sequence[Get
Subnets Filter] - subnet_
ids Sequence[str]
- id String
- request
Id String - subnets List<Property Map>
- Information about one or more Subnets.
- filters List<Property Map>
- subnet
Ids List<String>
Supporting Types
GetSubnetsFilter
GetSubnetsSubnet
- Available
Ips doubleCount - The number of available IPs in the Subnets.
- Ip
Range string - The IP range in the Subnet, in CIDR notation (for example,
10.0.0.0/16
). - Map
Public boolIp On Launch - If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
- Net
Id string - The ID of the Net in which the Subnet is.
- State string
- The state of the Subnet (
pending
|available
|deleted
). - Subnet
Id string - The ID of the Subnet.
- Subregion
Name string - The name of the Subregion in which the Subnet is located.
- List<Get
Subnets Subnet Tag> - One or more tags associated with the Subnet.
- Available
Ips float64Count - The number of available IPs in the Subnets.
- Ip
Range string - The IP range in the Subnet, in CIDR notation (for example,
10.0.0.0/16
). - Map
Public boolIp On Launch - If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
- Net
Id string - The ID of the Net in which the Subnet is.
- State string
- The state of the Subnet (
pending
|available
|deleted
). - Subnet
Id string - The ID of the Subnet.
- Subregion
Name string - The name of the Subregion in which the Subnet is located.
- []Get
Subnets Subnet Tag - One or more tags associated with the Subnet.
- available
Ips DoubleCount - The number of available IPs in the Subnets.
- ip
Range String - The IP range in the Subnet, in CIDR notation (for example,
10.0.0.0/16
). - map
Public BooleanIp On Launch - If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
- net
Id String - The ID of the Net in which the Subnet is.
- state String
- The state of the Subnet (
pending
|available
|deleted
). - subnet
Id String - The ID of the Subnet.
- subregion
Name String - The name of the Subregion in which the Subnet is located.
- List<Get
Subnets Subnet Tag> - One or more tags associated with the Subnet.
- available
Ips numberCount - The number of available IPs in the Subnets.
- ip
Range string - The IP range in the Subnet, in CIDR notation (for example,
10.0.0.0/16
). - map
Public booleanIp On Launch - If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
- net
Id string - The ID of the Net in which the Subnet is.
- state string
- The state of the Subnet (
pending
|available
|deleted
). - subnet
Id string - The ID of the Subnet.
- subregion
Name string - The name of the Subregion in which the Subnet is located.
- Get
Subnets Subnet Tag[] - One or more tags associated with the Subnet.
- available_
ips_ floatcount - The number of available IPs in the Subnets.
- ip_
range str - The IP range in the Subnet, in CIDR notation (for example,
10.0.0.0/16
). - map_
public_ boolip_ on_ launch - If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
- net_
id str - The ID of the Net in which the Subnet is.
- state str
- The state of the Subnet (
pending
|available
|deleted
). - subnet_
id str - The ID of the Subnet.
- subregion_
name str - The name of the Subregion in which the Subnet is located.
- Sequence[Get
Subnets Subnet Tag] - One or more tags associated with the Subnet.
- available
Ips NumberCount - The number of available IPs in the Subnets.
- ip
Range String - The IP range in the Subnet, in CIDR notation (for example,
10.0.0.0/16
). - map
Public BooleanIp On Launch - If true, a public IP is assigned to the network interface cards (NICs) created in the specified Subnet.
- net
Id String - The ID of the Net in which the Subnet is.
- state String
- The state of the Subnet (
pending
|available
|deleted
). - subnet
Id String - The ID of the Subnet.
- subregion
Name String - The name of the Subregion in which the Subnet is located.
- List<Property Map>
- One or more tags associated with the Subnet.
GetSubnetsSubnetTag
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.