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

fortios.switchcontroller.Fortilinksettings

Explore with Pulumi AI

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

    Configure integrated FortiLink settings for FortiSwitch. Applies to FortiOS Version >= 7.0.1.

    Create Fortilinksettings Resource

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

    Constructor syntax

    new Fortilinksettings(name: string, args?: FortilinksettingsArgs, opts?: CustomResourceOptions);
    @overload
    def Fortilinksettings(resource_name: str,
                          args: Optional[FortilinksettingsArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def Fortilinksettings(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          access_vlan_mode: Optional[str] = None,
                          fortilink: Optional[str] = None,
                          get_all_tables: Optional[str] = None,
                          inactive_timer: Optional[int] = None,
                          link_down_flush: Optional[str] = None,
                          nac_ports: Optional[FortilinksettingsNacPortsArgs] = None,
                          name: Optional[str] = None,
                          vdomparam: Optional[str] = None)
    func NewFortilinksettings(ctx *Context, name string, args *FortilinksettingsArgs, opts ...ResourceOption) (*Fortilinksettings, error)
    public Fortilinksettings(string name, FortilinksettingsArgs? args = null, CustomResourceOptions? opts = null)
    public Fortilinksettings(String name, FortilinksettingsArgs args)
    public Fortilinksettings(String name, FortilinksettingsArgs args, CustomResourceOptions options)
    
    type: fortios:switchcontroller:Fortilinksettings
    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 FortilinksettingsArgs
    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 FortilinksettingsArgs
    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 FortilinksettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FortilinksettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FortilinksettingsArgs
    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 fortilinksettingsResource = new Fortios.Switchcontroller.Fortilinksettings("fortilinksettingsResource", new()
    {
        AccessVlanMode = "string",
        Fortilink = "string",
        GetAllTables = "string",
        InactiveTimer = 0,
        LinkDownFlush = "string",
        NacPorts = new Fortios.Switchcontroller.Inputs.FortilinksettingsNacPortsArgs
        {
            BounceNacPort = "string",
            LanSegment = "string",
            MemberChange = 0,
            NacLanInterface = "string",
            NacSegmentVlans = new[]
            {
                new Fortios.Switchcontroller.Inputs.FortilinksettingsNacPortsNacSegmentVlanArgs
                {
                    VlanName = "string",
                },
            },
            OnboardingVlan = "string",
            ParentKey = "string",
        },
        Name = "string",
        Vdomparam = "string",
    });
    
    example, err := switchcontroller.NewFortilinksettings(ctx, "fortilinksettingsResource", &switchcontroller.FortilinksettingsArgs{
    	AccessVlanMode: pulumi.String("string"),
    	Fortilink:      pulumi.String("string"),
    	GetAllTables:   pulumi.String("string"),
    	InactiveTimer:  pulumi.Int(0),
    	LinkDownFlush:  pulumi.String("string"),
    	NacPorts: &switchcontroller.FortilinksettingsNacPortsArgs{
    		BounceNacPort:   pulumi.String("string"),
    		LanSegment:      pulumi.String("string"),
    		MemberChange:    pulumi.Int(0),
    		NacLanInterface: pulumi.String("string"),
    		NacSegmentVlans: switchcontroller.FortilinksettingsNacPortsNacSegmentVlanArray{
    			&switchcontroller.FortilinksettingsNacPortsNacSegmentVlanArgs{
    				VlanName: pulumi.String("string"),
    			},
    		},
    		OnboardingVlan: pulumi.String("string"),
    		ParentKey:      pulumi.String("string"),
    	},
    	Name:      pulumi.String("string"),
    	Vdomparam: pulumi.String("string"),
    })
    
    var fortilinksettingsResource = new Fortilinksettings("fortilinksettingsResource", FortilinksettingsArgs.builder()
        .accessVlanMode("string")
        .fortilink("string")
        .getAllTables("string")
        .inactiveTimer(0)
        .linkDownFlush("string")
        .nacPorts(FortilinksettingsNacPortsArgs.builder()
            .bounceNacPort("string")
            .lanSegment("string")
            .memberChange(0)
            .nacLanInterface("string")
            .nacSegmentVlans(FortilinksettingsNacPortsNacSegmentVlanArgs.builder()
                .vlanName("string")
                .build())
            .onboardingVlan("string")
            .parentKey("string")
            .build())
        .name("string")
        .vdomparam("string")
        .build());
    
    fortilinksettings_resource = fortios.switchcontroller.Fortilinksettings("fortilinksettingsResource",
        access_vlan_mode="string",
        fortilink="string",
        get_all_tables="string",
        inactive_timer=0,
        link_down_flush="string",
        nac_ports=fortios.switchcontroller.FortilinksettingsNacPortsArgs(
            bounce_nac_port="string",
            lan_segment="string",
            member_change=0,
            nac_lan_interface="string",
            nac_segment_vlans=[fortios.switchcontroller.FortilinksettingsNacPortsNacSegmentVlanArgs(
                vlan_name="string",
            )],
            onboarding_vlan="string",
            parent_key="string",
        ),
        name="string",
        vdomparam="string")
    
    const fortilinksettingsResource = new fortios.switchcontroller.Fortilinksettings("fortilinksettingsResource", {
        accessVlanMode: "string",
        fortilink: "string",
        getAllTables: "string",
        inactiveTimer: 0,
        linkDownFlush: "string",
        nacPorts: {
            bounceNacPort: "string",
            lanSegment: "string",
            memberChange: 0,
            nacLanInterface: "string",
            nacSegmentVlans: [{
                vlanName: "string",
            }],
            onboardingVlan: "string",
            parentKey: "string",
        },
        name: "string",
        vdomparam: "string",
    });
    
    type: fortios:switchcontroller:Fortilinksettings
    properties:
        accessVlanMode: string
        fortilink: string
        getAllTables: string
        inactiveTimer: 0
        linkDownFlush: string
        nacPorts:
            bounceNacPort: string
            lanSegment: string
            memberChange: 0
            nacLanInterface: string
            nacSegmentVlans:
                - vlanName: string
            onboardingVlan: string
            parentKey: string
        name: string
        vdomparam: string
    

    Fortilinksettings 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 Fortilinksettings 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.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    InactiveTimer int
    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 Pulumiverse.Fortios.Switchcontroller.Inputs.FortilinksettingsNacPorts
    NAC specific configuration. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    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.
    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    InactiveTimer int
    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 FortilinksettingsNacPortsArgs
    NAC specific configuration. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    inactiveTimer Integer
    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 FortilinksettingsNacPorts
    NAC specific configuration. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    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.
    accessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    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 FortilinksettingsNacPorts
    NAC specific configuration. The structure of nac_ports block is documented below.
    name string
    FortiLink settings name.
    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.
    access_vlan_mode str
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink str
    FortiLink interface to which this fortilink-setting belongs.
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    inactive_timer int
    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 FortilinksettingsNacPortsArgs
    NAC specific configuration. The structure of nac_ports block is documented below.
    name str
    FortiLink settings name.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    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 specific configuration. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    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 Fortilinksettings 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 Fortilinksettings Resource

    Get an existing Fortilinksettings 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?: FortilinksettingsState, opts?: CustomResourceOptions): Fortilinksettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_vlan_mode: Optional[str] = None,
            fortilink: Optional[str] = None,
            get_all_tables: Optional[str] = None,
            inactive_timer: Optional[int] = None,
            link_down_flush: Optional[str] = None,
            nac_ports: Optional[FortilinksettingsNacPortsArgs] = None,
            name: Optional[str] = None,
            vdomparam: Optional[str] = None) -> Fortilinksettings
    func GetFortilinksettings(ctx *Context, name string, id IDInput, state *FortilinksettingsState, opts ...ResourceOption) (*Fortilinksettings, error)
    public static Fortilinksettings Get(string name, Input<string> id, FortilinksettingsState? state, CustomResourceOptions? opts = null)
    public static Fortilinksettings get(String name, Output<String> id, FortilinksettingsState 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:
    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    InactiveTimer int
    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 Pulumiverse.Fortios.Switchcontroller.Inputs.FortilinksettingsNacPorts
    NAC specific configuration. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    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.
    AccessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    Fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    InactiveTimer int
    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 FortilinksettingsNacPortsArgs
    NAC specific configuration. The structure of nac_ports block is documented below.
    Name string
    FortiLink settings name.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    inactiveTimer Integer
    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 FortilinksettingsNacPorts
    NAC specific configuration. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    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.
    accessVlanMode string
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink string
    FortiLink interface to which this fortilink-setting belongs.
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    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 FortilinksettingsNacPorts
    NAC specific configuration. The structure of nac_ports block is documented below.
    name string
    FortiLink settings name.
    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.
    access_vlan_mode str
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink str
    FortiLink interface to which this fortilink-setting belongs.
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    inactive_timer int
    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 FortilinksettingsNacPortsArgs
    NAC specific configuration. The structure of nac_ports block is documented below.
    name str
    FortiLink settings name.
    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.
    accessVlanMode String
    Intra VLAN traffic behavior with loss of connection to the FortiGate. Valid values: legacy, fail-open, fail-close.
    fortilink String
    FortiLink interface to which this fortilink-setting belongs.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    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 specific configuration. The structure of nac_ports block is documented below.
    name String
    FortiLink settings name.
    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.

    Supporting Types

    FortilinksettingsNacPorts, FortilinksettingsNacPortsArgs

    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: enabled, disabled.
    MemberChange int
    Member change flag.
    NacLanInterface string
    Configure NAC LAN interface.
    NacSegmentVlans List<Pulumiverse.Fortios.Switchcontroller.Inputs.FortilinksettingsNacPortsNacSegmentVlan>
    Configure NAC segment VLANs. The structure of nac_segment_vlans block is documented below.
    OnboardingVlan string
    Default NAC Onboarding VLAN when NAC devices are discovered.
    ParentKey string
    Parent key name.
    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: enabled, disabled.
    MemberChange int
    Member change flag.
    NacLanInterface string
    Configure NAC LAN interface.
    NacSegmentVlans []FortilinksettingsNacPortsNacSegmentVlan
    Configure NAC segment VLANs. The structure of nac_segment_vlans block is documented below.
    OnboardingVlan string
    Default NAC Onboarding VLAN when NAC devices are discovered.
    ParentKey string
    Parent key name.
    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: enabled, disabled.
    memberChange Integer
    Member change flag.
    nacLanInterface String
    Configure NAC LAN interface.
    nacSegmentVlans List<FortilinksettingsNacPortsNacSegmentVlan>
    Configure NAC segment VLANs. The structure of nac_segment_vlans block is documented below.
    onboardingVlan String
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parentKey String
    Parent key name.
    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: enabled, disabled.
    memberChange number
    Member change flag.
    nacLanInterface string
    Configure NAC LAN interface.
    nacSegmentVlans FortilinksettingsNacPortsNacSegmentVlan[]
    Configure NAC segment VLANs. The structure of nac_segment_vlans block is documented below.
    onboardingVlan string
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parentKey string
    Parent key name.
    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: enabled, disabled.
    member_change int
    Member change flag.
    nac_lan_interface str
    Configure NAC LAN interface.
    nac_segment_vlans Sequence[FortilinksettingsNacPortsNacSegmentVlan]
    Configure NAC segment VLANs. The structure of nac_segment_vlans block is documented below.
    onboarding_vlan str
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parent_key str
    Parent key name.
    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: enabled, disabled.
    memberChange Number
    Member change flag.
    nacLanInterface String
    Configure NAC LAN interface.
    nacSegmentVlans List<Property Map>
    Configure NAC segment VLANs. The structure of nac_segment_vlans block is documented below.
    onboardingVlan String
    Default NAC Onboarding VLAN when NAC devices are discovered.
    parentKey String
    Parent key name.

    FortilinksettingsNacPortsNacSegmentVlan, FortilinksettingsNacPortsNacSegmentVlanArgs

    VlanName string
    VLAN interface name.
    VlanName string
    VLAN interface name.
    vlanName String
    VLAN interface name.
    vlanName string
    VLAN interface name.
    vlan_name str
    VLAN interface name.
    vlanName String
    VLAN interface name.

    Import

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

    $ pulumi import fortios:switchcontroller/fortilinksettings:Fortilinksettings labelname {{name}}
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:switchcontroller/fortilinksettings:Fortilinksettings labelname {{name}}
    

    $ 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