Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Waf.getNetworkAddressLists
Explore with Pulumi AI
This data source provides the list of Network Address Lists in Oracle Cloud Infrastructure Waf service.
Gets a list of all NetworkAddressLists in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNetworkAddressLists = oci.Waf.getNetworkAddressLists({
    compartmentId: compartmentId,
    displayName: networkAddressListDisplayName,
    id: networkAddressListId,
    states: networkAddressListState,
});
import pulumi
import pulumi_oci as oci
test_network_address_lists = oci.Waf.get_network_address_lists(compartment_id=compartment_id,
    display_name=network_address_list_display_name,
    id=network_address_list_id,
    states=network_address_list_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/waf"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := waf.GetNetworkAddressLists(ctx, &waf.GetNetworkAddressListsArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(networkAddressListDisplayName),
			Id:            pulumi.StringRef(networkAddressListId),
			States:        networkAddressListState,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testNetworkAddressLists = Oci.Waf.GetNetworkAddressLists.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = networkAddressListDisplayName,
        Id = networkAddressListId,
        States = networkAddressListState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Waf.WafFunctions;
import com.pulumi.oci.Waf.inputs.GetNetworkAddressListsArgs;
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 testNetworkAddressLists = WafFunctions.getNetworkAddressLists(GetNetworkAddressListsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(networkAddressListDisplayName)
            .id(networkAddressListId)
            .states(networkAddressListState)
            .build());
    }
}
variables:
  testNetworkAddressLists:
    fn::invoke:
      function: oci:Waf:getNetworkAddressLists
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${networkAddressListDisplayName}
        id: ${networkAddressListId}
        states: ${networkAddressListState}
Using getNetworkAddressLists
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 getNetworkAddressLists(args: GetNetworkAddressListsArgs, opts?: InvokeOptions): Promise<GetNetworkAddressListsResult>
function getNetworkAddressListsOutput(args: GetNetworkAddressListsOutputArgs, opts?: InvokeOptions): Output<GetNetworkAddressListsResult>def get_network_address_lists(compartment_id: Optional[str] = None,
                              display_name: Optional[str] = None,
                              filters: Optional[Sequence[GetNetworkAddressListsFilter]] = None,
                              id: Optional[str] = None,
                              states: Optional[Sequence[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> GetNetworkAddressListsResult
def get_network_address_lists_output(compartment_id: Optional[pulumi.Input[str]] = None,
                              display_name: Optional[pulumi.Input[str]] = None,
                              filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkAddressListsFilterArgs]]]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetNetworkAddressListsResult]func GetNetworkAddressLists(ctx *Context, args *GetNetworkAddressListsArgs, opts ...InvokeOption) (*GetNetworkAddressListsResult, error)
