fortimanager.ObjectFirewallGtpIevalidation
Explore with Pulumi AI
IE validation.
This resource is a sub resource for variable
ie_validation
of resourcefortimanager.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 string
- The unique name of the resource.
- args ObjectFirewallGtpIevalidationArgs
- 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 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 string
- The unique name of the resource.
- args ObjectFirewallGtpIevalidationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpIevalidationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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 string
- Gtp.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - Charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - Charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - End
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - Gsn
Addr 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
. - Mm
Context string - Validate MM context. Valid values:
disable
,enable
. - Ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - Ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - Msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - Nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - Object
Firewall stringGtp Ievalidation Id - an identifier for the resource.
- Pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - Qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - Rai string
- Validate RAI. Valid values:
disable
,enable
. - Rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - Reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - Selection
Mode string - Validate selection mode. Valid values:
disable
,enable
. - Uli string
- Validate user location information. Valid values:
disable
,enable
.
- Gtp string
- Gtp.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - Charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - Charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - End
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - Gsn
Addr 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
. - Mm
Context string - Validate MM context. Valid values:
disable
,enable
. - Ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - Ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - Msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - Nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - Object
Firewall stringGtp Ievalidation Id - an identifier for the resource.
- Pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - Qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - Rai string
- Validate RAI. Valid values:
disable
,enable
. - Rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - Reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - Selection
Mode string - Validate selection mode. Valid values:
disable
,enable
. - Uli string
- Validate user location information. Valid values:
disable
,enable
.
- gtp String
- Gtp.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Restriction String - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway StringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id String - Validate charging ID. Valid values:
disable
,enable
. - end
User StringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr 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
. - mm
Context String - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone String - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated String - Validate MS validated. Valid values:
disable
,enable
. - msisdn String
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi String
- Validate NSAPI. Valid values:
disable
,enable
. - object
Firewall StringGtp Ievalidation Id - an identifier for the resource.
- pdp
Context String - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile String - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai String
- Validate RAI. Valid values:
disable
,enable
. - rat
Type String - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required String - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - selection
Mode String - Validate selection mode. Valid values:
disable
,enable
. - uli String
- Validate user location information. Valid values:
disable
,enable
.
- gtp string
- Gtp.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - end
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr 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
. - mm
Context string - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - object
Firewall stringGtp Ievalidation Id - an identifier for the resource.
- pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai string
- Validate RAI. Valid values:
disable
,enable
. - rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - selection
Mode string - Validate selection mode. Valid values:
disable
,enable
. - uli string
- Validate user location information. Valid values:
disable
,enable
.
- gtp str
- Gtp.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn_
restriction str - Validate APN restriction. Valid values:
disable
,enable
. - charging_
gateway_ straddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging_
id str - Validate charging ID. Valid values:
disable
,enable
. - end_
user_ straddr - 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_ strgtp_ ievalidation_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - selection_
mode str - Validate selection mode. Valid values:
disable
,enable
. - uli str
- Validate user location information. Valid values:
disable
,enable
.
- gtp String
- Gtp.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Restriction String - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway StringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id String - Validate charging ID. Valid values:
disable
,enable
. - end
User StringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr 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
. - mm
Context String - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone String - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated String - Validate MS validated. Valid values:
disable
,enable
. - msisdn String
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi String
- Validate NSAPI. Valid values:
disable
,enable
. - object
Firewall StringGtp Ievalidation Id - an identifier for the resource.
- pdp
Context String - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile String - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai String
- Validate RAI. Valid values:
disable
,enable
. - rat
Type String - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required String - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - selection
Mode 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
- 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. - Apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - Charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - Charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - End
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - Gsn
Addr 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
. - Mm
Context string - Validate MM context. Valid values:
disable
,enable
. - Ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - Ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - Msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - Nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - Object
Firewall stringGtp Ievalidation Id - an identifier for the resource.
- Pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - Qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - Rai string
- Validate RAI. Valid values:
disable
,enable
. - Rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - Reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - Selection
Mode 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
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - Charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - Charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - End
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - Gsn
Addr 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
. - Mm
Context string - Validate MM context. Valid values:
disable
,enable
. - Ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - Ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - Msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - Nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - Object
Firewall stringGtp Ievalidation Id - an identifier for the resource.
- Pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - Qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - Rai string
- Validate RAI. Valid values:
disable
,enable
. - Rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - Reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - Selection
Mode 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
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Restriction String - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway StringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id String - Validate charging ID. Valid values:
disable
,enable
. - end
User StringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr 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
. - mm
Context String - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone String - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated String - Validate MS validated. Valid values:
disable
,enable
. - msisdn String
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi String
- Validate NSAPI. Valid values:
disable
,enable
. - object
Firewall StringGtp Ievalidation Id - an identifier for the resource.
- pdp
Context String - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile String - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai String
- Validate RAI. Valid values:
disable
,enable
. - rat
Type String - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required String - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - selection
Mode 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
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - end
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr 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
. - mm
Context string - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - object
Firewall stringGtp Ievalidation Id - an identifier for the resource.
- pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai string
- Validate RAI. Valid values:
disable
,enable
. - rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - selection
Mode 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
isadom
, otherwise the value of adom in the provider will be inherited. - apn_
restriction str - Validate APN restriction. Valid values:
disable
,enable
. - charging_
gateway_ straddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging_
id str - Validate charging ID. Valid values:
disable
,enable
. - end_
user_ straddr - 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_ strgtp_ ievalidation_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Restriction String - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway StringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id String - Validate charging ID. Valid values:
disable
,enable
. - end
User StringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr 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
. - mm
Context String - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone String - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated String - Validate MS validated. Valid values:
disable
,enable
. - msisdn String
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi String
- Validate NSAPI. Valid values:
disable
,enable
. - object
Firewall StringGtp Ievalidation Id - an identifier for the resource.
- pdp
Context String - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile String - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai String
- Validate RAI. Valid values:
disable
,enable
. - rat
Type String - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required String - Validate re-ordering required. Valid values:
disable
,enable
. - 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
. - selection
Mode 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
$ 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.