fortimanager.ObjectFirewallGtpPolicy
Explore with Pulumi AI
Policy.
This resource is a sub resource for variable
policy
of resourcefortimanager.ObjectFirewallGtp
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallGtpPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtpPolicy(name: string, args: ObjectFirewallGtpPolicyArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpPolicy(resource_name: str,
args: ObjectFirewallGtpPolicyInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtpPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
gtp: Optional[str] = None,
imsi_prefix: Optional[str] = None,
adom: Optional[str] = None,
max_apn_restriction: Optional[str] = None,
fosid: Optional[float] = None,
messages: Optional[Sequence[str]] = None,
imei: Optional[str] = None,
imsi: Optional[str] = None,
msisdn: Optional[str] = None,
apnmember: Optional[str] = None,
apn_sel_modes: Optional[Sequence[str]] = None,
action: Optional[str] = None,
msisdn_prefix: Optional[str] = None,
object_firewall_gtp_policy_id: Optional[str] = None,
rai: Optional[str] = None,
rat_types: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
uli: Optional[str] = None)
func NewObjectFirewallGtpPolicy(ctx *Context, name string, args ObjectFirewallGtpPolicyArgs, opts ...ResourceOption) (*ObjectFirewallGtpPolicy, error)
public ObjectFirewallGtpPolicy(string name, ObjectFirewallGtpPolicyArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpPolicy(String name, ObjectFirewallGtpPolicyArgs args)
public ObjectFirewallGtpPolicy(String name, ObjectFirewallGtpPolicyArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpPolicy
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 ObjectFirewallGtpPolicyArgs
- 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 ObjectFirewallGtpPolicyInitArgs
- 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 ObjectFirewallGtpPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpPolicyArgs
- 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 objectFirewallGtpPolicyResource = new Fortimanager.ObjectFirewallGtpPolicy("objectFirewallGtpPolicyResource", new()
{
Gtp = "string",
ImsiPrefix = "string",
Adom = "string",
MaxApnRestriction = "string",
Fosid = 0,
Messages = new[]
{
"string",
},
Imei = "string",
Imsi = "string",
Msisdn = "string",
Apnmember = "string",
ApnSelModes = new[]
{
"string",
},
Action = "string",
MsisdnPrefix = "string",
ObjectFirewallGtpPolicyId = "string",
Rai = "string",
RatTypes = new[]
{
"string",
},
Scopetype = "string",
Uli = "string",
});
example, err := fortimanager.NewObjectFirewallGtpPolicy(ctx, "objectFirewallGtpPolicyResource", &fortimanager.ObjectFirewallGtpPolicyArgs{
Gtp: pulumi.String("string"),
ImsiPrefix: pulumi.String("string"),
Adom: pulumi.String("string"),
MaxApnRestriction: pulumi.String("string"),
Fosid: pulumi.Float64(0),
Messages: pulumi.StringArray{
pulumi.String("string"),
},
Imei: pulumi.String("string"),
Imsi: pulumi.String("string"),
Msisdn: pulumi.String("string"),
Apnmember: pulumi.String("string"),
ApnSelModes: pulumi.StringArray{
pulumi.String("string"),
},
Action: pulumi.String("string"),
MsisdnPrefix: pulumi.String("string"),
ObjectFirewallGtpPolicyId: pulumi.String("string"),
Rai: pulumi.String("string"),
RatTypes: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Uli: pulumi.String("string"),
})
var objectFirewallGtpPolicyResource = new ObjectFirewallGtpPolicy("objectFirewallGtpPolicyResource", ObjectFirewallGtpPolicyArgs.builder()
.gtp("string")
.imsiPrefix("string")
.adom("string")
.maxApnRestriction("string")
.fosid(0)
.messages("string")
.imei("string")
.imsi("string")
.msisdn("string")
.apnmember("string")
.apnSelModes("string")
.action("string")
.msisdnPrefix("string")
.objectFirewallGtpPolicyId("string")
.rai("string")
.ratTypes("string")
.scopetype("string")
.uli("string")
.build());
object_firewall_gtp_policy_resource = fortimanager.ObjectFirewallGtpPolicy("objectFirewallGtpPolicyResource",
gtp="string",
imsi_prefix="string",
adom="string",
max_apn_restriction="string",
fosid=0,
messages=["string"],
imei="string",
imsi="string",
msisdn="string",
apnmember="string",
apn_sel_modes=["string"],
action="string",
msisdn_prefix="string",
object_firewall_gtp_policy_id="string",
rai="string",
rat_types=["string"],
scopetype="string",
uli="string")
const objectFirewallGtpPolicyResource = new fortimanager.ObjectFirewallGtpPolicy("objectFirewallGtpPolicyResource", {
gtp: "string",
imsiPrefix: "string",
adom: "string",
maxApnRestriction: "string",
fosid: 0,
messages: ["string"],
imei: "string",
imsi: "string",
msisdn: "string",
apnmember: "string",
apnSelModes: ["string"],
action: "string",
msisdnPrefix: "string",
objectFirewallGtpPolicyId: "string",
rai: "string",
ratTypes: ["string"],
scopetype: "string",
uli: "string",
});
type: fortimanager:ObjectFirewallGtpPolicy
properties:
action: string
adom: string
apnSelModes:
- string
apnmember: string
fosid: 0
gtp: string
imei: string
imsi: string
imsiPrefix: string
maxApnRestriction: string
messages:
- string
msisdn: string
msisdnPrefix: string
objectFirewallGtpPolicyId: string
rai: string
ratTypes:
- string
scopetype: string
uli: string
ObjectFirewallGtpPolicy 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 ObjectFirewallGtpPolicy resource accepts the following input properties:
- Gtp string
- Gtp.
- Action string
- Action. Valid values:
allow
,deny
. - 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.
- Imei string
- IMEI pattern.
- Imsi string
- IMSI prefix.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Messages List<string>
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - Msisdn string
- MSISDN prefix.
- Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- Rai string
- RAI pattern.
- Rat
Types List<string> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - Uli string
- ULI pattern.
- Gtp string
- Gtp.
- Action string
- Action. Valid values:
allow
,deny
. - 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.
- Imei string
- IMEI pattern.
- Imsi string
- IMSI prefix.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Messages []string
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - Msisdn string
- MSISDN prefix.
- Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- Rai string
- RAI pattern.
- Rat
Types []string - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - Uli string
- ULI pattern.
- gtp String
- Gtp.
- action String
- Action. Valid values:
allow
,deny
. - 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.
- imei String
- IMEI pattern.
- imsi String
- IMSI prefix.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages List<String>
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn String
- MSISDN prefix.
- msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- rai String
- RAI pattern.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli String
- ULI pattern.
- gtp string
- Gtp.
- action string
- Action. Valid values:
allow
,deny
. - 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.
- imei string
- IMEI pattern.
- imsi string
- IMSI prefix.
- imsi
Prefix string - IMSI prefix.
- max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages string[]
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn string
- MSISDN prefix.
- msisdn
Prefix string - MSISDN prefix.
- object
Firewall stringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- rai string
- RAI pattern.
- rat
Types string[] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli string
- ULI pattern.
- gtp str
- Gtp.
- action str
- Action. Valid values:
allow
,deny
. - 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.
- imei str
- IMEI pattern.
- imsi str
- IMSI prefix.
- imsi_
prefix str - IMSI prefix.
- max_
apn_ strrestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages Sequence[str]
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn str
- MSISDN prefix.
- msisdn_
prefix str - MSISDN prefix.
- object_
firewall_ strgtp_ policy_ id - an identifier for the resource with format {{fosid}}.
- rai str
- RAI pattern.
- rat_
types Sequence[str] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli str
- ULI pattern.
- gtp String
- Gtp.
- action String
- Action. Valid values:
allow
,deny
. - 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.
- imei String
- IMEI pattern.
- imsi String
- IMSI prefix.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages List<String>
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn String
- MSISDN prefix.
- msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- rai String
- RAI pattern.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli String
- ULI pattern.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtpPolicy 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 ObjectFirewallGtpPolicy Resource
Get an existing ObjectFirewallGtpPolicy 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?: ObjectFirewallGtpPolicyState, opts?: CustomResourceOptions): ObjectFirewallGtpPolicy
@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,
imei: Optional[str] = None,
imsi: Optional[str] = None,
imsi_prefix: Optional[str] = None,
max_apn_restriction: Optional[str] = None,
messages: Optional[Sequence[str]] = None,
msisdn: Optional[str] = None,
msisdn_prefix: Optional[str] = None,
object_firewall_gtp_policy_id: Optional[str] = None,
rai: Optional[str] = None,
rat_types: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
uli: Optional[str] = None) -> ObjectFirewallGtpPolicy
func GetObjectFirewallGtpPolicy(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpPolicyState, opts ...ResourceOption) (*ObjectFirewallGtpPolicy, error)
public static ObjectFirewallGtpPolicy Get(string name, Input<string> id, ObjectFirewallGtpPolicyState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpPolicy get(String name, Output<String> id, ObjectFirewallGtpPolicyState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtpPolicy 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:
allow
,deny
. - 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.
- Imei string
- IMEI pattern.
- Imsi string
- IMSI prefix.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Messages List<string>
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - Msisdn string
- MSISDN prefix.
- Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- Rai string
- RAI pattern.
- Rat
Types List<string> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - Uli string
- ULI pattern.
- Action string
- Action. Valid values:
allow
,deny
. - 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.
- Imei string
- IMEI pattern.
- Imsi string
- IMSI prefix.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Messages []string
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - Msisdn string
- MSISDN prefix.
- Msisdn
Prefix string - MSISDN prefix.
- Object
Firewall stringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- Rai string
- RAI pattern.
- Rat
Types []string - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - Uli string
- ULI pattern.
- action String
- Action. Valid values:
allow
,deny
. - 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.
- imei String
- IMEI pattern.
- imsi String
- IMSI prefix.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages List<String>
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn String
- MSISDN prefix.
- msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- rai String
- RAI pattern.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli String
- ULI pattern.
- action string
- Action. Valid values:
allow
,deny
. - 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.
- imei string
- IMEI pattern.
- imsi string
- IMSI prefix.
- imsi
Prefix string - IMSI prefix.
- max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages string[]
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn string
- MSISDN prefix.
- msisdn
Prefix string - MSISDN prefix.
- object
Firewall stringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- rai string
- RAI pattern.
- rat
Types string[] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli string
- ULI pattern.
- action str
- Action. Valid values:
allow
,deny
. - 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.
- imei str
- IMEI pattern.
- imsi str
- IMSI prefix.
- imsi_
prefix str - IMSI prefix.
- max_
apn_ strrestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages Sequence[str]
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn str
- MSISDN prefix.
- msisdn_
prefix str - MSISDN prefix.
- object_
firewall_ strgtp_ policy_ id - an identifier for the resource with format {{fosid}}.
- rai str
- RAI pattern.
- rat_
types Sequence[str] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli str
- ULI pattern.
- action String
- Action. Valid values:
allow
,deny
. - 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.
- imei String
- IMEI pattern.
- imsi String
- IMSI prefix.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages List<String>
- GTP messages. Valid values:
create-req
,create-res
,update-req
,update-res
. - msisdn String
- MSISDN prefix.
- msisdn
Prefix String - MSISDN prefix.
- object
Firewall StringGtp Policy Id - an identifier for the resource with format {{fosid}}.
- rai String
- RAI pattern.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
. - 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
. - uli String
- ULI pattern.
Import
ObjectFirewall GtpPolicy 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/objectFirewallGtpPolicy:ObjectFirewallGtpPolicy 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.