1. Packages
  2. Fortios
  3. API Docs
  4. router
  5. Setting
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.router.Setting

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Configure router settings.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortios from "@pulumiverse/fortios";
    
    const trname = new fortios.router.Setting("trname", {hostname: "s1"});
    
    import pulumi
    import pulumiverse_fortios as fortios
    
    trname = fortios.router.Setting("trname", hostname="s1")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/router"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := router.NewSetting(ctx, "trname", &router.SettingArgs{
    			Hostname: pulumi.String("s1"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortios = Pulumiverse.Fortios;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortios.Router.Setting("trname", new()
        {
            Hostname = "s1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortios.router.Setting;
    import com.pulumi.fortios.router.SettingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var trname = new Setting("trname", SettingArgs.builder()        
                .hostname("s1")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortios:router:Setting
        properties:
          hostname: s1
    

    Create Setting Resource

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

    Constructor syntax

    new Setting(name: string, args?: SettingArgs, opts?: CustomResourceOptions);
    @overload
    def Setting(resource_name: str,
                args: Optional[SettingArgs] = None,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Setting(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                bgp_debug_flags: Optional[str] = None,
                hostname: Optional[str] = None,
                igmp_debug_flags: Optional[str] = None,
                imi_debug_flags: Optional[str] = None,
                isis_debug_flags: Optional[str] = None,
                ospf6_debug_events_flags: Optional[str] = None,
                ospf6_debug_ifsm_flags: Optional[str] = None,
                ospf6_debug_lsa_flags: Optional[str] = None,
                ospf6_debug_nfsm_flags: Optional[str] = None,
                ospf6_debug_nsm_flags: Optional[str] = None,
                ospf6_debug_packet_flags: Optional[str] = None,
                ospf6_debug_route_flags: Optional[str] = None,
                ospf_debug_events_flags: Optional[str] = None,
                ospf_debug_ifsm_flags: Optional[str] = None,
                ospf_debug_lsa_flags: Optional[str] = None,
                ospf_debug_nfsm_flags: Optional[str] = None,
                ospf_debug_nsm_flags: Optional[str] = None,
                ospf_debug_packet_flags: Optional[str] = None,
                ospf_debug_route_flags: Optional[str] = None,
                pimdm_debug_flags: Optional[str] = None,
                pimsm_debug_joinprune_flags: Optional[str] = None,
                pimsm_debug_simple_flags: Optional[str] = None,
                pimsm_debug_timer_flags: Optional[str] = None,
                rip_debug_flags: Optional[str] = None,
                ripng_debug_flags: Optional[str] = None,
                show_filter: Optional[str] = None,
                vdomparam: Optional[str] = None)
    func NewSetting(ctx *Context, name string, args *SettingArgs, opts ...ResourceOption) (*Setting, error)
    public Setting(string name, SettingArgs? args = null, CustomResourceOptions? opts = null)
    public Setting(String name, SettingArgs args)
    public Setting(String name, SettingArgs args, CustomResourceOptions options)
    
    type: fortios:router:Setting
    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 SettingArgs
    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 SettingArgs
    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 SettingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SettingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SettingArgs
    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 examplesettingResourceResourceFromRoutersetting = new Fortios.Router.Setting("examplesettingResourceResourceFromRoutersetting", new()
    {
        BgpDebugFlags = "string",
        Hostname = "string",
        IgmpDebugFlags = "string",
        ImiDebugFlags = "string",
        IsisDebugFlags = "string",
        Ospf6DebugEventsFlags = "string",
        Ospf6DebugIfsmFlags = "string",
        Ospf6DebugLsaFlags = "string",
        Ospf6DebugNfsmFlags = "string",
        Ospf6DebugNsmFlags = "string",
        Ospf6DebugPacketFlags = "string",
        Ospf6DebugRouteFlags = "string",
        OspfDebugEventsFlags = "string",
        OspfDebugIfsmFlags = "string",
        OspfDebugLsaFlags = "string",
        OspfDebugNfsmFlags = "string",
        OspfDebugNsmFlags = "string",
        OspfDebugPacketFlags = "string",
        OspfDebugRouteFlags = "string",
        PimdmDebugFlags = "string",
        PimsmDebugJoinpruneFlags = "string",
        PimsmDebugSimpleFlags = "string",
        PimsmDebugTimerFlags = "string",
        RipDebugFlags = "string",
        RipngDebugFlags = "string",
        ShowFilter = "string",
        Vdomparam = "string",
    });
    
    example, err := router.NewSetting(ctx, "examplesettingResourceResourceFromRoutersetting", &router.SettingArgs{
    	BgpDebugFlags:            pulumi.String("string"),
    	Hostname:                 pulumi.String("string"),
    	IgmpDebugFlags:           pulumi.String("string"),
    	ImiDebugFlags:            pulumi.String("string"),
    	IsisDebugFlags:           pulumi.String("string"),
    	Ospf6DebugEventsFlags:    pulumi.String("string"),
    	Ospf6DebugIfsmFlags:      pulumi.String("string"),
    	Ospf6DebugLsaFlags:       pulumi.String("string"),
    	Ospf6DebugNfsmFlags:      pulumi.String("string"),
    	Ospf6DebugNsmFlags:       pulumi.String("string"),
    	Ospf6DebugPacketFlags:    pulumi.String("string"),
    	Ospf6DebugRouteFlags:     pulumi.String("string"),
    	OspfDebugEventsFlags:     pulumi.String("string"),
    	OspfDebugIfsmFlags:       pulumi.String("string"),
    	OspfDebugLsaFlags:        pulumi.String("string"),
    	OspfDebugNfsmFlags:       pulumi.String("string"),
    	OspfDebugNsmFlags:        pulumi.String("string"),
    	OspfDebugPacketFlags:     pulumi.String("string"),
    	OspfDebugRouteFlags:      pulumi.String("string"),
    	PimdmDebugFlags:          pulumi.String("string"),
    	PimsmDebugJoinpruneFlags: pulumi.String("string"),
    	PimsmDebugSimpleFlags:    pulumi.String("string"),
    	PimsmDebugTimerFlags:     pulumi.String("string"),
    	RipDebugFlags:            pulumi.String("string"),
    	RipngDebugFlags:          pulumi.String("string"),
    	ShowFilter:               pulumi.String("string"),
    	Vdomparam:                pulumi.String("string"),
    })
    
    var examplesettingResourceResourceFromRoutersetting = new Setting("examplesettingResourceResourceFromRoutersetting", SettingArgs.builder()
        .bgpDebugFlags("string")
        .hostname("string")
        .igmpDebugFlags("string")
        .imiDebugFlags("string")
        .isisDebugFlags("string")
        .ospf6DebugEventsFlags("string")
        .ospf6DebugIfsmFlags("string")
        .ospf6DebugLsaFlags("string")
        .ospf6DebugNfsmFlags("string")
        .ospf6DebugNsmFlags("string")
        .ospf6DebugPacketFlags("string")
        .ospf6DebugRouteFlags("string")
        .ospfDebugEventsFlags("string")
        .ospfDebugIfsmFlags("string")
        .ospfDebugLsaFlags("string")
        .ospfDebugNfsmFlags("string")
        .ospfDebugNsmFlags("string")
        .ospfDebugPacketFlags("string")
        .ospfDebugRouteFlags("string")
        .pimdmDebugFlags("string")
        .pimsmDebugJoinpruneFlags("string")
        .pimsmDebugSimpleFlags("string")
        .pimsmDebugTimerFlags("string")
        .ripDebugFlags("string")
        .ripngDebugFlags("string")
        .showFilter("string")
        .vdomparam("string")
        .build());
    
    examplesetting_resource_resource_from_routersetting = fortios.router.Setting("examplesettingResourceResourceFromRoutersetting",
        bgp_debug_flags="string",
        hostname="string",
        igmp_debug_flags="string",
        imi_debug_flags="string",
        isis_debug_flags="string",
        ospf6_debug_events_flags="string",
        ospf6_debug_ifsm_flags="string",
        ospf6_debug_lsa_flags="string",
        ospf6_debug_nfsm_flags="string",
        ospf6_debug_nsm_flags="string",
        ospf6_debug_packet_flags="string",
        ospf6_debug_route_flags="string",
        ospf_debug_events_flags="string",
        ospf_debug_ifsm_flags="string",
        ospf_debug_lsa_flags="string",
        ospf_debug_nfsm_flags="string",
        ospf_debug_nsm_flags="string",
        ospf_debug_packet_flags="string",
        ospf_debug_route_flags="string",
        pimdm_debug_flags="string",
        pimsm_debug_joinprune_flags="string",
        pimsm_debug_simple_flags="string",
        pimsm_debug_timer_flags="string",
        rip_debug_flags="string",
        ripng_debug_flags="string",
        show_filter="string",
        vdomparam="string")
    
    const examplesettingResourceResourceFromRoutersetting = new fortios.router.Setting("examplesettingResourceResourceFromRoutersetting", {
        bgpDebugFlags: "string",
        hostname: "string",
        igmpDebugFlags: "string",
        imiDebugFlags: "string",
        isisDebugFlags: "string",
        ospf6DebugEventsFlags: "string",
        ospf6DebugIfsmFlags: "string",
        ospf6DebugLsaFlags: "string",
        ospf6DebugNfsmFlags: "string",
        ospf6DebugNsmFlags: "string",
        ospf6DebugPacketFlags: "string",
        ospf6DebugRouteFlags: "string",
        ospfDebugEventsFlags: "string",
        ospfDebugIfsmFlags: "string",
        ospfDebugLsaFlags: "string",
        ospfDebugNfsmFlags: "string",
        ospfDebugNsmFlags: "string",
        ospfDebugPacketFlags: "string",
        ospfDebugRouteFlags: "string",
        pimdmDebugFlags: "string",
        pimsmDebugJoinpruneFlags: "string",
        pimsmDebugSimpleFlags: "string",
        pimsmDebugTimerFlags: "string",
        ripDebugFlags: "string",
        ripngDebugFlags: "string",
        showFilter: "string",
        vdomparam: "string",
    });
    
    type: fortios:router:Setting
    properties:
        bgpDebugFlags: string
        hostname: string
        igmpDebugFlags: string
        imiDebugFlags: string
        isisDebugFlags: string
        ospf6DebugEventsFlags: string
        ospf6DebugIfsmFlags: string
        ospf6DebugLsaFlags: string
        ospf6DebugNfsmFlags: string
        ospf6DebugNsmFlags: string
        ospf6DebugPacketFlags: string
        ospf6DebugRouteFlags: string
        ospfDebugEventsFlags: string
        ospfDebugIfsmFlags: string
        ospfDebugLsaFlags: string
        ospfDebugNfsmFlags: string
        ospfDebugNsmFlags: string
        ospfDebugPacketFlags: string
        ospfDebugRouteFlags: string
        pimdmDebugFlags: string
        pimsmDebugJoinpruneFlags: string
        pimsmDebugSimpleFlags: string
        pimsmDebugTimerFlags: string
        ripDebugFlags: string
        ripngDebugFlags: string
        showFilter: string
        vdomparam: string
    

    Setting Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Setting resource accepts the following input properties:

    BgpDebugFlags string
    bgp_debug_flags
    Hostname string
    Hostname for this virtual domain router.
    IgmpDebugFlags string
    igmp_debug_flags
    ImiDebugFlags string
    imi_debug_flags
    IsisDebugFlags string
    isis_debug_flags
    Ospf6DebugEventsFlags string
    ospf6_debug_events_flags
    Ospf6DebugIfsmFlags string
    ospf6_debug_ifsm_flags
    Ospf6DebugLsaFlags string
    ospf6_debug_lsa_flags
    Ospf6DebugNfsmFlags string
    ospf6_debug_nfsm_flags
    Ospf6DebugNsmFlags string
    ospf6_debug_nsm_flags
    Ospf6DebugPacketFlags string
    ospf6_debug_packet_flags
    Ospf6DebugRouteFlags string
    ospf6_debug_route_flags
    OspfDebugEventsFlags string
    ospf_debug_events_flags
    OspfDebugIfsmFlags string
    ospf_debug_ifsm_flags
    OspfDebugLsaFlags string
    ospf_debug_lsa_flags
    OspfDebugNfsmFlags string
    ospf_debug_nfsm_flags
    OspfDebugNsmFlags string
    ospf_debug_nsm_flags
    OspfDebugPacketFlags string
    ospf_debug_packet_flags
    OspfDebugRouteFlags string
    ospf_debug_route_flags
    PimdmDebugFlags string
    pimdm_debug_flags
    PimsmDebugJoinpruneFlags string
    pimsm_debug_joinprune_flags
    PimsmDebugSimpleFlags string
    pimsm_debug_simple_flags
    PimsmDebugTimerFlags string
    pimsm_debug_timer_flags
    RipDebugFlags string
    rip_debug_flags
    RipngDebugFlags string
    ripng_debug_flags
    ShowFilter string
    Prefix-list as filter for showing routes.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    BgpDebugFlags string
    bgp_debug_flags
    Hostname string
    Hostname for this virtual domain router.
    IgmpDebugFlags string
    igmp_debug_flags
    ImiDebugFlags string
    imi_debug_flags
    IsisDebugFlags string
    isis_debug_flags
    Ospf6DebugEventsFlags string
    ospf6_debug_events_flags
    Ospf6DebugIfsmFlags string
    ospf6_debug_ifsm_flags
    Ospf6DebugLsaFlags string
    ospf6_debug_lsa_flags
    Ospf6DebugNfsmFlags string
    ospf6_debug_nfsm_flags
    Ospf6DebugNsmFlags string
    ospf6_debug_nsm_flags
    Ospf6DebugPacketFlags string
    ospf6_debug_packet_flags
    Ospf6DebugRouteFlags string
    ospf6_debug_route_flags
    OspfDebugEventsFlags string
    ospf_debug_events_flags
    OspfDebugIfsmFlags string
    ospf_debug_ifsm_flags
    OspfDebugLsaFlags string
    ospf_debug_lsa_flags
    OspfDebugNfsmFlags string
    ospf_debug_nfsm_flags
    OspfDebugNsmFlags string
    ospf_debug_nsm_flags
    OspfDebugPacketFlags string
    ospf_debug_packet_flags
    OspfDebugRouteFlags string
    ospf_debug_route_flags
    PimdmDebugFlags string
    pimdm_debug_flags
    PimsmDebugJoinpruneFlags string
    pimsm_debug_joinprune_flags
    PimsmDebugSimpleFlags string
    pimsm_debug_simple_flags
    PimsmDebugTimerFlags string
    pimsm_debug_timer_flags
    RipDebugFlags string
    rip_debug_flags
    RipngDebugFlags string
    ripng_debug_flags
    ShowFilter string
    Prefix-list as filter for showing routes.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgpDebugFlags String
    bgp_debug_flags
    hostname String
    Hostname for this virtual domain router.
    igmpDebugFlags String
    igmp_debug_flags
    imiDebugFlags String
    imi_debug_flags
    isisDebugFlags String
    isis_debug_flags
    ospf6DebugEventsFlags String
    ospf6_debug_events_flags
    ospf6DebugIfsmFlags String
    ospf6_debug_ifsm_flags
    ospf6DebugLsaFlags String
    ospf6_debug_lsa_flags
    ospf6DebugNfsmFlags String
    ospf6_debug_nfsm_flags
    ospf6DebugNsmFlags String
    ospf6_debug_nsm_flags
    ospf6DebugPacketFlags String
    ospf6_debug_packet_flags
    ospf6DebugRouteFlags String
    ospf6_debug_route_flags
    ospfDebugEventsFlags String
    ospf_debug_events_flags
    ospfDebugIfsmFlags String
    ospf_debug_ifsm_flags
    ospfDebugLsaFlags String
    ospf_debug_lsa_flags
    ospfDebugNfsmFlags String
    ospf_debug_nfsm_flags
    ospfDebugNsmFlags String
    ospf_debug_nsm_flags
    ospfDebugPacketFlags String
    ospf_debug_packet_flags
    ospfDebugRouteFlags String
    ospf_debug_route_flags
    pimdmDebugFlags String
    pimdm_debug_flags
    pimsmDebugJoinpruneFlags String
    pimsm_debug_joinprune_flags
    pimsmDebugSimpleFlags String
    pimsm_debug_simple_flags
    pimsmDebugTimerFlags String
    pimsm_debug_timer_flags
    ripDebugFlags String
    rip_debug_flags
    ripngDebugFlags String
    ripng_debug_flags
    showFilter String
    Prefix-list as filter for showing routes.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgpDebugFlags string
    bgp_debug_flags
    hostname string
    Hostname for this virtual domain router.
    igmpDebugFlags string
    igmp_debug_flags
    imiDebugFlags string
    imi_debug_flags
    isisDebugFlags string
    isis_debug_flags
    ospf6DebugEventsFlags string
    ospf6_debug_events_flags
    ospf6DebugIfsmFlags string
    ospf6_debug_ifsm_flags
    ospf6DebugLsaFlags string
    ospf6_debug_lsa_flags
    ospf6DebugNfsmFlags string
    ospf6_debug_nfsm_flags
    ospf6DebugNsmFlags string
    ospf6_debug_nsm_flags
    ospf6DebugPacketFlags string
    ospf6_debug_packet_flags
    ospf6DebugRouteFlags string
    ospf6_debug_route_flags
    ospfDebugEventsFlags string
    ospf_debug_events_flags
    ospfDebugIfsmFlags string
    ospf_debug_ifsm_flags
    ospfDebugLsaFlags string
    ospf_debug_lsa_flags
    ospfDebugNfsmFlags string
    ospf_debug_nfsm_flags
    ospfDebugNsmFlags string
    ospf_debug_nsm_flags
    ospfDebugPacketFlags string
    ospf_debug_packet_flags
    ospfDebugRouteFlags string
    ospf_debug_route_flags
    pimdmDebugFlags string
    pimdm_debug_flags
    pimsmDebugJoinpruneFlags string
    pimsm_debug_joinprune_flags
    pimsmDebugSimpleFlags string
    pimsm_debug_simple_flags
    pimsmDebugTimerFlags string
    pimsm_debug_timer_flags
    ripDebugFlags string
    rip_debug_flags
    ripngDebugFlags string
    ripng_debug_flags
    showFilter string
    Prefix-list as filter for showing routes.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgp_debug_flags str
    bgp_debug_flags
    hostname str
    Hostname for this virtual domain router.
    igmp_debug_flags str
    igmp_debug_flags
    imi_debug_flags str
    imi_debug_flags
    isis_debug_flags str
    isis_debug_flags
    ospf6_debug_events_flags str
    ospf6_debug_events_flags
    ospf6_debug_ifsm_flags str
    ospf6_debug_ifsm_flags
    ospf6_debug_lsa_flags str
    ospf6_debug_lsa_flags
    ospf6_debug_nfsm_flags str
    ospf6_debug_nfsm_flags
    ospf6_debug_nsm_flags str
    ospf6_debug_nsm_flags
    ospf6_debug_packet_flags str
    ospf6_debug_packet_flags
    ospf6_debug_route_flags str
    ospf6_debug_route_flags
    ospf_debug_events_flags str
    ospf_debug_events_flags
    ospf_debug_ifsm_flags str
    ospf_debug_ifsm_flags
    ospf_debug_lsa_flags str
    ospf_debug_lsa_flags
    ospf_debug_nfsm_flags str
    ospf_debug_nfsm_flags
    ospf_debug_nsm_flags str
    ospf_debug_nsm_flags
    ospf_debug_packet_flags str
    ospf_debug_packet_flags
    ospf_debug_route_flags str
    ospf_debug_route_flags
    pimdm_debug_flags str
    pimdm_debug_flags
    pimsm_debug_joinprune_flags str
    pimsm_debug_joinprune_flags
    pimsm_debug_simple_flags str
    pimsm_debug_simple_flags
    pimsm_debug_timer_flags str
    pimsm_debug_timer_flags
    rip_debug_flags str
    rip_debug_flags
    ripng_debug_flags str
    ripng_debug_flags
    show_filter str
    Prefix-list as filter for showing routes.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgpDebugFlags String
    bgp_debug_flags
    hostname String
    Hostname for this virtual domain router.
    igmpDebugFlags String
    igmp_debug_flags
    imiDebugFlags String
    imi_debug_flags
    isisDebugFlags String
    isis_debug_flags
    ospf6DebugEventsFlags String
    ospf6_debug_events_flags
    ospf6DebugIfsmFlags String
    ospf6_debug_ifsm_flags
    ospf6DebugLsaFlags String
    ospf6_debug_lsa_flags
    ospf6DebugNfsmFlags String
    ospf6_debug_nfsm_flags
    ospf6DebugNsmFlags String
    ospf6_debug_nsm_flags
    ospf6DebugPacketFlags String
    ospf6_debug_packet_flags
    ospf6DebugRouteFlags String
    ospf6_debug_route_flags
    ospfDebugEventsFlags String
    ospf_debug_events_flags
    ospfDebugIfsmFlags String
    ospf_debug_ifsm_flags
    ospfDebugLsaFlags String
    ospf_debug_lsa_flags
    ospfDebugNfsmFlags String
    ospf_debug_nfsm_flags
    ospfDebugNsmFlags String
    ospf_debug_nsm_flags
    ospfDebugPacketFlags String
    ospf_debug_packet_flags
    ospfDebugRouteFlags String
    ospf_debug_route_flags
    pimdmDebugFlags String
    pimdm_debug_flags
    pimsmDebugJoinpruneFlags String
    pimsm_debug_joinprune_flags
    pimsmDebugSimpleFlags String
    pimsm_debug_simple_flags
    pimsmDebugTimerFlags String
    pimsm_debug_timer_flags
    ripDebugFlags String
    rip_debug_flags
    ripngDebugFlags String
    ripng_debug_flags
    showFilter String
    Prefix-list as filter for showing routes.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Outputs

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

    Get an existing Setting 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?: SettingState, opts?: CustomResourceOptions): Setting
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bgp_debug_flags: Optional[str] = None,
            hostname: Optional[str] = None,
            igmp_debug_flags: Optional[str] = None,
            imi_debug_flags: Optional[str] = None,
            isis_debug_flags: Optional[str] = None,
            ospf6_debug_events_flags: Optional[str] = None,
            ospf6_debug_ifsm_flags: Optional[str] = None,
            ospf6_debug_lsa_flags: Optional[str] = None,
            ospf6_debug_nfsm_flags: Optional[str] = None,
            ospf6_debug_nsm_flags: Optional[str] = None,
            ospf6_debug_packet_flags: Optional[str] = None,
            ospf6_debug_route_flags: Optional[str] = None,
            ospf_debug_events_flags: Optional[str] = None,
            ospf_debug_ifsm_flags: Optional[str] = None,
            ospf_debug_lsa_flags: Optional[str] = None,
            ospf_debug_nfsm_flags: Optional[str] = None,
            ospf_debug_nsm_flags: Optional[str] = None,
            ospf_debug_packet_flags: Optional[str] = None,
            ospf_debug_route_flags: Optional[str] = None,
            pimdm_debug_flags: Optional[str] = None,
            pimsm_debug_joinprune_flags: Optional[str] = None,
            pimsm_debug_simple_flags: Optional[str] = None,
            pimsm_debug_timer_flags: Optional[str] = None,
            rip_debug_flags: Optional[str] = None,
            ripng_debug_flags: Optional[str] = None,
            show_filter: Optional[str] = None,
            vdomparam: Optional[str] = None) -> Setting
    func GetSetting(ctx *Context, name string, id IDInput, state *SettingState, opts ...ResourceOption) (*Setting, error)
    public static Setting Get(string name, Input<string> id, SettingState? state, CustomResourceOptions? opts = null)
    public static Setting get(String name, Output<String> id, SettingState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    BgpDebugFlags string
    bgp_debug_flags
    Hostname string
    Hostname for this virtual domain router.
    IgmpDebugFlags string
    igmp_debug_flags
    ImiDebugFlags string
    imi_debug_flags
    IsisDebugFlags string
    isis_debug_flags
    Ospf6DebugEventsFlags string
    ospf6_debug_events_flags
    Ospf6DebugIfsmFlags string
    ospf6_debug_ifsm_flags
    Ospf6DebugLsaFlags string
    ospf6_debug_lsa_flags
    Ospf6DebugNfsmFlags string
    ospf6_debug_nfsm_flags
    Ospf6DebugNsmFlags string
    ospf6_debug_nsm_flags
    Ospf6DebugPacketFlags string
    ospf6_debug_packet_flags
    Ospf6DebugRouteFlags string
    ospf6_debug_route_flags
    OspfDebugEventsFlags string
    ospf_debug_events_flags
    OspfDebugIfsmFlags string
    ospf_debug_ifsm_flags
    OspfDebugLsaFlags string
    ospf_debug_lsa_flags
    OspfDebugNfsmFlags string
    ospf_debug_nfsm_flags
    OspfDebugNsmFlags string
    ospf_debug_nsm_flags
    OspfDebugPacketFlags string
    ospf_debug_packet_flags
    OspfDebugRouteFlags string
    ospf_debug_route_flags
    PimdmDebugFlags string
    pimdm_debug_flags
    PimsmDebugJoinpruneFlags string
    pimsm_debug_joinprune_flags
    PimsmDebugSimpleFlags string
    pimsm_debug_simple_flags
    PimsmDebugTimerFlags string
    pimsm_debug_timer_flags
    RipDebugFlags string
    rip_debug_flags
    RipngDebugFlags string
    ripng_debug_flags
    ShowFilter string
    Prefix-list as filter for showing routes.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    BgpDebugFlags string
    bgp_debug_flags
    Hostname string
    Hostname for this virtual domain router.
    IgmpDebugFlags string
    igmp_debug_flags
    ImiDebugFlags string
    imi_debug_flags
    IsisDebugFlags string
    isis_debug_flags
    Ospf6DebugEventsFlags string
    ospf6_debug_events_flags
    Ospf6DebugIfsmFlags string
    ospf6_debug_ifsm_flags
    Ospf6DebugLsaFlags string
    ospf6_debug_lsa_flags
    Ospf6DebugNfsmFlags string
    ospf6_debug_nfsm_flags
    Ospf6DebugNsmFlags string
    ospf6_debug_nsm_flags
    Ospf6DebugPacketFlags string
    ospf6_debug_packet_flags
    Ospf6DebugRouteFlags string
    ospf6_debug_route_flags
    OspfDebugEventsFlags string
    ospf_debug_events_flags
    OspfDebugIfsmFlags string
    ospf_debug_ifsm_flags
    OspfDebugLsaFlags string
    ospf_debug_lsa_flags
    OspfDebugNfsmFlags string
    ospf_debug_nfsm_flags
    OspfDebugNsmFlags string
    ospf_debug_nsm_flags
    OspfDebugPacketFlags string
    ospf_debug_packet_flags
    OspfDebugRouteFlags string
    ospf_debug_route_flags
    PimdmDebugFlags string
    pimdm_debug_flags
    PimsmDebugJoinpruneFlags string
    pimsm_debug_joinprune_flags
    PimsmDebugSimpleFlags string
    pimsm_debug_simple_flags
    PimsmDebugTimerFlags string
    pimsm_debug_timer_flags
    RipDebugFlags string
    rip_debug_flags
    RipngDebugFlags string
    ripng_debug_flags
    ShowFilter string
    Prefix-list as filter for showing routes.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgpDebugFlags String
    bgp_debug_flags
    hostname String
    Hostname for this virtual domain router.
    igmpDebugFlags String
    igmp_debug_flags
    imiDebugFlags String
    imi_debug_flags
    isisDebugFlags String
    isis_debug_flags
    ospf6DebugEventsFlags String
    ospf6_debug_events_flags
    ospf6DebugIfsmFlags String
    ospf6_debug_ifsm_flags
    ospf6DebugLsaFlags String
    ospf6_debug_lsa_flags
    ospf6DebugNfsmFlags String
    ospf6_debug_nfsm_flags
    ospf6DebugNsmFlags String
    ospf6_debug_nsm_flags
    ospf6DebugPacketFlags String
    ospf6_debug_packet_flags
    ospf6DebugRouteFlags String
    ospf6_debug_route_flags
    ospfDebugEventsFlags String
    ospf_debug_events_flags
    ospfDebugIfsmFlags String
    ospf_debug_ifsm_flags
    ospfDebugLsaFlags String
    ospf_debug_lsa_flags
    ospfDebugNfsmFlags String
    ospf_debug_nfsm_flags
    ospfDebugNsmFlags String
    ospf_debug_nsm_flags
    ospfDebugPacketFlags String
    ospf_debug_packet_flags
    ospfDebugRouteFlags String
    ospf_debug_route_flags
    pimdmDebugFlags String
    pimdm_debug_flags
    pimsmDebugJoinpruneFlags String
    pimsm_debug_joinprune_flags
    pimsmDebugSimpleFlags String
    pimsm_debug_simple_flags
    pimsmDebugTimerFlags String
    pimsm_debug_timer_flags
    ripDebugFlags String
    rip_debug_flags
    ripngDebugFlags String
    ripng_debug_flags
    showFilter String
    Prefix-list as filter for showing routes.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgpDebugFlags string
    bgp_debug_flags
    hostname string
    Hostname for this virtual domain router.
    igmpDebugFlags string
    igmp_debug_flags
    imiDebugFlags string
    imi_debug_flags
    isisDebugFlags string
    isis_debug_flags
    ospf6DebugEventsFlags string
    ospf6_debug_events_flags
    ospf6DebugIfsmFlags string
    ospf6_debug_ifsm_flags
    ospf6DebugLsaFlags string
    ospf6_debug_lsa_flags
    ospf6DebugNfsmFlags string
    ospf6_debug_nfsm_flags
    ospf6DebugNsmFlags string
    ospf6_debug_nsm_flags
    ospf6DebugPacketFlags string
    ospf6_debug_packet_flags
    ospf6DebugRouteFlags string
    ospf6_debug_route_flags
    ospfDebugEventsFlags string
    ospf_debug_events_flags
    ospfDebugIfsmFlags string
    ospf_debug_ifsm_flags
    ospfDebugLsaFlags string
    ospf_debug_lsa_flags
    ospfDebugNfsmFlags string
    ospf_debug_nfsm_flags
    ospfDebugNsmFlags string
    ospf_debug_nsm_flags
    ospfDebugPacketFlags string
    ospf_debug_packet_flags
    ospfDebugRouteFlags string
    ospf_debug_route_flags
    pimdmDebugFlags string
    pimdm_debug_flags
    pimsmDebugJoinpruneFlags string
    pimsm_debug_joinprune_flags
    pimsmDebugSimpleFlags string
    pimsm_debug_simple_flags
    pimsmDebugTimerFlags string
    pimsm_debug_timer_flags
    ripDebugFlags string
    rip_debug_flags
    ripngDebugFlags string
    ripng_debug_flags
    showFilter string
    Prefix-list as filter for showing routes.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgp_debug_flags str
    bgp_debug_flags
    hostname str
    Hostname for this virtual domain router.
    igmp_debug_flags str
    igmp_debug_flags
    imi_debug_flags str
    imi_debug_flags
    isis_debug_flags str
    isis_debug_flags
    ospf6_debug_events_flags str
    ospf6_debug_events_flags
    ospf6_debug_ifsm_flags str
    ospf6_debug_ifsm_flags
    ospf6_debug_lsa_flags str
    ospf6_debug_lsa_flags
    ospf6_debug_nfsm_flags str
    ospf6_debug_nfsm_flags
    ospf6_debug_nsm_flags str
    ospf6_debug_nsm_flags
    ospf6_debug_packet_flags str
    ospf6_debug_packet_flags
    ospf6_debug_route_flags str
    ospf6_debug_route_flags
    ospf_debug_events_flags str
    ospf_debug_events_flags
    ospf_debug_ifsm_flags str
    ospf_debug_ifsm_flags
    ospf_debug_lsa_flags str
    ospf_debug_lsa_flags
    ospf_debug_nfsm_flags str
    ospf_debug_nfsm_flags
    ospf_debug_nsm_flags str
    ospf_debug_nsm_flags
    ospf_debug_packet_flags str
    ospf_debug_packet_flags
    ospf_debug_route_flags str
    ospf_debug_route_flags
    pimdm_debug_flags str
    pimdm_debug_flags
    pimsm_debug_joinprune_flags str
    pimsm_debug_joinprune_flags
    pimsm_debug_simple_flags str
    pimsm_debug_simple_flags
    pimsm_debug_timer_flags str
    pimsm_debug_timer_flags
    rip_debug_flags str
    rip_debug_flags
    ripng_debug_flags str
    ripng_debug_flags
    show_filter str
    Prefix-list as filter for showing routes.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    bgpDebugFlags String
    bgp_debug_flags
    hostname String
    Hostname for this virtual domain router.
    igmpDebugFlags String
    igmp_debug_flags
    imiDebugFlags String
    imi_debug_flags
    isisDebugFlags String
    isis_debug_flags
    ospf6DebugEventsFlags String
    ospf6_debug_events_flags
    ospf6DebugIfsmFlags String
    ospf6_debug_ifsm_flags
    ospf6DebugLsaFlags String
    ospf6_debug_lsa_flags
    ospf6DebugNfsmFlags String
    ospf6_debug_nfsm_flags
    ospf6DebugNsmFlags String
    ospf6_debug_nsm_flags
    ospf6DebugPacketFlags String
    ospf6_debug_packet_flags
    ospf6DebugRouteFlags String
    ospf6_debug_route_flags
    ospfDebugEventsFlags String
    ospf_debug_events_flags
    ospfDebugIfsmFlags String
    ospf_debug_ifsm_flags
    ospfDebugLsaFlags String
    ospf_debug_lsa_flags
    ospfDebugNfsmFlags String
    ospf_debug_nfsm_flags
    ospfDebugNsmFlags String
    ospf_debug_nsm_flags
    ospfDebugPacketFlags String
    ospf_debug_packet_flags
    ospfDebugRouteFlags String
    ospf_debug_route_flags
    pimdmDebugFlags String
    pimdm_debug_flags
    pimsmDebugJoinpruneFlags String
    pimsm_debug_joinprune_flags
    pimsmDebugSimpleFlags String
    pimsm_debug_simple_flags
    pimsmDebugTimerFlags String
    pimsm_debug_timer_flags
    ripDebugFlags String
    rip_debug_flags
    ripngDebugFlags String
    ripng_debug_flags
    showFilter String
    Prefix-list as filter for showing routes.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Import

    Router Setting can be imported using any of these accepted formats:

    $ pulumi import fortios:router/setting:Setting labelname RouterSetting
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:router/setting:Setting labelname RouterSetting
    

    $ unset “FORTIOS_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse