stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
Network area datasource schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_network_area" "example" {
organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_area_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getNetworkArea
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 getNetworkArea(args: GetNetworkAreaArgs, opts?: InvokeOptions): Promise<GetNetworkAreaResult>
function getNetworkAreaOutput(args: GetNetworkAreaOutputArgs, opts?: InvokeOptions): Output<GetNetworkAreaResult>def get_network_area(network_area_id: Optional[str] = None,
organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkAreaResult
def get_network_area_output(network_area_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkAreaResult]func LookupNetworkArea(ctx *Context, args *LookupNetworkAreaArgs, opts ...InvokeOption) (*LookupNetworkAreaResult, error)
func LookupNetworkAreaOutput(ctx *Context, args *LookupNetworkAreaOutputArgs, opts ...InvokeOption) LookupNetworkAreaResultOutput> Note: This function is named LookupNetworkArea in the Go SDK.
public static class GetNetworkArea
{
public static Task<GetNetworkAreaResult> InvokeAsync(GetNetworkAreaArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkAreaResult> Invoke(GetNetworkAreaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkAreaResult> getNetworkArea(GetNetworkAreaArgs args, InvokeOptions options)
public static Output<GetNetworkAreaResult> getNetworkArea(GetNetworkAreaArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getNetworkArea:getNetworkArea
arguments:
# arguments dictionaryThe following arguments are supported:
- Network
Area stringId - The network area ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Network
Area stringId - The network area ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- network
Area StringId - The network area ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- network
Area stringId - The network area ID.
- organization
Id string - STACKIT organization ID to which the network area is associated.
- network_
area_ strid - The network area ID.
- organization_
id str - STACKIT organization ID to which the network area is associated.
- network
Area StringId - The network area ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
getNetworkArea Result
The following output properties are available:
- Default
Nameservers List<string> - List of DNS Servers/Nameservers.
- Default
Prefix intLength - The default prefix length for networks in the network area.
- Id string
- Labels Dictionary<string, string>
- Labels are key-value string pairs which can be attached to a resource container
- Max
Prefix intLength - The maximal prefix length for networks in the network area.
- Min
Prefix intLength - The minimal prefix length for networks in the network area.
- Name string
- The name of the network area.
- Network
Area stringId - The network area ID.
- Network
Ranges List<GetNetwork Area Network Range> - List of Network ranges.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Project
Count int - The amount of projects currently referencing this area.
- Transfer
Network string - Classless Inter-Domain Routing (CIDR).
- Default
Nameservers []string - List of DNS Servers/Nameservers.
- Default
Prefix intLength - The default prefix length for networks in the network area.
- Id string
- Labels map[string]string
- Labels are key-value string pairs which can be attached to a resource container
- Max
Prefix intLength - The maximal prefix length for networks in the network area.
- Min
Prefix intLength - The minimal prefix length for networks in the network area.
- Name string
- The name of the network area.
- Network
Area stringId - The network area ID.
- Network
Ranges []GetNetwork Area Network Range - List of Network ranges.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Project
Count int - The amount of projects currently referencing this area.
- Transfer
Network string - Classless Inter-Domain Routing (CIDR).
- default
Nameservers List<String> - List of DNS Servers/Nameservers.
- default
Prefix IntegerLength - The default prefix length for networks in the network area.
- id String
- labels Map<String,String>
- Labels are key-value string pairs which can be attached to a resource container
- max
Prefix IntegerLength - The maximal prefix length for networks in the network area.
- min
Prefix IntegerLength - The minimal prefix length for networks in the network area.
- name String
- The name of the network area.
- network
Area StringId - The network area ID.
- network
Ranges List<GetNetwork Area Network Range> - List of Network ranges.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- project
Count Integer - The amount of projects currently referencing this area.
- transfer
Network String - Classless Inter-Domain Routing (CIDR).
- default
Nameservers string[] - List of DNS Servers/Nameservers.
- default
Prefix numberLength - The default prefix length for networks in the network area.
- id string
- labels {[key: string]: string}
- Labels are key-value string pairs which can be attached to a resource container
- max
Prefix numberLength - The maximal prefix length for networks in the network area.
- min
Prefix numberLength - The minimal prefix length for networks in the network area.
- name string
- The name of the network area.
- network
Area stringId - The network area ID.
- network
Ranges GetNetwork Area Network Range[] - List of Network ranges.
- organization
Id string - STACKIT organization ID to which the network area is associated.
- project
Count number - The amount of projects currently referencing this area.
- transfer
Network string - Classless Inter-Domain Routing (CIDR).
- default_
nameservers Sequence[str] - List of DNS Servers/Nameservers.
- default_
prefix_ intlength - The default prefix length for networks in the network area.
- id str
- labels Mapping[str, str]
- Labels are key-value string pairs which can be attached to a resource container
- max_
prefix_ intlength - The maximal prefix length for networks in the network area.
- min_
prefix_ intlength - The minimal prefix length for networks in the network area.
- name str
- The name of the network area.
- network_
area_ strid - The network area ID.
- network_
ranges Sequence[GetNetwork Area Network Range] - List of Network ranges.
- organization_
id str - STACKIT organization ID to which the network area is associated.
- project_
count int - The amount of projects currently referencing this area.
- transfer_
network str - Classless Inter-Domain Routing (CIDR).
- default
Nameservers List<String> - List of DNS Servers/Nameservers.
- default
Prefix NumberLength - The default prefix length for networks in the network area.
- id String
- labels Map<String>
- Labels are key-value string pairs which can be attached to a resource container
- max
Prefix NumberLength - The maximal prefix length for networks in the network area.
- min
Prefix NumberLength - The minimal prefix length for networks in the network area.
- name String
- The name of the network area.
- network
Area StringId - The network area ID.
- network
Ranges List<Property Map> - List of Network ranges.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- project
Count Number - The amount of projects currently referencing this area.
- transfer
Network String - Classless Inter-Domain Routing (CIDR).
Supporting Types
GetNetworkAreaNetworkRange
- Network
Range stringId - Prefix string
- Network
Range stringId - Prefix string
- network
Range StringId - prefix String
- network
Range stringId - prefix string
- network_
range_ strid - prefix str
- network
Range StringId - prefix String
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
