1. Packages
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. SystempSystemTemplateInterfaceIprange
Viewing docs for fortimanager 1.17.0
published on Monday, May 4, 2026 by fortinetdev
Viewing docs for fortimanager 1.17.0
published on Monday, May 4, 2026 by fortinetdev

    Systemp SystemTemplateInterfaceIpRange

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

    Create SystempSystemTemplateInterfaceIprange Resource

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

    Constructor syntax

    new SystempSystemTemplateInterfaceIprange(name: string, args: SystempSystemTemplateInterfaceIprangeArgs, opts?: CustomResourceOptions);
    @overload
    def SystempSystemTemplateInterfaceIprange(resource_name: str,
                                              args: SystempSystemTemplateInterfaceIprangeArgs,
                                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystempSystemTemplateInterfaceIprange(resource_name: str,
                                              opts: Optional[ResourceOptions] = None,
                                              devprof: Optional[str] = None,
                                              interface: Optional[str] = None,
                                              adom: Optional[str] = None,
                                              end_ip: Optional[str] = None,
                                              fosid: Optional[float] = None,
                                              scopetype: Optional[str] = None,
                                              start_ip: Optional[str] = None,
                                              systemp_system_template_interface_iprange_id: Optional[str] = None,
                                              update_if_exist: Optional[bool] = None)
    func NewSystempSystemTemplateInterfaceIprange(ctx *Context, name string, args SystempSystemTemplateInterfaceIprangeArgs, opts ...ResourceOption) (*SystempSystemTemplateInterfaceIprange, error)
    public SystempSystemTemplateInterfaceIprange(string name, SystempSystemTemplateInterfaceIprangeArgs args, CustomResourceOptions? opts = null)
    public SystempSystemTemplateInterfaceIprange(String name, SystempSystemTemplateInterfaceIprangeArgs args)
    public SystempSystemTemplateInterfaceIprange(String name, SystempSystemTemplateInterfaceIprangeArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystempSystemTemplateInterfaceIprange
    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 SystempSystemTemplateInterfaceIprangeArgs
    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 SystempSystemTemplateInterfaceIprangeArgs
    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 SystempSystemTemplateInterfaceIprangeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystempSystemTemplateInterfaceIprangeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystempSystemTemplateInterfaceIprangeArgs
    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 systempSystemTemplateInterfaceIprangeResource = new Fortimanager.SystempSystemTemplateInterfaceIprange("systempSystemTemplateInterfaceIprangeResource", new()
    {
        Devprof = "string",
        Interface = "string",
        Adom = "string",
        EndIp = "string",
        Fosid = 0,
        Scopetype = "string",
        StartIp = "string",
        SystempSystemTemplateInterfaceIprangeId = "string",
        UpdateIfExist = false,
    });
    
    example, err := fortimanager.NewSystempSystemTemplateInterfaceIprange(ctx, "systempSystemTemplateInterfaceIprangeResource", &fortimanager.SystempSystemTemplateInterfaceIprangeArgs{
    	Devprof:                                 pulumi.String("string"),
    	Interface:                               pulumi.String("string"),
    	Adom:                                    pulumi.String("string"),
    	EndIp:                                   pulumi.String("string"),
    	Fosid:                                   pulumi.Float64(0),
    	Scopetype:                               pulumi.String("string"),
    	StartIp:                                 pulumi.String("string"),
    	SystempSystemTemplateInterfaceIprangeId: pulumi.String("string"),
    	UpdateIfExist:                           pulumi.Bool(false),
    })
    
    var systempSystemTemplateInterfaceIprangeResource = new SystempSystemTemplateInterfaceIprange("systempSystemTemplateInterfaceIprangeResource", SystempSystemTemplateInterfaceIprangeArgs.builder()
        .devprof("string")
        .interface_("string")
        .adom("string")
        .endIp("string")
        .fosid(0.0)
        .scopetype("string")
        .startIp("string")
        .systempSystemTemplateInterfaceIprangeId("string")
        .updateIfExist(false)
        .build());
    
    systemp_system_template_interface_iprange_resource = fortimanager.SystempSystemTemplateInterfaceIprange("systempSystemTemplateInterfaceIprangeResource",
        devprof="string",
        interface="string",
        adom="string",
        end_ip="string",
        fosid=float(0),
        scopetype="string",
        start_ip="string",
        systemp_system_template_interface_iprange_id="string",
        update_if_exist=False)
    
    const systempSystemTemplateInterfaceIprangeResource = new fortimanager.SystempSystemTemplateInterfaceIprange("systempSystemTemplateInterfaceIprangeResource", {
        devprof: "string",
        "interface": "string",
        adom: "string",
        endIp: "string",
        fosid: 0,
        scopetype: "string",
        startIp: "string",
        systempSystemTemplateInterfaceIprangeId: "string",
        updateIfExist: false,
    });
    
    type: fortimanager:SystempSystemTemplateInterfaceIprange
    properties:
        adom: string
        devprof: string
        endIp: string
        fosid: 0
        interface: string
        scopetype: string
        startIp: string
        systempSystemTemplateInterfaceIprangeId: string
        updateIfExist: false
    

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

    Devprof string
    Devprof.
    Interface string
    Interface.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    EndIp string
    End-Ip.
    Fosid double
    Id.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    StartIp string
    Start-Ip.
    SystempSystemTemplateInterfaceIprangeId string
    an identifier for the resource with format {{fosid}}.
    UpdateIfExist bool
    Devprof string
    Devprof.
    Interface string
    Interface.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    EndIp string
    End-Ip.
    Fosid float64
    Id.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    StartIp string
    Start-Ip.
    SystempSystemTemplateInterfaceIprangeId string
    an identifier for the resource with format {{fosid}}.
    UpdateIfExist bool
    devprof String
    Devprof.
    interface_ String
    Interface.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    endIp String
    End-Ip.
    fosid Double
    Id.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    startIp String
    Start-Ip.
    systempSystemTemplateInterfaceIprangeId String
    an identifier for the resource with format {{fosid}}.
    updateIfExist Boolean
    devprof string
    Devprof.
    interface string
    Interface.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    endIp string
    End-Ip.
    fosid number
    Id.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    startIp string
    Start-Ip.
    systempSystemTemplateInterfaceIprangeId string
    an identifier for the resource with format {{fosid}}.
    updateIfExist boolean
    devprof str
    Devprof.
    interface str
    Interface.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    end_ip str
    End-Ip.
    fosid float
    Id.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    start_ip str
    Start-Ip.
    systemp_system_template_interface_iprange_id str
    an identifier for the resource with format {{fosid}}.
    update_if_exist bool
    devprof String
    Devprof.
    interface String
    Interface.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    endIp String
    End-Ip.
    fosid Number
    Id.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    startIp String
    Start-Ip.
    systempSystemTemplateInterfaceIprangeId String
    an identifier for the resource with format {{fosid}}.
    updateIfExist Boolean

    Outputs

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

    Get an existing SystempSystemTemplateInterfaceIprange 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?: SystempSystemTemplateInterfaceIprangeState, opts?: CustomResourceOptions): SystempSystemTemplateInterfaceIprange
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            devprof: Optional[str] = None,
            end_ip: Optional[str] = None,
            fosid: Optional[float] = None,
            interface: Optional[str] = None,
            scopetype: Optional[str] = None,
            start_ip: Optional[str] = None,
            systemp_system_template_interface_iprange_id: Optional[str] = None,
            update_if_exist: Optional[bool] = None) -> SystempSystemTemplateInterfaceIprange
    func GetSystempSystemTemplateInterfaceIprange(ctx *Context, name string, id IDInput, state *SystempSystemTemplateInterfaceIprangeState, opts ...ResourceOption) (*SystempSystemTemplateInterfaceIprange, error)
    public static SystempSystemTemplateInterfaceIprange Get(string name, Input<string> id, SystempSystemTemplateInterfaceIprangeState? state, CustomResourceOptions? opts = null)
    public static SystempSystemTemplateInterfaceIprange get(String name, Output<String> id, SystempSystemTemplateInterfaceIprangeState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystempSystemTemplateInterfaceIprange    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.
    Devprof string
    Devprof.
    EndIp string
    End-Ip.
    Fosid double
    Id.
    Interface string
    Interface.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    StartIp string
    Start-Ip.
    SystempSystemTemplateInterfaceIprangeId string
    an identifier for the resource with format {{fosid}}.
    UpdateIfExist bool
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Devprof string
    Devprof.
    EndIp string
    End-Ip.
    Fosid float64
    Id.
    Interface string
    Interface.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    StartIp string
    Start-Ip.
    SystempSystemTemplateInterfaceIprangeId string
    an identifier for the resource with format {{fosid}}.
    UpdateIfExist bool
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    devprof String
    Devprof.
    endIp String
    End-Ip.
    fosid Double
    Id.
    interface_ String
    Interface.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    startIp String
    Start-Ip.
    systempSystemTemplateInterfaceIprangeId String
    an identifier for the resource with format {{fosid}}.
    updateIfExist Boolean
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    devprof string
    Devprof.
    endIp string
    End-Ip.
    fosid number
    Id.
    interface string
    Interface.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    startIp string
    Start-Ip.
    systempSystemTemplateInterfaceIprangeId string
    an identifier for the resource with format {{fosid}}.
    updateIfExist boolean
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    devprof str
    Devprof.
    end_ip str
    End-Ip.
    fosid float
    Id.
    interface str
    Interface.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    start_ip str
    Start-Ip.
    systemp_system_template_interface_iprange_id str
    an identifier for the resource with format {{fosid}}.
    update_if_exist bool
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    devprof String
    Devprof.
    endIp String
    End-Ip.
    fosid Number
    Id.
    interface String
    Interface.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    startIp String
    Start-Ip.
    systempSystemTemplateInterfaceIprangeId String
    an identifier for the resource with format {{fosid}}.
    updateIfExist Boolean

    Import

    Systemp SystemTemplateInterfaceIpRange can be imported using any of these accepted formats:

    Set import_options = [“devprof=YOUR_VALUE”, “interface=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systempSystemTemplateInterfaceIprange:SystempSystemTemplateInterfaceIprange 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.
    Viewing docs for fortimanager 1.17.0
    published on Monday, May 4, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.