routeros.IpFirewallLayer7Protocol
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const test = new routeros.IpFirewallLayer7Protocol("test", {regexp: "rdpdr.*cliprdr.*rdpsnd"});
import pulumi
import pulumi_routeros as routeros
test = routeros.IpFirewallLayer7Protocol("test", regexp="rdpdr.*cliprdr.*rdpsnd")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/routeros/routeros"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := routeros.NewIpFirewallLayer7Protocol(ctx, "test", &routeros.IpFirewallLayer7ProtocolArgs{
Regexp: pulumi.String("rdpdr.*cliprdr.*rdpsnd"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Routeros = Pulumi.Routeros;
return await Deployment.RunAsync(() =>
{
var test = new Routeros.IpFirewallLayer7Protocol("test", new()
{
Regexp = "rdpdr.*cliprdr.*rdpsnd",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.IpFirewallLayer7Protocol;
import com.pulumi.routeros.IpFirewallLayer7ProtocolArgs;
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) {
var test = new IpFirewallLayer7Protocol("test", IpFirewallLayer7ProtocolArgs.builder()
.regexp("rdpdr.*cliprdr.*rdpsnd")
.build());
}
}
resources:
test:
type: routeros:IpFirewallLayer7Protocol
properties:
regexp: rdpdr.*cliprdr.*rdpsnd
Create IpFirewallLayer7Protocol Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IpFirewallLayer7Protocol(name: string, args?: IpFirewallLayer7ProtocolArgs, opts?: CustomResourceOptions);
@overload
def IpFirewallLayer7Protocol(resource_name: str,
args: Optional[IpFirewallLayer7ProtocolArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def IpFirewallLayer7Protocol(resource_name: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
ip_firewall_layer7_protocol_id: Optional[str] = None,
name: Optional[str] = None,
regexp: Optional[str] = None)
func NewIpFirewallLayer7Protocol(ctx *Context, name string, args *IpFirewallLayer7ProtocolArgs, opts ...ResourceOption) (*IpFirewallLayer7Protocol, error)
public IpFirewallLayer7Protocol(string name, IpFirewallLayer7ProtocolArgs? args = null, CustomResourceOptions? opts = null)
public IpFirewallLayer7Protocol(String name, IpFirewallLayer7ProtocolArgs args)
public IpFirewallLayer7Protocol(String name, IpFirewallLayer7ProtocolArgs args, CustomResourceOptions options)
type: routeros:IpFirewallLayer7Protocol
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IpFirewallLayer7ProtocolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args IpFirewallLayer7ProtocolArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args IpFirewallLayer7ProtocolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IpFirewallLayer7ProtocolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IpFirewallLayer7ProtocolArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
IpFirewallLayer7Protocol Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IpFirewallLayer7Protocol resource accepts the following input properties:
- Ip
Firewall stringLayer7Protocol Id - The ID of this resource.
- Name string
- Descriptive name of l7 pattern used by configuration in firewall rules.
- Regexp string
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Ip
Firewall stringLayer7Protocol Id - The ID of this resource.
- Name string
- Descriptive name of l7 pattern used by configuration in firewall rules.
- Regexp string
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip
Firewall StringLayer7Protocol Id - The ID of this resource.
- name String
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp String
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip
Firewall stringLayer7Protocol Id - The ID of this resource.
- name string
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp string
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip_
firewall_ strlayer7_ protocol_ id - The ID of this resource.
- name str
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp str
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip
Firewall StringLayer7Protocol Id - The ID of this resource.
- name String
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp String
- POSIX compliant regular expression is used to match a pattern.
Outputs
All input properties are implicitly available as output properties. Additionally, the IpFirewallLayer7Protocol resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing IpFirewallLayer7Protocol Resource
Get an existing IpFirewallLayer7Protocol resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: IpFirewallLayer7ProtocolState, opts?: CustomResourceOptions): IpFirewallLayer7Protocol
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
ip_firewall_layer7_protocol_id: Optional[str] = None,
name: Optional[str] = None,
regexp: Optional[str] = None) -> IpFirewallLayer7Protocol
func GetIpFirewallLayer7Protocol(ctx *Context, name string, id IDInput, state *IpFirewallLayer7ProtocolState, opts ...ResourceOption) (*IpFirewallLayer7Protocol, error)
public static IpFirewallLayer7Protocol Get(string name, Input<string> id, IpFirewallLayer7ProtocolState? state, CustomResourceOptions? opts = null)
public static IpFirewallLayer7Protocol get(String name, Output<String> id, IpFirewallLayer7ProtocolState state, CustomResourceOptions options)
resources: _: type: routeros:IpFirewallLayer7Protocol get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Ip
Firewall stringLayer7Protocol Id - The ID of this resource.
- Name string
- Descriptive name of l7 pattern used by configuration in firewall rules.
- Regexp string
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Ip
Firewall stringLayer7Protocol Id - The ID of this resource.
- Name string
- Descriptive name of l7 pattern used by configuration in firewall rules.
- Regexp string
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip
Firewall StringLayer7Protocol Id - The ID of this resource.
- name String
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp String
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip
Firewall stringLayer7Protocol Id - The ID of this resource.
- name string
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp string
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip_
firewall_ strlayer7_ protocol_ id - The ID of this resource.
- name str
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp str
- POSIX compliant regular expression is used to match a pattern.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ip
Firewall StringLayer7Protocol Id - The ID of this resource.
- name String
- Descriptive name of l7 pattern used by configuration in firewall rules.
- regexp String
- POSIX compliant regular expression is used to match a pattern.
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/ip/firewall/layer7-protocol get [print show-ids]]
$ pulumi import routeros:index/ipFirewallLayer7Protocol:IpFirewallLayer7Protocol test *3
#Or you can import a resource using one of its attributes
$ pulumi import routeros:index/ipFirewallLayer7Protocol:IpFirewallLayer7Protocol test "name=xxx"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.