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

fortimanager.ObjectFirewallGtpIeremovepolicy

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    IE remove policy.

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

    Create ObjectFirewallGtpIeremovepolicy Resource

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

    Constructor syntax

    new ObjectFirewallGtpIeremovepolicy(name: string, args: ObjectFirewallGtpIeremovepolicyArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallGtpIeremovepolicy(resource_name: str,
                                        args: ObjectFirewallGtpIeremovepolicyArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallGtpIeremovepolicy(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        gtp: Optional[str] = None,
                                        adom: Optional[str] = None,
                                        fosid: Optional[float] = None,
                                        object_firewall_gtp_ieremovepolicy_id: Optional[str] = None,
                                        remove_ies: Optional[Sequence[str]] = None,
                                        scopetype: Optional[str] = None,
                                        sgsn_addr: Optional[str] = None,
                                        sgsn_addr6: Optional[str] = None)
    func NewObjectFirewallGtpIeremovepolicy(ctx *Context, name string, args ObjectFirewallGtpIeremovepolicyArgs, opts ...ResourceOption) (*ObjectFirewallGtpIeremovepolicy, error)
    public ObjectFirewallGtpIeremovepolicy(string name, ObjectFirewallGtpIeremovepolicyArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallGtpIeremovepolicy(String name, ObjectFirewallGtpIeremovepolicyArgs args)
    public ObjectFirewallGtpIeremovepolicy(String name, ObjectFirewallGtpIeremovepolicyArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallGtpIeremovepolicy
    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 ObjectFirewallGtpIeremovepolicyArgs
    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 ObjectFirewallGtpIeremovepolicyArgs
    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 ObjectFirewallGtpIeremovepolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallGtpIeremovepolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallGtpIeremovepolicyArgs
    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 objectFirewallGtpIeremovepolicyResource = new Fortimanager.ObjectFirewallGtpIeremovepolicy("objectFirewallGtpIeremovepolicyResource", new()
    {
        Gtp = "string",
        Adom = "string",
        Fosid = 0,
        ObjectFirewallGtpIeremovepolicyId = "string",
        RemoveIes = new[]
        {
            "string",
        },
        Scopetype = "string",
        SgsnAddr = "string",
        SgsnAddr6 = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallGtpIeremovepolicy(ctx, "objectFirewallGtpIeremovepolicyResource", &fortimanager.ObjectFirewallGtpIeremovepolicyArgs{
    Gtp: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    ObjectFirewallGtpIeremovepolicyId: pulumi.String("string"),
    RemoveIes: pulumi.StringArray{
    pulumi.String("string"),
    },
    Scopetype: pulumi.String("string"),
    SgsnAddr: pulumi.String("string"),
    SgsnAddr6: pulumi.String("string"),
    })
    
    var objectFirewallGtpIeremovepolicyResource = new ObjectFirewallGtpIeremovepolicy("objectFirewallGtpIeremovepolicyResource", ObjectFirewallGtpIeremovepolicyArgs.builder()
        .gtp("string")
        .adom("string")
        .fosid(0)
        .objectFirewallGtpIeremovepolicyId("string")
        .removeIes("string")
        .scopetype("string")
        .sgsnAddr("string")
        .sgsnAddr6("string")
        .build());
    
    object_firewall_gtp_ieremovepolicy_resource = fortimanager.ObjectFirewallGtpIeremovepolicy("objectFirewallGtpIeremovepolicyResource",
        gtp="string",
        adom="string",
        fosid=0,
        object_firewall_gtp_ieremovepolicy_id="string",
        remove_ies=["string"],
        scopetype="string",
        sgsn_addr="string",
        sgsn_addr6="string")
    
    const objectFirewallGtpIeremovepolicyResource = new fortimanager.ObjectFirewallGtpIeremovepolicy("objectFirewallGtpIeremovepolicyResource", {
        gtp: "string",
        adom: "string",
        fosid: 0,
        objectFirewallGtpIeremovepolicyId: "string",
        removeIes: ["string"],
        scopetype: "string",
        sgsnAddr: "string",
        sgsnAddr6: "string",
    });
    
    type: fortimanager:ObjectFirewallGtpIeremovepolicy
    properties:
        adom: string
        fosid: 0
        gtp: string
        objectFirewallGtpIeremovepolicyId: string
        removeIes:
            - string
        scopetype: string
        sgsnAddr: string
        sgsnAddr6: string
    

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

    Gtp 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.
    Fosid double
    ID.
    ObjectFirewallGtpIeremovepolicyId string
    an identifier for the resource with format {{fosid}}.
    RemoveIes List<string>
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    SgsnAddr string
    SGSN address name.
    SgsnAddr6 string
    SGSN IPv6 address name.
    Gtp 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.
    Fosid float64
    ID.
    ObjectFirewallGtpIeremovepolicyId string
    an identifier for the resource with format {{fosid}}.
    RemoveIes []string
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    SgsnAddr string
    SGSN address name.
    SgsnAddr6 string
    SGSN IPv6 address name.
    gtp 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.
    fosid Double
    ID.
    objectFirewallGtpIeremovepolicyId String
    an identifier for the resource with format {{fosid}}.
    removeIes List<String>
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsnAddr String
    SGSN address name.
    sgsnAddr6 String
    SGSN IPv6 address name.
    gtp 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.
    fosid number
    ID.
    objectFirewallGtpIeremovepolicyId string
    an identifier for the resource with format {{fosid}}.
    removeIes string[]
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsnAddr string
    SGSN address name.
    sgsnAddr6 string
    SGSN IPv6 address name.
    gtp 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.
    fosid float
    ID.
    object_firewall_gtp_ieremovepolicy_id str
    an identifier for the resource with format {{fosid}}.
    remove_ies Sequence[str]
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsn_addr str
    SGSN address name.
    sgsn_addr6 str
    SGSN IPv6 address name.
    gtp 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.
    fosid Number
    ID.
    objectFirewallGtpIeremovepolicyId String
    an identifier for the resource with format {{fosid}}.
    removeIes List<String>
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsnAddr String
    SGSN address name.
    sgsnAddr6 String
    SGSN IPv6 address name.

    Outputs

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

    Get an existing ObjectFirewallGtpIeremovepolicy 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?: ObjectFirewallGtpIeremovepolicyState, opts?: CustomResourceOptions): ObjectFirewallGtpIeremovepolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            fosid: Optional[float] = None,
            gtp: Optional[str] = None,
            object_firewall_gtp_ieremovepolicy_id: Optional[str] = None,
            remove_ies: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            sgsn_addr: Optional[str] = None,
            sgsn_addr6: Optional[str] = None) -> ObjectFirewallGtpIeremovepolicy
    func GetObjectFirewallGtpIeremovepolicy(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpIeremovepolicyState, opts ...ResourceOption) (*ObjectFirewallGtpIeremovepolicy, error)
    public static ObjectFirewallGtpIeremovepolicy Get(string name, Input<string> id, ObjectFirewallGtpIeremovepolicyState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallGtpIeremovepolicy get(String name, Output<String> id, ObjectFirewallGtpIeremovepolicyState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallGtpIeremovepolicy    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.
    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.
    Fosid double
    ID.
    Gtp string
    Gtp.
    ObjectFirewallGtpIeremovepolicyId string
    an identifier for the resource with format {{fosid}}.
    RemoveIes List<string>
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    SgsnAddr string
    SGSN address name.
    SgsnAddr6 string
    SGSN IPv6 address name.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fosid float64
    ID.
    Gtp string
    Gtp.
    ObjectFirewallGtpIeremovepolicyId string
    an identifier for the resource with format {{fosid}}.
    RemoveIes []string
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    SgsnAddr string
    SGSN address name.
    SgsnAddr6 string
    SGSN IPv6 address name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid Double
    ID.
    gtp String
    Gtp.
    objectFirewallGtpIeremovepolicyId String
    an identifier for the resource with format {{fosid}}.
    removeIes List<String>
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsnAddr String
    SGSN address name.
    sgsnAddr6 String
    SGSN IPv6 address name.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid number
    ID.
    gtp string
    Gtp.
    objectFirewallGtpIeremovepolicyId string
    an identifier for the resource with format {{fosid}}.
    removeIes string[]
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsnAddr string
    SGSN address name.
    sgsnAddr6 string
    SGSN IPv6 address name.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid float
    ID.
    gtp str
    Gtp.
    object_firewall_gtp_ieremovepolicy_id str
    an identifier for the resource with format {{fosid}}.
    remove_ies Sequence[str]
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsn_addr str
    SGSN address name.
    sgsn_addr6 str
    SGSN IPv6 address name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fosid Number
    ID.
    gtp String
    Gtp.
    objectFirewallGtpIeremovepolicyId String
    an identifier for the resource with format {{fosid}}.
    removeIes List<String>
    GTP IEs to be removed. Valid values: apn-restriction, rat-type, rai, uli, imei.
    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.
    sgsnAddr String
    SGSN address name.
    sgsnAddr6 String
    SGSN IPv6 address name.

    Import

    ObjectFirewall GtpIeRemovePolicy 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/objectFirewallGtpIeremovepolicy:ObjectFirewallGtpIeremovepolicy 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev