fortimanager.ObjectFirewallGtpPolicyv2
Explore with Pulumi AI
Apply allow or deny action to each GTPv2-c packet.
This resource is a sub resource for variable
policy_v2
of resourcefortimanager.ObjectFirewallGtp
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallGtpPolicyv2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtpPolicyv2(name: string, args: ObjectFirewallGtpPolicyv2Args, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpPolicyv2(resource_name: str,
args: ObjectFirewallGtpPolicyv2Args,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtpPolicyv2(resource_name: str,
opts: Optional[ResourceOptions] = None,
gtp: Optional[str] = None,
imsi_prefix: Optional[str] = None,
mei: Optional[str] = None,
apnmember: Optional[str] = None,
fosid: Optional[float] = None,
adom: Optional[str] = None,
action: Optional[str] = None,
max_apn_restriction: Optional[str] = None,
apn_sel_modes: Optional[Sequence[str]] = None,
messages: Optional[Sequence[str]] = None,
msisdn_prefix: Optional[str] = None,
object_firewall_gtp_policyv2_id: Optional[str] = None,
rat_types: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
ulis: Optional[Sequence[str]] = None)
func NewObjectFirewallGtpPolicyv2(ctx *Context, name string, args ObjectFirewallGtpPolicyv2Args, opts ...ResourceOption) (*ObjectFirewallGtpPolicyv2, error)
public ObjectFirewallGtpPolicyv2(string name, ObjectFirewallGtpPolicyv2Args args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpPolicyv2(String name, ObjectFirewallGtpPolicyv2Args args)
public ObjectFirewallGtpPolicyv2(String name, ObjectFirewallGtpPolicyv2Args args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpPolicyv2
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 ObjectFirewallGtpPolicyv2Args
- 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 ObjectFirewallGtpPolicyv2Args
- 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 ObjectFirewallGtpPolicyv2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpPolicyv2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpPolicyv2Args
- 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 objectFirewallGtpPolicyv2Resource = new Fortimanager.ObjectFirewallGtpPolicyv2("objectFirewallGtpPolicyv2Resource", new()
{
Gtp = "string",
ImsiPrefix = "string",
Mei = "string",
Apnmember = "string",
Fosid = 0,
Adom = "string",
Action = "string",
MaxApnRestriction = "string",
ApnSelModes = new[]
{
"string",
},
Messages = new[]
{
"string",
},
MsisdnPrefix = "string",
ObjectFirewallGtpPolicyv2Id = "string",
RatTypes = new[]
{
"string",
},
Scopetype = "string",
Ulis = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectFirewallGtpPolicyv2(ctx, "objectFirewallGtpPolicyv2Resource", &fortimanager.ObjectFirewallGtpPolicyv2Args{
Gtp: pulumi.String("string"),
ImsiPrefix: pulumi.String("string"),
Mei: pulumi.String("string"),
Apnmember: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Adom: pulumi.String("string"),
Action: pulumi.String("string"),
MaxApnRestriction: pulumi.String("string"),
ApnSelModes: pulumi.StringArray{
pulumi.String("string"),
},
Messages: pulumi.StringArray{
pulumi.String("string"),
},
MsisdnPrefix: pulumi.String("string"),
ObjectFirewallGtpPolicyv2Id: pulumi.String("string"),
RatTypes: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Ulis: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectFirewallGtpPolicyv2Resource = new ObjectFirewallGtpPolicyv2("objectFirewallGtpPolicyv2Resource", ObjectFirewallGtpPolicyv2Args.builder()
.gtp("string")
.imsiPrefix("string")
.mei("string")
.apnmember("string")
.fosid(0)
.adom("string")
.action("string")
.maxApnRestriction("string")
.apnSelModes("string")
.messages("string")
.msisdnPrefix("string")
.objectFirewallGtpPolicyv2Id("string")
.ratTypes("string")
.scopetype("string")
.ulis("string")
.build());
object_firewall_gtp_policyv2_resource = fortimanager.ObjectFirewallGtpPolicyv2("objectFirewallGtpPolicyv2Resource",
gtp="string",
imsi_prefix="string",
mei="string",
apnmember="string",
fosid=0,
adom="string",
action="string",
max_apn_restriction="string",
apn_sel_modes=["string"],
messages=["string"],
msisdn_prefix="string",
object_firewall_gtp_policyv2_id="string",
rat_types=["string"],
scopetype="string",
ulis=["string"])
const objectFirewallGtpPolicyv2Resource = new fortimanager.ObjectFirewallGtpPolicyv2("objectFirewallGtpPolicyv2Resource", {
gtp: "string",
imsiPrefix: "string",
mei: "string",
apnmember: "string",
fosid: 0,
adom: "string",
action: "string",
maxApnRestriction: "string",
apnSelModes: ["string"],
messages: ["string"],
msisdnPrefix: "string",
objectFirewallGtpPolicyv2Id: "string",
ratTypes: ["string"],
scopetype: "string",
ulis: ["string"],
});
type: fortimanager:ObjectFirewallGtpPolicyv2
properties:
action: string
adom: string
apnSelModes:
- string
apnmember: string
fosid: 0
gtp: string
imsiPrefix: string
maxApnRestriction: string
mei: string
messages:
- string
msisdnPrefix: string
objectFirewallGtpPolicyv2Id: string
ratTypes:
- string
scopetype: string
ulis:
- string
ObjectFirewallGtpPolicyv2 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 ObjectFirewallGtpPolicyv2 resource accepts the following input properties:
- Gtp string
- Gtp.
- Action string
- Action. Valid values:
deny
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Sel List<string>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- APN member.
- Fosid double
- ID.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Mei string
- MEI pattern.
- Messages List<string>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- Rat
Types List<string> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - Ulis List<string>
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- Gtp string
- Gtp.
- Action string
- Action. Valid values:
deny
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Sel []stringModes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- APN member.
- Fosid float64
- ID.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Mei string
- MEI pattern.
- Messages []string
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- Rat
Types []string - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - Ulis []string
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- gtp String
- Gtp.
- action String
- Action. Valid values:
deny
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- APN member.
- fosid Double
- ID.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei String
- MEI pattern.
- messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis List<String>
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- gtp string
- Gtp.
- action string
- Action. Valid values:
deny
,allow
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Sel string[]Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember string
- APN member.
- fosid number
- ID.
- imsi
Prefix string - IMSI prefix.
- max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei string
- MEI pattern.
- messages string[]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix string - MSISDN prefix.
- object
Firewall stringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- rat
Types string[] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis string[]
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- gtp str
- Gtp.
- action str
- Action. Valid values:
deny
,allow
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn_
sel_ Sequence[str]modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember str
- APN member.
- fosid float
- ID.
- imsi_
prefix str - IMSI prefix.
- max_
apn_ strrestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei str
- MEI pattern.
- messages Sequence[str]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn_
prefix str - MSISDN prefix.
- object_
firewall_ strgtp_ policyv2_ id - an identifier for the resource with format {{fosid}}.
- rat_
types Sequence[str] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis Sequence[str]
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- gtp String
- Gtp.
- action String
- Action. Valid values:
deny
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- APN member.
- fosid Number
- ID.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei String
- MEI pattern.
- messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis List<String>
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtpPolicyv2 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 ObjectFirewallGtpPolicyv2 Resource
Get an existing ObjectFirewallGtpPolicyv2 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?: ObjectFirewallGtpPolicyv2State, opts?: CustomResourceOptions): ObjectFirewallGtpPolicyv2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
apn_sel_modes: Optional[Sequence[str]] = None,
apnmember: Optional[str] = None,
fosid: Optional[float] = None,
gtp: Optional[str] = None,
imsi_prefix: Optional[str] = None,
max_apn_restriction: Optional[str] = None,
mei: Optional[str] = None,
messages: Optional[Sequence[str]] = None,
msisdn_prefix: Optional[str] = None,
object_firewall_gtp_policyv2_id: Optional[str] = None,
rat_types: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
ulis: Optional[Sequence[str]] = None) -> ObjectFirewallGtpPolicyv2
func GetObjectFirewallGtpPolicyv2(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpPolicyv2State, opts ...ResourceOption) (*ObjectFirewallGtpPolicyv2, error)
public static ObjectFirewallGtpPolicyv2 Get(string name, Input<string> id, ObjectFirewallGtpPolicyv2State? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpPolicyv2 get(String name, Output<String> id, ObjectFirewallGtpPolicyv2State state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtpPolicyv2 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.
- Action string
- Action. Valid values:
deny
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Sel List<string>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- APN member.
- Fosid double
- ID.
- Gtp string
- Gtp.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Mei string
- MEI pattern.
- Messages List<string>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- Rat
Types List<string> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - Ulis List<string>
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- Action string
- Action. Valid values:
deny
,allow
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Sel []stringModes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- APN member.
- Fosid float64
- ID.
- Gtp string
- Gtp.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Mei string
- MEI pattern.
- Messages []string
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- Rat
Types []string - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - Ulis []string
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action String
- Action. Valid values:
deny
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- APN member.
- fosid Double
- ID.
- gtp String
- Gtp.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei String
- MEI pattern.
- messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis List<String>
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action string
- Action. Valid values:
deny
,allow
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Sel string[]Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember string
- APN member.
- fosid number
- ID.
- gtp string
- Gtp.
- imsi
Prefix string - IMSI prefix.
- max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei string
- MEI pattern.
- messages string[]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix string - MSISDN prefix.
- object
Firewall stringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- rat
Types string[] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis string[]
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action str
- Action. Valid values:
deny
,allow
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn_
sel_ Sequence[str]modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember str
- APN member.
- fosid float
- ID.
- gtp str
- Gtp.
- imsi_
prefix str - IMSI prefix.
- max_
apn_ strrestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei str
- MEI pattern.
- messages Sequence[str]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn_
prefix str - MSISDN prefix.
- object_
firewall_ strgtp_ policyv2_ id - an identifier for the resource with format {{fosid}}.
- rat_
types Sequence[str] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis Sequence[str]
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action String
- Action. Valid values:
deny
,allow
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- APN member.
- fosid Number
- ID.
- gtp String
- Gtp.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei String
- MEI pattern.
- messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policyv2Id - an identifier for the resource with format {{fosid}}.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - 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
. - ulis List<String>
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
Import
ObjectFirewall GtpPolicyV2 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/objectFirewallGtpPolicyv2:ObjectFirewallGtpPolicyv2 labelname {{fosid}}
$ 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.