Using getFirewallSettings
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 getFirewallSettings(opts?: InvokeOptions): Promise<GetFirewallSettingsResult>
function getFirewallSettingsOutput(opts?: InvokeOptions): Output<GetFirewallSettingsResult>def get_firewall_settings(opts: Optional[InvokeOptions] = None) -> GetFirewallSettingsResult
def get_firewall_settings_output(opts: Optional[InvokeOptions] = None) -> Output[GetFirewallSettingsResult]func LookupFirewallSettings(ctx *Context, opts ...InvokeOption) (*LookupFirewallSettingsResult, error)
func LookupFirewallSettingsOutput(ctx *Context, opts ...InvokeOption) LookupFirewallSettingsResultOutput> Note: This function is named LookupFirewallSettings in the Go SDK.
public static class GetFirewallSettings
{
public static Task<GetFirewallSettingsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetFirewallSettingsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetFirewallSettingsResult> getFirewallSettings(InvokeOptions options)
public static Output<GetFirewallSettingsResult> getFirewallSettings(InvokeOptions options)
fn::invoke:
function: linode:index/getFirewallSettings:getFirewallSettings
arguments:
# arguments dictionarygetFirewallSettings Result
The following output properties are available:
- Default
Firewall GetIds Firewall Settings Default Firewall Ids - Id string
- The provider-assigned unique ID for this managed resource.
- Default
Firewall GetIds Firewall Settings Default Firewall Ids - Id string
- The provider-assigned unique ID for this managed resource.
- default
Firewall GetIds Firewall Settings Default Firewall Ids - id String
- The provider-assigned unique ID for this managed resource.
- default
Firewall GetIds Firewall Settings Default Firewall Ids - id string
- The provider-assigned unique ID for this managed resource.
- default_
firewall_ Getids Firewall Settings Default Firewall Ids - id str
- The provider-assigned unique ID for this managed resource.
- default
Firewall Property MapIds - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetFirewallSettingsDefaultFirewallIds
- Linode int
- Nodebalancer int
- Public
Interface int - Vpc
Interface int
- Linode int
- Nodebalancer int
- Public
Interface int - Vpc
Interface int
- linode Integer
- nodebalancer Integer
- public
Interface Integer - vpc
Interface Integer
- linode number
- nodebalancer number
- public
Interface number - vpc
Interface number
- linode int
- nodebalancer int
- public_
interface int - vpc_
interface int
- linode Number
- nodebalancer Number
- public
Interface Number - vpc
Interface Number
Package Details
- Repository
- Linode pulumi/pulumi-linode
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
linodeTerraform Provider.
