fortimanager.ObjectDiameterfilterProfile
Explore with Pulumi AI
Configure Diameter filter profiles.
Create ObjectDiameterfilterProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectDiameterfilterProfile(name: string, args?: ObjectDiameterfilterProfileArgs, opts?: CustomResourceOptions);
@overload
def ObjectDiameterfilterProfile(resource_name: str,
args: Optional[ObjectDiameterfilterProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectDiameterfilterProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = 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,
object_diameterfilter_profile_id: Optional[str] = None,
protocol_version_invalid: Optional[str] = None,
request_error_flag_set: Optional[str] = None,
scopetype: Optional[str] = None,
track_requests_answers: Optional[str] = None)
func NewObjectDiameterfilterProfile(ctx *Context, name string, args *ObjectDiameterfilterProfileArgs, opts ...ResourceOption) (*ObjectDiameterfilterProfile, error)
public ObjectDiameterfilterProfile(string name, ObjectDiameterfilterProfileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectDiameterfilterProfile(String name, ObjectDiameterfilterProfileArgs args)
public ObjectDiameterfilterProfile(String name, ObjectDiameterfilterProfileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectDiameterfilterProfile
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 ObjectDiameterfilterProfileArgs
- 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 ObjectDiameterfilterProfileArgs
- 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 ObjectDiameterfilterProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectDiameterfilterProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectDiameterfilterProfileArgs
- 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 objectDiameterfilterProfileResource = new Fortimanager.ObjectDiameterfilterProfile("objectDiameterfilterProfileResource", new()
{
Adom = "string",
CmdFlagsReserveSet = "string",
CommandCodeInvalid = "string",
CommandCodeRange = "string",
Comment = "string",
LogPacket = "string",
MessageLengthInvalid = "string",
MissingRequestAction = "string",
MonitorAllMessages = "string",
Name = "string",
ObjectDiameterfilterProfileId = "string",
ProtocolVersionInvalid = "string",
RequestErrorFlagSet = "string",
Scopetype = "string",
TrackRequestsAnswers = "string",
});
example, err := fortimanager.NewObjectDiameterfilterProfile(ctx, "objectDiameterfilterProfileResource", &fortimanager.ObjectDiameterfilterProfileArgs{
Adom: pulumi.String("string"),
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"),
ObjectDiameterfilterProfileId: pulumi.String("string"),
ProtocolVersionInvalid: pulumi.String("string"),
RequestErrorFlagSet: pulumi.String("string"),
Scopetype: pulumi.String("string"),
TrackRequestsAnswers: pulumi.String("string"),
})
var objectDiameterfilterProfileResource = new ObjectDiameterfilterProfile("objectDiameterfilterProfileResource", ObjectDiameterfilterProfileArgs.builder()
.adom("string")
.cmdFlagsReserveSet("string")
.commandCodeInvalid("string")
.commandCodeRange("string")
.comment("string")
.logPacket("string")
.messageLengthInvalid("string")
.missingRequestAction("string")
.monitorAllMessages("string")
.name("string")
.objectDiameterfilterProfileId("string")
.protocolVersionInvalid("string")
.requestErrorFlagSet("string")
.scopetype("string")
.trackRequestsAnswers("string")
.build());
object_diameterfilter_profile_resource = fortimanager.ObjectDiameterfilterProfile("objectDiameterfilterProfileResource",
adom="string",
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",
object_diameterfilter_profile_id="string",
protocol_version_invalid="string",
request_error_flag_set="string",
scopetype="string",
track_requests_answers="string")
const objectDiameterfilterProfileResource = new fortimanager.ObjectDiameterfilterProfile("objectDiameterfilterProfileResource", {
adom: "string",
cmdFlagsReserveSet: "string",
commandCodeInvalid: "string",
commandCodeRange: "string",
comment: "string",
logPacket: "string",
messageLengthInvalid: "string",
missingRequestAction: "string",
monitorAllMessages: "string",
name: "string",
objectDiameterfilterProfileId: "string",
protocolVersionInvalid: "string",
requestErrorFlagSet: "string",
scopetype: "string",
trackRequestsAnswers: "string",
});
type: fortimanager:ObjectDiameterfilterProfile
properties:
adom: string
cmdFlagsReserveSet: string
commandCodeInvalid: string
commandCodeRange: string
comment: string
logPacket: string
messageLengthInvalid: string
missingRequestAction: string
monitorAllMessages: string
name: string
objectDiameterfilterProfileId: string
protocolVersionInvalid: string
requestErrorFlagSet: string
scopetype: string
trackRequestsAnswers: string
ObjectDiameterfilterProfile 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 ObjectDiameterfilterProfile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Diameterfilter stringProfile Id - an identifier for the resource with format {{name}}.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Diameterfilter stringProfile Id - an identifier for the resource with format {{name}}.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- object
Diameterfilter StringProfile Id - an identifier for the resource with format {{name}}.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name string
- Profile name.
- object
Diameterfilter stringProfile Id - an identifier for the resource with format {{name}}.
- protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd_
flags_ strreserve_ set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command_
code_ strinvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing_
request_ straction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor_
all_ strmessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name str
- Profile name.
- object_
diameterfilter_ strprofile_ id - an identifier for the resource with format {{name}}.
- protocol_
version_ strinvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request_
error_ strflag_ set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track_
requests_ stranswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- object
Diameterfilter StringProfile Id - an identifier for the resource with format {{name}}.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectDiameterfilterProfile 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 ObjectDiameterfilterProfile Resource
Get an existing ObjectDiameterfilterProfile 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?: ObjectDiameterfilterProfileState, opts?: CustomResourceOptions): ObjectDiameterfilterProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = 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,
object_diameterfilter_profile_id: Optional[str] = None,
protocol_version_invalid: Optional[str] = None,
request_error_flag_set: Optional[str] = None,
scopetype: Optional[str] = None,
track_requests_answers: Optional[str] = None) -> ObjectDiameterfilterProfile
func GetObjectDiameterfilterProfile(ctx *Context, name string, id IDInput, state *ObjectDiameterfilterProfileState, opts ...ResourceOption) (*ObjectDiameterfilterProfile, error)
public static ObjectDiameterfilterProfile Get(string name, Input<string> id, ObjectDiameterfilterProfileState? state, CustomResourceOptions? opts = null)
public static ObjectDiameterfilterProfile get(String name, Output<String> id, ObjectDiameterfilterProfileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectDiameterfilterProfile 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Diameterfilter stringProfile Id - an identifier for the resource with format {{name}}.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - Command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - Missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - Monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - Name string
- Profile name.
- Object
Diameterfilter stringProfile Id - an identifier for the resource with format {{name}}.
- Protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - Request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- object
Diameterfilter StringProfile Id - an identifier for the resource with format {{name}}.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd
Flags stringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command
Code stringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing
Request stringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor
All stringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name string
- Profile name.
- object
Diameterfilter stringProfile Id - an identifier for the resource with format {{name}}.
- protocol
Version stringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request
Error stringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track
Requests stringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd_
flags_ strreserve_ set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command_
code_ strinvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing_
request_ straction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor_
all_ strmessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name str
- Profile name.
- object_
diameterfilter_ strprofile_ id - an identifier for the resource with format {{name}}.
- protocol_
version_ strinvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request_
error_ strflag_ set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track_
requests_ stranswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cmd
Flags StringReserve Set - Action to be taken for messages with cmd flag reserve bits set. Valid values:
block
,reset
,monitor
,allow
. - command
Code StringInvalid - Action to be taken for messages with invalid command code. Valid values:
block
,reset
,monitor
,allow
. - 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:
block
,reset
,monitor
,allow
. - missing
Request StringAction - Action to be taken for answers without corresponding request. Valid values:
block
,reset
,monitor
,allow
. - monitor
All StringMessages - Enable/disable logging for all User Name and Result Code AVP messages. Valid values:
disable
,enable
. - name String
- Profile name.
- object
Diameterfilter StringProfile Id - an identifier for the resource with format {{name}}.
- protocol
Version StringInvalid - Action to be taken for invalid protocol version. Valid values:
block
,reset
,monitor
,allow
. - request
Error StringFlag Set - Action to be taken for request messages with error flag set. Valid values:
block
,reset
,monitor
,allow
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - track
Requests StringAnswers - Enable/disable validation that each answer has a corresponding request. Valid values:
disable
,enable
.
Import
ObjectDiameterFilter Profile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectDiameterfilterProfile:ObjectDiameterfilterProfile labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.