linode.getFirewall
Explore with Pulumi AI
Provides details about a Linode Firewall.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Linode = Pulumi.Linode;
return await Deployment.RunAsync(() =>
{
var my_firewall = Linode.GetFirewall.Invoke(new()
{
Id = 123,
});
});
package main
import (
"github.com/pulumi/pulumi-linode/sdk/v4/go/linode"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := linode.LookupFirewall(ctx, &linode.LookupFirewallArgs{
Id: 123,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.linode.LinodeFunctions;
import com.pulumi.linode.inputs.GetFirewallArgs;
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 my-firewall = LinodeFunctions.getFirewall(GetFirewallArgs.builder()
.id(123)
.build());
}
}
import pulumi
import pulumi_linode as linode
my_firewall = linode.get_firewall(id=123)
import * as pulumi from "@pulumi/pulumi";
import * as linode from "@pulumi/linode";
const my-firewall = linode.getFirewall({
id: 123,
});
variables:
my-firewall:
fn::invoke:
Function: linode:getFirewall
Arguments:
id: 123
Using getFirewall
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 getFirewall(args: GetFirewallArgs, opts?: InvokeOptions): Promise<GetFirewallResult>
function getFirewallOutput(args: GetFirewallOutputArgs, opts?: InvokeOptions): Output<GetFirewallResult>
def get_firewall(id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetFirewallResult
def get_firewall_output(id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFirewallResult]
func LookupFirewall(ctx *Context, args *LookupFirewallArgs, opts ...InvokeOption) (*LookupFirewallResult, error)
func LookupFirewallOutput(ctx *Context, args *LookupFirewallOutputArgs, opts ...InvokeOption) LookupFirewallResultOutput
> Note: This function is named LookupFirewall
in the Go SDK.
public static class GetFirewall
{
public static Task<GetFirewallResult> InvokeAsync(GetFirewallArgs args, InvokeOptions? opts = null)
public static Output<GetFirewallResult> Invoke(GetFirewallInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFirewallResult> getFirewall(GetFirewallArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: linode:index/getFirewall:getFirewall
arguments:
# arguments dictionary
The following arguments are supported:
- Id int
The Firewall's ID.
- Id int
The Firewall's ID.
- id Integer
The Firewall's ID.
- id number
The Firewall's ID.
- id int
The Firewall's ID.
- id Number
The Firewall's ID.
getFirewall Result
The following output properties are available:
- Created string
When this firewall was created.
- Devices
List<Get
Firewall Device> - Disabled bool
If true, the firewall is inactive.
- Id int
The ID of the Firewall Device.
- Inbound
Policy string The default behavior for inbound traffic. (
ACCEPT
,DROP
)- Inbounds
List<Get
Firewall Inbound> - Label string
The label of the underlying entity this device references.
- Linodes List<int>
The IDs of Linodes to apply this firewall to.
- Outbound
Policy string The default behavior for outbound traffic. (
ACCEPT
,DROP
)- Outbounds
List<Get
Firewall Outbound> - Status string
The status of the firewall. (
enabled
,disabled
,deleted
)- List<string>
The tags applied to the firewall.
- Updated string
When this firewall was last updated.
- Created string
When this firewall was created.
- Devices
[]Get
Firewall Device Type - Disabled bool
If true, the firewall is inactive.
- Id int
The ID of the Firewall Device.
- Inbound
Policy string The default behavior for inbound traffic. (
ACCEPT
,DROP
)- Inbounds
[]Get
Firewall Inbound - Label string
The label of the underlying entity this device references.
- Linodes []int
The IDs of Linodes to apply this firewall to.
- Outbound
Policy string The default behavior for outbound traffic. (
ACCEPT
,DROP
)- Outbounds
[]Get
Firewall Outbound - Status string
The status of the firewall. (
enabled
,disabled
,deleted
)- []string
The tags applied to the firewall.
- Updated string
When this firewall was last updated.
- created String
When this firewall was created.
- devices
List<Get
Firewall Device> - disabled Boolean
If true, the firewall is inactive.
- id Integer
The ID of the Firewall Device.
- inbound
Policy String The default behavior for inbound traffic. (
ACCEPT
,DROP
)- inbounds
List<Get
Firewall Inbound> - label String
The label of the underlying entity this device references.
- linodes List<Integer>
The IDs of Linodes to apply this firewall to.
- outbound
Policy String The default behavior for outbound traffic. (
ACCEPT
,DROP
)- outbounds
List<Get
Firewall Outbound> - status String
The status of the firewall. (
enabled
,disabled
,deleted
)- List<String>
The tags applied to the firewall.
- updated String
When this firewall was last updated.
- created string
When this firewall was created.
- devices
Get
Firewall Device[] - disabled boolean
If true, the firewall is inactive.
- id number
The ID of the Firewall Device.
- inbound
Policy string The default behavior for inbound traffic. (
ACCEPT
,DROP
)- inbounds
Get
Firewall Inbound[] - label string
The label of the underlying entity this device references.
- linodes number[]
The IDs of Linodes to apply this firewall to.
- outbound
Policy string The default behavior for outbound traffic. (
ACCEPT
,DROP
)- outbounds
Get
Firewall Outbound[] - status string
The status of the firewall. (
enabled
,disabled
,deleted
)- string[]
The tags applied to the firewall.
- updated string
When this firewall was last updated.
- created str
When this firewall was created.
- devices
Sequence[Get
Firewall Device] - disabled bool
If true, the firewall is inactive.
- id int
The ID of the Firewall Device.
- inbound_
policy str The default behavior for inbound traffic. (
ACCEPT
,DROP
)- inbounds
Sequence[Get
Firewall Inbound] - label str
The label of the underlying entity this device references.
- linodes Sequence[int]
The IDs of Linodes to apply this firewall to.
- outbound_
policy str The default behavior for outbound traffic. (
ACCEPT
,DROP
)- outbounds
Sequence[Get
Firewall Outbound] - status str
The status of the firewall. (
enabled
,disabled
,deleted
)- Sequence[str]
The tags applied to the firewall.
- updated str
When this firewall was last updated.
- created String
When this firewall was created.
- devices List<Property Map>
- disabled Boolean
If true, the firewall is inactive.
- id Number
The ID of the Firewall Device.
- inbound
Policy String The default behavior for inbound traffic. (
ACCEPT
,DROP
)- inbounds List<Property Map>
- label String
The label of the underlying entity this device references.
- linodes List<Number>
The IDs of Linodes to apply this firewall to.
- outbound
Policy String The default behavior for outbound traffic. (
ACCEPT
,DROP
)- outbounds List<Property Map>
- status String
The status of the firewall. (
enabled
,disabled
,deleted
)- List<String>
The tags applied to the firewall.
- updated String
When this firewall was last updated.
Supporting Types
GetFirewallDevice
GetFirewallInbound
- Action string
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- Ipv4s List<string>
A list of IPv4 addresses or networks. Must be in IP/mask format.
- Ipv6s List<string>
A list of IPv6 addresses or networks. Must be in IP/mask format.
- Label string
The label of the underlying entity this device references.
- Ports string
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- Protocol string
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- Action string
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- Ipv4s []string
A list of IPv4 addresses or networks. Must be in IP/mask format.
- Ipv6s []string
A list of IPv6 addresses or networks. Must be in IP/mask format.
- Label string
The label of the underlying entity this device references.
- Ports string
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- Protocol string
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action String
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s List<String>
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s List<String>
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label String
The label of the underlying entity this device references.
- ports String
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol String
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action string
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s string[]
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s string[]
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label string
The label of the underlying entity this device references.
- ports string
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol string
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action str
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s Sequence[str]
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s Sequence[str]
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label str
The label of the underlying entity this device references.
- ports str
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol str
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action String
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s List<String>
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s List<String>
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label String
The label of the underlying entity this device references.
- ports String
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol String
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
GetFirewallOutbound
- Action string
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- Ipv4s List<string>
A list of IPv4 addresses or networks. Must be in IP/mask format.
- Ipv6s List<string>
A list of IPv6 addresses or networks. Must be in IP/mask format.
- Label string
The label of the underlying entity this device references.
- Ports string
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- Protocol string
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- Action string
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- Ipv4s []string
A list of IPv4 addresses or networks. Must be in IP/mask format.
- Ipv6s []string
A list of IPv6 addresses or networks. Must be in IP/mask format.
- Label string
The label of the underlying entity this device references.
- Ports string
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- Protocol string
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action String
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s List<String>
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s List<String>
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label String
The label of the underlying entity this device references.
- ports String
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol String
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action string
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s string[]
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s string[]
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label string
The label of the underlying entity this device references.
- ports string
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol string
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action str
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s Sequence[str]
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s Sequence[str]
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label str
The label of the underlying entity this device references.
- ports str
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol str
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
- action String
Controls whether traffic is accepted or dropped by this rule. Overrides the Firewall’s inbound_policy if this is an inbound rule, or the outbound_policy if this is an outbound rule.
- ipv4s List<String>
A list of IPv4 addresses or networks. Must be in IP/mask format.
- ipv6s List<String>
A list of IPv6 addresses or networks. Must be in IP/mask format.
- label String
The label of the underlying entity this device references.
- ports String
A string representation of ports and/or port ranges (i.e. "443" or "80-90, 91").
- protocol String
The network protocol this rule controls. (
TCP
,UDP
,ICMP
)
Package Details
- Repository
- Linode pulumi/pulumi-linode
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
linode
Terraform Provider.