Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.NetworkFirewall.getNetworkFirewalls
Explore with Pulumi AI
This data source provides the list of Network Firewalls in Oracle Cloud Infrastructure Network Firewall service.
Returns a list of NetworkFirewalls.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNetworkFirewalls = oci.NetworkFirewall.getNetworkFirewalls({
compartmentId: compartmentId,
availabilityDomain: networkFirewallAvailabilityDomain,
displayName: networkFirewallDisplayName,
id: networkFirewallId,
networkFirewallPolicyId: testNetworkFirewallPolicy.id,
state: networkFirewallState,
});
import pulumi
import pulumi_oci as oci
test_network_firewalls = oci.NetworkFirewall.get_network_firewalls(compartment_id=compartment_id,
availability_domain=network_firewall_availability_domain,
display_name=network_firewall_display_name,
id=network_firewall_id,
network_firewall_policy_id=test_network_firewall_policy["id"],
state=network_firewall_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/NetworkFirewall"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := NetworkFirewall.GetNetworkFirewalls(ctx, &networkfirewall.GetNetworkFirewallsArgs{
CompartmentId: compartmentId,
AvailabilityDomain: pulumi.StringRef(networkFirewallAvailabilityDomain),
DisplayName: pulumi.StringRef(networkFirewallDisplayName),
Id: pulumi.StringRef(networkFirewallId),
NetworkFirewallPolicyId: pulumi.StringRef(testNetworkFirewallPolicy.Id),
State: pulumi.StringRef(networkFirewallState),
}, 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 testNetworkFirewalls = Oci.NetworkFirewall.GetNetworkFirewalls.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = networkFirewallAvailabilityDomain,
DisplayName = networkFirewallDisplayName,
Id = networkFirewallId,
NetworkFirewallPolicyId = testNetworkFirewallPolicy.Id,
State = networkFirewallState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.NetworkFirewall.NetworkFirewallFunctions;
import com.pulumi.oci.NetworkFirewall.inputs.GetNetworkFirewallsArgs;
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 testNetworkFirewalls = NetworkFirewallFunctions.getNetworkFirewalls(GetNetworkFirewallsArgs.builder()
.compartmentId(compartmentId)
.availabilityDomain(networkFirewallAvailabilityDomain)
.displayName(networkFirewallDisplayName)
.id(networkFirewallId)
.networkFirewallPolicyId(testNetworkFirewallPolicy.id())
.state(networkFirewallState)
.build());
}
}
variables:
testNetworkFirewalls:
fn::invoke:
Function: oci:NetworkFirewall:getNetworkFirewalls
Arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${networkFirewallAvailabilityDomain}
displayName: ${networkFirewallDisplayName}
id: ${networkFirewallId}
networkFirewallPolicyId: ${testNetworkFirewallPolicy.id}
state: ${networkFirewallState}
Using getNetworkFirewalls
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 getNetworkFirewalls(args: GetNetworkFirewallsArgs, opts?: InvokeOptions): Promise<GetNetworkFirewallsResult>
function getNetworkFirewallsOutput(args: GetNetworkFirewallsOutputArgs, opts?: InvokeOptions): Output<GetNetworkFirewallsResult>
def get_network_firewalls(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_networkfirewall.GetNetworkFirewallsFilter]] = None,
id: Optional[str] = None,
network_firewall_policy_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkFirewallsResult
def get_network_firewalls_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_networkfirewall.GetNetworkFirewallsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
network_firewall_policy_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFirewallsResult]
func GetNetworkFirewalls(ctx *Context, args *GetNetworkFirewallsArgs, opts ...InvokeOption) (*GetNetworkFirewallsResult, error)
func GetNetworkFirewallsOutput(ctx *Context, args *GetNetworkFirewallsOutputArgs, opts ...InvokeOption) GetNetworkFirewallsResultOutput
> Note: This function is named GetNetworkFirewalls
in the Go SDK.
public static class GetNetworkFirewalls
{
public static Task<GetNetworkFirewallsResult> InvokeAsync(GetNetworkFirewallsArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkFirewallsResult> Invoke(GetNetworkFirewallsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkFirewallsResult> getNetworkFirewalls(GetNetworkFirewallsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:NetworkFirewall/getNetworkFirewalls:getNetworkFirewalls
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Availability
Domain string - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Network Firewalls Filter> - Id string
- The OCID of the Network Firewall resource.
- Network
Firewall stringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- State string
- A filter to return only resources with a lifecycleState matching the given value.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Availability
Domain string - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Network Firewalls Filter - Id string
- The OCID of the Network Firewall resource.
- Network
Firewall stringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- State string
- A filter to return only resources with a lifecycleState matching the given value.
- compartment
Id String - The ID of the compartment in which to list resources.
- availability
Domain String - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Gets
Filter> - id String
- The OCID of the Network Firewall resource.
- network
Firewall StringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- state String
- A filter to return only resources with a lifecycleState matching the given value.
- compartment
Id string - The ID of the compartment in which to list resources.
- availability
Domain string - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Network Firewalls Filter[] - id string
- The OCID of the Network Firewall resource.
- network
Firewall stringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- state string
- A filter to return only resources with a lifecycleState matching the given value.
- compartment_
id str - The ID of the compartment in which to list resources.
- availability_
domain str - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[networkfirewall.
Get Network Firewalls Filter] - id str
- The OCID of the Network Firewall resource.
- network_
firewall_ strpolicy_ id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- state str
- A filter to return only resources with a lifecycleState matching the given value.
- compartment
Id String - The ID of the compartment in which to list resources.
- availability
Domain String - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- The OCID of the Network Firewall resource.
- network
Firewall StringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- state String
- A filter to return only resources with a lifecycleState matching the given value.
getNetworkFirewalls Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment containing the Network Firewall.
- Network
Firewall List<GetCollections Network Firewalls Network Firewall Collection> - The list of network_firewall_collection.
- Availability
Domain string - Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use the ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- Display
Name string - A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Network Firewalls Filter> - Id string
- The OCID of the Network Firewall resource.
- Network
Firewall stringPolicy Id - The OCID of the Network Firewall Policy.
- State string
- The current state of the Network Firewall.
- Compartment
Id string - The OCID of the compartment containing the Network Firewall.
- Network
Firewall []GetCollections Network Firewalls Network Firewall Collection - The list of network_firewall_collection.
- Availability
Domain string - Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use the ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- Display
Name string - A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Network Firewalls Filter - Id string
- The OCID of the Network Firewall resource.
- Network
Firewall stringPolicy Id - The OCID of the Network Firewall Policy.
- State string
- The current state of the Network Firewall.
- compartment
Id String - The OCID of the compartment containing the Network Firewall.
- network
Firewall List<GetsCollections Collection> - The list of network_firewall_collection.
- availability
Domain String - Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use the ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display
Name String - A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Gets
Filter> - id String
- The OCID of the Network Firewall resource.
- network
Firewall StringPolicy Id - The OCID of the Network Firewall Policy.
- state String
- The current state of the Network Firewall.
- compartment
Id string - The OCID of the compartment containing the Network Firewall.
- network
Firewall GetCollections Network Firewalls Network Firewall Collection[] - The list of network_firewall_collection.
- availability
Domain string - Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use the ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display
Name string - A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Network Firewalls Filter[] - id string
- The OCID of the Network Firewall resource.
- network
Firewall stringPolicy Id - The OCID of the Network Firewall Policy.
- state string
- The current state of the Network Firewall.
- compartment_
id str - The OCID of the compartment containing the Network Firewall.
- network_
firewall_ Sequence[networkfirewall.collections Get Network Firewalls Network Firewall Collection] - The list of network_firewall_collection.
- availability_
domain str - Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use the ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display_
name str - A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[networkfirewall.
Get Network Firewalls Filter] - id str
- The OCID of the Network Firewall resource.
- network_
firewall_ strpolicy_ id - The OCID of the Network Firewall Policy.
- state str
- The current state of the Network Firewall.
- compartment
Id String - The OCID of the compartment containing the Network Firewall.
- network
Firewall List<Property Map>Collections - The list of network_firewall_collection.
- availability
Domain String - Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use the ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- display
Name String - A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the Network Firewall resource.
- network
Firewall StringPolicy Id - The OCID of the Network Firewall Policy.
- state String
- The current state of the Network Firewall.
Supporting Types
GetNetworkFirewallsFilter
GetNetworkFirewallsNetworkFirewallCollection
GetNetworkFirewallsNetworkFirewallCollectionItem
- Availability
Domain string - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- Compartment
Id string - The ID 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the Network Firewall resource.
- Ipv4address string
- IPv4 address for the Network Firewall.
- Ipv6address string
- IPv6 address for the Network Firewall.
- Lifecycle
Details string - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'FAILED' state.
- Network
Firewall stringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- Network
Security List<string>Group Ids - An array of network security groups OCID associated with the Network Firewall.
- State string
- A filter to return only resources with a lifecycleState matching the given value.
- Subnet
Id string - The OCID of the subnet associated with the Network Firewall.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time at which the Network Firewall was created in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The time at which the Network Firewall was updated in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Availability
Domain string - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- Compartment
Id string - The ID 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the Network Firewall resource.
- Ipv4address string
- IPv4 address for the Network Firewall.
- Ipv6address string
- IPv6 address for the Network Firewall.
- Lifecycle
Details string - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'FAILED' state.
- Network
Firewall stringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- Network
Security []stringGroup Ids - An array of network security groups OCID associated with the Network Firewall.
- State string
- A filter to return only resources with a lifecycleState matching the given value.
- Subnet
Id string - The OCID of the subnet associated with the Network Firewall.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time at which the Network Firewall was created in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The time at which the Network Firewall was updated in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- availability
Domain String - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- compartment
Id String - The ID 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the Network Firewall resource.
- ipv4address String
- IPv4 address for the Network Firewall.
- ipv6address String
- IPv6 address for the Network Firewall.
- lifecycle
Details String - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'FAILED' state.
- network
Firewall StringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- network
Security List<String>Group Ids - An array of network security groups OCID associated with the Network Firewall.
- state String
- A filter to return only resources with a lifecycleState matching the given value.
- subnet
Id String - The OCID of the subnet associated with the Network Firewall.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time at which the Network Firewall was created in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The time at which the Network Firewall was updated in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- availability
Domain string - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- compartment
Id string - The ID 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the Network Firewall resource.
- ipv4address string
- IPv4 address for the Network Firewall.
- ipv6address string
- IPv6 address for the Network Firewall.
- lifecycle
Details string - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'FAILED' state.
- network
Firewall stringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- network
Security string[]Group Ids - An array of network security groups OCID associated with the Network Firewall.
- state string
- A filter to return only resources with a lifecycleState matching the given value.
- subnet
Id string - The OCID of the subnet associated with the Network Firewall.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time at which the Network Firewall was created in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The time at which the Network Firewall was updated in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- availability_
domain str - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- compartment_
id str - The ID 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. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the Network Firewall resource.
- ipv4address str
- IPv4 address for the Network Firewall.
- ipv6address str
- IPv6 address for the Network Firewall.
- lifecycle_
details str - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'FAILED' state.
- network_
firewall_ strpolicy_ id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- network_
security_ Sequence[str]group_ ids - An array of network security groups OCID associated with the Network Firewall.
- state str
- A filter to return only resources with a lifecycleState matching the given value.
- subnet_
id str - The OCID of the subnet associated with the Network Firewall.
- 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 at which the Network Firewall was created in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str - The time at which the Network Firewall was updated in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- availability
Domain String - A filter to return only resources that are present within the specified availability domain. To get a list of availability domains for a tenancy, use ListAvailabilityDomains operation. Example:
kIdk:PHX-AD-1
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the Network Firewall resource.
- ipv4address String
- IPv4 address for the Network Firewall.
- ipv6address String
- IPv6 address for the Network Firewall.
- lifecycle
Details String - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'FAILED' state.
- network
Firewall StringPolicy Id - A filter to return only resources that match the entire networkFirewallPolicyId given.
- network
Security List<String>Group Ids - An array of network security groups OCID associated with the Network Firewall.
- state String
- A filter to return only resources with a lifecycleState matching the given value.
- subnet
Id String - The OCID of the subnet associated with the Network Firewall.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time at which the Network Firewall was created in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The time at which the Network Firewall was updated in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.