func GetNetworkAddressListsOutput(ctx *Context, args *GetNetworkAddressListsOutputArgs, opts ...InvokeOption) GetNetworkAddressListsResultOutput> Note: This function is named GetNetworkAddressLists in the Go SDK.
public static class GetNetworkAddressLists 
{
    public static Task<GetNetworkAddressListsResult> InvokeAsync(GetNetworkAddressListsArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkAddressListsResult> Invoke(GetNetworkAddressListsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkAddressListsResult> getNetworkAddressLists(GetNetworkAddressListsArgs args, InvokeOptions options)
public static Output<GetNetworkAddressListsResult> getNetworkAddressLists(GetNetworkAddressListsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Waf/getNetworkAddressLists:getNetworkAddressLists
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
List<GetNetwork Address Lists Filter> 
- Id string
- A filter to return only the NetworkAddressList with the given OCID.
- States List<string>
- A filter to return only resources that match the given lifecycleState.
- CompartmentId string
- The OCID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
[]GetNetwork Address Lists Filter 
- Id string
- A filter to return only the NetworkAddressList with the given OCID.
- States []string
- A filter to return only resources that match the given lifecycleState.
- compartmentId String
- The OCID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters
List<GetNetwork Address Lists Filter> 
- id String
- A filter to return only the NetworkAddressList with the given OCID.
- states List<String>
- A filter to return only resources that match the given lifecycleState.
- compartmentId string
- The OCID of the compartment in which to list resources.
- displayName string
- A filter to return only resources that match the entire display name given.
- filters
GetNetwork Address Lists Filter[] 
- id string
- A filter to return only the NetworkAddressList with the given OCID.
- states string[]
- A filter to return only resources that match the given lifecycleState.
- compartment_id str
- The OCID of the compartment in which to list resources.
- display_name str
- A filter to return only resources that match the entire display name given.
- filters
Sequence[GetNetwork Address Lists Filter] 
- id str
- A filter to return only the NetworkAddressList with the given OCID.
- states Sequence[str]
- A filter to return only resources that match the given lifecycleState.
- compartmentId String
- The OCID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- A filter to return only the NetworkAddressList with the given OCID.
- states List<String>
- A filter to return only resources that match the given lifecycleState.
getNetworkAddressLists Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- NetworkAddress List<GetList Collections Network Address Lists Network Address List Collection> 
- The list of network_address_list_collection.
- DisplayName string
- NetworkAddressList display name, can be renamed.
- Filters
List<GetNetwork Address Lists Filter> 
- Id string
- The OCID of the NetworkAddressList.
- States List<string>
- The current state of the NetworkAddressList.
- CompartmentId string
- The OCID of the compartment.
- NetworkAddress []GetList Collections Network Address Lists Network Address List Collection 
- The list of network_address_list_collection.
- DisplayName string
- NetworkAddressList display name, can be renamed.
- Filters
[]GetNetwork Address Lists Filter 
- Id string
- The OCID of the NetworkAddressList.
- States []string
- The current state of the NetworkAddressList.
- compartmentId String
- The OCID of the compartment.
- networkAddress List<GetList Collections Network Address Lists Network Address List Collection> 
- The list of network_address_list_collection.
- displayName String
- NetworkAddressList display name, can be renamed.
- filters
List<GetNetwork Address Lists Filter> 
- id String
- The OCID of the NetworkAddressList.
- states List<String>
- The current state of the NetworkAddressList.
- compartmentId string
- The OCID of the compartment.
- networkAddress GetList Collections Network Address Lists Network Address List Collection[] 
- The list of network_address_list_collection.
- displayName string
- NetworkAddressList display name, can be renamed.
- filters
GetNetwork Address Lists Filter[] 
- id string
- The OCID of the NetworkAddressList.
- states string[]
- The current state of the NetworkAddressList.
- compartment_id str
- The OCID of the compartment.
- network_address_ Sequence[Getlist_ collections Network Address Lists Network Address List Collection] 
- The list of network_address_list_collection.
- display_name str
- NetworkAddressList display name, can be renamed.
- filters
Sequence[GetNetwork Address Lists Filter] 
- id str
- The OCID of the NetworkAddressList.
- states Sequence[str]
- The current state of the NetworkAddressList.
- compartmentId String
- The OCID of the compartment.
- networkAddress List<Property Map>List Collections 
- The list of network_address_list_collection.
- displayName String
- NetworkAddressList display name, can be renamed.
- filters List<Property Map>
- id String
- The OCID of the NetworkAddressList.
- states List<String>
- The current state of the NetworkAddressList.
Supporting Types
GetNetworkAddressListsFilter    
GetNetworkAddressListsNetworkAddressListCollection       
GetNetworkAddressListsNetworkAddressListCollectionItem        
- Addresses List<string>
- A private IP address or CIDR IP address range.
- CompartmentId string
- The OCID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- A filter to return only the NetworkAddressList with the given OCID.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- State string
- A filter to return only resources that match the given lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the NetworkAddressList was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.
- Type string
- Type of NetworkAddressList.
- VcnAddresses List<GetNetwork Address Lists Network Address List Collection Item Vcn Address> 
- A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
- Addresses []string
- A private IP address or CIDR IP address range.
- CompartmentId string
- The OCID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- A filter to return only the NetworkAddressList with the given OCID.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- State string
- A filter to return only resources that match the given lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the NetworkAddressList was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.
- Type string
- Type of NetworkAddressList.
- VcnAddresses []GetNetwork Address Lists Network Address List Collection Item Vcn Address 
- A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
- addresses List<String>
- A private IP address or CIDR IP address range.
- compartmentId String
- The OCID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire display name given.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- A filter to return only the NetworkAddressList with the given OCID.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- state String
- A filter to return only resources that match the given lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the NetworkAddressList was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.
- type String
- Type of NetworkAddressList.
- vcnAddresses List<GetNetwork Address Lists Network Address List Collection Item Vcn Address> 
- A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
- addresses string[]
- A private IP address or CIDR IP address range.
- compartmentId string
- The OCID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- A filter to return only the NetworkAddressList with the given OCID.
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- state string
- A filter to return only resources that match the given lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time the NetworkAddressList was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.
- type string
- Type of NetworkAddressList.
- vcnAddresses GetNetwork Address Lists Network Address List Collection Item Vcn Address[] 
- A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
- addresses Sequence[str]
- A private IP address or CIDR IP address range.
- compartment_id str
- The OCID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- A filter to return only the NetworkAddressList with the given OCID.
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- state str
- A filter to return only resources that match the given lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time the NetworkAddressList was created. An RFC3339 formatted datetime string.
- time_updated str
- The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.
- type str
- Type of NetworkAddressList.
- vcn_addresses Sequence[GetNetwork Address Lists Network Address List Collection Item Vcn Address] 
- A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
- addresses List<String>
- A private IP address or CIDR IP address range.
- compartmentId String
- The OCID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire display name given.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- A filter to return only the NetworkAddressList with the given OCID.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.
- state String
- A filter to return only resources that match the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the NetworkAddressList was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.
- type String
- Type of NetworkAddressList.
- vcnAddresses List<Property Map>
- A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
GetNetworkAddressListsNetworkAddressListCollectionItemVcnAddress          
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.