1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallInternetserviceextensionDisableentryIprange
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    IPv4 ranges in the disable entry.

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

    Create ObjectFirewallInternetserviceextensionDisableentryIprange Resource

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

    Constructor syntax

    new ObjectFirewallInternetserviceextensionDisableentryIprange(name: string, args: ObjectFirewallInternetserviceextensionDisableentryIprangeArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallInternetserviceextensionDisableentryIprange(resource_name: str,
                                                                  args: ObjectFirewallInternetserviceextensionDisableentryIprangeArgs,
                                                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallInternetserviceextensionDisableentryIprange(resource_name: str,
                                                                  opts: Optional[ResourceOptions] = None,
                                                                  disable_entry: Optional[str] = None,
                                                                  internet_service_extension: Optional[str] = None,
                                                                  adom: Optional[str] = None,
                                                                  end_ip: Optional[str] = None,
                                                                  fosid: Optional[float] = None,
                                                                  object_firewall_internetserviceextension_disableentry_iprange_id: Optional[str] = None,
                                                                  scopetype: Optional[str] = None,
                                                                  start_ip: Optional[str] = None)
    func NewObjectFirewallInternetserviceextensionDisableentryIprange(ctx *Context, name string, args ObjectFirewallInternetserviceextensionDisableentryIprangeArgs, opts ...ResourceOption) (*ObjectFirewallInternetserviceextensionDisableentryIprange, error)
    public ObjectFirewallInternetserviceextensionDisableentryIprange(string name, ObjectFirewallInternetserviceextensionDisableentryIprangeArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallInternetserviceextensionDisableentryIprange(String name, ObjectFirewallInternetserviceextensionDisableentryIprangeArgs args)
    public ObjectFirewallInternetserviceextensionDisableentryIprange(String name, ObjectFirewallInternetserviceextensionDisableentryIprangeArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallInternetserviceextensionDisableentryIprange
    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 ObjectFirewallInternetserviceextensionDisableentryIprangeArgs
    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 ObjectFirewallInternetserviceextensionDisableentryIprangeArgs
    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 ObjectFirewallInternetserviceextensionDisableentryIprangeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallInternetserviceextensionDisableentryIprangeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallInternetserviceextensionDisableentryIprangeArgs
    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 objectFirewallInternetserviceextensionDisableentryIprangeResource = new Fortimanager.ObjectFirewallInternetserviceextensionDisableentryIprange("objectFirewallInternetserviceextensionDisableentryIprangeResource", new()
    {
        DisableEntry = "string",
        InternetServiceExtension = "string",
        Adom = "string",
        EndIp = "string",
        Fosid = 0,
        ObjectFirewallInternetserviceextensionDisableentryIprangeId = "string",
        Scopetype = "string",
        StartIp = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallInternetserviceextensionDisableentryIprange(ctx, "objectFirewallInternetserviceextensionDisableentryIprangeResource", &fortimanager.ObjectFirewallInternetserviceextensionDisableentryIprangeArgs{
    	DisableEntry:             pulumi.String("string"),
    	InternetServiceExtension: pulumi.String("string"),
    	Adom:                     pulumi.String("string"),
    	EndIp:                    pulumi.String("string"),
    	Fosid:                    pulumi.Float64(0),
    	ObjectFirewallInternetserviceextensionDisableentryIprangeId: pulumi.String("string"),
    	Scopetype: pulumi.String("string"),
    	StartIp:   pulumi.String("string"),
    })
    
    var objectFirewallInternetserviceextensionDisableentryIprangeResource = new ObjectFirewallInternetserviceextensionDisableentryIprange("objectFirewallInternetserviceextensionDisableentryIprangeResource", ObjectFirewallInternetserviceextensionDisableentryIprangeArgs.builder()
        .disableEntry("string")
        .internetServiceExtension("string")
        .adom("string")
        .endIp("string")
        .fosid(0.0)
        .objectFirewallInternetserviceextensionDisableentryIprangeId("string")
        .scopetype("string")
        .startIp("string")
        .build());
    
    object_firewall_internetserviceextension_disableentry_iprange_resource = fortimanager.ObjectFirewallInternetserviceextensionDisableentryIprange("objectFirewallInternetserviceextensionDisableentryIprangeResource",
        disable_entry="string",
        internet_service_extension="string",
        adom="string",
        end_ip="string",
        fosid=0,
        object_firewall_internetserviceextension_disableentry_iprange_id="string",
        scopetype="string",
        start_ip="string")
    
    const objectFirewallInternetserviceextensionDisableentryIprangeResource = new fortimanager.ObjectFirewallInternetserviceextensionDisableentryIprange("objectFirewallInternetserviceextensionDisableentryIprangeResource", {
        disableEntry: "string",
        internetServiceExtension: "string",
        adom: "string",
        endIp: "string",
        fosid: 0,
        objectFirewallInternetserviceextensionDisableentryIprangeId: "string",
        scopetype: "string",
        startIp: "string",
    });
    
    type: fortimanager:ObjectFirewallInternetserviceextensionDisableentryIprange
    properties:
        adom: string
        disableEntry: string
        endIp: string
        fosid: 0
        internetServiceExtension: string
        objectFirewallInternetserviceextensionDisableentryIprangeId: string
        scopetype: string
        startIp: string
    

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

    DisableEntry string
    Disable Entry.
    InternetServiceExtension string
    Internet Service Extension.
    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 IPv4 address.
    Fosid double
    Disable entry range ID.
    ObjectFirewallInternetserviceextensionDisableentryIprangeId 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.
    StartIp string
    Start IPv4 address.
    DisableEntry string
    Disable Entry.
    InternetServiceExtension string
    Internet Service Extension.
    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 IPv4 address.
    Fosid float64
    Disable entry range ID.
    ObjectFirewallInternetserviceextensionDisableentryIprangeId 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.
    StartIp string
    Start IPv4 address.
    disableEntry String
    Disable Entry.
    internetServiceExtension String
    Internet Service Extension.
    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 IPv4 address.
    fosid Double
    Disable entry range ID.
    objectFirewallInternetserviceextensionDisableentryIprangeId 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.
    startIp String
    Start IPv4 address.
    disableEntry string
    Disable Entry.
    internetServiceExtension string
    Internet Service Extension.
    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 IPv4 address.
    fosid number
    Disable entry range ID.
    objectFirewallInternetserviceextensionDisableentryIprangeId 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.
    startIp string
    Start IPv4 address.
    disable_entry str
    Disable Entry.
    internet_service_extension str
    Internet Service Extension.
    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 IPv4 address.
    fosid float
    Disable entry range ID.
    object_firewall_internetserviceextension_disableentry_iprange_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.
    start_ip str
    Start IPv4 address.
    disableEntry String
    Disable Entry.
    internetServiceExtension String
    Internet Service Extension.
    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 IPv4 address.
    fosid Number
    Disable entry range ID.
    objectFirewallInternetserviceextensionDisableentryIprangeId 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.
    startIp String
    Start IPv4 address.

    Outputs

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

    Get an existing ObjectFirewallInternetserviceextensionDisableentryIprange 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?: ObjectFirewallInternetserviceextensionDisableentryIprangeState, opts?: CustomResourceOptions): ObjectFirewallInternetserviceextensionDisableentryIprange
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            disable_entry: Optional[str] = None,
            end_ip: Optional[str] = None,
            fosid: Optional[float] = None,
            internet_service_extension: Optional[str] = None,
            object_firewall_internetserviceextension_disableentry_iprange_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            start_ip: Optional[str] = None) -> ObjectFirewallInternetserviceextensionDisableentryIprange
    func GetObjectFirewallInternetserviceextensionDisableentryIprange(ctx *Context, name string, id IDInput, state *ObjectFirewallInternetserviceextensionDisableentryIprangeState, opts ...ResourceOption) (*ObjectFirewallInternetserviceextensionDisableentryIprange, error)
    public static ObjectFirewallInternetserviceextensionDisableentryIprange Get(string name, Input<string> id, ObjectFirewallInternetserviceextensionDisableentryIprangeState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallInternetserviceextensionDisableentryIprange get(String name, Output<String> id, ObjectFirewallInternetserviceextensionDisableentryIprangeState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallInternetserviceextensionDisableentryIprange    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.
    DisableEntry string
    Disable Entry.
    EndIp string
    End IPv4 address.
    Fosid double
    Disable entry range ID.
    InternetServiceExtension string
    Internet Service Extension.
    ObjectFirewallInternetserviceextensionDisableentryIprangeId 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.
    StartIp string
    Start IPv4 address.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DisableEntry string
    Disable Entry.
    EndIp string
    End IPv4 address.
    Fosid float64
    Disable entry range ID.
    InternetServiceExtension string
    Internet Service Extension.
    ObjectFirewallInternetserviceextensionDisableentryIprangeId 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.
    StartIp string
    Start IPv4 address.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    disableEntry String
    Disable Entry.
    endIp String
    End IPv4 address.
    fosid Double
    Disable entry range ID.
    internetServiceExtension String
    Internet Service Extension.
    objectFirewallInternetserviceextensionDisableentryIprangeId 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.
    startIp String
    Start IPv4 address.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    disableEntry string
    Disable Entry.
    endIp string
    End IPv4 address.
    fosid number
    Disable entry range ID.
    internetServiceExtension string
    Internet Service Extension.
    objectFirewallInternetserviceextensionDisableentryIprangeId 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.
    startIp string
    Start IPv4 address.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    disable_entry str
    Disable Entry.
    end_ip str
    End IPv4 address.
    fosid float
    Disable entry range ID.
    internet_service_extension str
    Internet Service Extension.
    object_firewall_internetserviceextension_disableentry_iprange_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.
    start_ip str
    Start IPv4 address.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    disableEntry String
    Disable Entry.
    endIp String
    End IPv4 address.
    fosid Number
    Disable entry range ID.
    internetServiceExtension String
    Internet Service Extension.
    objectFirewallInternetserviceextensionDisableentryIprangeId 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.
    startIp String
    Start IPv4 address.

    Import

    ObjectFirewall InternetServiceExtensionDisableEntryIpRange can be imported using any of these accepted formats:

    Set import_options = [“internet_service_extension=YOUR_VALUE”, “disable_entry=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallInternetserviceextensionDisableentryIprange:ObjectFirewallInternetserviceextensionDisableentryIprange 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.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate