fortios.diameterfilter.Profile
Explore with Pulumi AI
Configure Diameter filter profiles. Applies to FortiOS Version >= 7.4.2
.
Create Profile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Profile(name: string, args?: ProfileArgs, opts?: CustomResourceOptions);
@overload
def Profile(resource_name: str,
args: Optional[ProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Profile(resource_name: str,
opts: Optional[ResourceOptions] = None,
cmd_flags_reserve_set: Optional[str] = None,
command_code_invalid: Optional[str] = None,
command_code_range: Optional[str] = None,
comment: Optional[str] = None,
log_packet: Optional[str] = None,
message_length_invalid: Optional[str] = None,
missing_request_action: Optional[str] = None,
monitor_all_messages: Optional[str] = None,
name: Optional[str] = None,
protocol_version_invalid: Optional[str] = None,
request_error_flag_set: Optional[str] = None,
track_requests_answers: Optional[str] = None,
vdomparam: Optional[str] = None)
func NewProfile(ctx *Context, name string, args *ProfileArgs, opts ...ResourceOption) (*Profile, error)
public Profile(string name, ProfileArgs? args = null, CustomResourceOptions? opts = null)
public Profile(String name, ProfileArgs args)
public Profile(String name, ProfileArgs args, CustomResourceOptions options)
type: fortios:diameterfilter:Profile
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 ProfileArgs
- 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 ProfileArgs
- 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 ProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleprofileResourceResourceFromDiameterfilterprofile = new Fortios.Diameterfilter.Profile("exampleprofileResourceResourceFromDiameterfilterprofile", new()
{
CmdFlagsReserveSet = "string",
CommandCodeInvalid = "string",
CommandCodeRange = "string",
Comment = "string",
LogPacket = "string",
MessageLengthInvalid = "string",
MissingRequestAction = "string",
MonitorAllMessages = "string",
Name = "string",
ProtocolVersionInvalid = "string",
RequestErrorFlagSet = "string",
TrackRequestsAnswers = "string",
Vdomparam = "string",
});
example, err := diameterfilter.NewProfile(ctx, "exampleprofileResourceResourceFromDiameterfilterprofile", &diameterfilter.ProfileArgs{
CmdFlagsReserveSet: pulumi.String("string"),
CommandCodeInvalid: pulumi.String("string"),
CommandCodeRange: pulumi.String("string"),
Comment: pulumi.String("string"),
LogPacket: pulumi.String("string"),
MessageLengthInvalid: pulumi.String("string"),
MissingRequestAction: pulumi.String("string"),
MonitorAllMessages: pulumi.String("string"),
Name: pulumi.String("string"),
ProtocolVersionInvalid: pulumi.String("string"),
RequestErrorFlagSet: pulumi.String("string"),
TrackRequestsAnswers: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
})
var exampleprofileResourceResourceFromDiameterfilterprofile = new Profile("exampleprofileResourceResourceFromDiameterfilterprofile", ProfileArgs.builder()
.cmdFlagsReserveSet("string")
.commandCodeInvalid("string")
.commandCodeRange("string")
.comment("string")
.logPacket("string")
.messageLengthInvalid("string")
.missingRequestAction("string")
.monitorAllMessages("string")
.name("string")
.protocolVersionInvalid("string")
.requestErrorFlagSet("string")
.trackRequestsAnswers("string")
.vdomparam("string")
.build());
exampleprofile_resource_resource_from_diameterfilterprofile = fortios.diameterfilter.Profile("exampleprofileResourceResourceFromDiameterfilterprofile",
cmd_flags_reserve_set="string",
command_code_invalid="string",
command_code_range="string",
comment="string",
log_packet="string",
message_length_invalid="string",
missing_request_action="string",
monitor_all_messages="string",
name="string",
protocol_version_invalid="string",
request_error_flag_set="string",
track_requests_answers="string",
vdomparam="string")
const exampleprofileResourceResourceFromDiameterfilterprofile = new fortios.diameterfilter.Profile("exampleprofileResourceResourceFromDiameterfilterprofile", {
cmdFlagsReserveSet: "string",
commandCodeInvalid: "string",
commandCodeRange: "string",
comment: "string",
logPacket: "string",
messageLengthInvalid: "string",
missingRequestAction: "string",
monitorAllMessages: "string",
name: "string",
protocolVersionInvalid: "string",
requestErrorFlagSet: "string",
trackRequestsAnswers: "string",
vdomparam: "string",
});
type: fortios:diameterfilter:Profile
properties:
cmdFlagsReserveSet: string
commandCodeInvalid: string
commandCodeRange: string
comment: string
logPacket: string
messageLengthInvalid: string
missingRequestAction: string
monitorAllMessages: string
name: string
protocolVersionInvalid: string
requestErrorFlagSet: string
trackRequestsAnswers: string
vdomparam: string
Profile 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 Profile resource accepts the following input properties:
- Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringRange - Valid range for command codes (0-16777215).
- Comment string
- Comment.
- Log
Packet string - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - Message
Length stringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringRange - Valid range for command codes (0-16777215).
- Comment string
- Comment.
- Log
Packet string - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - Message
Length stringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringRange - Valid range for command codes (0-16777215).
- comment String
- Comment.
- log
Packet String - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message
Length StringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command
Code stringRange - Valid range for command codes (0-16777215).
- comment string
- Comment.
- log
Packet string - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message
Length stringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name string
- Profile name.
- protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd_
flags_ strreserve_ set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command_
code_ strinvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command_
code_ strrange - Valid range for command codes (0-16777215).
- comment str
- Comment.
- log_
packet str - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message_
length_ strinvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing_
request_ straction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor_
all_ strmessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name str
- Profile name.
- protocol_
version_ strinvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request_
error_ strflag_ set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track_
requests_ stranswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringRange - Valid range for command codes (0-16777215).
- comment String
- Comment.
- log
Packet String - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message
Length StringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the Profile 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 Profile Resource
Get an existing Profile 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?: ProfileState, opts?: CustomResourceOptions): Profile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cmd_flags_reserve_set: Optional[str] = None,
command_code_invalid: Optional[str] = None,
command_code_range: Optional[str] = None,
comment: Optional[str] = None,
log_packet: Optional[str] = None,
message_length_invalid: Optional[str] = None,
missing_request_action: Optional[str] = None,
monitor_all_messages: Optional[str] = None,
name: Optional[str] = None,
protocol_version_invalid: Optional[str] = None,
request_error_flag_set: Optional[str] = None,
track_requests_answers: Optional[str] = None,
vdomparam: Optional[str] = None) -> Profile
func GetProfile(ctx *Context, name string, id IDInput, state *ProfileState, opts ...ResourceOption) (*Profile, error)
public static Profile Get(string name, Input<string> id, ProfileState? state, CustomResourceOptions? opts = null)
public static Profile get(String name, Output<String> id, ProfileState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringRange - Valid range for command codes (0-16777215).
- Comment string
- Comment.
- Log
Packet string - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - Message
Length stringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - Command
Code stringRange - Valid range for command codes (0-16777215).
- Comment string
- Comment.
- Log
Packet string - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - Message
Length stringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringRange - Valid range for command codes (0-16777215).
- comment String
- Comment.
- log
Packet String - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message
Length StringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command
Code stringRange - Valid range for command codes (0-16777215).
- comment string
- Comment.
- log
Packet string - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message
Length stringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name string
- Profile name.
- protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd_
flags_ strreserve_ set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command_
code_ strinvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command_
code_ strrange - Valid range for command codes (0-16777215).
- comment str
- Comment.
- log_
packet str - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message_
length_ strinvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing_
request_ straction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor_
all_ strmessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name str
- Profile name.
- protocol_
version_ strinvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request_
error_ strflag_ set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track_
requests_ stranswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
allow
,block
,reset
,monitor
. - command
Code StringRange - Valid range for command codes (0-16777215).
- comment String
- Comment.
- log
Packet String - Enable/disable packet log for triggered diameter settings. Valid values:
disable
,enable
. - message
Length StringInvalid - Action to be taken for invalid message length. Valid values:
allow
,block
,reset
,monitor
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
allow
,block
,reset
,monitor
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
allow
,block
,reset
,monitor
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
allow
,block
,reset
,monitor
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
. - vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
Import
DiameterFilter Profile can be imported using any of these accepted formats:
$ pulumi import fortios:diameterfilter/profile:Profile labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:diameterfilter/profile:Profile labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.