Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Network area region data source schema.
Example Usage
data "stackit_network_area_region" "example" {
organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_area_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getNetworkAreaRegion
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 getNetworkAreaRegion(args: GetNetworkAreaRegionArgs, opts?: InvokeOptions): Promise<GetNetworkAreaRegionResult>
function getNetworkAreaRegionOutput(args: GetNetworkAreaRegionOutputArgs, opts?: InvokeOptions): Output<GetNetworkAreaRegionResult>def get_network_area_region(network_area_id: Optional[str] = None,
organization_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkAreaRegionResult
def get_network_area_region_output(network_area_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkAreaRegionResult]func LookupNetworkAreaRegion(ctx *Context, args *LookupNetworkAreaRegionArgs, opts ...InvokeOption) (*LookupNetworkAreaRegionResult, error)
func LookupNetworkAreaRegionOutput(ctx *Context, args *LookupNetworkAreaRegionOutputArgs, opts ...InvokeOption) LookupNetworkAreaRegionResultOutput> Note: This function is named LookupNetworkAreaRegion in the Go SDK.
public static class GetNetworkAreaRegion
{
public static Task<GetNetworkAreaRegionResult> InvokeAsync(GetNetworkAreaRegionArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkAreaRegionResult> Invoke(GetNetworkAreaRegionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkAreaRegionResult> getNetworkAreaRegion(GetNetworkAreaRegionArgs args, InvokeOptions options)
public static Output<GetNetworkAreaRegionResult> getNetworkAreaRegion(GetNetworkAreaRegionArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getNetworkAreaRegion:getNetworkAreaRegion
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.
- Region string
- The resource region. If not defined, the provider region is used.
- Network
Area stringId - The network area ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- network
Area StringId - The network area ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
- network
Area stringId - The network area ID.
- organization
Id string - STACKIT organization ID to which the network area is associated.
- region string
- The resource region. If not defined, the provider region is used.
- network_
area_ strid - The network area ID.
- organization_
id str - STACKIT organization ID to which the network area is associated.
- region str
- The resource region. If not defined, the provider region is used.
- network
Area StringId - The network area ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
getNetworkAreaRegion Result
The following output properties are available:
- Id string
- Ipv4
Get
Network Area Region Ipv4 - The regional IPv4 config of a network area.
- Network
Area stringId - The network area ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Id string
- Ipv4
Get
Network Area Region Ipv4 - The regional IPv4 config of a network area.
- Network
Area stringId - The network area ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- id String
- ipv4
Get
Network Area Region Ipv4 - The regional IPv4 config of a network area.
- network
Area StringId - The network area ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
- id string
- ipv4
Get
Network Area Region Ipv4 - The regional IPv4 config of a network area.
- network
Area stringId - The network area ID.
- organization
Id string - STACKIT organization ID to which the network area is associated.
- region string
- The resource region. If not defined, the provider region is used.
- id str
- ipv4
Get
Network Area Region Ipv4 - The regional IPv4 config of a network area.
- network_
area_ strid - The network area ID.
- organization_
id str - STACKIT organization ID to which the network area is associated.
- region str
- The resource region. If not defined, the provider region is used.
- id String
- ipv4 Property Map
- The regional IPv4 config of a network area.
- network
Area StringId - The network area ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
Supporting Types
GetNetworkAreaRegionIpv4
- Default
Nameservers List<string> - List of DNS Servers/Nameservers.
- Default
Prefix intLength - The default prefix length for networks in the network area.
- 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.
- Network
Ranges List<GetNetwork Area Region Ipv4Network Range> - List of Network ranges.
- Transfer
Network string - IPv4 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.
- 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.
- Network
Ranges []GetNetwork Area Region Ipv4Network Range - List of Network ranges.
- Transfer
Network string - IPv4 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.
- 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.
- network
Ranges List<GetNetwork Area Region Ipv4Network Range> - List of Network ranges.
- transfer
Network String - IPv4 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.
- 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.
- network
Ranges GetNetwork Area Region Ipv4Network Range[] - List of Network ranges.
- transfer
Network string - IPv4 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.
- 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.
- network_
ranges Sequence[GetNetwork Area Region Ipv4Network Range] - List of Network ranges.
- transfer_
network str - IPv4 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.
- 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.
- network
Ranges List<Property Map> - List of Network ranges.
- transfer
Network String - IPv4 Classless Inter-Domain Routing (CIDR).
GetNetworkAreaRegionIpv4NetworkRange
- Network
Range stringId - Prefix string
- Classless Inter-Domain Routing (CIDR).
- Network
Range stringId - Prefix string
- Classless Inter-Domain Routing (CIDR).
- network
Range StringId - prefix String
- Classless Inter-Domain Routing (CIDR).
- network
Range stringId - prefix string
- Classless Inter-Domain Routing (CIDR).
- network_
range_ strid - prefix str
- Classless Inter-Domain Routing (CIDR).
- network
Range StringId - prefix String
- Classless Inter-Domain Routing (CIDR).
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
