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

fortimanager.ObjectFirewallGtpApn

Explore with Pulumi AI

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

    APN.

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

    Create ObjectFirewallGtpApn Resource

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

    Constructor syntax

    new ObjectFirewallGtpApn(name: string, args: ObjectFirewallGtpApnArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallGtpApn(resource_name: str,
                             args: ObjectFirewallGtpApnInitArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallGtpApn(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             gtp: Optional[str] = None,
                             action: Optional[str] = None,
                             adom: Optional[str] = None,
                             apnmember: Optional[str] = None,
                             fosid: Optional[float] = None,
                             object_firewall_gtp_apn_id: Optional[str] = None,
                             scopetype: Optional[str] = None,
                             selection_modes: Optional[Sequence[str]] = None)
    func NewObjectFirewallGtpApn(ctx *Context, name string, args ObjectFirewallGtpApnArgs, opts ...ResourceOption) (*ObjectFirewallGtpApn, error)
    public ObjectFirewallGtpApn(string name, ObjectFirewallGtpApnArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallGtpApn(String name, ObjectFirewallGtpApnArgs args)
    public ObjectFirewallGtpApn(String name, ObjectFirewallGtpApnArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallGtpApn
    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 ObjectFirewallGtpApnArgs
    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 ObjectFirewallGtpApnInitArgs
    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 ObjectFirewallGtpApnArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallGtpApnArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallGtpApnArgs
    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 objectFirewallGtpApnResource = new Fortimanager.ObjectFirewallGtpApn("objectFirewallGtpApnResource", new()
    {
        Gtp = "string",
        Action = "string",
        Adom = "string",
        Apnmember = "string",
        Fosid = 0,
        ObjectFirewallGtpApnId = "string",
        Scopetype = "string",
        SelectionModes = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectFirewallGtpApn(ctx, "objectFirewallGtpApnResource", &fortimanager.ObjectFirewallGtpApnArgs{
    Gtp: pulumi.String("string"),
    Action: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Apnmember: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    ObjectFirewallGtpApnId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SelectionModes: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var objectFirewallGtpApnResource = new ObjectFirewallGtpApn("objectFirewallGtpApnResource", ObjectFirewallGtpApnArgs.builder()
        .gtp("string")
        .action("string")
        .adom("string")
        .apnmember("string")
        .fosid(0)
        .objectFirewallGtpApnId("string")
        .scopetype("string")
        .selectionModes("string")
        .build());
    
    object_firewall_gtp_apn_resource = fortimanager.ObjectFirewallGtpApn("objectFirewallGtpApnResource",
        gtp="string",
        action="string",
        adom="string",
        apnmember="string",
        fosid=0,
        object_firewall_gtp_apn_id="string",
        scopetype="string",
        selection_modes=["string"])
    
    const objectFirewallGtpApnResource = new fortimanager.ObjectFirewallGtpApn("objectFirewallGtpApnResource", {
        gtp: "string",
        action: "string",
        adom: "string",
        apnmember: "string",
        fosid: 0,
        objectFirewallGtpApnId: "string",
        scopetype: "string",
        selectionModes: ["string"],
    });
    
    type: fortimanager:ObjectFirewallGtpApn
    properties:
        action: string
        adom: string
        apnmember: string
        fosid: 0
        gtp: string
        objectFirewallGtpApnId: string
        scopetype: string
        selectionModes:
            - string
    

    ObjectFirewallGtpApn 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 ObjectFirewallGtpApn 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 is adom, otherwise the value of adom in the provider will be inherited.
    Apnmember string
    APN member.
    Fosid double
    ID.
    ObjectFirewallGtpApnId string
    an identifier for the resource with format {{fosid}}.
    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.
    SelectionModes List<string>
    APN selection mode. Valid values: ms, net, vrf.
    Gtp string
    Gtp.
    Action string
    Action. Valid values: allow, deny.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Apnmember string
    APN member.
    Fosid float64
    ID.
    ObjectFirewallGtpApnId string
    an identifier for the resource with format {{fosid}}.
    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.
    SelectionModes []string
    APN selection mode. Valid values: ms, net, vrf.
    gtp String
    Gtp.
    action String
    Action. Valid values: allow, deny.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember String
    APN member.
    fosid Double
    ID.
    objectFirewallGtpApnId String
    an identifier for the resource with format {{fosid}}.
    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.
    selectionModes List<String>
    APN selection mode. Valid values: ms, net, vrf.
    gtp string
    Gtp.
    action string
    Action. Valid values: allow, deny.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember string
    APN member.
    fosid number
    ID.
    objectFirewallGtpApnId string
    an identifier for the resource with format {{fosid}}.
    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.
    selectionModes string[]
    APN selection mode. Valid values: ms, net, vrf.
    gtp str
    Gtp.
    action str
    Action. Valid values: allow, deny.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember str
    APN member.
    fosid float
    ID.
    object_firewall_gtp_apn_id str
    an identifier for the resource with format {{fosid}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selection_modes Sequence[str]
    APN selection mode. Valid values: ms, net, vrf.
    gtp String
    Gtp.
    action String
    Action. Valid values: allow, deny.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember String
    APN member.
    fosid Number
    ID.
    objectFirewallGtpApnId String
    an identifier for the resource with format {{fosid}}.
    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.
    selectionModes List<String>
    APN selection mode. Valid values: ms, net, vrf.

    Outputs

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

    Get an existing ObjectFirewallGtpApn 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?: ObjectFirewallGtpApnState, opts?: CustomResourceOptions): ObjectFirewallGtpApn
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            apnmember: Optional[str] = None,
            fosid: Optional[float] = None,
            gtp: Optional[str] = None,
            object_firewall_gtp_apn_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            selection_modes: Optional[Sequence[str]] = None) -> ObjectFirewallGtpApn
    func GetObjectFirewallGtpApn(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpApnState, opts ...ResourceOption) (*ObjectFirewallGtpApn, error)
    public static ObjectFirewallGtpApn Get(string name, Input<string> id, ObjectFirewallGtpApnState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallGtpApn get(String name, Output<String> id, ObjectFirewallGtpApnState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallGtpApn    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:
    Action string
    Action. Valid values: allow, deny.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Apnmember string
    APN member.
    Fosid double
    ID.
    Gtp string
    Gtp.
    ObjectFirewallGtpApnId string
    an identifier for the resource with format {{fosid}}.
    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.
    SelectionModes List<string>
    APN selection mode. Valid values: ms, net, vrf.
    Action string
    Action. Valid values: allow, deny.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Apnmember string
    APN member.
    Fosid float64
    ID.
    Gtp string
    Gtp.
    ObjectFirewallGtpApnId string
    an identifier for the resource with format {{fosid}}.
    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.
    SelectionModes []string
    APN selection mode. Valid values: ms, net, vrf.
    action String
    Action. Valid values: allow, deny.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember String
    APN member.
    fosid Double
    ID.
    gtp String
    Gtp.
    objectFirewallGtpApnId String
    an identifier for the resource with format {{fosid}}.
    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.
    selectionModes List<String>
    APN selection mode. Valid values: ms, net, vrf.
    action string
    Action. Valid values: allow, deny.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember string
    APN member.
    fosid number
    ID.
    gtp string
    Gtp.
    objectFirewallGtpApnId string
    an identifier for the resource with format {{fosid}}.
    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.
    selectionModes string[]
    APN selection mode. Valid values: ms, net, vrf.
    action str
    Action. Valid values: allow, deny.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember str
    APN member.
    fosid float
    ID.
    gtp str
    Gtp.
    object_firewall_gtp_apn_id str
    an identifier for the resource with format {{fosid}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    selection_modes Sequence[str]
    APN selection mode. Valid values: ms, net, vrf.
    action String
    Action. Valid values: allow, deny.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    apnmember String
    APN member.
    fosid Number
    ID.
    gtp String
    Gtp.
    objectFirewallGtpApnId String
    an identifier for the resource with format {{fosid}}.
    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.
    selectionModes List<String>
    APN selection mode. Valid values: ms, net, vrf.

    Import

    ObjectFirewall GtpApn 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/objectFirewallGtpApn:ObjectFirewallGtpApn 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