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

fortimanager.ObjectSwitchcontrollerLldpprofile

Explore with Pulumi AI

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

    Configure FortiSwitch LLDP profiles.

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

    • custom_tlvs: fortimanager.ObjectSwitchcontrollerLldpprofileCustomtlvs
    • med_location_service: fortimanager_object_switchcontroller_lldpprofile_medlocationservice
    • med_network_policy: fortimanager_object_switchcontroller_lldpprofile_mednetworkpolicy

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectSwitchcontrollerLldpprofile("trname", {
        autoIsl: "enable",
        autoIslHelloTimer: 3,
        autoIslReceiveTimeout: 60,
        autoMclagIcl: "disable",
        medTlvs: ["location-identification"],
        n8021Tlvs: ["port-vlan-id"],
        n8023Tlvs: ["max-frame-size"],
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectSwitchcontrollerLldpprofile("trname",
        auto_isl="enable",
        auto_isl_hello_timer=3,
        auto_isl_receive_timeout=60,
        auto_mclag_icl="disable",
        med_tlvs=["location-identification"],
        n8021_tlvs=["port-vlan-id"],
        n8023_tlvs=["max-frame-size"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewObjectSwitchcontrollerLldpprofile(ctx, "trname", &fortimanager.ObjectSwitchcontrollerLldpprofileArgs{
    			AutoIsl:               pulumi.String("enable"),
    			AutoIslHelloTimer:     pulumi.Float64(3),
    			AutoIslReceiveTimeout: pulumi.Float64(60),
    			AutoMclagIcl:          pulumi.String("disable"),
    			MedTlvs: pulumi.StringArray{
    				pulumi.String("location-identification"),
    			},
    			N8021Tlvs: pulumi.StringArray{
    				pulumi.String("port-vlan-id"),
    			},
    			N8023Tlvs: pulumi.StringArray{
    				pulumi.String("max-frame-size"),
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var trname = new Fortimanager.ObjectSwitchcontrollerLldpprofile("trname", new()
        {
            AutoIsl = "enable",
            AutoIslHelloTimer = 3,
            AutoIslReceiveTimeout = 60,
            AutoMclagIcl = "disable",
            MedTlvs = new[]
            {
                "location-identification",
            },
            N8021Tlvs = new[]
            {
                "port-vlan-id",
            },
            N8023Tlvs = new[]
            {
                "max-frame-size",
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectSwitchcontrollerLldpprofile;
    import com.pulumi.fortimanager.ObjectSwitchcontrollerLldpprofileArgs;
    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 ObjectSwitchcontrollerLldpprofile("trname", ObjectSwitchcontrollerLldpprofileArgs.builder()
                .autoIsl("enable")
                .autoIslHelloTimer(3)
                .autoIslReceiveTimeout(60)
                .autoMclagIcl("disable")
                .medTlvs("location-identification")
                .n8021Tlvs("port-vlan-id")
                .n8023Tlvs("max-frame-size")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectSwitchcontrollerLldpprofile
        properties:
          autoIsl: enable
          autoIslHelloTimer: 3
          autoIslReceiveTimeout: 60
          autoMclagIcl: disable
          medTlvs:
            - location-identification
          n8021Tlvs:
            - port-vlan-id
          n8023Tlvs:
            - max-frame-size
    

    Create ObjectSwitchcontrollerLldpprofile Resource

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

    Constructor syntax

    new ObjectSwitchcontrollerLldpprofile(name: string, args?: ObjectSwitchcontrollerLldpprofileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSwitchcontrollerLldpprofile(resource_name: str,
                                          args: Optional[ObjectSwitchcontrollerLldpprofileArgs] = None,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSwitchcontrollerLldpprofile(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          adom: Optional[str] = None,
                                          auto_isl: Optional[str] = None,
                                          auto_isl_auth: Optional[str] = None,
                                          auto_isl_auth_encrypt: Optional[str] = None,
                                          auto_isl_auth_identity: Optional[str] = None,
                                          auto_isl_auth_macsec_profile: Optional[str] = None,
                                          auto_isl_auth_reauth: Optional[float] = None,
                                          auto_isl_auth_user: Optional[str] = None,
                                          auto_isl_hello_timer: Optional[float] = None,
                                          auto_isl_port_group: Optional[float] = None,
                                          auto_isl_receive_timeout: Optional[float] = None,
                                          auto_mclag_icl: Optional[str] = None,
                                          custom_tlvs: Optional[Sequence[ObjectSwitchcontrollerLldpprofileCustomTlvArgs]] = None,
                                          dynamic_sort_subtable: Optional[str] = None,
                                          med_location_services: Optional[Sequence[ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs]] = None,
                                          med_network_policies: Optional[Sequence[ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs]] = None,
                                          med_tlvs: Optional[Sequence[str]] = None,
                                          n8021_tlvs: Optional[Sequence[str]] = None,
                                          n8023_tlvs: Optional[Sequence[str]] = None,
                                          name: Optional[str] = None,
                                          object_switchcontroller_lldpprofile_id: Optional[str] = None,
                                          scopetype: Optional[str] = None)
    func NewObjectSwitchcontrollerLldpprofile(ctx *Context, name string, args *ObjectSwitchcontrollerLldpprofileArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerLldpprofile, error)
    public ObjectSwitchcontrollerLldpprofile(string name, ObjectSwitchcontrollerLldpprofileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSwitchcontrollerLldpprofile(String name, ObjectSwitchcontrollerLldpprofileArgs args)
    public ObjectSwitchcontrollerLldpprofile(String name, ObjectSwitchcontrollerLldpprofileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSwitchcontrollerLldpprofile
    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 ObjectSwitchcontrollerLldpprofileArgs
    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 ObjectSwitchcontrollerLldpprofileArgs
    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 ObjectSwitchcontrollerLldpprofileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSwitchcontrollerLldpprofileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSwitchcontrollerLldpprofileArgs
    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 objectSwitchcontrollerLldpprofileResource = new Fortimanager.ObjectSwitchcontrollerLldpprofile("objectSwitchcontrollerLldpprofileResource", new()
    {
        Adom = "string",
        AutoIsl = "string",
        AutoIslAuth = "string",
        AutoIslAuthEncrypt = "string",
        AutoIslAuthIdentity = "string",
        AutoIslAuthMacsecProfile = "string",
        AutoIslAuthReauth = 0,
        AutoIslAuthUser = "string",
        AutoIslHelloTimer = 0,
        AutoIslPortGroup = 0,
        AutoIslReceiveTimeout = 0,
        AutoMclagIcl = "string",
        CustomTlvs = new[]
        {
            new Fortimanager.Inputs.ObjectSwitchcontrollerLldpprofileCustomTlvArgs
            {
                InformationString = "string",
                Name = "string",
                Oui = "string",
                Subtype = 0,
            },
        },
        DynamicSortSubtable = "string",
        MedLocationServices = new[]
        {
            new Fortimanager.Inputs.ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs
            {
                Name = "string",
                Status = "string",
                SysLocationId = "string",
            },
        },
        MedNetworkPolicies = new[]
        {
            new Fortimanager.Inputs.ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs
            {
                AssignVlan = "string",
                Dscp = 0,
                Name = "string",
                Priority = 0,
                Status = "string",
                Vlan = 0,
                VlanIntf = "string",
            },
        },
        MedTlvs = new[]
        {
            "string",
        },
        N8021Tlvs = new[]
        {
            "string",
        },
        N8023Tlvs = new[]
        {
            "string",
        },
        Name = "string",
        ObjectSwitchcontrollerLldpprofileId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectSwitchcontrollerLldpprofile(ctx, "objectSwitchcontrollerLldpprofileResource", &fortimanager.ObjectSwitchcontrollerLldpprofileArgs{
    Adom: pulumi.String("string"),
    AutoIsl: pulumi.String("string"),
    AutoIslAuth: pulumi.String("string"),
    AutoIslAuthEncrypt: pulumi.String("string"),
    AutoIslAuthIdentity: pulumi.String("string"),
    AutoIslAuthMacsecProfile: pulumi.String("string"),
    AutoIslAuthReauth: pulumi.Float64(0),
    AutoIslAuthUser: pulumi.String("string"),
    AutoIslHelloTimer: pulumi.Float64(0),
    AutoIslPortGroup: pulumi.Float64(0),
    AutoIslReceiveTimeout: pulumi.Float64(0),
    AutoMclagIcl: pulumi.String("string"),
    CustomTlvs: .ObjectSwitchcontrollerLldpprofileCustomTlvArray{
    &.ObjectSwitchcontrollerLldpprofileCustomTlvArgs{
    InformationString: pulumi.String("string"),
    Name: pulumi.String("string"),
    Oui: pulumi.String("string"),
    Subtype: pulumi.Float64(0),
    },
    },
    DynamicSortSubtable: pulumi.String("string"),
    MedLocationServices: .ObjectSwitchcontrollerLldpprofileMedLocationServiceArray{
    &.ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs{
    Name: pulumi.String("string"),
    Status: pulumi.String("string"),
    SysLocationId: pulumi.String("string"),
    },
    },
    MedNetworkPolicies: .ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArray{
    &.ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs{
    AssignVlan: pulumi.String("string"),
    Dscp: pulumi.Float64(0),
    Name: pulumi.String("string"),
    Priority: pulumi.Float64(0),
    Status: pulumi.String("string"),
    Vlan: pulumi.Float64(0),
    VlanIntf: pulumi.String("string"),
    },
    },
    MedTlvs: pulumi.StringArray{
    pulumi.String("string"),
    },
    N8021Tlvs: pulumi.StringArray{
    pulumi.String("string"),
    },
    N8023Tlvs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    ObjectSwitchcontrollerLldpprofileId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectSwitchcontrollerLldpprofileResource = new ObjectSwitchcontrollerLldpprofile("objectSwitchcontrollerLldpprofileResource", ObjectSwitchcontrollerLldpprofileArgs.builder()
        .adom("string")
        .autoIsl("string")
        .autoIslAuth("string")
        .autoIslAuthEncrypt("string")
        .autoIslAuthIdentity("string")
        .autoIslAuthMacsecProfile("string")
        .autoIslAuthReauth(0)
        .autoIslAuthUser("string")
        .autoIslHelloTimer(0)
        .autoIslPortGroup(0)
        .autoIslReceiveTimeout(0)
        .autoMclagIcl("string")
        .customTlvs(ObjectSwitchcontrollerLldpprofileCustomTlvArgs.builder()
            .informationString("string")
            .name("string")
            .oui("string")
            .subtype(0)
            .build())
        .dynamicSortSubtable("string")
        .medLocationServices(ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs.builder()
            .name("string")
            .status("string")
            .sysLocationId("string")
            .build())
        .medNetworkPolicies(ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs.builder()
            .assignVlan("string")
            .dscp(0)
            .name("string")
            .priority(0)
            .status("string")
            .vlan(0)
            .vlanIntf("string")
            .build())
        .medTlvs("string")
        .n8021Tlvs("string")
        .n8023Tlvs("string")
        .name("string")
        .objectSwitchcontrollerLldpprofileId("string")
        .scopetype("string")
        .build());
    
    object_switchcontroller_lldpprofile_resource = fortimanager.ObjectSwitchcontrollerLldpprofile("objectSwitchcontrollerLldpprofileResource",
        adom="string",
        auto_isl="string",
        auto_isl_auth="string",
        auto_isl_auth_encrypt="string",
        auto_isl_auth_identity="string",
        auto_isl_auth_macsec_profile="string",
        auto_isl_auth_reauth=0,
        auto_isl_auth_user="string",
        auto_isl_hello_timer=0,
        auto_isl_port_group=0,
        auto_isl_receive_timeout=0,
        auto_mclag_icl="string",
        custom_tlvs=[{
            "information_string": "string",
            "name": "string",
            "oui": "string",
            "subtype": 0,
        }],
        dynamic_sort_subtable="string",
        med_location_services=[{
            "name": "string",
            "status": "string",
            "sys_location_id": "string",
        }],
        med_network_policies=[{
            "assign_vlan": "string",
            "dscp": 0,
            "name": "string",
            "priority": 0,
            "status": "string",
            "vlan": 0,
            "vlan_intf": "string",
        }],
        med_tlvs=["string"],
        n8021_tlvs=["string"],
        n8023_tlvs=["string"],
        name="string",
        object_switchcontroller_lldpprofile_id="string",
        scopetype="string")
    
    const objectSwitchcontrollerLldpprofileResource = new fortimanager.ObjectSwitchcontrollerLldpprofile("objectSwitchcontrollerLldpprofileResource", {
        adom: "string",
        autoIsl: "string",
        autoIslAuth: "string",
        autoIslAuthEncrypt: "string",
        autoIslAuthIdentity: "string",
        autoIslAuthMacsecProfile: "string",
        autoIslAuthReauth: 0,
        autoIslAuthUser: "string",
        autoIslHelloTimer: 0,
        autoIslPortGroup: 0,
        autoIslReceiveTimeout: 0,
        autoMclagIcl: "string",
        customTlvs: [{
            informationString: "string",
            name: "string",
            oui: "string",
            subtype: 0,
        }],
        dynamicSortSubtable: "string",
        medLocationServices: [{
            name: "string",
            status: "string",
            sysLocationId: "string",
        }],
        medNetworkPolicies: [{
            assignVlan: "string",
            dscp: 0,
            name: "string",
            priority: 0,
            status: "string",
            vlan: 0,
            vlanIntf: "string",
        }],
        medTlvs: ["string"],
        n8021Tlvs: ["string"],
        n8023Tlvs: ["string"],
        name: "string",
        objectSwitchcontrollerLldpprofileId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectSwitchcontrollerLldpprofile
    properties:
        adom: string
        autoIsl: string
        autoIslAuth: string
        autoIslAuthEncrypt: string
        autoIslAuthIdentity: string
        autoIslAuthMacsecProfile: string
        autoIslAuthReauth: 0
        autoIslAuthUser: string
        autoIslHelloTimer: 0
        autoIslPortGroup: 0
        autoIslReceiveTimeout: 0
        autoMclagIcl: string
        customTlvs:
            - informationString: string
              name: string
              oui: string
              subtype: 0
        dynamicSortSubtable: string
        medLocationServices:
            - name: string
              status: string
              sysLocationId: string
        medNetworkPolicies:
            - assignVlan: string
              dscp: 0
              name: string
              priority: 0
              status: string
              vlan: 0
              vlanIntf: string
        medTlvs:
            - string
        n8021Tlvs:
            - string
        n8023Tlvs:
            - string
        name: string
        objectSwitchcontrollerLldpprofileId: string
        scopetype: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoIsl string
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    AutoIslAuth string
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    AutoIslAuthEncrypt string
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    AutoIslAuthIdentity string
    Auto inter-switch LAG authentication identity.
    AutoIslAuthMacsecProfile string
    Auto inter-switch LAG macsec profile for encryption.
    AutoIslAuthReauth double
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    AutoIslAuthUser string
    Auto inter-switch LAG authentication user certificate.
    AutoIslHelloTimer double
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    AutoIslPortGroup double
    Auto inter-switch LAG port group ID (0 - 9).
    AutoIslReceiveTimeout double
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    AutoMclagIcl string
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    CustomTlvs List<ObjectSwitchcontrollerLldpprofileCustomTlv>
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    MedLocationServices List<ObjectSwitchcontrollerLldpprofileMedLocationService>
    Med-Location-Service. The structure of med_location_service block is documented below.
    MedNetworkPolicies List<ObjectSwitchcontrollerLldpprofileMedNetworkPolicy>
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    MedTlvs List<string>
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    N8021Tlvs List<string>
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    N8023Tlvs List<string>
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    Name string
    Profile name.
    ObjectSwitchcontrollerLldpprofileId 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.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoIsl string
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    AutoIslAuth string
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    AutoIslAuthEncrypt string
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    AutoIslAuthIdentity string
    Auto inter-switch LAG authentication identity.
    AutoIslAuthMacsecProfile string
    Auto inter-switch LAG macsec profile for encryption.
    AutoIslAuthReauth float64
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    AutoIslAuthUser string
    Auto inter-switch LAG authentication user certificate.
    AutoIslHelloTimer float64
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    AutoIslPortGroup float64
    Auto inter-switch LAG port group ID (0 - 9).
    AutoIslReceiveTimeout float64
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    AutoMclagIcl string
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    CustomTlvs []ObjectSwitchcontrollerLldpprofileCustomTlvArgs
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    MedLocationServices []ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs
    Med-Location-Service. The structure of med_location_service block is documented below.
    MedNetworkPolicies []ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    MedTlvs []string
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    N8021Tlvs []string
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    N8023Tlvs []string
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    Name string
    Profile name.
    ObjectSwitchcontrollerLldpprofileId 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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoIsl String
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    autoIslAuth String
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    autoIslAuthEncrypt String
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    autoIslAuthIdentity String
    Auto inter-switch LAG authentication identity.
    autoIslAuthMacsecProfile String
    Auto inter-switch LAG macsec profile for encryption.
    autoIslAuthReauth Double
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    autoIslAuthUser String
    Auto inter-switch LAG authentication user certificate.
    autoIslHelloTimer Double
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    autoIslPortGroup Double
    Auto inter-switch LAG port group ID (0 - 9).
    autoIslReceiveTimeout Double
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    autoMclagIcl String
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    customTlvs List<ObjectSwitchcontrollerLldpprofileCustomTlv>
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    medLocationServices List<ObjectSwitchcontrollerLldpprofileMedLocationService>
    Med-Location-Service. The structure of med_location_service block is documented below.
    medNetworkPolicies List<ObjectSwitchcontrollerLldpprofileMedNetworkPolicy>
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    medTlvs List<String>
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021Tlvs List<String>
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023Tlvs List<String>
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name String
    Profile name.
    objectSwitchcontrollerLldpprofileId 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.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoIsl string
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    autoIslAuth string
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    autoIslAuthEncrypt string
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    autoIslAuthIdentity string
    Auto inter-switch LAG authentication identity.
    autoIslAuthMacsecProfile string
    Auto inter-switch LAG macsec profile for encryption.
    autoIslAuthReauth number
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    autoIslAuthUser string
    Auto inter-switch LAG authentication user certificate.
    autoIslHelloTimer number
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    autoIslPortGroup number
    Auto inter-switch LAG port group ID (0 - 9).
    autoIslReceiveTimeout number
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    autoMclagIcl string
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    customTlvs ObjectSwitchcontrollerLldpprofileCustomTlv[]
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    medLocationServices ObjectSwitchcontrollerLldpprofileMedLocationService[]
    Med-Location-Service. The structure of med_location_service block is documented below.
    medNetworkPolicies ObjectSwitchcontrollerLldpprofileMedNetworkPolicy[]
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    medTlvs string[]
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021Tlvs string[]
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023Tlvs string[]
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name string
    Profile name.
    objectSwitchcontrollerLldpprofileId 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.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    auto_isl str
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    auto_isl_auth str
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    auto_isl_auth_encrypt str
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    auto_isl_auth_identity str
    Auto inter-switch LAG authentication identity.
    auto_isl_auth_macsec_profile str
    Auto inter-switch LAG macsec profile for encryption.
    auto_isl_auth_reauth float
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    auto_isl_auth_user str
    Auto inter-switch LAG authentication user certificate.
    auto_isl_hello_timer float
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    auto_isl_port_group float
    Auto inter-switch LAG port group ID (0 - 9).
    auto_isl_receive_timeout float
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    auto_mclag_icl str
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    custom_tlvs Sequence[ObjectSwitchcontrollerLldpprofileCustomTlvArgs]
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    med_location_services Sequence[ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs]
    Med-Location-Service. The structure of med_location_service block is documented below.
    med_network_policies Sequence[ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs]
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    med_tlvs Sequence[str]
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021_tlvs Sequence[str]
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023_tlvs Sequence[str]
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name str
    Profile name.
    object_switchcontroller_lldpprofile_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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoIsl String
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    autoIslAuth String
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    autoIslAuthEncrypt String
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    autoIslAuthIdentity String
    Auto inter-switch LAG authentication identity.
    autoIslAuthMacsecProfile String
    Auto inter-switch LAG macsec profile for encryption.
    autoIslAuthReauth Number
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    autoIslAuthUser String
    Auto inter-switch LAG authentication user certificate.
    autoIslHelloTimer Number
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    autoIslPortGroup Number
    Auto inter-switch LAG port group ID (0 - 9).
    autoIslReceiveTimeout Number
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    autoMclagIcl String
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    customTlvs List<Property Map>
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    medLocationServices List<Property Map>
    Med-Location-Service. The structure of med_location_service block is documented below.
    medNetworkPolicies List<Property Map>
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    medTlvs List<String>
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021Tlvs List<String>
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023Tlvs List<String>
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name String
    Profile name.
    objectSwitchcontrollerLldpprofileId 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 ObjectSwitchcontrollerLldpprofile 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 ObjectSwitchcontrollerLldpprofile Resource

    Get an existing ObjectSwitchcontrollerLldpprofile 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?: ObjectSwitchcontrollerLldpprofileState, opts?: CustomResourceOptions): ObjectSwitchcontrollerLldpprofile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            auto_isl: Optional[str] = None,
            auto_isl_auth: Optional[str] = None,
            auto_isl_auth_encrypt: Optional[str] = None,
            auto_isl_auth_identity: Optional[str] = None,
            auto_isl_auth_macsec_profile: Optional[str] = None,
            auto_isl_auth_reauth: Optional[float] = None,
            auto_isl_auth_user: Optional[str] = None,
            auto_isl_hello_timer: Optional[float] = None,
            auto_isl_port_group: Optional[float] = None,
            auto_isl_receive_timeout: Optional[float] = None,
            auto_mclag_icl: Optional[str] = None,
            custom_tlvs: Optional[Sequence[ObjectSwitchcontrollerLldpprofileCustomTlvArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            med_location_services: Optional[Sequence[ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs]] = None,
            med_network_policies: Optional[Sequence[ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs]] = None,
            med_tlvs: Optional[Sequence[str]] = None,
            n8021_tlvs: Optional[Sequence[str]] = None,
            n8023_tlvs: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            object_switchcontroller_lldpprofile_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectSwitchcontrollerLldpprofile
    func GetObjectSwitchcontrollerLldpprofile(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerLldpprofileState, opts ...ResourceOption) (*ObjectSwitchcontrollerLldpprofile, error)
    public static ObjectSwitchcontrollerLldpprofile Get(string name, Input<string> id, ObjectSwitchcontrollerLldpprofileState? state, CustomResourceOptions? opts = null)
    public static ObjectSwitchcontrollerLldpprofile get(String name, Output<String> id, ObjectSwitchcontrollerLldpprofileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSwitchcontrollerLldpprofile    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoIsl string
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    AutoIslAuth string
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    AutoIslAuthEncrypt string
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    AutoIslAuthIdentity string
    Auto inter-switch LAG authentication identity.
    AutoIslAuthMacsecProfile string
    Auto inter-switch LAG macsec profile for encryption.
    AutoIslAuthReauth double
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    AutoIslAuthUser string
    Auto inter-switch LAG authentication user certificate.
    AutoIslHelloTimer double
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    AutoIslPortGroup double
    Auto inter-switch LAG port group ID (0 - 9).
    AutoIslReceiveTimeout double
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    AutoMclagIcl string
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    CustomTlvs List<ObjectSwitchcontrollerLldpprofileCustomTlv>
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    MedLocationServices List<ObjectSwitchcontrollerLldpprofileMedLocationService>
    Med-Location-Service. The structure of med_location_service block is documented below.
    MedNetworkPolicies List<ObjectSwitchcontrollerLldpprofileMedNetworkPolicy>
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    MedTlvs List<string>
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    N8021Tlvs List<string>
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    N8023Tlvs List<string>
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    Name string
    Profile name.
    ObjectSwitchcontrollerLldpprofileId 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.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoIsl string
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    AutoIslAuth string
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    AutoIslAuthEncrypt string
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    AutoIslAuthIdentity string
    Auto inter-switch LAG authentication identity.
    AutoIslAuthMacsecProfile string
    Auto inter-switch LAG macsec profile for encryption.
    AutoIslAuthReauth float64
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    AutoIslAuthUser string
    Auto inter-switch LAG authentication user certificate.
    AutoIslHelloTimer float64
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    AutoIslPortGroup float64
    Auto inter-switch LAG port group ID (0 - 9).
    AutoIslReceiveTimeout float64
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    AutoMclagIcl string
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    CustomTlvs []ObjectSwitchcontrollerLldpprofileCustomTlvArgs
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    MedLocationServices []ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs
    Med-Location-Service. The structure of med_location_service block is documented below.
    MedNetworkPolicies []ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    MedTlvs []string
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    N8021Tlvs []string
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    N8023Tlvs []string
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    Name string
    Profile name.
    ObjectSwitchcontrollerLldpprofileId 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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoIsl String
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    autoIslAuth String
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    autoIslAuthEncrypt String
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    autoIslAuthIdentity String
    Auto inter-switch LAG authentication identity.
    autoIslAuthMacsecProfile String
    Auto inter-switch LAG macsec profile for encryption.
    autoIslAuthReauth Double
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    autoIslAuthUser String
    Auto inter-switch LAG authentication user certificate.
    autoIslHelloTimer Double
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    autoIslPortGroup Double
    Auto inter-switch LAG port group ID (0 - 9).
    autoIslReceiveTimeout Double
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    autoMclagIcl String
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    customTlvs List<ObjectSwitchcontrollerLldpprofileCustomTlv>
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    medLocationServices List<ObjectSwitchcontrollerLldpprofileMedLocationService>
    Med-Location-Service. The structure of med_location_service block is documented below.
    medNetworkPolicies List<ObjectSwitchcontrollerLldpprofileMedNetworkPolicy>
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    medTlvs List<String>
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021Tlvs List<String>
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023Tlvs List<String>
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name String
    Profile name.
    objectSwitchcontrollerLldpprofileId 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.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoIsl string
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    autoIslAuth string
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    autoIslAuthEncrypt string
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    autoIslAuthIdentity string
    Auto inter-switch LAG authentication identity.
    autoIslAuthMacsecProfile string
    Auto inter-switch LAG macsec profile for encryption.
    autoIslAuthReauth number
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    autoIslAuthUser string
    Auto inter-switch LAG authentication user certificate.
    autoIslHelloTimer number
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    autoIslPortGroup number
    Auto inter-switch LAG port group ID (0 - 9).
    autoIslReceiveTimeout number
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    autoMclagIcl string
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    customTlvs ObjectSwitchcontrollerLldpprofileCustomTlv[]
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    medLocationServices ObjectSwitchcontrollerLldpprofileMedLocationService[]
    Med-Location-Service. The structure of med_location_service block is documented below.
    medNetworkPolicies ObjectSwitchcontrollerLldpprofileMedNetworkPolicy[]
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    medTlvs string[]
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021Tlvs string[]
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023Tlvs string[]
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name string
    Profile name.
    objectSwitchcontrollerLldpprofileId 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.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    auto_isl str
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    auto_isl_auth str
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    auto_isl_auth_encrypt str
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    auto_isl_auth_identity str
    Auto inter-switch LAG authentication identity.
    auto_isl_auth_macsec_profile str
    Auto inter-switch LAG macsec profile for encryption.
    auto_isl_auth_reauth float
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    auto_isl_auth_user str
    Auto inter-switch LAG authentication user certificate.
    auto_isl_hello_timer float
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    auto_isl_port_group float
    Auto inter-switch LAG port group ID (0 - 9).
    auto_isl_receive_timeout float
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    auto_mclag_icl str
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    custom_tlvs Sequence[ObjectSwitchcontrollerLldpprofileCustomTlvArgs]
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    med_location_services Sequence[ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs]
    Med-Location-Service. The structure of med_location_service block is documented below.
    med_network_policies Sequence[ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs]
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    med_tlvs Sequence[str]
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021_tlvs Sequence[str]
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023_tlvs Sequence[str]
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name str
    Profile name.
    object_switchcontroller_lldpprofile_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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoIsl String
    Enable/disable auto inter-switch LAG. Valid values: disable, enable.
    autoIslAuth String
    Auto inter-switch LAG authentication mode. Valid values: legacy, strict, relax.
    autoIslAuthEncrypt String
    Auto inter-switch LAG encryption mode. Valid values: none, mixed, must.
    autoIslAuthIdentity String
    Auto inter-switch LAG authentication identity.
    autoIslAuthMacsecProfile String
    Auto inter-switch LAG macsec profile for encryption.
    autoIslAuthReauth Number
    Auto inter-switch LAG authentication reauth period in seconds(10 - 3600, default = 3600).
    autoIslAuthUser String
    Auto inter-switch LAG authentication user certificate.
    autoIslHelloTimer Number
    Auto inter-switch LAG hello timer duration (1 - 30 sec, default = 3).
    autoIslPortGroup Number
    Auto inter-switch LAG port group ID (0 - 9).
    autoIslReceiveTimeout Number
    Auto inter-switch LAG timeout if no response is received (3 - 90 sec, default = 9).
    autoMclagIcl String
    Enable/disable MCLAG inter chassis link. Valid values: disable, enable.
    customTlvs List<Property Map>
    Custom-Tlvs. The structure of custom_tlvs block is documented below.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    medLocationServices List<Property Map>
    Med-Location-Service. The structure of med_location_service block is documented below.
    medNetworkPolicies List<Property Map>
    Med-Network-Policy. The structure of med_network_policy block is documented below.
    medTlvs List<String>
    Transmitted LLDP-MED TLVs (type-length-value descriptions). Valid values: inventory-management, network-policy, power-management, location-identification.
    n8021Tlvs List<String>
    Transmitted IEEE 802.1 TLVs. Valid values: port-vlan-id.
    n8023Tlvs List<String>
    Transmitted IEEE 802.3 TLVs. Valid values: max-frame-size, power-negotiation.
    name String
    Profile name.
    objectSwitchcontrollerLldpprofileId 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

    ObjectSwitchcontrollerLldpprofileCustomTlv, ObjectSwitchcontrollerLldpprofileCustomTlvArgs

    InformationString string
    Organizationally defined information string (0 - 507 hexadecimal bytes).
    Name string
    TLV name (not sent).
    Oui string
    Organizationally unique identifier (OUI), a 3-byte hexadecimal number, for this TLV.
    Subtype double
    Organizationally defined subtype (0 - 255).
    InformationString string
    Organizationally defined information string (0 - 507 hexadecimal bytes).
    Name string
    TLV name (not sent).
    Oui string
    Organizationally unique identifier (OUI), a 3-byte hexadecimal number, for this TLV.
    Subtype float64
    Organizationally defined subtype (0 - 255).
    informationString String
    Organizationally defined information string (0 - 507 hexadecimal bytes).
    name String
    TLV name (not sent).
    oui String
    Organizationally unique identifier (OUI), a 3-byte hexadecimal number, for this TLV.
    subtype Double
    Organizationally defined subtype (0 - 255).
    informationString string
    Organizationally defined information string (0 - 507 hexadecimal bytes).
    name string
    TLV name (not sent).
    oui string
    Organizationally unique identifier (OUI), a 3-byte hexadecimal number, for this TLV.
    subtype number
    Organizationally defined subtype (0 - 255).
    information_string str
    Organizationally defined information string (0 - 507 hexadecimal bytes).
    name str
    TLV name (not sent).
    oui str
    Organizationally unique identifier (OUI), a 3-byte hexadecimal number, for this TLV.
    subtype float
    Organizationally defined subtype (0 - 255).
    informationString String
    Organizationally defined information string (0 - 507 hexadecimal bytes).
    name String
    TLV name (not sent).
    oui String
    Organizationally unique identifier (OUI), a 3-byte hexadecimal number, for this TLV.
    subtype Number
    Organizationally defined subtype (0 - 255).

    ObjectSwitchcontrollerLldpprofileMedLocationService, ObjectSwitchcontrollerLldpprofileMedLocationServiceArgs

    Name string
    Location service type name.
    Status string
    Enable or disable this TLV. Valid values: disable, enable.
    SysLocationId string
    Location service ID.
    Name string
    Location service type name.
    Status string
    Enable or disable this TLV. Valid values: disable, enable.
    SysLocationId string
    Location service ID.
    name String
    Location service type name.
    status String
    Enable or disable this TLV. Valid values: disable, enable.
    sysLocationId String
    Location service ID.
    name string
    Location service type name.
    status string
    Enable or disable this TLV. Valid values: disable, enable.
    sysLocationId string
    Location service ID.
    name str
    Location service type name.
    status str
    Enable or disable this TLV. Valid values: disable, enable.
    sys_location_id str
    Location service ID.
    name String
    Location service type name.
    status String
    Enable or disable this TLV. Valid values: disable, enable.
    sysLocationId String
    Location service ID.

    ObjectSwitchcontrollerLldpprofileMedNetworkPolicy, ObjectSwitchcontrollerLldpprofileMedNetworkPolicyArgs

    AssignVlan string
    Enable/disable VLAN assignment when this profile is applied on managed FortiSwitch port. Valid values: disable, enable.
    Dscp double
    Advertised Differentiated Services Code Point (DSCP) value, a packet header value indicating the level of service requested for traffic, such as high priority or best effort delivery.
    Name string
    Policy type name.
    Priority double
    Advertised Layer 2 priority (0 - 7; from lowest to highest priority).
    Status string
    Enable or disable this TLV. Valid values: disable, enable.
    Vlan double
    ID of VLAN to advertise, if configured on port (0 - 4094, 0 = priority tag).
    VlanIntf string
    VLAN interface to advertise; if configured on port.
    AssignVlan string
    Enable/disable VLAN assignment when this profile is applied on managed FortiSwitch port. Valid values: disable, enable.
    Dscp float64
    Advertised Differentiated Services Code Point (DSCP) value, a packet header value indicating the level of service requested for traffic, such as high priority or best effort delivery.
    Name string
    Policy type name.
    Priority float64
    Advertised Layer 2 priority (0 - 7; from lowest to highest priority).
    Status string
    Enable or disable this TLV. Valid values: disable, enable.
    Vlan float64
    ID of VLAN to advertise, if configured on port (0 - 4094, 0 = priority tag).
    VlanIntf string
    VLAN interface to advertise; if configured on port.
    assignVlan String
    Enable/disable VLAN assignment when this profile is applied on managed FortiSwitch port. Valid values: disable, enable.
    dscp Double
    Advertised Differentiated Services Code Point (DSCP) value, a packet header value indicating the level of service requested for traffic, such as high priority or best effort delivery.
    name String
    Policy type name.
    priority Double
    Advertised Layer 2 priority (0 - 7; from lowest to highest priority).
    status String
    Enable or disable this TLV. Valid values: disable, enable.
    vlan Double
    ID of VLAN to advertise, if configured on port (0 - 4094, 0 = priority tag).
    vlanIntf String
    VLAN interface to advertise; if configured on port.
    assignVlan string
    Enable/disable VLAN assignment when this profile is applied on managed FortiSwitch port. Valid values: disable, enable.
    dscp number
    Advertised Differentiated Services Code Point (DSCP) value, a packet header value indicating the level of service requested for traffic, such as high priority or best effort delivery.
    name string
    Policy type name.
    priority number
    Advertised Layer 2 priority (0 - 7; from lowest to highest priority).
    status string
    Enable or disable this TLV. Valid values: disable, enable.
    vlan number
    ID of VLAN to advertise, if configured on port (0 - 4094, 0 = priority tag).
    vlanIntf string
    VLAN interface to advertise; if configured on port.
    assign_vlan str
    Enable/disable VLAN assignment when this profile is applied on managed FortiSwitch port. Valid values: disable, enable.
    dscp float
    Advertised Differentiated Services Code Point (DSCP) value, a packet header value indicating the level of service requested for traffic, such as high priority or best effort delivery.
    name str
    Policy type name.
    priority float
    Advertised Layer 2 priority (0 - 7; from lowest to highest priority).
    status str
    Enable or disable this TLV. Valid values: disable, enable.
    vlan float
    ID of VLAN to advertise, if configured on port (0 - 4094, 0 = priority tag).
    vlan_intf str
    VLAN interface to advertise; if configured on port.
    assignVlan String
    Enable/disable VLAN assignment when this profile is applied on managed FortiSwitch port. Valid values: disable, enable.
    dscp Number
    Advertised Differentiated Services Code Point (DSCP) value, a packet header value indicating the level of service requested for traffic, such as high priority or best effort delivery.
    name String
    Policy type name.
    priority Number
    Advertised Layer 2 priority (0 - 7; from lowest to highest priority).
    status String
    Enable or disable this TLV. Valid values: disable, enable.
    vlan Number
    ID of VLAN to advertise, if configured on port (0 - 4094, 0 = priority tag).
    vlanIntf String
    VLAN interface to advertise; if configured on port.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSwitchcontrollerLldpprofile:ObjectSwitchcontrollerLldpprofile 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