1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallGtpIevalidation
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectFirewallGtpIevalidation

Explore with Pulumi AI

IE validation.

This resource is a sub resource for variable ie_validation of resource fortimanager.ObjectFirewallGtp. Conflict and overwrite may occur if use both of them.

Create ObjectFirewallGtpIevalidation Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ObjectFirewallGtpIevalidation(name: string, args: ObjectFirewallGtpIevalidationArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpIevalidation(resource_name: str,
                                  args: ObjectFirewallGtpIevalidationArgs,
                                  opts: Optional[ResourceOptions] = None)

@overload
def ObjectFirewallGtpIevalidation(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  gtp: Optional[str] = None,
                                  ms_tzone: Optional[str] = None,
                                  charging_id: Optional[str] = None,
                                  msisdn: Optional[str] = None,
                                  end_user_addr: Optional[str] = None,
                                  gsn_addr: Optional[str] = None,
                                  apn_restriction: Optional[str] = None,
                                  imei: Optional[str] = None,
                                  imsi: Optional[str] = None,
                                  nsapi: Optional[str] = None,
                                  adom: Optional[str] = None,
                                  uli: Optional[str] = None,
                                  charging_gateway_addr: Optional[str] = None,
                                  mm_context: Optional[str] = None,
                                  object_firewall_gtp_ievalidation_id: Optional[str] = None,
                                  pdp_context: Optional[str] = None,
                                  qos_profile: Optional[str] = None,
                                  rai: Optional[str] = None,
                                  rat_type: Optional[str] = None,
                                  reordering_required: Optional[str] = None,
                                  scopetype: Optional[str] = None,
                                  selection_mode: Optional[str] = None,
                                  ms_validated: Optional[str] = None)
func NewObjectFirewallGtpIevalidation(ctx *Context, name string, args ObjectFirewallGtpIevalidationArgs, opts ...ResourceOption) (*ObjectFirewallGtpIevalidation, error)
public ObjectFirewallGtpIevalidation(string name, ObjectFirewallGtpIevalidationArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpIevalidation(String name, ObjectFirewallGtpIevalidationArgs args)
public ObjectFirewallGtpIevalidation(String name, ObjectFirewallGtpIevalidationArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpIevalidation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallGtpIevalidationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectFirewallGtpIevalidationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallGtpIevalidationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectFirewallGtpIevalidationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectFirewallGtpIevalidationArgs
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 objectFirewallGtpIevalidationResource = new Fortimanager.ObjectFirewallGtpIevalidation("objectFirewallGtpIevalidationResource", new()
{
    Gtp = "string",
    MsTzone = "string",
    ChargingId = "string",
    Msisdn = "string",
    EndUserAddr = "string",
    GsnAddr = "string",
    ApnRestriction = "string",
    Imei = "string",
    Imsi = "string",
    Nsapi = "string",
    Adom = "string",
    Uli = "string",
    ChargingGatewayAddr = "string",
    MmContext = "string",
    ObjectFirewallGtpIevalidationId = "string",
    PdpContext = "string",
    QosProfile = "string",
    Rai = "string",
    RatType = "string",
    ReorderingRequired = "string",
    Scopetype = "string",
    SelectionMode = "string",
    MsValidated = "string",
});
Copy
example, err := fortimanager.NewObjectFirewallGtpIevalidation(ctx, "objectFirewallGtpIevalidationResource", &fortimanager.ObjectFirewallGtpIevalidationArgs{
Gtp: pulumi.String("string"),
MsTzone: pulumi.String("string"),
ChargingId: pulumi.String("string"),
Msisdn: pulumi.String("string"),
EndUserAddr: pulumi.String("string"),
GsnAddr: pulumi.String("string"),
ApnRestriction: pulumi.String("string"),
Imei: pulumi.String("string"),
Imsi: pulumi.String("string"),
Nsapi: pulumi.String("string"),
Adom: pulumi.String("string"),
Uli: pulumi.String("string"),
ChargingGatewayAddr: pulumi.String("string"),
MmContext: pulumi.String("string"),
ObjectFirewallGtpIevalidationId: pulumi.String("string"),
PdpContext: pulumi.String("string"),
QosProfile: pulumi.String("string"),
Rai: pulumi.String("string"),
RatType: pulumi.String("string"),
ReorderingRequired: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SelectionMode: pulumi.String("string"),
MsValidated: pulumi.String("string"),
})
Copy
var objectFirewallGtpIevalidationResource = new ObjectFirewallGtpIevalidation("objectFirewallGtpIevalidationResource", ObjectFirewallGtpIevalidationArgs.builder()
    .gtp("string")
    .msTzone("string")
    .chargingId("string")
    .msisdn("string")
    .endUserAddr("string")
    .gsnAddr("string")
    .apnRestriction("string")
    .imei("string")
    .imsi("string")
    .nsapi("string")
    .adom("string")
    .uli("string")
    .chargingGatewayAddr("string")
    .mmContext("string")
    .objectFirewallGtpIevalidationId("string")
    .pdpContext("string")
    .qosProfile("string")
    .rai("string")
    .ratType("string")
    .reorderingRequired("string")
    .scopetype("string")
    .selectionMode("string")
    .msValidated("string")
    .build());
Copy
object_firewall_gtp_ievalidation_resource = fortimanager.ObjectFirewallGtpIevalidation("objectFirewallGtpIevalidationResource",
    gtp="string",
    ms_tzone="string",
    charging_id="string",
    msisdn="string",
    end_user_addr="string",
    gsn_addr="string",
    apn_restriction="string",
    imei="string",
    imsi="string",
    nsapi="string",
    adom="string",
    uli="string",
    charging_gateway_addr="string",
    mm_context="string",
    object_firewall_gtp_ievalidation_id="string",
    pdp_context="string",
    qos_profile="string",
    rai="string",
    rat_type="string",
    reordering_required="string",
    scopetype="string",
    selection_mode="string",
    ms_validated="string")
Copy
const objectFirewallGtpIevalidationResource = new fortimanager.ObjectFirewallGtpIevalidation("objectFirewallGtpIevalidationResource", {
    gtp: "string",
    msTzone: "string",
    chargingId: "string",
    msisdn: "string",
    endUserAddr: "string",
    gsnAddr: "string",
    apnRestriction: "string",
    imei: "string",
    imsi: "string",
    nsapi: "string",
    adom: "string",
    uli: "string",
    chargingGatewayAddr: "string",
    mmContext: "string",
    objectFirewallGtpIevalidationId: "string",
    pdpContext: "string",
    qosProfile: "string",
    rai: "string",
    ratType: "string",
    reorderingRequired: "string",
    scopetype: "string",
    selectionMode: "string",
    msValidated: "string",
});
Copy
type: fortimanager:ObjectFirewallGtpIevalidation
properties:
    adom: string
    apnRestriction: string
    chargingGatewayAddr: string
    chargingId: string
    endUserAddr: string
    gsnAddr: string
    gtp: string
    imei: string
    imsi: string
    mmContext: string
    msTzone: string
    msValidated: string
    msisdn: string
    nsapi: string
    objectFirewallGtpIevalidationId: string
    pdpContext: string
    qosProfile: string
    rai: string
    ratType: string
    reorderingRequired: string
    scopetype: string
    selectionMode: string
    uli: string
Copy

ObjectFirewallGtpIevalidation 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 ObjectFirewallGtpIevalidation resource accepts the following input properties:

Gtp This property is required. string
Gtp.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ApnRestriction string
Validate APN restriction. Valid values: disable, enable.
ChargingGatewayAddr string
Validate charging gateway address. Valid values: disable, enable.
ChargingId string
Validate charging ID. Valid values: disable, enable.
EndUserAddr string
Validate end user address. Valid values: disable, enable.
GsnAddr string
Validate GSN address. Valid values: disable, enable.
Imei string
Validate IMEI(SV). Valid values: disable, enable.
Imsi string
Validate IMSI. Valid values: disable, enable.
MmContext string
Validate MM context. Valid values: disable, enable.
MsTzone string
Validate MS time zone. Valid values: disable, enable.
MsValidated string
Validate MS validated. Valid values: disable, enable.
Msisdn string
Validate MSISDN. Valid values: disable, enable.
Nsapi string
Validate NSAPI. Valid values: disable, enable.
ObjectFirewallGtpIevalidationId string
an identifier for the resource.
PdpContext string
Validate PDP context. Valid values: disable, enable.
QosProfile string
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
Rai string
Validate RAI. Valid values: disable, enable.
RatType string
Validate RAT type. Valid values: disable, enable.
ReorderingRequired string
Validate re-ordering required. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionMode string
Validate selection mode. Valid values: disable, enable.
Uli string
Validate user location information. Valid values: disable, enable.
Gtp This property is required. string
Gtp.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ApnRestriction string
Validate APN restriction. Valid values: disable, enable.
ChargingGatewayAddr string
Validate charging gateway address. Valid values: disable, enable.
ChargingId string
Validate charging ID. Valid values: disable, enable.
EndUserAddr string
Validate end user address. Valid values: disable, enable.
GsnAddr string
Validate GSN address. Valid values: disable, enable.
Imei string
Validate IMEI(SV). Valid values: disable, enable.
Imsi string
Validate IMSI. Valid values: disable, enable.
MmContext string
Validate MM context. Valid values: disable, enable.
MsTzone string
Validate MS time zone. Valid values: disable, enable.
MsValidated string
Validate MS validated. Valid values: disable, enable.
Msisdn string
Validate MSISDN. Valid values: disable, enable.
Nsapi string
Validate NSAPI. Valid values: disable, enable.
ObjectFirewallGtpIevalidationId string
an identifier for the resource.
PdpContext string
Validate PDP context. Valid values: disable, enable.
QosProfile string
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
Rai string
Validate RAI. Valid values: disable, enable.
RatType string
Validate RAT type. Valid values: disable, enable.
ReorderingRequired string
Validate re-ordering required. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionMode string
Validate selection mode. Valid values: disable, enable.
Uli string
Validate user location information. Valid values: disable, enable.
gtp This property is required. String
Gtp.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apnRestriction String
Validate APN restriction. Valid values: disable, enable.
chargingGatewayAddr String
Validate charging gateway address. Valid values: disable, enable.
chargingId String
Validate charging ID. Valid values: disable, enable.
endUserAddr String
Validate end user address. Valid values: disable, enable.
gsnAddr String
Validate GSN address. Valid values: disable, enable.
imei String
Validate IMEI(SV). Valid values: disable, enable.
imsi String
Validate IMSI. Valid values: disable, enable.
mmContext String
Validate MM context. Valid values: disable, enable.
msTzone String
Validate MS time zone. Valid values: disable, enable.
msValidated String
Validate MS validated. Valid values: disable, enable.
msisdn String
Validate MSISDN. Valid values: disable, enable.
nsapi String
Validate NSAPI. Valid values: disable, enable.
objectFirewallGtpIevalidationId String
an identifier for the resource.
pdpContext String
Validate PDP context. Valid values: disable, enable.
qosProfile String
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai String
Validate RAI. Valid values: disable, enable.
ratType String
Validate RAT type. Valid values: disable, enable.
reorderingRequired String
Validate re-ordering required. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionMode String
Validate selection mode. Valid values: disable, enable.
uli String
Validate user location information. Valid values: disable, enable.
gtp This property is required. string
Gtp.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apnRestriction string
Validate APN restriction. Valid values: disable, enable.
chargingGatewayAddr string
Validate charging gateway address. Valid values: disable, enable.
chargingId string
Validate charging ID. Valid values: disable, enable.
endUserAddr string
Validate end user address. Valid values: disable, enable.
gsnAddr string
Validate GSN address. Valid values: disable, enable.
imei string
Validate IMEI(SV). Valid values: disable, enable.
imsi string
Validate IMSI. Valid values: disable, enable.
mmContext string
Validate MM context. Valid values: disable, enable.
msTzone string
Validate MS time zone. Valid values: disable, enable.
msValidated string
Validate MS validated. Valid values: disable, enable.
msisdn string
Validate MSISDN. Valid values: disable, enable.
nsapi string
Validate NSAPI. Valid values: disable, enable.
objectFirewallGtpIevalidationId string
an identifier for the resource.
pdpContext string
Validate PDP context. Valid values: disable, enable.
qosProfile string
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai string
Validate RAI. Valid values: disable, enable.
ratType string
Validate RAT type. Valid values: disable, enable.
reorderingRequired string
Validate re-ordering required. Valid values: disable, enable.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionMode string
Validate selection mode. Valid values: disable, enable.
uli string
Validate user location information. Valid values: disable, enable.
gtp This property is required. str
Gtp.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apn_restriction str
Validate APN restriction. Valid values: disable, enable.
charging_gateway_addr str
Validate charging gateway address. Valid values: disable, enable.
charging_id str
Validate charging ID. Valid values: disable, enable.
end_user_addr str
Validate end user address. Valid values: disable, enable.
gsn_addr str
Validate GSN address. Valid values: disable, enable.
imei str
Validate IMEI(SV). Valid values: disable, enable.
imsi str
Validate IMSI. Valid values: disable, enable.
mm_context str
Validate MM context. Valid values: disable, enable.
ms_tzone str
Validate MS time zone. Valid values: disable, enable.
ms_validated str
Validate MS validated. Valid values: disable, enable.
msisdn str
Validate MSISDN. Valid values: disable, enable.
nsapi str
Validate NSAPI. Valid values: disable, enable.
object_firewall_gtp_ievalidation_id str
an identifier for the resource.
pdp_context str
Validate PDP context. Valid values: disable, enable.
qos_profile str
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai str
Validate RAI. Valid values: disable, enable.
rat_type str
Validate RAT type. Valid values: disable, enable.
reordering_required str
Validate re-ordering required. Valid values: disable, enable.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selection_mode str
Validate selection mode. Valid values: disable, enable.
uli str
Validate user location information. Valid values: disable, enable.
gtp This property is required. String
Gtp.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apnRestriction String
Validate APN restriction. Valid values: disable, enable.
chargingGatewayAddr String
Validate charging gateway address. Valid values: disable, enable.
chargingId String
Validate charging ID. Valid values: disable, enable.
endUserAddr String
Validate end user address. Valid values: disable, enable.
gsnAddr String
Validate GSN address. Valid values: disable, enable.
imei String
Validate IMEI(SV). Valid values: disable, enable.
imsi String
Validate IMSI. Valid values: disable, enable.
mmContext String
Validate MM context. Valid values: disable, enable.
msTzone String
Validate MS time zone. Valid values: disable, enable.
msValidated String
Validate MS validated. Valid values: disable, enable.
msisdn String
Validate MSISDN. Valid values: disable, enable.
nsapi String
Validate NSAPI. Valid values: disable, enable.
objectFirewallGtpIevalidationId String
an identifier for the resource.
pdpContext String
Validate PDP context. Valid values: disable, enable.
qosProfile String
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai String
Validate RAI. Valid values: disable, enable.
ratType String
Validate RAT type. Valid values: disable, enable.
reorderingRequired String
Validate re-ordering required. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionMode String
Validate selection mode. Valid values: disable, enable.
uli String
Validate user location information. Valid values: disable, enable.

Outputs

All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtpIevalidation 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 ObjectFirewallGtpIevalidation Resource

Get an existing ObjectFirewallGtpIevalidation 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?: ObjectFirewallGtpIevalidationState, opts?: CustomResourceOptions): ObjectFirewallGtpIevalidation
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        apn_restriction: Optional[str] = None,
        charging_gateway_addr: Optional[str] = None,
        charging_id: Optional[str] = None,
        end_user_addr: Optional[str] = None,
        gsn_addr: Optional[str] = None,
        gtp: Optional[str] = None,
        imei: Optional[str] = None,
        imsi: Optional[str] = None,
        mm_context: Optional[str] = None,
        ms_tzone: Optional[str] = None,
        ms_validated: Optional[str] = None,
        msisdn: Optional[str] = None,
        nsapi: Optional[str] = None,
        object_firewall_gtp_ievalidation_id: Optional[str] = None,
        pdp_context: Optional[str] = None,
        qos_profile: Optional[str] = None,
        rai: Optional[str] = None,
        rat_type: Optional[str] = None,
        reordering_required: Optional[str] = None,
        scopetype: Optional[str] = None,
        selection_mode: Optional[str] = None,
        uli: Optional[str] = None) -> ObjectFirewallGtpIevalidation
func GetObjectFirewallGtpIevalidation(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpIevalidationState, opts ...ResourceOption) (*ObjectFirewallGtpIevalidation, error)
public static ObjectFirewallGtpIevalidation Get(string name, Input<string> id, ObjectFirewallGtpIevalidationState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpIevalidation get(String name, Output<String> id, ObjectFirewallGtpIevalidationState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectFirewallGtpIevalidation    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ApnRestriction string
Validate APN restriction. Valid values: disable, enable.
ChargingGatewayAddr string
Validate charging gateway address. Valid values: disable, enable.
ChargingId string
Validate charging ID. Valid values: disable, enable.
EndUserAddr string
Validate end user address. Valid values: disable, enable.
GsnAddr string
Validate GSN address. Valid values: disable, enable.
Gtp string
Gtp.
Imei string
Validate IMEI(SV). Valid values: disable, enable.
Imsi string
Validate IMSI. Valid values: disable, enable.
MmContext string
Validate MM context. Valid values: disable, enable.
MsTzone string
Validate MS time zone. Valid values: disable, enable.
MsValidated string
Validate MS validated. Valid values: disable, enable.
Msisdn string
Validate MSISDN. Valid values: disable, enable.
Nsapi string
Validate NSAPI. Valid values: disable, enable.
ObjectFirewallGtpIevalidationId string
an identifier for the resource.
PdpContext string
Validate PDP context. Valid values: disable, enable.
QosProfile string
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
Rai string
Validate RAI. Valid values: disable, enable.
RatType string
Validate RAT type. Valid values: disable, enable.
ReorderingRequired string
Validate re-ordering required. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionMode string
Validate selection mode. Valid values: disable, enable.
Uli string
Validate user location information. Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
ApnRestriction string
Validate APN restriction. Valid values: disable, enable.
ChargingGatewayAddr string
Validate charging gateway address. Valid values: disable, enable.
ChargingId string
Validate charging ID. Valid values: disable, enable.
EndUserAddr string
Validate end user address. Valid values: disable, enable.
GsnAddr string
Validate GSN address. Valid values: disable, enable.
Gtp string
Gtp.
Imei string
Validate IMEI(SV). Valid values: disable, enable.
Imsi string
Validate IMSI. Valid values: disable, enable.
MmContext string
Validate MM context. Valid values: disable, enable.
MsTzone string
Validate MS time zone. Valid values: disable, enable.
MsValidated string
Validate MS validated. Valid values: disable, enable.
Msisdn string
Validate MSISDN. Valid values: disable, enable.
Nsapi string
Validate NSAPI. Valid values: disable, enable.
ObjectFirewallGtpIevalidationId string
an identifier for the resource.
PdpContext string
Validate PDP context. Valid values: disable, enable.
QosProfile string
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
Rai string
Validate RAI. Valid values: disable, enable.
RatType string
Validate RAT type. Valid values: disable, enable.
ReorderingRequired string
Validate re-ordering required. Valid values: disable, enable.
Scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
SelectionMode string
Validate selection mode. Valid values: disable, enable.
Uli string
Validate user location information. Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apnRestriction String
Validate APN restriction. Valid values: disable, enable.
chargingGatewayAddr String
Validate charging gateway address. Valid values: disable, enable.
chargingId String
Validate charging ID. Valid values: disable, enable.
endUserAddr String
Validate end user address. Valid values: disable, enable.
gsnAddr String
Validate GSN address. Valid values: disable, enable.
gtp String
Gtp.
imei String
Validate IMEI(SV). Valid values: disable, enable.
imsi String
Validate IMSI. Valid values: disable, enable.
mmContext String
Validate MM context. Valid values: disable, enable.
msTzone String
Validate MS time zone. Valid values: disable, enable.
msValidated String
Validate MS validated. Valid values: disable, enable.
msisdn String
Validate MSISDN. Valid values: disable, enable.
nsapi String
Validate NSAPI. Valid values: disable, enable.
objectFirewallGtpIevalidationId String
an identifier for the resource.
pdpContext String
Validate PDP context. Valid values: disable, enable.
qosProfile String
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai String
Validate RAI. Valid values: disable, enable.
ratType String
Validate RAT type. Valid values: disable, enable.
reorderingRequired String
Validate re-ordering required. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionMode String
Validate selection mode. Valid values: disable, enable.
uli String
Validate user location information. Valid values: disable, enable.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apnRestriction string
Validate APN restriction. Valid values: disable, enable.
chargingGatewayAddr string
Validate charging gateway address. Valid values: disable, enable.
chargingId string
Validate charging ID. Valid values: disable, enable.
endUserAddr string
Validate end user address. Valid values: disable, enable.
gsnAddr string
Validate GSN address. Valid values: disable, enable.
gtp string
Gtp.
imei string
Validate IMEI(SV). Valid values: disable, enable.
imsi string
Validate IMSI. Valid values: disable, enable.
mmContext string
Validate MM context. Valid values: disable, enable.
msTzone string
Validate MS time zone. Valid values: disable, enable.
msValidated string
Validate MS validated. Valid values: disable, enable.
msisdn string
Validate MSISDN. Valid values: disable, enable.
nsapi string
Validate NSAPI. Valid values: disable, enable.
objectFirewallGtpIevalidationId string
an identifier for the resource.
pdpContext string
Validate PDP context. Valid values: disable, enable.
qosProfile string
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai string
Validate RAI. Valid values: disable, enable.
ratType string
Validate RAT type. Valid values: disable, enable.
reorderingRequired string
Validate re-ordering required. Valid values: disable, enable.
scopetype string
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionMode string
Validate selection mode. Valid values: disable, enable.
uli string
Validate user location information. Valid values: disable, enable.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apn_restriction str
Validate APN restriction. Valid values: disable, enable.
charging_gateway_addr str
Validate charging gateway address. Valid values: disable, enable.
charging_id str
Validate charging ID. Valid values: disable, enable.
end_user_addr str
Validate end user address. Valid values: disable, enable.
gsn_addr str
Validate GSN address. Valid values: disable, enable.
gtp str
Gtp.
imei str
Validate IMEI(SV). Valid values: disable, enable.
imsi str
Validate IMSI. Valid values: disable, enable.
mm_context str
Validate MM context. Valid values: disable, enable.
ms_tzone str
Validate MS time zone. Valid values: disable, enable.
ms_validated str
Validate MS validated. Valid values: disable, enable.
msisdn str
Validate MSISDN. Valid values: disable, enable.
nsapi str
Validate NSAPI. Valid values: disable, enable.
object_firewall_gtp_ievalidation_id str
an identifier for the resource.
pdp_context str
Validate PDP context. Valid values: disable, enable.
qos_profile str
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai str
Validate RAI. Valid values: disable, enable.
rat_type str
Validate RAT type. Valid values: disable, enable.
reordering_required str
Validate re-ordering required. Valid values: disable, enable.
scopetype str
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selection_mode str
Validate selection mode. Valid values: disable, enable.
uli str
Validate user location information. Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
apnRestriction String
Validate APN restriction. Valid values: disable, enable.
chargingGatewayAddr String
Validate charging gateway address. Valid values: disable, enable.
chargingId String
Validate charging ID. Valid values: disable, enable.
endUserAddr String
Validate end user address. Valid values: disable, enable.
gsnAddr String
Validate GSN address. Valid values: disable, enable.
gtp String
Gtp.
imei String
Validate IMEI(SV). Valid values: disable, enable.
imsi String
Validate IMSI. Valid values: disable, enable.
mmContext String
Validate MM context. Valid values: disable, enable.
msTzone String
Validate MS time zone. Valid values: disable, enable.
msValidated String
Validate MS validated. Valid values: disable, enable.
msisdn String
Validate MSISDN. Valid values: disable, enable.
nsapi String
Validate NSAPI. Valid values: disable, enable.
objectFirewallGtpIevalidationId String
an identifier for the resource.
pdpContext String
Validate PDP context. Valid values: disable, enable.
qosProfile String
Validate Quality of Service(QoS) profile. Valid values: disable, enable.
rai String
Validate RAI. Valid values: disable, enable.
ratType String
Validate RAT type. Valid values: disable, enable.
reorderingRequired String
Validate re-ordering required. Valid values: disable, enable.
scopetype String
The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
selectionMode String
Validate selection mode. Valid values: disable, enable.
uli String
Validate user location information. Valid values: disable, enable.

Import

ObjectFirewall GtpIeValidation can be imported using any of these accepted formats:

Set import_options = [“gtp=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectFirewallGtpIevalidation:ObjectFirewallGtpIevalidation labelname ObjectFirewallGtpIeValidation
Copy

$ 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.