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

fortimanager.ObjectSwitchcontrollerFortilinksettings

Explore with Pulumi AI

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

    Configure integrated FortiLink settings for FortiSwitch.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • nac_ports: fortimanager.ObjectSwitchcontrollerFortilinksettingsNacports

    Create ObjectSwitchcontrollerFortilinksettings Resource

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

    Constructor syntax

    new ObjectSwitchcontrollerFortilinksettings(name: string, args?: ObjectSwitchcontrollerFortilinksettingsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSwitchcontrollerFortilinksettings(resource_name: str,
                                                args: Optional[ObjectSwitchcontrollerFortilinksettingsArgs] = None,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSwitchcontrollerFortilinksettings(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                access_vlan_mode: Optional[str] = None,
                                                adom: Optional[str] = None,
                                                fortilink: Optional[str] = None,
                                                inactive_timer: Optional[float] = None,
                                                link_down_flush: Optional[str] = None,
                                                nac_ports: Optional[ObjectSwitchcontrollerFortilinksettingsNacPortsArgs] = None,
                                                name: Optional[str] = None,
                                                object_switchcontroller_fortilinksettings_id: Optional[str] = None,
                                                scopetype: Optional[str] = None)
    func NewObjectSwitchcontrollerFortilinksettings(ctx *Context, name string, args *ObjectSwitchcontrollerFortilinksettingsArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerFortilinksettings, error)
    public ObjectSwitchcontrollerFortilinksettings(string name, ObjectSwitchcontrollerFortilinksettingsArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSwitchcontrollerFortilinksettings(String name, ObjectSwitchcontrollerFortilinksettingsArgs args)
    public ObjectSwitchcontrollerFortilinksettings(String name, ObjectSwitchcontrollerFortilinksettingsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSwitchcontrollerFortilinksettings
    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 ObjectSwitchcontrollerFortilinksettingsArgs
    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 ObjectSwitchcontrollerFortilinksettingsArgs
    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 ObjectSwitchcontrollerFortilinksettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSwitchcontrollerFortilinksettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSwitchcontrollerFortilinksettingsArgs
    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 objectSwitchcontrollerFortilinksettingsResource = new Fortimanager.ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource", new()
    {
        AccessVlanMode = "string",
        Adom = "string",
        Fortilink = "string",
        InactiveTimer = 0,
        LinkDownFlush = "string",
        NacPorts = new Fortimanager.Inputs.ObjectSwitchcontrollerFortilinksettingsNacPortsArgs
        {
            BounceNacPort = "string",
            LanSegment = "string",
            MemberChange = 0,
            NacLanInterface = "string",
            NacSegmentVlans = new[]
            {
                "string",
            },
            OnboardingVlan = "string",
            ParentKey = "string",
        },
        Name = "string",
        ObjectSwitchcontrollerFortilinksettingsId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectSwitchcontrollerFortilinksettings(ctx, "objectSwitchcontrollerFortilinksettingsResource", &fortimanager.ObjectSwitchcontrollerFortilinksettingsArgs{
    AccessVlanMode: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Fortilink: pulumi.String("string"),
    InactiveTimer: pulumi.Float64(0),
    LinkDownFlush: pulumi.String("string"),
    NacPorts: &.ObjectSwitchcontrollerFortilinksettingsNacPortsTypeArgs{
    BounceNacPort: pulumi.String("string"),
    LanSegment: pulumi.String("string"),
    MemberChange: pulumi.Float64(0),
    NacLanInterface: pulumi.String("string"),
    NacSegmentVlans: pulumi.StringArray{
    pulumi.String("string"),
    },
    OnboardingVlan: pulumi.String("string"),
    ParentKey: pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    ObjectSwitchcontrollerFortilinksettingsId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectSwitchcontrollerFortilinksettingsResource = new ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource", ObjectSwitchcontrollerFortilinksettingsArgs.builder()
        .accessVlanMode("string")
        .adom("string")
        .fortilink("string")
        .inactiveTimer(0)
        .linkDownFlush("string")
        .nacPorts(ObjectSwitchcontrollerFortilinksettingsNacPortsArgs.builder()
            .bounceNacPort("string")
            .lanSegment("string")
            .memberChange(0)
            .nacLanInterface("string")
            .nacSegmentVlans("string")
            .onboardingVlan("string")
            .parentKey("string")
            .build())
        .name("string")
        .objectSwitchcontrollerFortilinksettingsId("string")
        .scopetype("string")
        .build());
    
    object_switchcontroller_fortilinksettings_resource = fortimanager.ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource",
        access_vlan_mode="string",
        adom="string",
        fortilink="string",
        inactive_timer=0,
        link_down_flush="string",
        nac_ports={
            "bounce_nac_port": "string",
            "lan_segment": "string",
            "member_change": 0,
            "nac_lan_interface": "string",
            "nac_segment_vlans": ["string"],
            "onboarding_vlan": "string",
            "parent_key": "string",
        },
        name="string",
        object_switchcontroller_fortilinksettings_id="string",
        scopetype="string")
    
    const objectSwitchcontrollerFortilinksettingsResource = new fortimanager.ObjectSwitchcontrollerFortilinksettings("objectSwitchcontrollerFortilinksettingsResource", {
        accessVlanMode: "string",
        adom: "string",
        fortilink: "string",
        inactiveTimer: 0,
        linkDownFlush: "string",
        nacPorts: {
            bounceNacPort: "string",
            lanSegment: "string",
            memberChange: 0,
            nacLanInterface: "string",
            nacSegmentVlans: ["string"],
            onboardingVlan: "string",
            parentKey: "string",
        },
        name: "string",
        objectSwitchcontrollerFortilinksettingsId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectSwitchcontrollerFortilinksettings
    properties:
        accessVlanMode: string
        adom: string
        fortilink: string
        inactiveTimer: 0
        linkDownFlush: string
        nacPorts:
            bounceNacPort: string
            lanSegment: string
            memberChange: 0
            nacLanInterface: string
            nacSegmentVlans:
                - string
            onboardingVlan: string
            parentKey: string
        name: string
        objectSwitchcontrollerFortilinksettingsId: string
        scopetype: string
    

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

    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    InactiveTimer double
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    LinkDownFlush string
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    NacPorts ObjectSwitchcontrollerFortilinksettingsNacPorts
    Nac-Ports. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    ObjectSwitchcontrollerFortilinksettingsId string
    an identifier for the resource with format {{name}}.
    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.
    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    InactiveTimer float64
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    LinkDownFlush string
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    NacPorts ObjectSwitchcontrollerFortilinksettingsNacPortsTypeArgs
    Nac-Ports. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    ObjectSwitchcontrollerFortilinksettingsId string
    an identifier for the resource with format {{name}}.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    inactiveTimer Double
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    linkDownFlush String
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nacPorts ObjectSwitchcontrollerFortilinksettingsNacPorts
    Nac-Ports. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    objectSwitchcontrollerFortilinksettingsId String
    an identifier for the resource with format {{name}}.
    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.
    accessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    inactiveTimer number
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    linkDownFlush string
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nacPorts ObjectSwitchcontrollerFortilinksettingsNacPorts
    Nac-Ports. The structure of nac_ports block is documented below.
    name string
    FortiLink settings name.
    objectSwitchcontrollerFortilinksettingsId string
    an identifier for the resource with format {{name}}.
    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.
    access_vlan_mode str
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink str
    FortiLink interface to which this fortilink-setting belongs.
    inactive_timer float
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    link_down_flush str
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nac_ports ObjectSwitchcontrollerFortilinksettingsNacPortsArgs
    Nac-Ports. The structure of nac_ports block is documented below.
    name str
    FortiLink settings name.
    object_switchcontroller_fortilinksettings_id str
    an identifier for the resource with format {{name}}.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    inactiveTimer Number
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    linkDownFlush String
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nacPorts Property Map
    Nac-Ports. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    objectSwitchcontrollerFortilinksettingsId String
    an identifier for the resource with format {{name}}.
    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.

    Outputs

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

    Get an existing ObjectSwitchcontrollerFortilinksettings 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?: ObjectSwitchcontrollerFortilinksettingsState, opts?: CustomResourceOptions): ObjectSwitchcontrollerFortilinksettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_vlan_mode: Optional[str] = None,
            adom: Optional[str] = None,
            fortilink: Optional[str] = None,
            inactive_timer: Optional[float] = None,
            link_down_flush: Optional[str] = None,
            nac_ports: Optional[ObjectSwitchcontrollerFortilinksettingsNacPortsArgs] = None,
            name: Optional[str] = None,
            object_switchcontroller_fortilinksettings_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectSwitchcontrollerFortilinksettings
    func GetObjectSwitchcontrollerFortilinksettings(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerFortilinksettingsState, opts ...ResourceOption) (*ObjectSwitchcontrollerFortilinksettings, error)
    public static ObjectSwitchcontrollerFortilinksettings Get(string name, Input<string> id, ObjectSwitchcontrollerFortilinksettingsState? state, CustomResourceOptions? opts = null)
    public static ObjectSwitchcontrollerFortilinksettings get(String name, Output<String> id, ObjectSwitchcontrollerFortilinksettingsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSwitchcontrollerFortilinksettings    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:
    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    InactiveTimer double
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    LinkDownFlush string
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    NacPorts ObjectSwitchcontrollerFortilinksettingsNacPorts
    Nac-Ports. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    ObjectSwitchcontrollerFortilinksettingsId string
    an identifier for the resource with format {{name}}.
    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.
    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    InactiveTimer float64
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    LinkDownFlush string
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    NacPorts ObjectSwitchcontrollerFortilinksettingsNacPortsTypeArgs
    Nac-Ports. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    ObjectSwitchcontrollerFortilinksettingsId string
    an identifier for the resource with format {{name}}.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    inactiveTimer Double
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    linkDownFlush String
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nacPorts ObjectSwitchcontrollerFortilinksettingsNacPorts
    Nac-Ports. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    objectSwitchcontrollerFortilinksettingsId String
    an identifier for the resource with format {{name}}.
    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.
    accessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    inactiveTimer number
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    linkDownFlush string
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nacPorts ObjectSwitchcontrollerFortilinksettingsNacPorts
    Nac-Ports. The structure of nac_ports block is documented below.
    name string
    FortiLink settings name.
    objectSwitchcontrollerFortilinksettingsId string
    an identifier for the resource with format {{name}}.
    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.
    access_vlan_mode str
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink str
    FortiLink interface to which this fortilink-setting belongs.
    inactive_timer float
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    link_down_flush str
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nac_ports ObjectSwitchcontrollerFortilinksettingsNacPortsArgs
    Nac-Ports. The structure of nac_ports block is documented below.
    name str
    FortiLink settings name.
    object_switchcontroller_fortilinksettings_id str
    an identifier for the resource with format {{name}}.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    inactiveTimer Number
    Time interval(minutes) to be included in the inactive devices expiry calculation (mac age-out + inactive-time + periodic scan interval).
    linkDownFlush String
    Clear NAC and dynamic devices on switch ports on link down event. Valid values: disable, enable.
    nacPorts Property Map
    Nac-Ports. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    objectSwitchcontrollerFortilinksettingsId String
    an identifier for the resource with format {{name}}.
    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.

    Supporting Types

    ObjectSwitchcontrollerFortilinksettingsNacPorts, ObjectSwitchcontrollerFortilinksettingsNacPortsArgs

    BounceNacPort string
    Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values: disable, enable.
    LanSegment string
    Enable/disable LAN segment feature on the FortiLink interface. Valid values: disabled, enabled.
    MemberChange double
    Member-Change.
    NacLanInterface string
    Configure NAC LAN interface.
    NacSegmentVlans List<string>
    Configure NAC segment VLANs.
    OnboardingVlan string
    Default NAC Onboarding VLAN when NAC devices are discovered.
    ParentKey string
    Parent-Key.
    BounceNacPort string
    Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values: disable, enable.
    LanSegment string
    Enable/disable LAN segment feature on the FortiLink interface. Valid values: disabled, enabled.
    MemberChange float64
    Member-Change.
    NacLanInterface string
    Configure NAC LAN interface.
    NacSegmentVlans []string
    Configure NAC segment VLANs.
    OnboardingVlan string
    Default NAC Onboarding VLAN when NAC devices are discovered.
    ParentKey string
    Parent-Key.
    bounceNacPort String
    Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values: disable, enable.
    lanSegment String
    Enable/disable LAN segment feature on the FortiLink interface. Valid values: disabled, enabled.
    memberChange Double
    Member-Change.
    nacLanInterface String
    Configure NAC LAN interface.
    nacSegmentVlans List<String>
    Configure NAC segment VLANs.
    onboardingVlan String
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parentKey String
    Parent-Key.
    bounceNacPort string
    Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values: disable, enable.
    lanSegment string
    Enable/disable LAN segment feature on the FortiLink interface. Valid values: disabled, enabled.
    memberChange number
    Member-Change.
    nacLanInterface string
    Configure NAC LAN interface.
    nacSegmentVlans string[]
    Configure NAC segment VLANs.
    onboardingVlan string
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parentKey string
    Parent-Key.
    bounce_nac_port str
    Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values: disable, enable.
    lan_segment str
    Enable/disable LAN segment feature on the FortiLink interface. Valid values: disabled, enabled.
    member_change float
    Member-Change.
    nac_lan_interface str
    Configure NAC LAN interface.
    nac_segment_vlans Sequence[str]
    Configure NAC segment VLANs.
    onboarding_vlan str
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parent_key str
    Parent-Key.
    bounceNacPort String
    Enable/disable bouncing (administratively bring the link down, up) of a switch port when NAC mode is configured on the port. Helps to re-initiate the DHCP process for a device. Valid values: disable, enable.
    lanSegment String
    Enable/disable LAN segment feature on the FortiLink interface. Valid values: disabled, enabled.
    memberChange Number
    Member-Change.
    nacLanInterface String
    Configure NAC LAN interface.
    nacSegmentVlans List<String>
    Configure NAC segment VLANs.
    onboardingVlan String
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parentKey String
    Parent-Key.

    Import

    ObjectSwitchController FortilinkSettings can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSwitchcontrollerFortilinksettings:ObjectSwitchcontrollerFortilinksettings labelname {{name}}
    

    $ 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