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

fortimanager.ObjectFspVlan

Explore with Pulumi AI

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

    ObjectFsp Vlan

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

    • dhcp_server: fortimanager.ObjectFspVlanDhcpserver
    • dynamic_mapping: fortimanager.ObjectFspVlanDynamicMapping
    • interface: fortimanager.ObjectFspVlanInterface

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectFspVlan("trname", {
        _dhcpStatus: "enable",
        color: 2,
        vdom: "root",
        vlanid: 100,
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectFspVlan("trname",
        _dhcp_status="enable",
        color=2,
        vdom="root",
        vlanid=100)
    
    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.NewObjectFspVlan(ctx, "trname", &fortimanager.ObjectFspVlanArgs{
    			_dhcpStatus: pulumi.String("enable"),
    			Color:       pulumi.Float64(2),
    			Vdom:        pulumi.String("root"),
    			Vlanid:      pulumi.Float64(100),
    		})
    		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.ObjectFspVlan("trname", new()
        {
            _dhcpStatus = "enable",
            Color = 2,
            Vdom = "root",
            Vlanid = 100,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectFspVlan;
    import com.pulumi.fortimanager.ObjectFspVlanArgs;
    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 ObjectFspVlan("trname", ObjectFspVlanArgs.builder()
                ._dhcpStatus("enable")
                .color(2)
                .vdom("root")
                .vlanid(100)
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectFspVlan
        properties:
          _dhcpStatus: enable
          color: 2
          vdom: root
          vlanid: 100
    

    Create ObjectFspVlan Resource

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

    Constructor syntax

    new ObjectFspVlan(name: string, args?: ObjectFspVlanArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFspVlan(resource_name: str,
                      args: Optional[ObjectFspVlanArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFspVlan(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      _dhcp_status: Optional[str] = None,
                      adom: Optional[str] = None,
                      color: Optional[float] = None,
                      dhcp_server: Optional[ObjectFspVlanDhcpServerArgs] = None,
                      dynamic_mappings: Optional[Sequence[ObjectFspVlanDynamicMappingArgs]] = None,
                      dynamic_sort_subtable: Optional[str] = None,
                      interface: Optional[ObjectFspVlanInterfaceArgs] = None,
                      name: Optional[str] = None,
                      object_fsp_vlan_id: Optional[str] = None,
                      scopetype: Optional[str] = None,
                      vdom: Optional[str] = None,
                      vlanid: Optional[float] = None)
    func NewObjectFspVlan(ctx *Context, name string, args *ObjectFspVlanArgs, opts ...ResourceOption) (*ObjectFspVlan, error)
    public ObjectFspVlan(string name, ObjectFspVlanArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectFspVlan(String name, ObjectFspVlanArgs args)
    public ObjectFspVlan(String name, ObjectFspVlanArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFspVlan
    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 ObjectFspVlanArgs
    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 ObjectFspVlanArgs
    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 ObjectFspVlanArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFspVlanArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFspVlanArgs
    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 objectFspVlanResource = new Fortimanager.ObjectFspVlan("objectFspVlanResource", new()
    {
        _dhcpStatus = "string",
        Adom = "string",
        Color = 0,
        DhcpServer = new Fortimanager.Inputs.ObjectFspVlanDhcpServerArgs
        {
            AutoConfiguration = "string",
            AutoManagedStatus = "string",
            ConflictedIpTimeout = 0,
            DdnsAuth = "string",
            DdnsKey = "string",
            DdnsKeyname = "string",
            DdnsServerIp = "string",
            DdnsTtl = 0,
            DdnsUpdate = "string",
            DdnsUpdateOverride = "string",
            DdnsZone = "string",
            DefaultGateway = "string",
            DhcpSettingsFromFortiipam = "string",
            DnsServer1 = "string",
            DnsServer2 = "string",
            DnsServer3 = "string",
            DnsServer4 = "string",
            DnsService = "string",
            Domain = "string",
            Enable = "string",
            ExcludeRanges = new[]
            {
                new Fortimanager.Inputs.ObjectFspVlanDhcpServerExcludeRangeArgs
                {
                    EndIp = "string",
                    Id = 0,
                    LeaseTime = 0,
                    StartIp = "string",
                    UciMatch = "string",
                    UciStrings = new[]
                    {
                        "string",
                    },
                    VciMatch = "string",
                    VciStrings = new[]
                    {
                        "string",
                    },
                },
            },
            Filename = "string",
            ForticlientOnNetStatus = "string",
            Id = 0,
            IpMode = "string",
            IpRanges = new[]
            {
                new Fortimanager.Inputs.ObjectFspVlanDhcpServerIpRangeArgs
                {
                    EndIp = "string",
                    Id = 0,
                    LeaseTime = 0,
                    StartIp = "string",
                    UciMatch = "string",
                    UciStrings = new[]
                    {
                        "string",
                    },
                    VciMatch = "string",
                    VciStrings = new[]
                    {
                        "string",
                    },
                },
            },
            IpsecLeaseHold = 0,
            LeaseTime = 0,
            MacAclDefaultAction = "string",
            Netmask = "string",
            NextServer = "string",
            NtpServer1 = "string",
            NtpServer2 = "string",
            NtpServer3 = "string",
            NtpService = "string",
            Option1s = new[]
            {
                "string",
            },
            Option2s = new[]
            {
                "string",
            },
            Option3s = new[]
            {
                "string",
            },
            Option4 = "string",
            Option5 = "string",
            Option6 = "string",
            Options = new[]
            {
                new Fortimanager.Inputs.ObjectFspVlanDhcpServerOptionArgs
                {
                    Code = 0,
                    Id = 0,
                    Ips = new[]
                    {
                        "string",
                    },
                    Type = "string",
                    UciMatch = "string",
                    UciStrings = new[]
                    {
                        "string",
                    },
                    Value = "string",
                    VciMatch = "string",
                    VciStrings = new[]
                    {
                        "string",
                    },
                },
            },
            RelayAgent = "string",
            ReservedAddresses = new[]
            {
                new Fortimanager.Inputs.ObjectFspVlanDhcpServerReservedAddressArgs
                {
                    Action = "string",
                    CircuitId = "string",
                    CircuitIdType = "string",
                    Description = "string",
                    Id = 0,
                    Ip = "string",
                    Mac = "string",
                    RemoteId = "string",
                    RemoteIdType = "string",
                    Type = "string",
                },
            },
            ServerType = "string",
            SharedSubnet = "string",
            Status = "string",
            TftpServers = new[]
            {
                "string",
            },
            Timezone = "string",
            TimezoneOption = "string",
            VciMatch = "string",
            VciStrings = new[]
            {
                "string",
            },
            WifiAc1 = "string",
            WifiAc2 = "string",
            WifiAc3 = "string",
            WifiAcService = "string",
            WinsServer1 = "string",
            WinsServer2 = "string",
        },
        DynamicMappings = new[]
        {
            new Fortimanager.Inputs.ObjectFspVlanDynamicMappingArgs
            {
                _dhcpStatus = "string",
                _scopes = new[]
                {
                    new Fortimanager.Inputs.ObjectFspVlanDynamicMapping_ScopeArgs
                    {
                        Name = "string",
                        Vdom = "string",
                    },
                },
                DhcpServer = new Fortimanager.Inputs.ObjectFspVlanDynamicMappingDhcpServerArgs
                {
                    AutoConfiguration = "string",
                    AutoManagedStatus = "string",
                    ConflictedIpTimeout = 0,
                    DdnsAuth = "string",
                    DdnsKey = "string",
                    DdnsKeyname = "string",
                    DdnsServerIp = "string",
                    DdnsTtl = 0,
                    DdnsUpdate = "string",
                    DdnsUpdateOverride = "string",
                    DdnsZone = "string",
                    DefaultGateway = "string",
                    DhcpSettingsFromFortiipam = "string",
                    DnsServer1 = "string",
                    DnsServer2 = "string",
                    DnsServer3 = "string",
                    DnsServer4 = "string",
                    DnsService = "string",
                    Domain = "string",
                    Enable = "string",
                    ExcludeRanges = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanDynamicMappingDhcpServerExcludeRangeArgs
                        {
                            EndIp = "string",
                            Id = 0,
                            LeaseTime = 0,
                            StartIp = "string",
                            UciMatch = "string",
                            UciStrings = new[]
                            {
                                "string",
                            },
                            VciMatch = "string",
                            VciStrings = new[]
                            {
                                "string",
                            },
                        },
                    },
                    Filename = "string",
                    ForticlientOnNetStatus = "string",
                    Id = 0,
                    IpMode = "string",
                    IpRanges = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanDynamicMappingDhcpServerIpRangeArgs
                        {
                            EndIp = "string",
                            Id = 0,
                            LeaseTime = 0,
                            StartIp = "string",
                            UciMatch = "string",
                            UciStrings = new[]
                            {
                                "string",
                            },
                            VciMatch = "string",
                            VciStrings = new[]
                            {
                                "string",
                            },
                        },
                    },
                    IpsecLeaseHold = 0,
                    LeaseTime = 0,
                    MacAclDefaultAction = "string",
                    Netmask = "string",
                    NextServer = "string",
                    NtpServer1 = "string",
                    NtpServer2 = "string",
                    NtpServer3 = "string",
                    NtpService = "string",
                    Option1s = new[]
                    {
                        "string",
                    },
                    Option2s = new[]
                    {
                        "string",
                    },
                    Option3s = new[]
                    {
                        "string",
                    },
                    Option4 = "string",
                    Option5 = "string",
                    Option6 = "string",
                    Options = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanDynamicMappingDhcpServerOptionArgs
                        {
                            Code = 0,
                            Id = 0,
                            Ips = new[]
                            {
                                "string",
                            },
                            Type = "string",
                            UciMatch = "string",
                            UciStrings = new[]
                            {
                                "string",
                            },
                            Value = "string",
                            VciMatch = "string",
                            VciStrings = new[]
                            {
                                "string",
                            },
                        },
                    },
                    RelayAgent = "string",
                    ReservedAddresses = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanDynamicMappingDhcpServerReservedAddressArgs
                        {
                            Action = "string",
                            CircuitId = "string",
                            CircuitIdType = "string",
                            Description = "string",
                            Id = 0,
                            Ip = "string",
                            Mac = "string",
                            RemoteId = "string",
                            RemoteIdType = "string",
                            Type = "string",
                        },
                    },
                    ServerType = "string",
                    SharedSubnet = "string",
                    Status = "string",
                    TftpServers = new[]
                    {
                        "string",
                    },
                    Timezone = "string",
                    TimezoneOption = "string",
                    VciMatch = "string",
                    VciStrings = new[]
                    {
                        "string",
                    },
                    WifiAc1 = "string",
                    WifiAc2 = "string",
                    WifiAc3 = "string",
                    WifiAcService = "string",
                    WinsServer1 = "string",
                    WinsServer2 = "string",
                },
                Interface = new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceArgs
                {
                    DhcpRelayAgentOption = "string",
                    DhcpRelayInterfaceSelectMethod = "string",
                    DhcpRelayIps = new[]
                    {
                        "string",
                    },
                    DhcpRelayService = "string",
                    DhcpRelayType = "string",
                    Ip = "string",
                    Ipv6 = new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceIpv6Args
                    {
                        Autoconf = "string",
                        CliConn6Status = 0,
                        Dhcp6ClientOptions = new[]
                        {
                            "string",
                        },
                        Dhcp6InformationRequest = "string",
                        Dhcp6PrefixDelegation = "string",
                        Dhcp6PrefixHint = "string",
                        Dhcp6PrefixHintPlt = 0,
                        Dhcp6PrefixHintVlt = 0,
                        Dhcp6RelayInterfaceId = "string",
                        Dhcp6RelayIp = "string",
                        Dhcp6RelayService = "string",
                        Dhcp6RelaySourceInterface = "string",
                        Dhcp6RelaySourceIp = "string",
                        Dhcp6RelayType = "string",
                        Icmp6SendRedirect = "string",
                        InterfaceIdentifier = "string",
                        Ip6Address = "string",
                        Ip6Allowaccesses = new[]
                        {
                            "string",
                        },
                        Ip6DefaultLife = 0,
                        Ip6DelegatedPrefixIaid = 0,
                        Ip6DelegatedPrefixLists = new[]
                        {
                            new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixListArgs
                            {
                                AutonomousFlag = "string",
                                DelegatedPrefixIaid = 0,
                                OnlinkFlag = "string",
                                PrefixId = 0,
                                RdnssService = "string",
                                Rdnsses = new[]
                                {
                                    "string",
                                },
                                Subnet = "string",
                                UpstreamInterface = "string",
                            },
                        },
                        Ip6DnsServerOverride = "string",
                        Ip6ExtraAddrs = new[]
                        {
                            new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddrArgs
                            {
                                Prefix = "string",
                            },
                        },
                        Ip6HopLimit = 0,
                        Ip6LinkMtu = 0,
                        Ip6ManageFlag = "string",
                        Ip6MaxInterval = 0,
                        Ip6MinInterval = 0,
                        Ip6Mode = "string",
                        Ip6OtherFlag = "string",
                        Ip6PrefixLists = new[]
                        {
                            new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixListArgs
                            {
                                AutonomousFlag = "string",
                                Dnssls = new[]
                                {
                                    "string",
                                },
                                OnlinkFlag = "string",
                                PreferredLifeTime = 0,
                                Prefix = "string",
                                Rdnsses = new[]
                                {
                                    "string",
                                },
                                ValidLifeTime = 0,
                            },
                        },
                        Ip6PrefixMode = "string",
                        Ip6ReachableTime = 0,
                        Ip6RetransTime = 0,
                        Ip6SendAdv = "string",
                        Ip6Subnet = "string",
                        Ip6UpstreamInterface = "string",
                        NdCert = "string",
                        NdCgaModifier = "string",
                        NdMode = "string",
                        NdSecurityLevel = 0,
                        NdTimestampDelta = 0,
                        NdTimestampFuzz = 0,
                        RaSendMtu = "string",
                        UniqueAutoconfAddr = "string",
                        Vrip6LinkLocal = "string",
                        Vrrp6s = new[]
                        {
                            new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6Args
                            {
                                AcceptMode = "string",
                                AdvInterval = 0,
                                IgnoreDefaultRoute = "string",
                                Preempt = "string",
                                Priority = 0,
                                StartTime = 0,
                                Status = "string",
                                Vrdst6 = "string",
                                Vrgrp = 0,
                                Vrid = 0,
                                Vrip6 = "string",
                            },
                        },
                        VrrpVirtualMac6 = "string",
                    },
                    SecondaryIp = "string",
                    Secondaryips = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceSecondaryipArgs
                        {
                            Allowaccesses = new[]
                            {
                                "string",
                            },
                            Detectprotocols = new[]
                            {
                                "string",
                            },
                            Detectserver = "string",
                            Gwdetect = "string",
                            HaPriority = 0,
                            Id = 0,
                            Ip = "string",
                            PingServStatus = 0,
                            SecipRelayIp = "string",
                            Seq = 0,
                        },
                    },
                    Vlanid = 0,
                    Vrrps = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceVrrpArgs
                        {
                            AcceptMode = "string",
                            AdvInterval = 0,
                            IgnoreDefaultRoute = "string",
                            Preempt = "string",
                            Priority = 0,
                            ProxyArps = new[]
                            {
                                new Fortimanager.Inputs.ObjectFspVlanDynamicMappingInterfaceVrrpProxyArpArgs
                                {
                                    Id = 0,
                                    Ip = "string",
                                },
                            },
                            StartTime = 0,
                            Status = "string",
                            Version = "string",
                            VrdstPriority = 0,
                            Vrdsts = new[]
                            {
                                "string",
                            },
                            Vrgrp = 0,
                            Vrid = 0,
                            Vrip = "string",
                        },
                    },
                },
            },
        },
        DynamicSortSubtable = "string",
        Interface = new Fortimanager.Inputs.ObjectFspVlanInterfaceArgs
        {
            AcName = "string",
            Aggregate = "string",
            AggregateType = "string",
            Algorithm = "string",
            Alias = "string",
            Allowaccesses = new[]
            {
                "string",
            },
            Annex = "string",
            ApDiscover = "string",
            Arpforward = "string",
            AtmProtocol = "string",
            AuthCert = "string",
            AuthPortalAddr = "string",
            AuthType = "string",
            AutoAuthExtensionDevice = "string",
            BandwidthMeasureTime = 0,
            Bfd = "string",
            BfdDesiredMinTx = 0,
            BfdDetectMult = 0,
            BfdRequiredMinRx = 0,
            BroadcastForticlientDiscovery = "string",
            BroadcastForward = "string",
            CaptivePortal = 0,
            CliConnStatus = 0,
            Color = 0,
            Ddns = "string",
            DdnsAuth = "string",
            DdnsDomain = "string",
            DdnsKey = "string",
            DdnsKeyname = "string",
            DdnsPasswords = new[]
            {
                "string",
            },
            DdnsServer = "string",
            DdnsServerIp = "string",
            DdnsSn = "string",
            DdnsTtl = 0,
            DdnsUsername = "string",
            DdnsZone = "string",
            DedicatedTo = "string",
            DefaultPurdueLevel = "string",
            Defaultgw = "string",
            Description = "string",
            DetectedPeerMtu = 0,
            Detectprotocols = new[]
            {
                "string",
            },
            Detectserver = "string",
            DeviceAccessList = "string",
            DeviceIdentification = "string",
            DeviceIdentificationActiveScan = "string",
            DeviceNetscan = "string",
            DeviceUserIdentification = "string",
            Devindex = 0,
            DhcpBroadcastFlag = "string",
            DhcpClasslessRouteAddition = "string",
            DhcpClientIdentifier = "string",
            DhcpRelayAgentOption = "string",
            DhcpRelayCircuitId = "string",
            DhcpRelayInterface = "string",
            DhcpRelayInterfaceSelectMethod = "string",
            DhcpRelayIps = new[]
            {
                "string",
            },
            DhcpRelayLinkSelection = "string",
            DhcpRelayRequestAllServer = "string",
            DhcpRelayService = "string",
            DhcpRelaySourceIp = "string",
            DhcpRelayType = "string",
            DhcpRenewTime = 0,
            DhcpSmartRelay = "string",
            DiscRetryTimeout = 0,
            DisconnectThreshold = 0,
            Distance = 0,
            DnsQuery = "string",
            DnsServerOverride = "string",
            DnsServerProtocols = new[]
            {
                "string",
            },
            DropFragment = "string",
            DropOverlappedFragment = "string",
            EapCaCerts = new[]
            {
                "string",
            },
            EapIdentity = "string",
            EapMethod = "string",
            EapPasswords = new[]
            {
                "string",
            },
            EapSupplicant = "string",
            EapUserCerts = new[]
            {
                "string",
            },
            EgressCos = "string",
            EgressShapingProfile = "string",
            Eip = "string",
            EndpointCompliance = "string",
            EstimatedDownstreamBandwidth = 0,
            EstimatedUpstreamBandwidth = 0,
            ExplicitFtpProxy = "string",
            ExplicitWebProxy = "string",
            External = "string",
            FailActionOnExtender = "string",
            FailAlertInterfaces = "string",
            FailAlertMethod = "string",
            FailDetect = "string",
            FailDetectOptions = new[]
            {
                "string",
            },
            Fdp = "string",
            Fortiheartbeat = "string",
            Fortilink = "string",
            FortilinkBackupLink = 0,
            FortilinkNeighborDetect = "string",
            FortilinkSplitInterface = "string",
            FortilinkStacking = "string",
            ForwardDomain = 0,
            ForwardErrorCorrection = "string",
            FpAnomalies = new[]
            {
                "string",
            },
            FpDisables = new[]
            {
                "string",
            },
            GatewayAddress = "string",
            GenericReceiveOffload = "string",
            GiGk = "string",
            Gwaddr = "string",
            Gwdetect = "string",
            HaPriority = 0,
            IcmpAcceptRedirect = "string",
            IcmpRedirect = "string",
            IcmpSendRedirect = "string",
            IdentAccept = "string",
            IdleTimeout = 0,
            IfMdix = "string",
            IfMedia = "string",
            IkeSamlServers = new[]
            {
                "string",
            },
            InForceVlanCos = 0,
            Inbandwidth = 0,
            IngressCos = "string",
            IngressShapingProfile = "string",
            IngressSpilloverThreshold = 0,
            InterconnectProfile = "string",
            Internal = 0,
            Ip = "string",
            IpManagedByFortiipam = "string",
            Ipmac = "string",
            IpsSnifferMode = "string",
            Ipunnumbered = "string",
            Ipv6 = new Fortimanager.Inputs.ObjectFspVlanInterfaceIpv6Args
            {
                Autoconf = "string",
                CliConn6Status = 0,
                Dhcp6ClientOptions = new[]
                {
                    "string",
                },
                Dhcp6InformationRequest = "string",
                Dhcp6PrefixDelegation = "string",
                Dhcp6PrefixHint = "string",
                Dhcp6PrefixHintPlt = 0,
                Dhcp6PrefixHintVlt = 0,
                Dhcp6RelayInterfaceId = "string",
                Dhcp6RelayIp = "string",
                Dhcp6RelayService = "string",
                Dhcp6RelaySourceInterface = "string",
                Dhcp6RelaySourceIp = "string",
                Dhcp6RelayType = "string",
                Icmp6SendRedirect = "string",
                InterfaceIdentifier = "string",
                Ip6Address = "string",
                Ip6Allowaccesses = new[]
                {
                    "string",
                },
                Ip6DefaultLife = 0,
                Ip6DelegatedPrefixIaid = 0,
                Ip6DelegatedPrefixLists = new[]
                {
                    new Fortimanager.Inputs.ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixListArgs
                    {
                        AutonomousFlag = "string",
                        DelegatedPrefixIaid = 0,
                        OnlinkFlag = "string",
                        PrefixId = 0,
                        RdnssService = "string",
                        Rdnsses = new[]
                        {
                            "string",
                        },
                        Subnet = "string",
                        UpstreamInterface = "string",
                    },
                },
                Ip6DnsServerOverride = "string",
                Ip6ExtraAddrs = new[]
                {
                    new Fortimanager.Inputs.ObjectFspVlanInterfaceIpv6Ip6ExtraAddrArgs
                    {
                        Prefix = "string",
                    },
                },
                Ip6HopLimit = 0,
                Ip6LinkMtu = 0,
                Ip6ManageFlag = "string",
                Ip6MaxInterval = 0,
                Ip6MinInterval = 0,
                Ip6Mode = "string",
                Ip6OtherFlag = "string",
                Ip6PrefixLists = new[]
                {
                    new Fortimanager.Inputs.ObjectFspVlanInterfaceIpv6Ip6PrefixListArgs
                    {
                        AutonomousFlag = "string",
                        Dnssls = new[]
                        {
                            "string",
                        },
                        OnlinkFlag = "string",
                        PreferredLifeTime = 0,
                        Prefix = "string",
                        Rdnsses = new[]
                        {
                            "string",
                        },
                        ValidLifeTime = 0,
                    },
                },
                Ip6PrefixMode = "string",
                Ip6ReachableTime = 0,
                Ip6RetransTime = 0,
                Ip6SendAdv = "string",
                Ip6Subnet = "string",
                Ip6UpstreamInterface = "string",
                NdCert = "string",
                NdCgaModifier = "string",
                NdMode = "string",
                NdSecurityLevel = 0,
                NdTimestampDelta = 0,
                NdTimestampFuzz = 0,
                RaSendMtu = "string",
                UniqueAutoconfAddr = "string",
                Vrip6LinkLocal = "string",
                Vrrp6s = new[]
                {
                    new Fortimanager.Inputs.ObjectFspVlanInterfaceIpv6Vrrp6Args
                    {
                        AcceptMode = "string",
                        AdvInterval = 0,
                        IgnoreDefaultRoute = "string",
                        Preempt = "string",
                        Priority = 0,
                        StartTime = 0,
                        Status = "string",
                        Vrdst6 = "string",
                        Vrgrp = 0,
                        Vrid = 0,
                        Vrip6 = "string",
                    },
                },
                VrrpVirtualMac6 = "string",
            },
            L2forward = "string",
            L2tpClient = "string",
            LacpHaSecondary = "string",
            LacpHaSlave = "string",
            LacpMode = "string",
            LacpSpeed = "string",
            LargeReceiveOffload = "string",
            LcpEchoInterval = 0,
            LcpMaxEchoFails = 0,
            LinkUpDelay = 0,
            ListenForticlientConnection = "string",
            LldpNetworkPolicy = "string",
            LldpReception = "string",
            LldpTransmission = "string",
            Log = "string",
            Macaddr = "string",
            ManagedSubnetworkSize = "string",
            ManagementIp = "string",
            MaxEgressBurstRate = 0,
            MaxEgressRate = 0,
            MeasuredDownstreamBandwidth = 0,
            MeasuredUpstreamBandwidth = 0,
            Mediatype = "string",
            Member = "string",
            MinLinks = 0,
            MinLinksDown = "string",
            MirroringDirection = "string",
            MirroringPort = "string",
            Mode = "string",
            MonitorBandwidth = "string",
            Mtu = 0,
            MtuOverride = "string",
            MuxType = "string",
            Name = "string",
            Ndiscforward = "string",
            NetbiosForward = "string",
            NetflowSampler = "string",
            NpQosProfile = 0,
            NpuFastpath = "string",
            Nst = "string",
            OutForceVlanCos = 0,
            Outbandwidth = 0,
            PadtRetryTimeout = 0,
            Passwords = new[]
            {
                "string",
            },
            PeerInterface = "string",
            PhyMode = "string",
            PingServStatus = 0,
            Poe = "string",
            PollingInterval = 0,
            PortMirroring = "string",
            PppoeUnnumberedNegotiate = "string",
            PptpAuthType = "string",
            PptpClient = "string",
            PptpPasswords = new[]
            {
                "string",
            },
            PptpServerIp = "string",
            PptpTimeout = 0,
            PptpUser = "string",
            PreserveSessionRoute = "string",
            Priority = 0,
            PriorityOverride = "string",
            ProxyCaptivePortal = "string",
            PvcAtmQos = "string",
            PvcChan = 0,
            PvcCrc = 0,
            PvcPcr = 0,
            PvcScr = 0,
            PvcVlanId = 0,
            PvcVlanRxId = 0,
            PvcVlanRxOp = "string",
            PvcVlanTxId = 0,
            PvcVlanTxOp = "string",
            ReachableTime = 0,
            RedundantInterface = "string",
            RemoteIp = "string",
            ReplacemsgOverrideGroup = "string",
            Retransmission = "string",
            RingRx = 0,
            RingTx = 0,
            Role = "string",
            SampleDirection = "string",
            SampleRate = 0,
            ScanBotnetConnections = "string",
            SecondaryIp = "string",
            Secondaryips = new[]
            {
                new Fortimanager.Inputs.ObjectFspVlanInterfaceSecondaryipArgs
                {
                    Allowaccesses = new[]
                    {
                        "string",
                    },
                    Detectprotocols = new[]
                    {
                        "string",
                    },
                    Detectserver = "string",
                    Gwdetect = "string",
                    HaPriority = 0,
                    Id = 0,
                    Ip = "string",
                    PingServStatus = 0,
                    SecipRelayIp = "string",
                    Seq = 0,
                },
            },
            Security8021xDynamicVlanId = 0,
            Security8021xMaster = "string",
            Security8021xMemberMode = "string",
            Security8021xMode = "string",
            SecurityExemptList = "string",
            SecurityExternalLogout = "string",
            SecurityExternalWeb = "string",
            SecurityGroups = "string",
            SecurityMacAuthBypass = "string",
            SecurityMode = "string",
            SecurityRedirectUrl = "string",
            SelectProfile30a35b = "string",
            ServiceName = "string",
            SflowSampler = "string",
            SfpDsl = "string",
            SfpDslAdslFallback = "string",
            SfpDslAutodetect = "string",
            SfpDslMac = "string",
            Speed = "string",
            SpilloverThreshold = 0,
            SrcCheck = "string",
            Status = "string",
            Stp = "string",
            StpEdge = "string",
            StpHaSecondary = "string",
            StpHaSlave = "string",
            Stpforward = "string",
            StpforwardMode = "string",
            StripPriorityVlanTag = "string",
            Subst = "string",
            SubstituteDstMac = "string",
            SwAlgorithm = "string",
            SwcFirstCreate = 0,
            SwcVlan = 0,
            Switch = "string",
            SwitchControllerAccessVlan = "string",
            SwitchControllerArpInspection = "string",
            SwitchControllerAuth = "string",
            SwitchControllerDhcpSnooping = "string",
            SwitchControllerDhcpSnoopingOption82 = "string",
            SwitchControllerDhcpSnoopingVerifyMac = "string",
            SwitchControllerDynamic = "string",
            SwitchControllerFeature = "string",
            SwitchControllerIgmpSnooping = "string",
            SwitchControllerIgmpSnoopingFastLeave = "string",
            SwitchControllerIgmpSnoopingProxy = "string",
            SwitchControllerIotScanning = "string",
            SwitchControllerLearningLimit = 0,
            SwitchControllerMgmtVlan = 0,
            SwitchControllerNac = "string",
            SwitchControllerNetflowCollect = "string",
            SwitchControllerOffload = "string",
            SwitchControllerOffloadGw = "string",
            SwitchControllerOffloadIp = "string",
            SwitchControllerOffloading = "string",
            SwitchControllerOffloadingGw = "string",
            SwitchControllerOffloadingIp = "string",
            SwitchControllerRadiusServer = "string",
            SwitchControllerRspanMode = "string",
            SwitchControllerSourceIp = "string",
            SwitchControllerTrafficPolicy = "string",
            SystemId = "string",
            SystemIdType = "string",
            TcMode = "string",
            TcpMss = 0,
            Trunk = "string",
            TrustIp1 = "string",
            TrustIp2 = "string",
            TrustIp3 = "string",
            TrustIp61 = "string",
            TrustIp62 = "string",
            TrustIp63 = "string",
            Type = "string",
            Username = "string",
            Vci = 0,
            Vectoring = "string",
            Vindex = 0,
            VlanOpMode = "string",
            VlanProtocol = "string",
            Vlanforward = "string",
            Vlanid = 0,
            Vpi = 0,
            Vrf = 0,
            VrrpVirtualMac = "string",
            Vrrps = new[]
            {
                new Fortimanager.Inputs.ObjectFspVlanInterfaceVrrpArgs
                {
                    AcceptMode = "string",
                    AdvInterval = 0,
                    IgnoreDefaultRoute = "string",
                    Preempt = "string",
                    Priority = 0,
                    ProxyArps = new[]
                    {
                        new Fortimanager.Inputs.ObjectFspVlanInterfaceVrrpProxyArpArgs
                        {
                            Id = 0,
                            Ip = "string",
                        },
                    },
                    StartTime = 0,
                    Status = "string",
                    Version = "string",
                    VrdstPriority = 0,
                    Vrdsts = new[]
                    {
                        "string",
                    },
                    Vrgrp = 0,
                    Vrid = 0,
                    Vrip = "string",
                },
            },
            Wccp = "string",
            Weight = 0,
            Wifi5gThreshold = "string",
            WifiAcl = "string",
            WifiApBand = "string",
            WifiAuth = "string",
            WifiAutoConnect = "string",
            WifiAutoSave = "string",
            WifiBroadcastSsid = "string",
            WifiDnsServer1 = "string",
            WifiDnsServer2 = "string",
            WifiEncrypt = "string",
            WifiFragmentThreshold = 0,
            WifiGateway = "string",
            WifiKeyindex = 0,
            WifiKeys = new[]
            {
                "string",
            },
            WifiMacFilter = "string",
            WifiPassphrases = new[]
            {
                "string",
            },
            WifiRadiusServer = "string",
            WifiRtsThreshold = 0,
            WifiSecurity = "string",
            WifiSsid = "string",
            WifiUsergroup = "string",
            WinsIp = "string",
        },
        Name = "string",
        ObjectFspVlanId = "string",
        Scopetype = "string",
        Vdom = "string",
        Vlanid = 0,
    });
    
    example, err := fortimanager.NewObjectFspVlan(ctx, "objectFspVlanResource", &fortimanager.ObjectFspVlanArgs{
    _dhcpStatus: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Color: pulumi.Float64(0),
    DhcpServer: &.ObjectFspVlanDhcpServerTypeArgs{
    AutoConfiguration: pulumi.String("string"),
    AutoManagedStatus: pulumi.String("string"),
    ConflictedIpTimeout: pulumi.Float64(0),
    DdnsAuth: pulumi.String("string"),
    DdnsKey: pulumi.String("string"),
    DdnsKeyname: pulumi.String("string"),
    DdnsServerIp: pulumi.String("string"),
    DdnsTtl: pulumi.Float64(0),
    DdnsUpdate: pulumi.String("string"),
    DdnsUpdateOverride: pulumi.String("string"),
    DdnsZone: pulumi.String("string"),
    DefaultGateway: pulumi.String("string"),
    DhcpSettingsFromFortiipam: pulumi.String("string"),
    DnsServer1: pulumi.String("string"),
    DnsServer2: pulumi.String("string"),
    DnsServer3: pulumi.String("string"),
    DnsServer4: pulumi.String("string"),
    DnsService: pulumi.String("string"),
    Domain: pulumi.String("string"),
    Enable: pulumi.String("string"),
    ExcludeRanges: .ObjectFspVlanDhcpServerExcludeRangeTypeArray{
    &.ObjectFspVlanDhcpServerExcludeRangeTypeArgs{
    EndIp: pulumi.String("string"),
    Id: pulumi.Float64(0),
    LeaseTime: pulumi.Float64(0),
    StartIp: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Filename: pulumi.String("string"),
    ForticlientOnNetStatus: pulumi.String("string"),
    Id: pulumi.Float64(0),
    IpMode: pulumi.String("string"),
    IpRanges: .ObjectFspVlanDhcpServerIpRangeTypeArray{
    &.ObjectFspVlanDhcpServerIpRangeTypeArgs{
    EndIp: pulumi.String("string"),
    Id: pulumi.Float64(0),
    LeaseTime: pulumi.Float64(0),
    StartIp: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    IpsecLeaseHold: pulumi.Float64(0),
    LeaseTime: pulumi.Float64(0),
    MacAclDefaultAction: pulumi.String("string"),
    Netmask: pulumi.String("string"),
    NextServer: pulumi.String("string"),
    NtpServer1: pulumi.String("string"),
    NtpServer2: pulumi.String("string"),
    NtpServer3: pulumi.String("string"),
    NtpService: pulumi.String("string"),
    Option1s: pulumi.StringArray{
    pulumi.String("string"),
    },
    Option2s: pulumi.StringArray{
    pulumi.String("string"),
    },
    Option3s: pulumi.StringArray{
    pulumi.String("string"),
    },
    Option4: pulumi.String("string"),
    Option5: pulumi.String("string"),
    Option6: pulumi.String("string"),
    Options: .ObjectFspVlanDhcpServerOptionArray{
    &.ObjectFspVlanDhcpServerOptionArgs{
    Code: pulumi.Float64(0),
    Id: pulumi.Float64(0),
    Ips: pulumi.StringArray{
    pulumi.String("string"),
    },
    Type: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    Value: pulumi.String("string"),
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    RelayAgent: pulumi.String("string"),
    ReservedAddresses: .ObjectFspVlanDhcpServerReservedAddressTypeArray{
    &.ObjectFspVlanDhcpServerReservedAddressTypeArgs{
    Action: pulumi.String("string"),
    CircuitId: pulumi.String("string"),
    CircuitIdType: pulumi.String("string"),
    Description: pulumi.String("string"),
    Id: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    Mac: pulumi.String("string"),
    RemoteId: pulumi.String("string"),
    RemoteIdType: pulumi.String("string"),
    Type: pulumi.String("string"),
    },
    },
    ServerType: pulumi.String("string"),
    SharedSubnet: pulumi.String("string"),
    Status: pulumi.String("string"),
    TftpServers: pulumi.StringArray{
    pulumi.String("string"),
    },
    Timezone: pulumi.String("string"),
    TimezoneOption: pulumi.String("string"),
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    WifiAc1: pulumi.String("string"),
    WifiAc2: pulumi.String("string"),
    WifiAc3: pulumi.String("string"),
    WifiAcService: pulumi.String("string"),
    WinsServer1: pulumi.String("string"),
    WinsServer2: pulumi.String("string"),
    },
    DynamicMappings: .ObjectFspVlanDynamicMappingTypeArray{
    &.ObjectFspVlanDynamicMappingTypeArgs{
    _dhcpStatus: pulumi.String("string"),
    _scopes: .ObjectFspVlanDynamicMapping_ScopeArray{
    &.ObjectFspVlanDynamicMapping_ScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    DhcpServer: &.ObjectFspVlanDynamicMappingDhcpServerTypeArgs{
    AutoConfiguration: pulumi.String("string"),
    AutoManagedStatus: pulumi.String("string"),
    ConflictedIpTimeout: pulumi.Float64(0),
    DdnsAuth: pulumi.String("string"),
    DdnsKey: pulumi.String("string"),
    DdnsKeyname: pulumi.String("string"),
    DdnsServerIp: pulumi.String("string"),
    DdnsTtl: pulumi.Float64(0),
    DdnsUpdate: pulumi.String("string"),
    DdnsUpdateOverride: pulumi.String("string"),
    DdnsZone: pulumi.String("string"),
    DefaultGateway: pulumi.String("string"),
    DhcpSettingsFromFortiipam: pulumi.String("string"),
    DnsServer1: pulumi.String("string"),
    DnsServer2: pulumi.String("string"),
    DnsServer3: pulumi.String("string"),
    DnsServer4: pulumi.String("string"),
    DnsService: pulumi.String("string"),
    Domain: pulumi.String("string"),
    Enable: pulumi.String("string"),
    ExcludeRanges: .ObjectFspVlanDynamicMappingDhcpServerExcludeRangeTypeArray{
    &.ObjectFspVlanDynamicMappingDhcpServerExcludeRangeTypeArgs{
    EndIp: pulumi.String("string"),
    Id: pulumi.Float64(0),
    LeaseTime: pulumi.Float64(0),
    StartIp: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Filename: pulumi.String("string"),
    ForticlientOnNetStatus: pulumi.String("string"),
    Id: pulumi.Float64(0),
    IpMode: pulumi.String("string"),
    IpRanges: .ObjectFspVlanDynamicMappingDhcpServerIpRangeTypeArray{
    &.ObjectFspVlanDynamicMappingDhcpServerIpRangeTypeArgs{
    EndIp: pulumi.String("string"),
    Id: pulumi.Float64(0),
    LeaseTime: pulumi.Float64(0),
    StartIp: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    IpsecLeaseHold: pulumi.Float64(0),
    LeaseTime: pulumi.Float64(0),
    MacAclDefaultAction: pulumi.String("string"),
    Netmask: pulumi.String("string"),
    NextServer: pulumi.String("string"),
    NtpServer1: pulumi.String("string"),
    NtpServer2: pulumi.String("string"),
    NtpServer3: pulumi.String("string"),
    NtpService: pulumi.String("string"),
    Option1s: pulumi.StringArray{
    pulumi.String("string"),
    },
    Option2s: pulumi.StringArray{
    pulumi.String("string"),
    },
    Option3s: pulumi.StringArray{
    pulumi.String("string"),
    },
    Option4: pulumi.String("string"),
    Option5: pulumi.String("string"),
    Option6: pulumi.String("string"),
    Options: .ObjectFspVlanDynamicMappingDhcpServerOptionArray{
    &.ObjectFspVlanDynamicMappingDhcpServerOptionArgs{
    Code: pulumi.Float64(0),
    Id: pulumi.Float64(0),
    Ips: pulumi.StringArray{
    pulumi.String("string"),
    },
    Type: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    Value: pulumi.String("string"),
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    RelayAgent: pulumi.String("string"),
    ReservedAddresses: .ObjectFspVlanDynamicMappingDhcpServerReservedAddressTypeArray{
    &.ObjectFspVlanDynamicMappingDhcpServerReservedAddressTypeArgs{
    Action: pulumi.String("string"),
    CircuitId: pulumi.String("string"),
    CircuitIdType: pulumi.String("string"),
    Description: pulumi.String("string"),
    Id: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    Mac: pulumi.String("string"),
    RemoteId: pulumi.String("string"),
    RemoteIdType: pulumi.String("string"),
    Type: pulumi.String("string"),
    },
    },
    ServerType: pulumi.String("string"),
    SharedSubnet: pulumi.String("string"),
    Status: pulumi.String("string"),
    TftpServers: pulumi.StringArray{
    pulumi.String("string"),
    },
    Timezone: pulumi.String("string"),
    TimezoneOption: pulumi.String("string"),
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    WifiAc1: pulumi.String("string"),
    WifiAc2: pulumi.String("string"),
    WifiAc3: pulumi.String("string"),
    WifiAcService: pulumi.String("string"),
    WinsServer1: pulumi.String("string"),
    WinsServer2: pulumi.String("string"),
    },
    Interface: &.ObjectFspVlanDynamicMappingInterfaceArgs{
    DhcpRelayAgentOption: pulumi.String("string"),
    DhcpRelayInterfaceSelectMethod: pulumi.String("string"),
    DhcpRelayIps: pulumi.StringArray{
    pulumi.String("string"),
    },
    DhcpRelayService: pulumi.String("string"),
    DhcpRelayType: pulumi.String("string"),
    Ip: pulumi.String("string"),
    Ipv6: &.ObjectFspVlanDynamicMappingInterfaceIpv6Args{
    Autoconf: pulumi.String("string"),
    CliConn6Status: pulumi.Float64(0),
    Dhcp6ClientOptions: pulumi.StringArray{
    pulumi.String("string"),
    },
    Dhcp6InformationRequest: pulumi.String("string"),
    Dhcp6PrefixDelegation: pulumi.String("string"),
    Dhcp6PrefixHint: pulumi.String("string"),
    Dhcp6PrefixHintPlt: pulumi.Float64(0),
    Dhcp6PrefixHintVlt: pulumi.Float64(0),
    Dhcp6RelayInterfaceId: pulumi.String("string"),
    Dhcp6RelayIp: pulumi.String("string"),
    Dhcp6RelayService: pulumi.String("string"),
    Dhcp6RelaySourceInterface: pulumi.String("string"),
    Dhcp6RelaySourceIp: pulumi.String("string"),
    Dhcp6RelayType: pulumi.String("string"),
    Icmp6SendRedirect: pulumi.String("string"),
    InterfaceIdentifier: pulumi.String("string"),
    Ip6Address: pulumi.String("string"),
    Ip6Allowaccesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Ip6DefaultLife: pulumi.Float64(0),
    Ip6DelegatedPrefixIaid: pulumi.Float64(0),
    Ip6DelegatedPrefixLists: .ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixListArray{
    &.ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixListArgs{
    AutonomousFlag: pulumi.String("string"),
    DelegatedPrefixIaid: pulumi.Float64(0),
    OnlinkFlag: pulumi.String("string"),
    PrefixId: pulumi.Float64(0),
    RdnssService: pulumi.String("string"),
    Rdnsses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Subnet: pulumi.String("string"),
    UpstreamInterface: pulumi.String("string"),
    },
    },
    Ip6DnsServerOverride: pulumi.String("string"),
    Ip6ExtraAddrs: .ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddrArray{
    &.ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddrArgs{
    Prefix: pulumi.String("string"),
    },
    },
    Ip6HopLimit: pulumi.Float64(0),
    Ip6LinkMtu: pulumi.Float64(0),
    Ip6ManageFlag: pulumi.String("string"),
    Ip6MaxInterval: pulumi.Float64(0),
    Ip6MinInterval: pulumi.Float64(0),
    Ip6Mode: pulumi.String("string"),
    Ip6OtherFlag: pulumi.String("string"),
    Ip6PrefixLists: .ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixListArray{
    &.ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixListArgs{
    AutonomousFlag: pulumi.String("string"),
    Dnssls: pulumi.StringArray{
    pulumi.String("string"),
    },
    OnlinkFlag: pulumi.String("string"),
    PreferredLifeTime: pulumi.Float64(0),
    Prefix: pulumi.String("string"),
    Rdnsses: pulumi.StringArray{
    pulumi.String("string"),
    },
    ValidLifeTime: pulumi.Float64(0),
    },
    },
    Ip6PrefixMode: pulumi.String("string"),
    Ip6ReachableTime: pulumi.Float64(0),
    Ip6RetransTime: pulumi.Float64(0),
    Ip6SendAdv: pulumi.String("string"),
    Ip6Subnet: pulumi.String("string"),
    Ip6UpstreamInterface: pulumi.String("string"),
    NdCert: pulumi.String("string"),
    NdCgaModifier: pulumi.String("string"),
    NdMode: pulumi.String("string"),
    NdSecurityLevel: pulumi.Float64(0),
    NdTimestampDelta: pulumi.Float64(0),
    NdTimestampFuzz: pulumi.Float64(0),
    RaSendMtu: pulumi.String("string"),
    UniqueAutoconfAddr: pulumi.String("string"),
    Vrip6LinkLocal: pulumi.String("string"),
    Vrrp6s: .ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6Array{
    &.ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6Args{
    AcceptMode: pulumi.String("string"),
    AdvInterval: pulumi.Float64(0),
    IgnoreDefaultRoute: pulumi.String("string"),
    Preempt: pulumi.String("string"),
    Priority: pulumi.Float64(0),
    StartTime: pulumi.Float64(0),
    Status: pulumi.String("string"),
    Vrdst6: pulumi.String("string"),
    Vrgrp: pulumi.Float64(0),
    Vrid: pulumi.Float64(0),
    Vrip6: pulumi.String("string"),
    },
    },
    VrrpVirtualMac6: pulumi.String("string"),
    },
    SecondaryIp: pulumi.String("string"),
    Secondaryips: .ObjectFspVlanDynamicMappingInterfaceSecondaryipArray{
    &.ObjectFspVlanDynamicMappingInterfaceSecondaryipArgs{
    Allowaccesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Detectprotocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Detectserver: pulumi.String("string"),
    Gwdetect: pulumi.String("string"),
    HaPriority: pulumi.Float64(0),
    Id: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    PingServStatus: pulumi.Float64(0),
    SecipRelayIp: pulumi.String("string"),
    Seq: pulumi.Float64(0),
    },
    },
    Vlanid: pulumi.Float64(0),
    Vrrps: .ObjectFspVlanDynamicMappingInterfaceVrrpArray{
    &.ObjectFspVlanDynamicMappingInterfaceVrrpArgs{
    AcceptMode: pulumi.String("string"),
    AdvInterval: pulumi.Float64(0),
    IgnoreDefaultRoute: pulumi.String("string"),
    Preempt: pulumi.String("string"),
    Priority: pulumi.Float64(0),
    ProxyArps: .ObjectFspVlanDynamicMappingInterfaceVrrpProxyArpArray{
    &.ObjectFspVlanDynamicMappingInterfaceVrrpProxyArpArgs{
    Id: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    },
    },
    StartTime: pulumi.Float64(0),
    Status: pulumi.String("string"),
    Version: pulumi.String("string"),
    VrdstPriority: pulumi.Float64(0),
    Vrdsts: pulumi.StringArray{
    pulumi.String("string"),
    },
    Vrgrp: pulumi.Float64(0),
    Vrid: pulumi.Float64(0),
    Vrip: pulumi.String("string"),
    },
    },
    },
    },
    },
    DynamicSortSubtable: pulumi.String("string"),
    Interface: &.ObjectFspVlanInterfaceTypeArgs{
    AcName: pulumi.String("string"),
    Aggregate: pulumi.String("string"),
    AggregateType: pulumi.String("string"),
    Algorithm: pulumi.String("string"),
    Alias: pulumi.String("string"),
    Allowaccesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Annex: pulumi.String("string"),
    ApDiscover: pulumi.String("string"),
    Arpforward: pulumi.String("string"),
    AtmProtocol: pulumi.String("string"),
    AuthCert: pulumi.String("string"),
    AuthPortalAddr: pulumi.String("string"),
    AuthType: pulumi.String("string"),
    AutoAuthExtensionDevice: pulumi.String("string"),
    BandwidthMeasureTime: pulumi.Float64(0),
    Bfd: pulumi.String("string"),
    BfdDesiredMinTx: pulumi.Float64(0),
    BfdDetectMult: pulumi.Float64(0),
    BfdRequiredMinRx: pulumi.Float64(0),
    BroadcastForticlientDiscovery: pulumi.String("string"),
    BroadcastForward: pulumi.String("string"),
    CaptivePortal: pulumi.Float64(0),
    CliConnStatus: pulumi.Float64(0),
    Color: pulumi.Float64(0),
    Ddns: pulumi.String("string"),
    DdnsAuth: pulumi.String("string"),
    DdnsDomain: pulumi.String("string"),
    DdnsKey: pulumi.String("string"),
    DdnsKeyname: pulumi.String("string"),
    DdnsPasswords: pulumi.StringArray{
    pulumi.String("string"),
    },
    DdnsServer: pulumi.String("string"),
    DdnsServerIp: pulumi.String("string"),
    DdnsSn: pulumi.String("string"),
    DdnsTtl: pulumi.Float64(0),
    DdnsUsername: pulumi.String("string"),
    DdnsZone: pulumi.String("string"),
    DedicatedTo: pulumi.String("string"),
    DefaultPurdueLevel: pulumi.String("string"),
    Defaultgw: pulumi.String("string"),
    Description: pulumi.String("string"),
    DetectedPeerMtu: pulumi.Float64(0),
    Detectprotocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Detectserver: pulumi.String("string"),
    DeviceAccessList: pulumi.String("string"),
    DeviceIdentification: pulumi.String("string"),
    DeviceIdentificationActiveScan: pulumi.String("string"),
    DeviceNetscan: pulumi.String("string"),
    DeviceUserIdentification: pulumi.String("string"),
    Devindex: pulumi.Float64(0),
    DhcpBroadcastFlag: pulumi.String("string"),
    DhcpClasslessRouteAddition: pulumi.String("string"),
    DhcpClientIdentifier: pulumi.String("string"),
    DhcpRelayAgentOption: pulumi.String("string"),
    DhcpRelayCircuitId: pulumi.String("string"),
    DhcpRelayInterface: pulumi.String("string"),
    DhcpRelayInterfaceSelectMethod: pulumi.String("string"),
    DhcpRelayIps: pulumi.StringArray{
    pulumi.String("string"),
    },
    DhcpRelayLinkSelection: pulumi.String("string"),
    DhcpRelayRequestAllServer: pulumi.String("string"),
    DhcpRelayService: pulumi.String("string"),
    DhcpRelaySourceIp: pulumi.String("string"),
    DhcpRelayType: pulumi.String("string"),
    DhcpRenewTime: pulumi.Float64(0),
    DhcpSmartRelay: pulumi.String("string"),
    DiscRetryTimeout: pulumi.Float64(0),
    DisconnectThreshold: pulumi.Float64(0),
    Distance: pulumi.Float64(0),
    DnsQuery: pulumi.String("string"),
    DnsServerOverride: pulumi.String("string"),
    DnsServerProtocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    DropFragment: pulumi.String("string"),
    DropOverlappedFragment: pulumi.String("string"),
    EapCaCerts: pulumi.StringArray{
    pulumi.String("string"),
    },
    EapIdentity: pulumi.String("string"),
    EapMethod: pulumi.String("string"),
    EapPasswords: pulumi.StringArray{
    pulumi.String("string"),
    },
    EapSupplicant: pulumi.String("string"),
    EapUserCerts: pulumi.StringArray{
    pulumi.String("string"),
    },
    EgressCos: pulumi.String("string"),
    EgressShapingProfile: pulumi.String("string"),
    Eip: pulumi.String("string"),
    EndpointCompliance: pulumi.String("string"),
    EstimatedDownstreamBandwidth: pulumi.Float64(0),
    EstimatedUpstreamBandwidth: pulumi.Float64(0),
    ExplicitFtpProxy: pulumi.String("string"),
    ExplicitWebProxy: pulumi.String("string"),
    External: pulumi.String("string"),
    FailActionOnExtender: pulumi.String("string"),
    FailAlertInterfaces: pulumi.String("string"),
    FailAlertMethod: pulumi.String("string"),
    FailDetect: pulumi.String("string"),
    FailDetectOptions: pulumi.StringArray{
    pulumi.String("string"),
    },
    Fdp: pulumi.String("string"),
    Fortiheartbeat: pulumi.String("string"),
    Fortilink: pulumi.String("string"),
    FortilinkBackupLink: pulumi.Float64(0),
    FortilinkNeighborDetect: pulumi.String("string"),
    FortilinkSplitInterface: pulumi.String("string"),
    FortilinkStacking: pulumi.String("string"),
    ForwardDomain: pulumi.Float64(0),
    ForwardErrorCorrection: pulumi.String("string"),
    FpAnomalies: pulumi.StringArray{
    pulumi.String("string"),
    },
    FpDisables: pulumi.StringArray{
    pulumi.String("string"),
    },
    GatewayAddress: pulumi.String("string"),
    GenericReceiveOffload: pulumi.String("string"),
    GiGk: pulumi.String("string"),
    Gwaddr: pulumi.String("string"),
    Gwdetect: pulumi.String("string"),
    HaPriority: pulumi.Float64(0),
    IcmpAcceptRedirect: pulumi.String("string"),
    IcmpRedirect: pulumi.String("string"),
    IcmpSendRedirect: pulumi.String("string"),
    IdentAccept: pulumi.String("string"),
    IdleTimeout: pulumi.Float64(0),
    IfMdix: pulumi.String("string"),
    IfMedia: pulumi.String("string"),
    IkeSamlServers: pulumi.StringArray{
    pulumi.String("string"),
    },
    InForceVlanCos: pulumi.Float64(0),
    Inbandwidth: pulumi.Float64(0),
    IngressCos: pulumi.String("string"),
    IngressShapingProfile: pulumi.String("string"),
    IngressSpilloverThreshold: pulumi.Float64(0),
    InterconnectProfile: pulumi.String("string"),
    Internal: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    IpManagedByFortiipam: pulumi.String("string"),
    Ipmac: pulumi.String("string"),
    IpsSnifferMode: pulumi.String("string"),
    Ipunnumbered: pulumi.String("string"),
    Ipv6: &.ObjectFspVlanInterfaceIpv6TypeArgs{
    Autoconf: pulumi.String("string"),
    CliConn6Status: pulumi.Float64(0),
    Dhcp6ClientOptions: pulumi.StringArray{
    pulumi.String("string"),
    },
    Dhcp6InformationRequest: pulumi.String("string"),
    Dhcp6PrefixDelegation: pulumi.String("string"),
    Dhcp6PrefixHint: pulumi.String("string"),
    Dhcp6PrefixHintPlt: pulumi.Float64(0),
    Dhcp6PrefixHintVlt: pulumi.Float64(0),
    Dhcp6RelayInterfaceId: pulumi.String("string"),
    Dhcp6RelayIp: pulumi.String("string"),
    Dhcp6RelayService: pulumi.String("string"),
    Dhcp6RelaySourceInterface: pulumi.String("string"),
    Dhcp6RelaySourceIp: pulumi.String("string"),
    Dhcp6RelayType: pulumi.String("string"),
    Icmp6SendRedirect: pulumi.String("string"),
    InterfaceIdentifier: pulumi.String("string"),
    Ip6Address: pulumi.String("string"),
    Ip6Allowaccesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Ip6DefaultLife: pulumi.Float64(0),
    Ip6DelegatedPrefixIaid: pulumi.Float64(0),
    Ip6DelegatedPrefixLists: .ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixListTypeArray{
    &.ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixListTypeArgs{
    AutonomousFlag: pulumi.String("string"),
    DelegatedPrefixIaid: pulumi.Float64(0),
    OnlinkFlag: pulumi.String("string"),
    PrefixId: pulumi.Float64(0),
    RdnssService: pulumi.String("string"),
    Rdnsses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Subnet: pulumi.String("string"),
    UpstreamInterface: pulumi.String("string"),
    },
    },
    Ip6DnsServerOverride: pulumi.String("string"),
    Ip6ExtraAddrs: .ObjectFspVlanInterfaceIpv6Ip6ExtraAddrTypeArray{
    &.ObjectFspVlanInterfaceIpv6Ip6ExtraAddrTypeArgs{
    Prefix: pulumi.String("string"),
    },
    },
    Ip6HopLimit: pulumi.Float64(0),
    Ip6LinkMtu: pulumi.Float64(0),
    Ip6ManageFlag: pulumi.String("string"),
    Ip6MaxInterval: pulumi.Float64(0),
    Ip6MinInterval: pulumi.Float64(0),
    Ip6Mode: pulumi.String("string"),
    Ip6OtherFlag: pulumi.String("string"),
    Ip6PrefixLists: .ObjectFspVlanInterfaceIpv6Ip6PrefixListArray{
    &.ObjectFspVlanInterfaceIpv6Ip6PrefixListArgs{
    AutonomousFlag: pulumi.String("string"),
    Dnssls: pulumi.StringArray{
    pulumi.String("string"),
    },
    OnlinkFlag: pulumi.String("string"),
    PreferredLifeTime: pulumi.Float64(0),
    Prefix: pulumi.String("string"),
    Rdnsses: pulumi.StringArray{
    pulumi.String("string"),
    },
    ValidLifeTime: pulumi.Float64(0),
    },
    },
    Ip6PrefixMode: pulumi.String("string"),
    Ip6ReachableTime: pulumi.Float64(0),
    Ip6RetransTime: pulumi.Float64(0),
    Ip6SendAdv: pulumi.String("string"),
    Ip6Subnet: pulumi.String("string"),
    Ip6UpstreamInterface: pulumi.String("string"),
    NdCert: pulumi.String("string"),
    NdCgaModifier: pulumi.String("string"),
    NdMode: pulumi.String("string"),
    NdSecurityLevel: pulumi.Float64(0),
    NdTimestampDelta: pulumi.Float64(0),
    NdTimestampFuzz: pulumi.Float64(0),
    RaSendMtu: pulumi.String("string"),
    UniqueAutoconfAddr: pulumi.String("string"),
    Vrip6LinkLocal: pulumi.String("string"),
    Vrrp6s: .ObjectFspVlanInterfaceIpv6Vrrp6TypeArray{
    &.ObjectFspVlanInterfaceIpv6Vrrp6TypeArgs{
    AcceptMode: pulumi.String("string"),
    AdvInterval: pulumi.Float64(0),
    IgnoreDefaultRoute: pulumi.String("string"),
    Preempt: pulumi.String("string"),
    Priority: pulumi.Float64(0),
    StartTime: pulumi.Float64(0),
    Status: pulumi.String("string"),
    Vrdst6: pulumi.String("string"),
    Vrgrp: pulumi.Float64(0),
    Vrid: pulumi.Float64(0),
    Vrip6: pulumi.String("string"),
    },
    },
    VrrpVirtualMac6: pulumi.String("string"),
    },
    L2forward: pulumi.String("string"),
    L2tpClient: pulumi.String("string"),
    LacpHaSecondary: pulumi.String("string"),
    LacpHaSlave: pulumi.String("string"),
    LacpMode: pulumi.String("string"),
    LacpSpeed: pulumi.String("string"),
    LargeReceiveOffload: pulumi.String("string"),
    LcpEchoInterval: pulumi.Float64(0),
    LcpMaxEchoFails: pulumi.Float64(0),
    LinkUpDelay: pulumi.Float64(0),
    ListenForticlientConnection: pulumi.String("string"),
    LldpNetworkPolicy: pulumi.String("string"),
    LldpReception: pulumi.String("string"),
    LldpTransmission: pulumi.String("string"),
    Log: pulumi.String("string"),
    Macaddr: pulumi.String("string"),
    ManagedSubnetworkSize: pulumi.String("string"),
    ManagementIp: pulumi.String("string"),
    MaxEgressBurstRate: pulumi.Float64(0),
    MaxEgressRate: pulumi.Float64(0),
    MeasuredDownstreamBandwidth: pulumi.Float64(0),
    MeasuredUpstreamBandwidth: pulumi.Float64(0),
    Mediatype: pulumi.String("string"),
    Member: pulumi.String("string"),
    MinLinks: pulumi.Float64(0),
    MinLinksDown: pulumi.String("string"),
    MirroringDirection: pulumi.String("string"),
    MirroringPort: pulumi.String("string"),
    Mode: pulumi.String("string"),
    MonitorBandwidth: pulumi.String("string"),
    Mtu: pulumi.Float64(0),
    MtuOverride: pulumi.String("string"),
    MuxType: pulumi.String("string"),
    Name: pulumi.String("string"),
    Ndiscforward: pulumi.String("string"),
    NetbiosForward: pulumi.String("string"),
    NetflowSampler: pulumi.String("string"),
    NpQosProfile: pulumi.Float64(0),
    NpuFastpath: pulumi.String("string"),
    Nst: pulumi.String("string"),
    OutForceVlanCos: pulumi.Float64(0),
    Outbandwidth: pulumi.Float64(0),
    PadtRetryTimeout: pulumi.Float64(0),
    Passwords: pulumi.StringArray{
    pulumi.String("string"),
    },
    PeerInterface: pulumi.String("string"),
    PhyMode: pulumi.String("string"),
    PingServStatus: pulumi.Float64(0),
    Poe: pulumi.String("string"),
    PollingInterval: pulumi.Float64(0),
    PortMirroring: pulumi.String("string"),
    PppoeUnnumberedNegotiate: pulumi.String("string"),
    PptpAuthType: pulumi.String("string"),
    PptpClient: pulumi.String("string"),
    PptpPasswords: pulumi.StringArray{
    pulumi.String("string"),
    },
    PptpServerIp: pulumi.String("string"),
    PptpTimeout: pulumi.Float64(0),
    PptpUser: pulumi.String("string"),
    PreserveSessionRoute: pulumi.String("string"),
    Priority: pulumi.Float64(0),
    PriorityOverride: pulumi.String("string"),
    ProxyCaptivePortal: pulumi.String("string"),
    PvcAtmQos: pulumi.String("string"),
    PvcChan: pulumi.Float64(0),
    PvcCrc: pulumi.Float64(0),
    PvcPcr: pulumi.Float64(0),
    PvcScr: pulumi.Float64(0),
    PvcVlanId: pulumi.Float64(0),
    PvcVlanRxId: pulumi.Float64(0),
    PvcVlanRxOp: pulumi.String("string"),
    PvcVlanTxId: pulumi.Float64(0),
    PvcVlanTxOp: pulumi.String("string"),
    ReachableTime: pulumi.Float64(0),
    RedundantInterface: pulumi.String("string"),
    RemoteIp: pulumi.String("string"),
    ReplacemsgOverrideGroup: pulumi.String("string"),
    Retransmission: pulumi.String("string"),
    RingRx: pulumi.Float64(0),
    RingTx: pulumi.Float64(0),
    Role: pulumi.String("string"),
    SampleDirection: pulumi.String("string"),
    SampleRate: pulumi.Float64(0),
    ScanBotnetConnections: pulumi.String("string"),
    SecondaryIp: pulumi.String("string"),
    Secondaryips: .ObjectFspVlanInterfaceSecondaryipTypeArray{
    &.ObjectFspVlanInterfaceSecondaryipTypeArgs{
    Allowaccesses: pulumi.StringArray{
    pulumi.String("string"),
    },
    Detectprotocols: pulumi.StringArray{
    pulumi.String("string"),
    },
    Detectserver: pulumi.String("string"),
    Gwdetect: pulumi.String("string"),
    HaPriority: pulumi.Float64(0),
    Id: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    PingServStatus: pulumi.Float64(0),
    SecipRelayIp: pulumi.String("string"),
    Seq: pulumi.Float64(0),
    },
    },
    Security8021xDynamicVlanId: pulumi.Float64(0),
    Security8021xMaster: pulumi.String("string"),
    Security8021xMemberMode: pulumi.String("string"),
    Security8021xMode: pulumi.String("string"),
    SecurityExemptList: pulumi.String("string"),
    SecurityExternalLogout: pulumi.String("string"),
    SecurityExternalWeb: pulumi.String("string"),
    SecurityGroups: pulumi.String("string"),
    SecurityMacAuthBypass: pulumi.String("string"),
    SecurityMode: pulumi.String("string"),
    SecurityRedirectUrl: pulumi.String("string"),
    SelectProfile30a35b: pulumi.String("string"),
    ServiceName: pulumi.String("string"),
    SflowSampler: pulumi.String("string"),
    SfpDsl: pulumi.String("string"),
    SfpDslAdslFallback: pulumi.String("string"),
    SfpDslAutodetect: pulumi.String("string"),
    SfpDslMac: pulumi.String("string"),
    Speed: pulumi.String("string"),
    SpilloverThreshold: pulumi.Float64(0),
    SrcCheck: pulumi.String("string"),
    Status: pulumi.String("string"),
    Stp: pulumi.String("string"),
    StpEdge: pulumi.String("string"),
    StpHaSecondary: pulumi.String("string"),
    StpHaSlave: pulumi.String("string"),
    Stpforward: pulumi.String("string"),
    StpforwardMode: pulumi.String("string"),
    StripPriorityVlanTag: pulumi.String("string"),
    Subst: pulumi.String("string"),
    SubstituteDstMac: pulumi.String("string"),
    SwAlgorithm: pulumi.String("string"),
    SwcFirstCreate: pulumi.Float64(0),
    SwcVlan: pulumi.Float64(0),
    Switch: pulumi.String("string"),
    SwitchControllerAccessVlan: pulumi.String("string"),
    SwitchControllerArpInspection: pulumi.String("string"),
    SwitchControllerAuth: pulumi.String("string"),
    SwitchControllerDhcpSnooping: pulumi.String("string"),
    SwitchControllerDhcpSnoopingOption82: pulumi.String("string"),
    SwitchControllerDhcpSnoopingVerifyMac: pulumi.String("string"),
    SwitchControllerDynamic: pulumi.String("string"),
    SwitchControllerFeature: pulumi.String("string"),
    SwitchControllerIgmpSnooping: pulumi.String("string"),
    SwitchControllerIgmpSnoopingFastLeave: pulumi.String("string"),
    SwitchControllerIgmpSnoopingProxy: pulumi.String("string"),
    SwitchControllerIotScanning: pulumi.String("string"),
    SwitchControllerLearningLimit: pulumi.Float64(0),
    SwitchControllerMgmtVlan: pulumi.Float64(0),
    SwitchControllerNac: pulumi.String("string"),
    SwitchControllerNetflowCollect: pulumi.String("string"),
    SwitchControllerOffload: pulumi.String("string"),
    SwitchControllerOffloadGw: pulumi.String("string"),
    SwitchControllerOffloadIp: pulumi.String("string"),
    SwitchControllerOffloading: pulumi.String("string"),
    SwitchControllerOffloadingGw: pulumi.String("string"),
    SwitchControllerOffloadingIp: pulumi.String("string"),
    SwitchControllerRadiusServer: pulumi.String("string"),
    SwitchControllerRspanMode: pulumi.String("string"),
    SwitchControllerSourceIp: pulumi.String("string"),
    SwitchControllerTrafficPolicy: pulumi.String("string"),
    SystemId: pulumi.String("string"),
    SystemIdType: pulumi.String("string"),
    TcMode: pulumi.String("string"),
    TcpMss: pulumi.Float64(0),
    Trunk: pulumi.String("string"),
    TrustIp1: pulumi.String("string"),
    TrustIp2: pulumi.String("string"),
    TrustIp3: pulumi.String("string"),
    TrustIp61: pulumi.String("string"),
    TrustIp62: pulumi.String("string"),
    TrustIp63: pulumi.String("string"),
    Type: pulumi.String("string"),
    Username: pulumi.String("string"),
    Vci: pulumi.Float64(0),
    Vectoring: pulumi.String("string"),
    Vindex: pulumi.Float64(0),
    VlanOpMode: pulumi.String("string"),
    VlanProtocol: pulumi.String("string"),
    Vlanforward: pulumi.String("string"),
    Vlanid: pulumi.Float64(0),
    Vpi: pulumi.Float64(0),
    Vrf: pulumi.Float64(0),
    VrrpVirtualMac: pulumi.String("string"),
    Vrrps: .ObjectFspVlanInterfaceVrrpTypeArray{
    &.ObjectFspVlanInterfaceVrrpTypeArgs{
    AcceptMode: pulumi.String("string"),
    AdvInterval: pulumi.Float64(0),
    IgnoreDefaultRoute: pulumi.String("string"),
    Preempt: pulumi.String("string"),
    Priority: pulumi.Float64(0),
    ProxyArps: .ObjectFspVlanInterfaceVrrpProxyArpTypeArray{
    &.ObjectFspVlanInterfaceVrrpProxyArpTypeArgs{
    Id: pulumi.Float64(0),
    Ip: pulumi.String("string"),
    },
    },
    StartTime: pulumi.Float64(0),
    Status: pulumi.String("string"),
    Version: pulumi.String("string"),
    VrdstPriority: pulumi.Float64(0),
    Vrdsts: pulumi.StringArray{
    pulumi.String("string"),
    },
    Vrgrp: pulumi.Float64(0),
    Vrid: pulumi.Float64(0),
    Vrip: pulumi.String("string"),
    },
    },
    Wccp: pulumi.String("string"),
    Weight: pulumi.Float64(0),
    Wifi5gThreshold: pulumi.String("string"),
    WifiAcl: pulumi.String("string"),
    WifiApBand: pulumi.String("string"),
    WifiAuth: pulumi.String("string"),
    WifiAutoConnect: pulumi.String("string"),
    WifiAutoSave: pulumi.String("string"),
    WifiBroadcastSsid: pulumi.String("string"),
    WifiDnsServer1: pulumi.String("string"),
    WifiDnsServer2: pulumi.String("string"),
    WifiEncrypt: pulumi.String("string"),
    WifiFragmentThreshold: pulumi.Float64(0),
    WifiGateway: pulumi.String("string"),
    WifiKeyindex: pulumi.Float64(0),
    WifiKeys: pulumi.StringArray{
    pulumi.String("string"),
    },
    WifiMacFilter: pulumi.String("string"),
    WifiPassphrases: pulumi.StringArray{
    pulumi.String("string"),
    },
    WifiRadiusServer: pulumi.String("string"),
    WifiRtsThreshold: pulumi.Float64(0),
    WifiSecurity: pulumi.String("string"),
    WifiSsid: pulumi.String("string"),
    WifiUsergroup: pulumi.String("string"),
    WinsIp: pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    ObjectFspVlanId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    Vlanid: pulumi.Float64(0),
    })
    
    var objectFspVlanResource = new ObjectFspVlan("objectFspVlanResource", ObjectFspVlanArgs.builder()
        ._dhcpStatus("string")
        .adom("string")
        .color(0)
        .dhcpServer(ObjectFspVlanDhcpServerArgs.builder()
            .autoConfiguration("string")
            .autoManagedStatus("string")
            .conflictedIpTimeout(0)
            .ddnsAuth("string")
            .ddnsKey("string")
            .ddnsKeyname("string")
            .ddnsServerIp("string")
            .ddnsTtl(0)
            .ddnsUpdate("string")
            .ddnsUpdateOverride("string")
            .ddnsZone("string")
            .defaultGateway("string")
            .dhcpSettingsFromFortiipam("string")
            .dnsServer1("string")
            .dnsServer2("string")
            .dnsServer3("string")
            .dnsServer4("string")
            .dnsService("string")
            .domain("string")
            .enable("string")
            .excludeRanges(ObjectFspVlanDhcpServerExcludeRangeArgs.builder()
                .endIp("string")
                .id(0)
                .leaseTime(0)
                .startIp("string")
                .uciMatch("string")
                .uciStrings("string")
                .vciMatch("string")
                .vciStrings("string")
                .build())
            .filename("string")
            .forticlientOnNetStatus("string")
            .id(0)
            .ipMode("string")
            .ipRanges(ObjectFspVlanDhcpServerIpRangeArgs.builder()
                .endIp("string")
                .id(0)
                .leaseTime(0)
                .startIp("string")
                .uciMatch("string")
                .uciStrings("string")
                .vciMatch("string")
                .vciStrings("string")
                .build())
            .ipsecLeaseHold(0)
            .leaseTime(0)
            .macAclDefaultAction("string")
            .netmask("string")
            .nextServer("string")
            .ntpServer1("string")
            .ntpServer2("string")
            .ntpServer3("string")
            .ntpService("string")
            .option1s("string")
            .option2s("string")
            .option3s("string")
            .option4("string")
            .option5("string")
            .option6("string")
            .options(ObjectFspVlanDhcpServerOptionArgs.builder()
                .code(0)
                .id(0)
                .ips("string")
                .type("string")
                .uciMatch("string")
                .uciStrings("string")
                .value("string")
                .vciMatch("string")
                .vciStrings("string")
                .build())
            .relayAgent("string")
            .reservedAddresses(ObjectFspVlanDhcpServerReservedAddressArgs.builder()
                .action("string")
                .circuitId("string")
                .circuitIdType("string")
                .description("string")
                .id(0)
                .ip("string")
                .mac("string")
                .remoteId("string")
                .remoteIdType("string")
                .type("string")
                .build())
            .serverType("string")
            .sharedSubnet("string")
            .status("string")
            .tftpServers("string")
            .timezone("string")
            .timezoneOption("string")
            .vciMatch("string")
            .vciStrings("string")
            .wifiAc1("string")
            .wifiAc2("string")
            .wifiAc3("string")
            .wifiAcService("string")
            .winsServer1("string")
            .winsServer2("string")
            .build())
        .dynamicMappings(ObjectFspVlanDynamicMappingArgs.builder()
            ._dhcpStatus("string")
            ._scopes(ObjectFspVlanDynamicMapping_ScopeArgs.builder()
                .name("string")
                .vdom("string")
                .build())
            .dhcpServer(ObjectFspVlanDynamicMappingDhcpServerArgs.builder()
                .autoConfiguration("string")
                .autoManagedStatus("string")
                .conflictedIpTimeout(0)
                .ddnsAuth("string")
                .ddnsKey("string")
                .ddnsKeyname("string")
                .ddnsServerIp("string")
                .ddnsTtl(0)
                .ddnsUpdate("string")
                .ddnsUpdateOverride("string")
                .ddnsZone("string")
                .defaultGateway("string")
                .dhcpSettingsFromFortiipam("string")
                .dnsServer1("string")
                .dnsServer2("string")
                .dnsServer3("string")
                .dnsServer4("string")
                .dnsService("string")
                .domain("string")
                .enable("string")
                .excludeRanges(ObjectFspVlanDynamicMappingDhcpServerExcludeRangeArgs.builder()
                    .endIp("string")
                    .id(0)
                    .leaseTime(0)
                    .startIp("string")
                    .uciMatch("string")
                    .uciStrings("string")
                    .vciMatch("string")
                    .vciStrings("string")
                    .build())
                .filename("string")
                .forticlientOnNetStatus("string")
                .id(0)
                .ipMode("string")
                .ipRanges(ObjectFspVlanDynamicMappingDhcpServerIpRangeArgs.builder()
                    .endIp("string")
                    .id(0)
                    .leaseTime(0)
                    .startIp("string")
                    .uciMatch("string")
                    .uciStrings("string")
                    .vciMatch("string")
                    .vciStrings("string")
                    .build())
                .ipsecLeaseHold(0)
                .leaseTime(0)
                .macAclDefaultAction("string")
                .netmask("string")
                .nextServer("string")
                .ntpServer1("string")
                .ntpServer2("string")
                .ntpServer3("string")
                .ntpService("string")
                .option1s("string")
                .option2s("string")
                .option3s("string")
                .option4("string")
                .option5("string")
                .option6("string")
                .options(ObjectFspVlanDynamicMappingDhcpServerOptionArgs.builder()
                    .code(0)
                    .id(0)
                    .ips("string")
                    .type("string")
                    .uciMatch("string")
                    .uciStrings("string")
                    .value("string")
                    .vciMatch("string")
                    .vciStrings("string")
                    .build())
                .relayAgent("string")
                .reservedAddresses(ObjectFspVlanDynamicMappingDhcpServerReservedAddressArgs.builder()
                    .action("string")
                    .circuitId("string")
                    .circuitIdType("string")
                    .description("string")
                    .id(0)
                    .ip("string")
                    .mac("string")
                    .remoteId("string")
                    .remoteIdType("string")
                    .type("string")
                    .build())
                .serverType("string")
                .sharedSubnet("string")
                .status("string")
                .tftpServers("string")
                .timezone("string")
                .timezoneOption("string")
                .vciMatch("string")
                .vciStrings("string")
                .wifiAc1("string")
                .wifiAc2("string")
                .wifiAc3("string")
                .wifiAcService("string")
                .winsServer1("string")
                .winsServer2("string")
                .build())
            .interface_(ObjectFspVlanDynamicMappingInterfaceArgs.builder()
                .dhcpRelayAgentOption("string")
                .dhcpRelayInterfaceSelectMethod("string")
                .dhcpRelayIps("string")
                .dhcpRelayService("string")
                .dhcpRelayType("string")
                .ip("string")
                .ipv6(ObjectFspVlanDynamicMappingInterfaceIpv6Args.builder()
                    .autoconf("string")
                    .cliConn6Status(0)
                    .dhcp6ClientOptions("string")
                    .dhcp6InformationRequest("string")
                    .dhcp6PrefixDelegation("string")
                    .dhcp6PrefixHint("string")
                    .dhcp6PrefixHintPlt(0)
                    .dhcp6PrefixHintVlt(0)
                    .dhcp6RelayInterfaceId("string")
                    .dhcp6RelayIp("string")
                    .dhcp6RelayService("string")
                    .dhcp6RelaySourceInterface("string")
                    .dhcp6RelaySourceIp("string")
                    .dhcp6RelayType("string")
                    .icmp6SendRedirect("string")
                    .interfaceIdentifier("string")
                    .ip6Address("string")
                    .ip6Allowaccesses("string")
                    .ip6DefaultLife(0)
                    .ip6DelegatedPrefixIaid(0)
                    .ip6DelegatedPrefixLists(ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixListArgs.builder()
                        .autonomousFlag("string")
                        .delegatedPrefixIaid(0)
                        .onlinkFlag("string")
                        .prefixId(0)
                        .rdnssService("string")
                        .rdnsses("string")
                        .subnet("string")
                        .upstreamInterface("string")
                        .build())
                    .ip6DnsServerOverride("string")
                    .ip6ExtraAddrs(ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddrArgs.builder()
                        .prefix("string")
                        .build())
                    .ip6HopLimit(0)
                    .ip6LinkMtu(0)
                    .ip6ManageFlag("string")
                    .ip6MaxInterval(0)
                    .ip6MinInterval(0)
                    .ip6Mode("string")
                    .ip6OtherFlag("string")
                    .ip6PrefixLists(ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixListArgs.builder()
                        .autonomousFlag("string")
                        .dnssls("string")
                        .onlinkFlag("string")
                        .preferredLifeTime(0)
                        .prefix("string")
                        .rdnsses("string")
                        .validLifeTime(0)
                        .build())
                    .ip6PrefixMode("string")
                    .ip6ReachableTime(0)
                    .ip6RetransTime(0)
                    .ip6SendAdv("string")
                    .ip6Subnet("string")
                    .ip6UpstreamInterface("string")
                    .ndCert("string")
                    .ndCgaModifier("string")
                    .ndMode("string")
                    .ndSecurityLevel(0)
                    .ndTimestampDelta(0)
                    .ndTimestampFuzz(0)
                    .raSendMtu("string")
                    .uniqueAutoconfAddr("string")
                    .vrip6LinkLocal("string")
                    .vrrp6s(ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6Args.builder()
                        .acceptMode("string")
                        .advInterval(0)
                        .ignoreDefaultRoute("string")
                        .preempt("string")
                        .priority(0)
                        .startTime(0)
                        .status("string")
                        .vrdst6("string")
                        .vrgrp(0)
                        .vrid(0)
                        .vrip6("string")
                        .build())
                    .vrrpVirtualMac6("string")
                    .build())
                .secondaryIp("string")
                .secondaryips(ObjectFspVlanDynamicMappingInterfaceSecondaryipArgs.builder()
                    .allowaccesses("string")
                    .detectprotocols("string")
                    .detectserver("string")
                    .gwdetect("string")
                    .haPriority(0)
                    .id(0)
                    .ip("string")
                    .pingServStatus(0)
                    .secipRelayIp("string")
                    .seq(0)
                    .build())
                .vlanid(0)
                .vrrps(ObjectFspVlanDynamicMappingInterfaceVrrpArgs.builder()
                    .acceptMode("string")
                    .advInterval(0)
                    .ignoreDefaultRoute("string")
                    .preempt("string")
                    .priority(0)
                    .proxyArps(ObjectFspVlanDynamicMappingInterfaceVrrpProxyArpArgs.builder()
                        .id(0)
                        .ip("string")
                        .build())
                    .startTime(0)
                    .status("string")
                    .version("string")
                    .vrdstPriority(0)
                    .vrdsts("string")
                    .vrgrp(0)
                    .vrid(0)
                    .vrip("string")
                    .build())
                .build())
            .build())
        .dynamicSortSubtable("string")
        .interface_(ObjectFspVlanInterfaceArgs.builder()
            .acName("string")
            .aggregate("string")
            .aggregateType("string")
            .algorithm("string")
            .alias("string")
            .allowaccesses("string")
            .annex("string")
            .apDiscover("string")
            .arpforward("string")
            .atmProtocol("string")
            .authCert("string")
            .authPortalAddr("string")
            .authType("string")
            .autoAuthExtensionDevice("string")
            .bandwidthMeasureTime(0)
            .bfd("string")
            .bfdDesiredMinTx(0)
            .bfdDetectMult(0)
            .bfdRequiredMinRx(0)
            .broadcastForticlientDiscovery("string")
            .broadcastForward("string")
            .captivePortal(0)
            .cliConnStatus(0)
            .color(0)
            .ddns("string")
            .ddnsAuth("string")
            .ddnsDomain("string")
            .ddnsKey("string")
            .ddnsKeyname("string")
            .ddnsPasswords("string")
            .ddnsServer("string")
            .ddnsServerIp("string")
            .ddnsSn("string")
            .ddnsTtl(0)
            .ddnsUsername("string")
            .ddnsZone("string")
            .dedicatedTo("string")
            .defaultPurdueLevel("string")
            .defaultgw("string")
            .description("string")
            .detectedPeerMtu(0)
            .detectprotocols("string")
            .detectserver("string")
            .deviceAccessList("string")
            .deviceIdentification("string")
            .deviceIdentificationActiveScan("string")
            .deviceNetscan("string")
            .deviceUserIdentification("string")
            .devindex(0)
            .dhcpBroadcastFlag("string")
            .dhcpClasslessRouteAddition("string")
            .dhcpClientIdentifier("string")
            .dhcpRelayAgentOption("string")
            .dhcpRelayCircuitId("string")
            .dhcpRelayInterface("string")
            .dhcpRelayInterfaceSelectMethod("string")
            .dhcpRelayIps("string")
            .dhcpRelayLinkSelection("string")
            .dhcpRelayRequestAllServer("string")
            .dhcpRelayService("string")
            .dhcpRelaySourceIp("string")
            .dhcpRelayType("string")
            .dhcpRenewTime(0)
            .dhcpSmartRelay("string")
            .discRetryTimeout(0)
            .disconnectThreshold(0)
            .distance(0)
            .dnsQuery("string")
            .dnsServerOverride("string")
            .dnsServerProtocols("string")
            .dropFragment("string")
            .dropOverlappedFragment("string")
            .eapCaCerts("string")
            .eapIdentity("string")
            .eapMethod("string")
            .eapPasswords("string")
            .eapSupplicant("string")
            .eapUserCerts("string")
            .egressCos("string")
            .egressShapingProfile("string")
            .eip("string")
            .endpointCompliance("string")
            .estimatedDownstreamBandwidth(0)
            .estimatedUpstreamBandwidth(0)
            .explicitFtpProxy("string")
            .explicitWebProxy("string")
            .external("string")
            .failActionOnExtender("string")
            .failAlertInterfaces("string")
            .failAlertMethod("string")
            .failDetect("string")
            .failDetectOptions("string")
            .fdp("string")
            .fortiheartbeat("string")
            .fortilink("string")
            .fortilinkBackupLink(0)
            .fortilinkNeighborDetect("string")
            .fortilinkSplitInterface("string")
            .fortilinkStacking("string")
            .forwardDomain(0)
            .forwardErrorCorrection("string")
            .fpAnomalies("string")
            .fpDisables("string")
            .gatewayAddress("string")
            .genericReceiveOffload("string")
            .giGk("string")
            .gwaddr("string")
            .gwdetect("string")
            .haPriority(0)
            .icmpAcceptRedirect("string")
            .icmpRedirect("string")
            .icmpSendRedirect("string")
            .identAccept("string")
            .idleTimeout(0)
            .ifMdix("string")
            .ifMedia("string")
            .ikeSamlServers("string")
            .inForceVlanCos(0)
            .inbandwidth(0)
            .ingressCos("string")
            .ingressShapingProfile("string")
            .ingressSpilloverThreshold(0)
            .interconnectProfile("string")
            .internal(0)
            .ip("string")
            .ipManagedByFortiipam("string")
            .ipmac("string")
            .ipsSnifferMode("string")
            .ipunnumbered("string")
            .ipv6(ObjectFspVlanInterfaceIpv6Args.builder()
                .autoconf("string")
                .cliConn6Status(0)
                .dhcp6ClientOptions("string")
                .dhcp6InformationRequest("string")
                .dhcp6PrefixDelegation("string")
                .dhcp6PrefixHint("string")
                .dhcp6PrefixHintPlt(0)
                .dhcp6PrefixHintVlt(0)
                .dhcp6RelayInterfaceId("string")
                .dhcp6RelayIp("string")
                .dhcp6RelayService("string")
                .dhcp6RelaySourceInterface("string")
                .dhcp6RelaySourceIp("string")
                .dhcp6RelayType("string")
                .icmp6SendRedirect("string")
                .interfaceIdentifier("string")
                .ip6Address("string")
                .ip6Allowaccesses("string")
                .ip6DefaultLife(0)
                .ip6DelegatedPrefixIaid(0)
                .ip6DelegatedPrefixLists(ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixListArgs.builder()
                    .autonomousFlag("string")
                    .delegatedPrefixIaid(0)
                    .onlinkFlag("string")
                    .prefixId(0)
                    .rdnssService("string")
                    .rdnsses("string")
                    .subnet("string")
                    .upstreamInterface("string")
                    .build())
                .ip6DnsServerOverride("string")
                .ip6ExtraAddrs(ObjectFspVlanInterfaceIpv6Ip6ExtraAddrArgs.builder()
                    .prefix("string")
                    .build())
                .ip6HopLimit(0)
                .ip6LinkMtu(0)
                .ip6ManageFlag("string")
                .ip6MaxInterval(0)
                .ip6MinInterval(0)
                .ip6Mode("string")
                .ip6OtherFlag("string")
                .ip6PrefixLists(ObjectFspVlanInterfaceIpv6Ip6PrefixListArgs.builder()
                    .autonomousFlag("string")
                    .dnssls("string")
                    .onlinkFlag("string")
                    .preferredLifeTime(0)
                    .prefix("string")
                    .rdnsses("string")
                    .validLifeTime(0)
                    .build())
                .ip6PrefixMode("string")
                .ip6ReachableTime(0)
                .ip6RetransTime(0)
                .ip6SendAdv("string")
                .ip6Subnet("string")
                .ip6UpstreamInterface("string")
                .ndCert("string")
                .ndCgaModifier("string")
                .ndMode("string")
                .ndSecurityLevel(0)
                .ndTimestampDelta(0)
                .ndTimestampFuzz(0)
                .raSendMtu("string")
                .uniqueAutoconfAddr("string")
                .vrip6LinkLocal("string")
                .vrrp6s(ObjectFspVlanInterfaceIpv6Vrrp6Args.builder()
                    .acceptMode("string")
                    .advInterval(0)
                    .ignoreDefaultRoute("string")
                    .preempt("string")
                    .priority(0)
                    .startTime(0)
                    .status("string")
                    .vrdst6("string")
                    .vrgrp(0)
                    .vrid(0)
                    .vrip6("string")
                    .build())
                .vrrpVirtualMac6("string")
                .build())
            .l2forward("string")
            .l2tpClient("string")
            .lacpHaSecondary("string")
            .lacpHaSlave("string")
            .lacpMode("string")
            .lacpSpeed("string")
            .largeReceiveOffload("string")
            .lcpEchoInterval(0)
            .lcpMaxEchoFails(0)
            .linkUpDelay(0)
            .listenForticlientConnection("string")
            .lldpNetworkPolicy("string")
            .lldpReception("string")
            .lldpTransmission("string")
            .log("string")
            .macaddr("string")
            .managedSubnetworkSize("string")
            .managementIp("string")
            .maxEgressBurstRate(0)
            .maxEgressRate(0)
            .measuredDownstreamBandwidth(0)
            .measuredUpstreamBandwidth(0)
            .mediatype("string")
            .member("string")
            .minLinks(0)
            .minLinksDown("string")
            .mirroringDirection("string")
            .mirroringPort("string")
            .mode("string")
            .monitorBandwidth("string")
            .mtu(0)
            .mtuOverride("string")
            .muxType("string")
            .name("string")
            .ndiscforward("string")
            .netbiosForward("string")
            .netflowSampler("string")
            .npQosProfile(0)
            .npuFastpath("string")
            .nst("string")
            .outForceVlanCos(0)
            .outbandwidth(0)
            .padtRetryTimeout(0)
            .passwords("string")
            .peerInterface("string")
            .phyMode("string")
            .pingServStatus(0)
            .poe("string")
            .pollingInterval(0)
            .portMirroring("string")
            .pppoeUnnumberedNegotiate("string")
            .pptpAuthType("string")
            .pptpClient("string")
            .pptpPasswords("string")
            .pptpServerIp("string")
            .pptpTimeout(0)
            .pptpUser("string")
            .preserveSessionRoute("string")
            .priority(0)
            .priorityOverride("string")
            .proxyCaptivePortal("string")
            .pvcAtmQos("string")
            .pvcChan(0)
            .pvcCrc(0)
            .pvcPcr(0)
            .pvcScr(0)
            .pvcVlanId(0)
            .pvcVlanRxId(0)
            .pvcVlanRxOp("string")
            .pvcVlanTxId(0)
            .pvcVlanTxOp("string")
            .reachableTime(0)
            .redundantInterface("string")
            .remoteIp("string")
            .replacemsgOverrideGroup("string")
            .retransmission("string")
            .ringRx(0)
            .ringTx(0)
            .role("string")
            .sampleDirection("string")
            .sampleRate(0)
            .scanBotnetConnections("string")
            .secondaryIp("string")
            .secondaryips(ObjectFspVlanInterfaceSecondaryipArgs.builder()
                .allowaccesses("string")
                .detectprotocols("string")
                .detectserver("string")
                .gwdetect("string")
                .haPriority(0)
                .id(0)
                .ip("string")
                .pingServStatus(0)
                .secipRelayIp("string")
                .seq(0)
                .build())
            .security8021xDynamicVlanId(0)
            .security8021xMaster("string")
            .security8021xMemberMode("string")
            .security8021xMode("string")
            .securityExemptList("string")
            .securityExternalLogout("string")
            .securityExternalWeb("string")
            .securityGroups("string")
            .securityMacAuthBypass("string")
            .securityMode("string")
            .securityRedirectUrl("string")
            .selectProfile30a35b("string")
            .serviceName("string")
            .sflowSampler("string")
            .sfpDsl("string")
            .sfpDslAdslFallback("string")
            .sfpDslAutodetect("string")
            .sfpDslMac("string")
            .speed("string")
            .spilloverThreshold(0)
            .srcCheck("string")
            .status("string")
            .stp("string")
            .stpEdge("string")
            .stpHaSecondary("string")
            .stpHaSlave("string")
            .stpforward("string")
            .stpforwardMode("string")
            .stripPriorityVlanTag("string")
            .subst("string")
            .substituteDstMac("string")
            .swAlgorithm("string")
            .swcFirstCreate(0)
            .swcVlan(0)
            .switch_("string")
            .switchControllerAccessVlan("string")
            .switchControllerArpInspection("string")
            .switchControllerAuth("string")
            .switchControllerDhcpSnooping("string")
            .switchControllerDhcpSnoopingOption82("string")
            .switchControllerDhcpSnoopingVerifyMac("string")
            .switchControllerDynamic("string")
            .switchControllerFeature("string")
            .switchControllerIgmpSnooping("string")
            .switchControllerIgmpSnoopingFastLeave("string")
            .switchControllerIgmpSnoopingProxy("string")
            .switchControllerIotScanning("string")
            .switchControllerLearningLimit(0)
            .switchControllerMgmtVlan(0)
            .switchControllerNac("string")
            .switchControllerNetflowCollect("string")
            .switchControllerOffload("string")
            .switchControllerOffloadGw("string")
            .switchControllerOffloadIp("string")
            .switchControllerOffloading("string")
            .switchControllerOffloadingGw("string")
            .switchControllerOffloadingIp("string")
            .switchControllerRadiusServer("string")
            .switchControllerRspanMode("string")
            .switchControllerSourceIp("string")
            .switchControllerTrafficPolicy("string")
            .systemId("string")
            .systemIdType("string")
            .tcMode("string")
            .tcpMss(0)
            .trunk("string")
            .trustIp1("string")
            .trustIp2("string")
            .trustIp3("string")
            .trustIp61("string")
            .trustIp62("string")
            .trustIp63("string")
            .type("string")
            .username("string")
            .vci(0)
            .vectoring("string")
            .vindex(0)
            .vlanOpMode("string")
            .vlanProtocol("string")
            .vlanforward("string")
            .vlanid(0)
            .vpi(0)
            .vrf(0)
            .vrrpVirtualMac("string")
            .vrrps(ObjectFspVlanInterfaceVrrpArgs.builder()
                .acceptMode("string")
                .advInterval(0)
                .ignoreDefaultRoute("string")
                .preempt("string")
                .priority(0)
                .proxyArps(ObjectFspVlanInterfaceVrrpProxyArpArgs.builder()
                    .id(0)
                    .ip("string")
                    .build())
                .startTime(0)
                .status("string")
                .version("string")
                .vrdstPriority(0)
                .vrdsts("string")
                .vrgrp(0)
                .vrid(0)
                .vrip("string")
                .build())
            .wccp("string")
            .weight(0)
            .wifi5gThreshold("string")
            .wifiAcl("string")
            .wifiApBand("string")
            .wifiAuth("string")
            .wifiAutoConnect("string")
            .wifiAutoSave("string")
            .wifiBroadcastSsid("string")
            .wifiDnsServer1("string")
            .wifiDnsServer2("string")
            .wifiEncrypt("string")
            .wifiFragmentThreshold(0)
            .wifiGateway("string")
            .wifiKeyindex(0)
            .wifiKeys("string")
            .wifiMacFilter("string")
            .wifiPassphrases("string")
            .wifiRadiusServer("string")
            .wifiRtsThreshold(0)
            .wifiSecurity("string")
            .wifiSsid("string")
            .wifiUsergroup("string")
            .winsIp("string")
            .build())
        .name("string")
        .objectFspVlanId("string")
        .scopetype("string")
        .vdom("string")
        .vlanid(0)
        .build());
    
    object_fsp_vlan_resource = fortimanager.ObjectFspVlan("objectFspVlanResource",
        _dhcp_status="string",
        adom="string",
        color=0,
        dhcp_server={
            "auto_configuration": "string",
            "auto_managed_status": "string",
            "conflicted_ip_timeout": 0,
            "ddns_auth": "string",
            "ddns_key": "string",
            "ddns_keyname": "string",
            "ddns_server_ip": "string",
            "ddns_ttl": 0,
            "ddns_update": "string",
            "ddns_update_override": "string",
            "ddns_zone": "string",
            "default_gateway": "string",
            "dhcp_settings_from_fortiipam": "string",
            "dns_server1": "string",
            "dns_server2": "string",
            "dns_server3": "string",
            "dns_server4": "string",
            "dns_service": "string",
            "domain": "string",
            "enable": "string",
            "exclude_ranges": [{
                "end_ip": "string",
                "id": 0,
                "lease_time": 0,
                "start_ip": "string",
                "uci_match": "string",
                "uci_strings": ["string"],
                "vci_match": "string",
                "vci_strings": ["string"],
            }],
            "filename": "string",
            "forticlient_on_net_status": "string",
            "id": 0,
            "ip_mode": "string",
            "ip_ranges": [{
                "end_ip": "string",
                "id": 0,
                "lease_time": 0,
                "start_ip": "string",
                "uci_match": "string",
                "uci_strings": ["string"],
                "vci_match": "string",
                "vci_strings": ["string"],
            }],
            "ipsec_lease_hold": 0,
            "lease_time": 0,
            "mac_acl_default_action": "string",
            "netmask": "string",
            "next_server": "string",
            "ntp_server1": "string",
            "ntp_server2": "string",
            "ntp_server3": "string",
            "ntp_service": "string",
            "option1s": ["string"],
            "option2s": ["string"],
            "option3s": ["string"],
            "option4": "string",
            "option5": "string",
            "option6": "string",
            "options": [{
                "code": 0,
                "id": 0,
                "ips": ["string"],
                "type": "string",
                "uci_match": "string",
                "uci_strings": ["string"],
                "value": "string",
                "vci_match": "string",
                "vci_strings": ["string"],
            }],
            "relay_agent": "string",
            "reserved_addresses": [{
                "action": "string",
                "circuit_id": "string",
                "circuit_id_type": "string",
                "description": "string",
                "id": 0,
                "ip": "string",
                "mac": "string",
                "remote_id": "string",
                "remote_id_type": "string",
                "type": "string",
            }],
            "server_type": "string",
            "shared_subnet": "string",
            "status": "string",
            "tftp_servers": ["string"],
            "timezone": "string",
            "timezone_option": "string",
            "vci_match": "string",
            "vci_strings": ["string"],
            "wifi_ac1": "string",
            "wifi_ac2": "string",
            "wifi_ac3": "string",
            "wifi_ac_service": "string",
            "wins_server1": "string",
            "wins_server2": "string",
        },
        dynamic_mappings=[{
            "_dhcp_status": "string",
            "_scopes": [{
                "name": "string",
                "vdom": "string",
            }],
            "dhcp_server": {
                "auto_configuration": "string",
                "auto_managed_status": "string",
                "conflicted_ip_timeout": 0,
                "ddns_auth": "string",
                "ddns_key": "string",
                "ddns_keyname": "string",
                "ddns_server_ip": "string",
                "ddns_ttl": 0,
                "ddns_update": "string",
                "ddns_update_override": "string",
                "ddns_zone": "string",
                "default_gateway": "string",
                "dhcp_settings_from_fortiipam": "string",
                "dns_server1": "string",
                "dns_server2": "string",
                "dns_server3": "string",
                "dns_server4": "string",
                "dns_service": "string",
                "domain": "string",
                "enable": "string",
                "exclude_ranges": [{
                    "end_ip": "string",
                    "id": 0,
                    "lease_time": 0,
                    "start_ip": "string",
                    "uci_match": "string",
                    "uci_strings": ["string"],
                    "vci_match": "string",
                    "vci_strings": ["string"],
                }],
                "filename": "string",
                "forticlient_on_net_status": "string",
                "id": 0,
                "ip_mode": "string",
                "ip_ranges": [{
                    "end_ip": "string",
                    "id": 0,
                    "lease_time": 0,
                    "start_ip": "string",
                    "uci_match": "string",
                    "uci_strings": ["string"],
                    "vci_match": "string",
                    "vci_strings": ["string"],
                }],
                "ipsec_lease_hold": 0,
                "lease_time": 0,
                "mac_acl_default_action": "string",
                "netmask": "string",
                "next_server": "string",
                "ntp_server1": "string",
                "ntp_server2": "string",
                "ntp_server3": "string",
                "ntp_service": "string",
                "option1s": ["string"],
                "option2s": ["string"],
                "option3s": ["string"],
                "option4": "string",
                "option5": "string",
                "option6": "string",
                "options": [{
                    "code": 0,
                    "id": 0,
                    "ips": ["string"],
                    "type": "string",
                    "uci_match": "string",
                    "uci_strings": ["string"],
                    "value": "string",
                    "vci_match": "string",
                    "vci_strings": ["string"],
                }],
                "relay_agent": "string",
                "reserved_addresses": [{
                    "action": "string",
                    "circuit_id": "string",
                    "circuit_id_type": "string",
                    "description": "string",
                    "id": 0,
                    "ip": "string",
                    "mac": "string",
                    "remote_id": "string",
                    "remote_id_type": "string",
                    "type": "string",
                }],
                "server_type": "string",
                "shared_subnet": "string",
                "status": "string",
                "tftp_servers": ["string"],
                "timezone": "string",
                "timezone_option": "string",
                "vci_match": "string",
                "vci_strings": ["string"],
                "wifi_ac1": "string",
                "wifi_ac2": "string",
                "wifi_ac3": "string",
                "wifi_ac_service": "string",
                "wins_server1": "string",
                "wins_server2": "string",
            },
            "interface": {
                "dhcp_relay_agent_option": "string",
                "dhcp_relay_interface_select_method": "string",
                "dhcp_relay_ips": ["string"],
                "dhcp_relay_service": "string",
                "dhcp_relay_type": "string",
                "ip": "string",
                "ipv6": {
                    "autoconf": "string",
                    "cli_conn6_status": 0,
                    "dhcp6_client_options": ["string"],
                    "dhcp6_information_request": "string",
                    "dhcp6_prefix_delegation": "string",
                    "dhcp6_prefix_hint": "string",
                    "dhcp6_prefix_hint_plt": 0,
                    "dhcp6_prefix_hint_vlt": 0,
                    "dhcp6_relay_interface_id": "string",
                    "dhcp6_relay_ip": "string",
                    "dhcp6_relay_service": "string",
                    "dhcp6_relay_source_interface": "string",
                    "dhcp6_relay_source_ip": "string",
                    "dhcp6_relay_type": "string",
                    "icmp6_send_redirect": "string",
                    "interface_identifier": "string",
                    "ip6_address": "string",
                    "ip6_allowaccesses": ["string"],
                    "ip6_default_life": 0,
                    "ip6_delegated_prefix_iaid": 0,
                    "ip6_delegated_prefix_lists": [{
                        "autonomous_flag": "string",
                        "delegated_prefix_iaid": 0,
                        "onlink_flag": "string",
                        "prefix_id": 0,
                        "rdnss_service": "string",
                        "rdnsses": ["string"],
                        "subnet": "string",
                        "upstream_interface": "string",
                    }],
                    "ip6_dns_server_override": "string",
                    "ip6_extra_addrs": [{
                        "prefix": "string",
                    }],
                    "ip6_hop_limit": 0,
                    "ip6_link_mtu": 0,
                    "ip6_manage_flag": "string",
                    "ip6_max_interval": 0,
                    "ip6_min_interval": 0,
                    "ip6_mode": "string",
                    "ip6_other_flag": "string",
                    "ip6_prefix_lists": [{
                        "autonomous_flag": "string",
                        "dnssls": ["string"],
                        "onlink_flag": "string",
                        "preferred_life_time": 0,
                        "prefix": "string",
                        "rdnsses": ["string"],
                        "valid_life_time": 0,
                    }],
                    "ip6_prefix_mode": "string",
                    "ip6_reachable_time": 0,
                    "ip6_retrans_time": 0,
                    "ip6_send_adv": "string",
                    "ip6_subnet": "string",
                    "ip6_upstream_interface": "string",
                    "nd_cert": "string",
                    "nd_cga_modifier": "string",
                    "nd_mode": "string",
                    "nd_security_level": 0,
                    "nd_timestamp_delta": 0,
                    "nd_timestamp_fuzz": 0,
                    "ra_send_mtu": "string",
                    "unique_autoconf_addr": "string",
                    "vrip6_link_local": "string",
                    "vrrp6s": [{
                        "accept_mode": "string",
                        "adv_interval": 0,
                        "ignore_default_route": "string",
                        "preempt": "string",
                        "priority": 0,
                        "start_time": 0,
                        "status": "string",
                        "vrdst6": "string",
                        "vrgrp": 0,
                        "vrid": 0,
                        "vrip6": "string",
                    }],
                    "vrrp_virtual_mac6": "string",
                },
                "secondary_ip": "string",
                "secondaryips": [{
                    "allowaccesses": ["string"],
                    "detectprotocols": ["string"],
                    "detectserver": "string",
                    "gwdetect": "string",
                    "ha_priority": 0,
                    "id": 0,
                    "ip": "string",
                    "ping_serv_status": 0,
                    "secip_relay_ip": "string",
                    "seq": 0,
                }],
                "vlanid": 0,
                "vrrps": [{
                    "accept_mode": "string",
                    "adv_interval": 0,
                    "ignore_default_route": "string",
                    "preempt": "string",
                    "priority": 0,
                    "proxy_arps": [{
                        "id": 0,
                        "ip": "string",
                    }],
                    "start_time": 0,
                    "status": "string",
                    "version": "string",
                    "vrdst_priority": 0,
                    "vrdsts": ["string"],
                    "vrgrp": 0,
                    "vrid": 0,
                    "vrip": "string",
                }],
            },
        }],
        dynamic_sort_subtable="string",
        interface={
            "ac_name": "string",
            "aggregate": "string",
            "aggregate_type": "string",
            "algorithm": "string",
            "alias": "string",
            "allowaccesses": ["string"],
            "annex": "string",
            "ap_discover": "string",
            "arpforward": "string",
            "atm_protocol": "string",
            "auth_cert": "string",
            "auth_portal_addr": "string",
            "auth_type": "string",
            "auto_auth_extension_device": "string",
            "bandwidth_measure_time": 0,
            "bfd": "string",
            "bfd_desired_min_tx": 0,
            "bfd_detect_mult": 0,
            "bfd_required_min_rx": 0,
            "broadcast_forticlient_discovery": "string",
            "broadcast_forward": "string",
            "captive_portal": 0,
            "cli_conn_status": 0,
            "color": 0,
            "ddns": "string",
            "ddns_auth": "string",
            "ddns_domain": "string",
            "ddns_key": "string",
            "ddns_keyname": "string",
            "ddns_passwords": ["string"],
            "ddns_server": "string",
            "ddns_server_ip": "string",
            "ddns_sn": "string",
            "ddns_ttl": 0,
            "ddns_username": "string",
            "ddns_zone": "string",
            "dedicated_to": "string",
            "default_purdue_level": "string",
            "defaultgw": "string",
            "description": "string",
            "detected_peer_mtu": 0,
            "detectprotocols": ["string"],
            "detectserver": "string",
            "device_access_list": "string",
            "device_identification": "string",
            "device_identification_active_scan": "string",
            "device_netscan": "string",
            "device_user_identification": "string",
            "devindex": 0,
            "dhcp_broadcast_flag": "string",
            "dhcp_classless_route_addition": "string",
            "dhcp_client_identifier": "string",
            "dhcp_relay_agent_option": "string",
            "dhcp_relay_circuit_id": "string",
            "dhcp_relay_interface": "string",
            "dhcp_relay_interface_select_method": "string",
            "dhcp_relay_ips": ["string"],
            "dhcp_relay_link_selection": "string",
            "dhcp_relay_request_all_server": "string",
            "dhcp_relay_service": "string",
            "dhcp_relay_source_ip": "string",
            "dhcp_relay_type": "string",
            "dhcp_renew_time": 0,
            "dhcp_smart_relay": "string",
            "disc_retry_timeout": 0,
            "disconnect_threshold": 0,
            "distance": 0,
            "dns_query": "string",
            "dns_server_override": "string",
            "dns_server_protocols": ["string"],
            "drop_fragment": "string",
            "drop_overlapped_fragment": "string",
            "eap_ca_certs": ["string"],
            "eap_identity": "string",
            "eap_method": "string",
            "eap_passwords": ["string"],
            "eap_supplicant": "string",
            "eap_user_certs": ["string"],
            "egress_cos": "string",
            "egress_shaping_profile": "string",
            "eip": "string",
            "endpoint_compliance": "string",
            "estimated_downstream_bandwidth": 0,
            "estimated_upstream_bandwidth": 0,
            "explicit_ftp_proxy": "string",
            "explicit_web_proxy": "string",
            "external": "string",
            "fail_action_on_extender": "string",
            "fail_alert_interfaces": "string",
            "fail_alert_method": "string",
            "fail_detect": "string",
            "fail_detect_options": ["string"],
            "fdp": "string",
            "fortiheartbeat": "string",
            "fortilink": "string",
            "fortilink_backup_link": 0,
            "fortilink_neighbor_detect": "string",
            "fortilink_split_interface": "string",
            "fortilink_stacking": "string",
            "forward_domain": 0,
            "forward_error_correction": "string",
            "fp_anomalies": ["string"],
            "fp_disables": ["string"],
            "gateway_address": "string",
            "generic_receive_offload": "string",
            "gi_gk": "string",
            "gwaddr": "string",
            "gwdetect": "string",
            "ha_priority": 0,
            "icmp_accept_redirect": "string",
            "icmp_redirect": "string",
            "icmp_send_redirect": "string",
            "ident_accept": "string",
            "idle_timeout": 0,
            "if_mdix": "string",
            "if_media": "string",
            "ike_saml_servers": ["string"],
            "in_force_vlan_cos": 0,
            "inbandwidth": 0,
            "ingress_cos": "string",
            "ingress_shaping_profile": "string",
            "ingress_spillover_threshold": 0,
            "interconnect_profile": "string",
            "internal": 0,
            "ip": "string",
            "ip_managed_by_fortiipam": "string",
            "ipmac": "string",
            "ips_sniffer_mode": "string",
            "ipunnumbered": "string",
            "ipv6": {
                "autoconf": "string",
                "cli_conn6_status": 0,
                "dhcp6_client_options": ["string"],
                "dhcp6_information_request": "string",
                "dhcp6_prefix_delegation": "string",
                "dhcp6_prefix_hint": "string",
                "dhcp6_prefix_hint_plt": 0,
                "dhcp6_prefix_hint_vlt": 0,
                "dhcp6_relay_interface_id": "string",
                "dhcp6_relay_ip": "string",
                "dhcp6_relay_service": "string",
                "dhcp6_relay_source_interface": "string",
                "dhcp6_relay_source_ip": "string",
                "dhcp6_relay_type": "string",
                "icmp6_send_redirect": "string",
                "interface_identifier": "string",
                "ip6_address": "string",
                "ip6_allowaccesses": ["string"],
                "ip6_default_life": 0,
                "ip6_delegated_prefix_iaid": 0,
                "ip6_delegated_prefix_lists": [{
                    "autonomous_flag": "string",
                    "delegated_prefix_iaid": 0,
                    "onlink_flag": "string",
                    "prefix_id": 0,
                    "rdnss_service": "string",
                    "rdnsses": ["string"],
                    "subnet": "string",
                    "upstream_interface": "string",
                }],
                "ip6_dns_server_override": "string",
                "ip6_extra_addrs": [{
                    "prefix": "string",
                }],
                "ip6_hop_limit": 0,
                "ip6_link_mtu": 0,
                "ip6_manage_flag": "string",
                "ip6_max_interval": 0,
                "ip6_min_interval": 0,
                "ip6_mode": "string",
                "ip6_other_flag": "string",
                "ip6_prefix_lists": [{
                    "autonomous_flag": "string",
                    "dnssls": ["string"],
                    "onlink_flag": "string",
                    "preferred_life_time": 0,
                    "prefix": "string",
                    "rdnsses": ["string"],
                    "valid_life_time": 0,
                }],
                "ip6_prefix_mode": "string",
                "ip6_reachable_time": 0,
                "ip6_retrans_time": 0,
                "ip6_send_adv": "string",
                "ip6_subnet": "string",
                "ip6_upstream_interface": "string",
                "nd_cert": "string",
                "nd_cga_modifier": "string",
                "nd_mode": "string",
                "nd_security_level": 0,
                "nd_timestamp_delta": 0,
                "nd_timestamp_fuzz": 0,
                "ra_send_mtu": "string",
                "unique_autoconf_addr": "string",
                "vrip6_link_local": "string",
                "vrrp6s": [{
                    "accept_mode": "string",
                    "adv_interval": 0,
                    "ignore_default_route": "string",
                    "preempt": "string",
                    "priority": 0,
                    "start_time": 0,
                    "status": "string",
                    "vrdst6": "string",
                    "vrgrp": 0,
                    "vrid": 0,
                    "vrip6": "string",
                }],
                "vrrp_virtual_mac6": "string",
            },
            "l2forward": "string",
            "l2tp_client": "string",
            "lacp_ha_secondary": "string",
            "lacp_ha_slave": "string",
            "lacp_mode": "string",
            "lacp_speed": "string",
            "large_receive_offload": "string",
            "lcp_echo_interval": 0,
            "lcp_max_echo_fails": 0,
            "link_up_delay": 0,
            "listen_forticlient_connection": "string",
            "lldp_network_policy": "string",
            "lldp_reception": "string",
            "lldp_transmission": "string",
            "log": "string",
            "macaddr": "string",
            "managed_subnetwork_size": "string",
            "management_ip": "string",
            "max_egress_burst_rate": 0,
            "max_egress_rate": 0,
            "measured_downstream_bandwidth": 0,
            "measured_upstream_bandwidth": 0,
            "mediatype": "string",
            "member": "string",
            "min_links": 0,
            "min_links_down": "string",
            "mirroring_direction": "string",
            "mirroring_port": "string",
            "mode": "string",
            "monitor_bandwidth": "string",
            "mtu": 0,
            "mtu_override": "string",
            "mux_type": "string",
            "name": "string",
            "ndiscforward": "string",
            "netbios_forward": "string",
            "netflow_sampler": "string",
            "np_qos_profile": 0,
            "npu_fastpath": "string",
            "nst": "string",
            "out_force_vlan_cos": 0,
            "outbandwidth": 0,
            "padt_retry_timeout": 0,
            "passwords": ["string"],
            "peer_interface": "string",
            "phy_mode": "string",
            "ping_serv_status": 0,
            "poe": "string",
            "polling_interval": 0,
            "port_mirroring": "string",
            "pppoe_unnumbered_negotiate": "string",
            "pptp_auth_type": "string",
            "pptp_client": "string",
            "pptp_passwords": ["string"],
            "pptp_server_ip": "string",
            "pptp_timeout": 0,
            "pptp_user": "string",
            "preserve_session_route": "string",
            "priority": 0,
            "priority_override": "string",
            "proxy_captive_portal": "string",
            "pvc_atm_qos": "string",
            "pvc_chan": 0,
            "pvc_crc": 0,
            "pvc_pcr": 0,
            "pvc_scr": 0,
            "pvc_vlan_id": 0,
            "pvc_vlan_rx_id": 0,
            "pvc_vlan_rx_op": "string",
            "pvc_vlan_tx_id": 0,
            "pvc_vlan_tx_op": "string",
            "reachable_time": 0,
            "redundant_interface": "string",
            "remote_ip": "string",
            "replacemsg_override_group": "string",
            "retransmission": "string",
            "ring_rx": 0,
            "ring_tx": 0,
            "role": "string",
            "sample_direction": "string",
            "sample_rate": 0,
            "scan_botnet_connections": "string",
            "secondary_ip": "string",
            "secondaryips": [{
                "allowaccesses": ["string"],
                "detectprotocols": ["string"],
                "detectserver": "string",
                "gwdetect": "string",
                "ha_priority": 0,
                "id": 0,
                "ip": "string",
                "ping_serv_status": 0,
                "secip_relay_ip": "string",
                "seq": 0,
            }],
            "security8021x_dynamic_vlan_id": 0,
            "security8021x_master": "string",
            "security8021x_member_mode": "string",
            "security8021x_mode": "string",
            "security_exempt_list": "string",
            "security_external_logout": "string",
            "security_external_web": "string",
            "security_groups": "string",
            "security_mac_auth_bypass": "string",
            "security_mode": "string",
            "security_redirect_url": "string",
            "select_profile30a35b": "string",
            "service_name": "string",
            "sflow_sampler": "string",
            "sfp_dsl": "string",
            "sfp_dsl_adsl_fallback": "string",
            "sfp_dsl_autodetect": "string",
            "sfp_dsl_mac": "string",
            "speed": "string",
            "spillover_threshold": 0,
            "src_check": "string",
            "status": "string",
            "stp": "string",
            "stp_edge": "string",
            "stp_ha_secondary": "string",
            "stp_ha_slave": "string",
            "stpforward": "string",
            "stpforward_mode": "string",
            "strip_priority_vlan_tag": "string",
            "subst": "string",
            "substitute_dst_mac": "string",
            "sw_algorithm": "string",
            "swc_first_create": 0,
            "swc_vlan": 0,
            "switch": "string",
            "switch_controller_access_vlan": "string",
            "switch_controller_arp_inspection": "string",
            "switch_controller_auth": "string",
            "switch_controller_dhcp_snooping": "string",
            "switch_controller_dhcp_snooping_option82": "string",
            "switch_controller_dhcp_snooping_verify_mac": "string",
            "switch_controller_dynamic": "string",
            "switch_controller_feature": "string",
            "switch_controller_igmp_snooping": "string",
            "switch_controller_igmp_snooping_fast_leave": "string",
            "switch_controller_igmp_snooping_proxy": "string",
            "switch_controller_iot_scanning": "string",
            "switch_controller_learning_limit": 0,
            "switch_controller_mgmt_vlan": 0,
            "switch_controller_nac": "string",
            "switch_controller_netflow_collect": "string",
            "switch_controller_offload": "string",
            "switch_controller_offload_gw": "string",
            "switch_controller_offload_ip": "string",
            "switch_controller_offloading": "string",
            "switch_controller_offloading_gw": "string",
            "switch_controller_offloading_ip": "string",
            "switch_controller_radius_server": "string",
            "switch_controller_rspan_mode": "string",
            "switch_controller_source_ip": "string",
            "switch_controller_traffic_policy": "string",
            "system_id": "string",
            "system_id_type": "string",
            "tc_mode": "string",
            "tcp_mss": 0,
            "trunk": "string",
            "trust_ip1": "string",
            "trust_ip2": "string",
            "trust_ip3": "string",
            "trust_ip61": "string",
            "trust_ip62": "string",
            "trust_ip63": "string",
            "type": "string",
            "username": "string",
            "vci": 0,
            "vectoring": "string",
            "vindex": 0,
            "vlan_op_mode": "string",
            "vlan_protocol": "string",
            "vlanforward": "string",
            "vlanid": 0,
            "vpi": 0,
            "vrf": 0,
            "vrrp_virtual_mac": "string",
            "vrrps": [{
                "accept_mode": "string",
                "adv_interval": 0,
                "ignore_default_route": "string",
                "preempt": "string",
                "priority": 0,
                "proxy_arps": [{
                    "id": 0,
                    "ip": "string",
                }],
                "start_time": 0,
                "status": "string",
                "version": "string",
                "vrdst_priority": 0,
                "vrdsts": ["string"],
                "vrgrp": 0,
                "vrid": 0,
                "vrip": "string",
            }],
            "wccp": "string",
            "weight": 0,
            "wifi5g_threshold": "string",
            "wifi_acl": "string",
            "wifi_ap_band": "string",
            "wifi_auth": "string",
            "wifi_auto_connect": "string",
            "wifi_auto_save": "string",
            "wifi_broadcast_ssid": "string",
            "wifi_dns_server1": "string",
            "wifi_dns_server2": "string",
            "wifi_encrypt": "string",
            "wifi_fragment_threshold": 0,
            "wifi_gateway": "string",
            "wifi_keyindex": 0,
            "wifi_keys": ["string"],
            "wifi_mac_filter": "string",
            "wifi_passphrases": ["string"],
            "wifi_radius_server": "string",
            "wifi_rts_threshold": 0,
            "wifi_security": "string",
            "wifi_ssid": "string",
            "wifi_usergroup": "string",
            "wins_ip": "string",
        },
        name="string",
        object_fsp_vlan_id="string",
        scopetype="string",
        vdom="string",
        vlanid=0)
    
    const objectFspVlanResource = new fortimanager.ObjectFspVlan("objectFspVlanResource", {
        _dhcpStatus: "string",
        adom: "string",
        color: 0,
        dhcpServer: {
            autoConfiguration: "string",
            autoManagedStatus: "string",
            conflictedIpTimeout: 0,
            ddnsAuth: "string",
            ddnsKey: "string",
            ddnsKeyname: "string",
            ddnsServerIp: "string",
            ddnsTtl: 0,
            ddnsUpdate: "string",
            ddnsUpdateOverride: "string",
            ddnsZone: "string",
            defaultGateway: "string",
            dhcpSettingsFromFortiipam: "string",
            dnsServer1: "string",
            dnsServer2: "string",
            dnsServer3: "string",
            dnsServer4: "string",
            dnsService: "string",
            domain: "string",
            enable: "string",
            excludeRanges: [{
                endIp: "string",
                id: 0,
                leaseTime: 0,
                startIp: "string",
                uciMatch: "string",
                uciStrings: ["string"],
                vciMatch: "string",
                vciStrings: ["string"],
            }],
            filename: "string",
            forticlientOnNetStatus: "string",
            id: 0,
            ipMode: "string",
            ipRanges: [{
                endIp: "string",
                id: 0,
                leaseTime: 0,
                startIp: "string",
                uciMatch: "string",
                uciStrings: ["string"],
                vciMatch: "string",
                vciStrings: ["string"],
            }],
            ipsecLeaseHold: 0,
            leaseTime: 0,
            macAclDefaultAction: "string",
            netmask: "string",
            nextServer: "string",
            ntpServer1: "string",
            ntpServer2: "string",
            ntpServer3: "string",
            ntpService: "string",
            option1s: ["string"],
            option2s: ["string"],
            option3s: ["string"],
            option4: "string",
            option5: "string",
            option6: "string",
            options: [{
                code: 0,
                id: 0,
                ips: ["string"],
                type: "string",
                uciMatch: "string",
                uciStrings: ["string"],
                value: "string",
                vciMatch: "string",
                vciStrings: ["string"],
            }],
            relayAgent: "string",
            reservedAddresses: [{
                action: "string",
                circuitId: "string",
                circuitIdType: "string",
                description: "string",
                id: 0,
                ip: "string",
                mac: "string",
                remoteId: "string",
                remoteIdType: "string",
                type: "string",
            }],
            serverType: "string",
            sharedSubnet: "string",
            status: "string",
            tftpServers: ["string"],
            timezone: "string",
            timezoneOption: "string",
            vciMatch: "string",
            vciStrings: ["string"],
            wifiAc1: "string",
            wifiAc2: "string",
            wifiAc3: "string",
            wifiAcService: "string",
            winsServer1: "string",
            winsServer2: "string",
        },
        dynamicMappings: [{
            _dhcpStatus: "string",
            _scopes: [{
                name: "string",
                vdom: "string",
            }],
            dhcpServer: {
                autoConfiguration: "string",
                autoManagedStatus: "string",
                conflictedIpTimeout: 0,
                ddnsAuth: "string",
                ddnsKey: "string",
                ddnsKeyname: "string",
                ddnsServerIp: "string",
                ddnsTtl: 0,
                ddnsUpdate: "string",
                ddnsUpdateOverride: "string",
                ddnsZone: "string",
                defaultGateway: "string",
                dhcpSettingsFromFortiipam: "string",
                dnsServer1: "string",
                dnsServer2: "string",
                dnsServer3: "string",
                dnsServer4: "string",
                dnsService: "string",
                domain: "string",
                enable: "string",
                excludeRanges: [{
                    endIp: "string",
                    id: 0,
                    leaseTime: 0,
                    startIp: "string",
                    uciMatch: "string",
                    uciStrings: ["string"],
                    vciMatch: "string",
                    vciStrings: ["string"],
                }],
                filename: "string",
                forticlientOnNetStatus: "string",
                id: 0,
                ipMode: "string",
                ipRanges: [{
                    endIp: "string",
                    id: 0,
                    leaseTime: 0,
                    startIp: "string",
                    uciMatch: "string",
                    uciStrings: ["string"],
                    vciMatch: "string",
                    vciStrings: ["string"],
                }],
                ipsecLeaseHold: 0,
                leaseTime: 0,
                macAclDefaultAction: "string",
                netmask: "string",
                nextServer: "string",
                ntpServer1: "string",
                ntpServer2: "string",
                ntpServer3: "string",
                ntpService: "string",
                option1s: ["string"],
                option2s: ["string"],
                option3s: ["string"],
                option4: "string",
                option5: "string",
                option6: "string",
                options: [{
                    code: 0,
                    id: 0,
                    ips: ["string"],
                    type: "string",
                    uciMatch: "string",
                    uciStrings: ["string"],
                    value: "string",
                    vciMatch: "string",
                    vciStrings: ["string"],
                }],
                relayAgent: "string",
                reservedAddresses: [{
                    action: "string",
                    circuitId: "string",
                    circuitIdType: "string",
                    description: "string",
                    id: 0,
                    ip: "string",
                    mac: "string",
                    remoteId: "string",
                    remoteIdType: "string",
                    type: "string",
                }],
                serverType: "string",
                sharedSubnet: "string",
                status: "string",
                tftpServers: ["string"],
                timezone: "string",
                timezoneOption: "string",
                vciMatch: "string",
                vciStrings: ["string"],
                wifiAc1: "string",
                wifiAc2: "string",
                wifiAc3: "string",
                wifiAcService: "string",
                winsServer1: "string",
                winsServer2: "string",
            },
            "interface": {
                dhcpRelayAgentOption: "string",
                dhcpRelayInterfaceSelectMethod: "string",
                dhcpRelayIps: ["string"],
                dhcpRelayService: "string",
                dhcpRelayType: "string",
                ip: "string",
                ipv6: {
                    autoconf: "string",
                    cliConn6Status: 0,
                    dhcp6ClientOptions: ["string"],
                    dhcp6InformationRequest: "string",
                    dhcp6PrefixDelegation: "string",
                    dhcp6PrefixHint: "string",
                    dhcp6PrefixHintPlt: 0,
                    dhcp6PrefixHintVlt: 0,
                    dhcp6RelayInterfaceId: "string",
                    dhcp6RelayIp: "string",
                    dhcp6RelayService: "string",
                    dhcp6RelaySourceInterface: "string",
                    dhcp6RelaySourceIp: "string",
                    dhcp6RelayType: "string",
                    icmp6SendRedirect: "string",
                    interfaceIdentifier: "string",
                    ip6Address: "string",
                    ip6Allowaccesses: ["string"],
                    ip6DefaultLife: 0,
                    ip6DelegatedPrefixIaid: 0,
                    ip6DelegatedPrefixLists: [{
                        autonomousFlag: "string",
                        delegatedPrefixIaid: 0,
                        onlinkFlag: "string",
                        prefixId: 0,
                        rdnssService: "string",
                        rdnsses: ["string"],
                        subnet: "string",
                        upstreamInterface: "string",
                    }],
                    ip6DnsServerOverride: "string",
                    ip6ExtraAddrs: [{
                        prefix: "string",
                    }],
                    ip6HopLimit: 0,
                    ip6LinkMtu: 0,
                    ip6ManageFlag: "string",
                    ip6MaxInterval: 0,
                    ip6MinInterval: 0,
                    ip6Mode: "string",
                    ip6OtherFlag: "string",
                    ip6PrefixLists: [{
                        autonomousFlag: "string",
                        dnssls: ["string"],
                        onlinkFlag: "string",
                        preferredLifeTime: 0,
                        prefix: "string",
                        rdnsses: ["string"],
                        validLifeTime: 0,
                    }],
                    ip6PrefixMode: "string",
                    ip6ReachableTime: 0,
                    ip6RetransTime: 0,
                    ip6SendAdv: "string",
                    ip6Subnet: "string",
                    ip6UpstreamInterface: "string",
                    ndCert: "string",
                    ndCgaModifier: "string",
                    ndMode: "string",
                    ndSecurityLevel: 0,
                    ndTimestampDelta: 0,
                    ndTimestampFuzz: 0,
                    raSendMtu: "string",
                    uniqueAutoconfAddr: "string",
                    vrip6LinkLocal: "string",
                    vrrp6s: [{
                        acceptMode: "string",
                        advInterval: 0,
                        ignoreDefaultRoute: "string",
                        preempt: "string",
                        priority: 0,
                        startTime: 0,
                        status: "string",
                        vrdst6: "string",
                        vrgrp: 0,
                        vrid: 0,
                        vrip6: "string",
                    }],
                    vrrpVirtualMac6: "string",
                },
                secondaryIp: "string",
                secondaryips: [{
                    allowaccesses: ["string"],
                    detectprotocols: ["string"],
                    detectserver: "string",
                    gwdetect: "string",
                    haPriority: 0,
                    id: 0,
                    ip: "string",
                    pingServStatus: 0,
                    secipRelayIp: "string",
                    seq: 0,
                }],
                vlanid: 0,
                vrrps: [{
                    acceptMode: "string",
                    advInterval: 0,
                    ignoreDefaultRoute: "string",
                    preempt: "string",
                    priority: 0,
                    proxyArps: [{
                        id: 0,
                        ip: "string",
                    }],
                    startTime: 0,
                    status: "string",
                    version: "string",
                    vrdstPriority: 0,
                    vrdsts: ["string"],
                    vrgrp: 0,
                    vrid: 0,
                    vrip: "string",
                }],
            },
        }],
        dynamicSortSubtable: "string",
        "interface": {
            acName: "string",
            aggregate: "string",
            aggregateType: "string",
            algorithm: "string",
            alias: "string",
            allowaccesses: ["string"],
            annex: "string",
            apDiscover: "string",
            arpforward: "string",
            atmProtocol: "string",
            authCert: "string",
            authPortalAddr: "string",
            authType: "string",
            autoAuthExtensionDevice: "string",
            bandwidthMeasureTime: 0,
            bfd: "string",
            bfdDesiredMinTx: 0,
            bfdDetectMult: 0,
            bfdRequiredMinRx: 0,
            broadcastForticlientDiscovery: "string",
            broadcastForward: "string",
            captivePortal: 0,
            cliConnStatus: 0,
            color: 0,
            ddns: "string",
            ddnsAuth: "string",
            ddnsDomain: "string",
            ddnsKey: "string",
            ddnsKeyname: "string",
            ddnsPasswords: ["string"],
            ddnsServer: "string",
            ddnsServerIp: "string",
            ddnsSn: "string",
            ddnsTtl: 0,
            ddnsUsername: "string",
            ddnsZone: "string",
            dedicatedTo: "string",
            defaultPurdueLevel: "string",
            defaultgw: "string",
            description: "string",
            detectedPeerMtu: 0,
            detectprotocols: ["string"],
            detectserver: "string",
            deviceAccessList: "string",
            deviceIdentification: "string",
            deviceIdentificationActiveScan: "string",
            deviceNetscan: "string",
            deviceUserIdentification: "string",
            devindex: 0,
            dhcpBroadcastFlag: "string",
            dhcpClasslessRouteAddition: "string",
            dhcpClientIdentifier: "string",
            dhcpRelayAgentOption: "string",
            dhcpRelayCircuitId: "string",
            dhcpRelayInterface: "string",
            dhcpRelayInterfaceSelectMethod: "string",
            dhcpRelayIps: ["string"],
            dhcpRelayLinkSelection: "string",
            dhcpRelayRequestAllServer: "string",
            dhcpRelayService: "string",
            dhcpRelaySourceIp: "string",
            dhcpRelayType: "string",
            dhcpRenewTime: 0,
            dhcpSmartRelay: "string",
            discRetryTimeout: 0,
            disconnectThreshold: 0,
            distance: 0,
            dnsQuery: "string",
            dnsServerOverride: "string",
            dnsServerProtocols: ["string"],
            dropFragment: "string",
            dropOverlappedFragment: "string",
            eapCaCerts: ["string"],
            eapIdentity: "string",
            eapMethod: "string",
            eapPasswords: ["string"],
            eapSupplicant: "string",
            eapUserCerts: ["string"],
            egressCos: "string",
            egressShapingProfile: "string",
            eip: "string",
            endpointCompliance: "string",
            estimatedDownstreamBandwidth: 0,
            estimatedUpstreamBandwidth: 0,
            explicitFtpProxy: "string",
            explicitWebProxy: "string",
            external: "string",
            failActionOnExtender: "string",
            failAlertInterfaces: "string",
            failAlertMethod: "string",
            failDetect: "string",
            failDetectOptions: ["string"],
            fdp: "string",
            fortiheartbeat: "string",
            fortilink: "string",
            fortilinkBackupLink: 0,
            fortilinkNeighborDetect: "string",
            fortilinkSplitInterface: "string",
            fortilinkStacking: "string",
            forwardDomain: 0,
            forwardErrorCorrection: "string",
            fpAnomalies: ["string"],
            fpDisables: ["string"],
            gatewayAddress: "string",
            genericReceiveOffload: "string",
            giGk: "string",
            gwaddr: "string",
            gwdetect: "string",
            haPriority: 0,
            icmpAcceptRedirect: "string",
            icmpRedirect: "string",
            icmpSendRedirect: "string",
            identAccept: "string",
            idleTimeout: 0,
            ifMdix: "string",
            ifMedia: "string",
            ikeSamlServers: ["string"],
            inForceVlanCos: 0,
            inbandwidth: 0,
            ingressCos: "string",
            ingressShapingProfile: "string",
            ingressSpilloverThreshold: 0,
            interconnectProfile: "string",
            internal: 0,
            ip: "string",
            ipManagedByFortiipam: "string",
            ipmac: "string",
            ipsSnifferMode: "string",
            ipunnumbered: "string",
            ipv6: {
                autoconf: "string",
                cliConn6Status: 0,
                dhcp6ClientOptions: ["string"],
                dhcp6InformationRequest: "string",
                dhcp6PrefixDelegation: "string",
                dhcp6PrefixHint: "string",
                dhcp6PrefixHintPlt: 0,
                dhcp6PrefixHintVlt: 0,
                dhcp6RelayInterfaceId: "string",
                dhcp6RelayIp: "string",
                dhcp6RelayService: "string",
                dhcp6RelaySourceInterface: "string",
                dhcp6RelaySourceIp: "string",
                dhcp6RelayType: "string",
                icmp6SendRedirect: "string",
                interfaceIdentifier: "string",
                ip6Address: "string",
                ip6Allowaccesses: ["string"],
                ip6DefaultLife: 0,
                ip6DelegatedPrefixIaid: 0,
                ip6DelegatedPrefixLists: [{
                    autonomousFlag: "string",
                    delegatedPrefixIaid: 0,
                    onlinkFlag: "string",
                    prefixId: 0,
                    rdnssService: "string",
                    rdnsses: ["string"],
                    subnet: "string",
                    upstreamInterface: "string",
                }],
                ip6DnsServerOverride: "string",
                ip6ExtraAddrs: [{
                    prefix: "string",
                }],
                ip6HopLimit: 0,
                ip6LinkMtu: 0,
                ip6ManageFlag: "string",
                ip6MaxInterval: 0,
                ip6MinInterval: 0,
                ip6Mode: "string",
                ip6OtherFlag: "string",
                ip6PrefixLists: [{
                    autonomousFlag: "string",
                    dnssls: ["string"],
                    onlinkFlag: "string",
                    preferredLifeTime: 0,
                    prefix: "string",
                    rdnsses: ["string"],
                    validLifeTime: 0,
                }],
                ip6PrefixMode: "string",
                ip6ReachableTime: 0,
                ip6RetransTime: 0,
                ip6SendAdv: "string",
                ip6Subnet: "string",
                ip6UpstreamInterface: "string",
                ndCert: "string",
                ndCgaModifier: "string",
                ndMode: "string",
                ndSecurityLevel: 0,
                ndTimestampDelta: 0,
                ndTimestampFuzz: 0,
                raSendMtu: "string",
                uniqueAutoconfAddr: "string",
                vrip6LinkLocal: "string",
                vrrp6s: [{
                    acceptMode: "string",
                    advInterval: 0,
                    ignoreDefaultRoute: "string",
                    preempt: "string",
                    priority: 0,
                    startTime: 0,
                    status: "string",
                    vrdst6: "string",
                    vrgrp: 0,
                    vrid: 0,
                    vrip6: "string",
                }],
                vrrpVirtualMac6: "string",
            },
            l2forward: "string",
            l2tpClient: "string",
            lacpHaSecondary: "string",
            lacpHaSlave: "string",
            lacpMode: "string",
            lacpSpeed: "string",
            largeReceiveOffload: "string",
            lcpEchoInterval: 0,
            lcpMaxEchoFails: 0,
            linkUpDelay: 0,
            listenForticlientConnection: "string",
            lldpNetworkPolicy: "string",
            lldpReception: "string",
            lldpTransmission: "string",
            log: "string",
            macaddr: "string",
            managedSubnetworkSize: "string",
            managementIp: "string",
            maxEgressBurstRate: 0,
            maxEgressRate: 0,
            measuredDownstreamBandwidth: 0,
            measuredUpstreamBandwidth: 0,
            mediatype: "string",
            member: "string",
            minLinks: 0,
            minLinksDown: "string",
            mirroringDirection: "string",
            mirroringPort: "string",
            mode: "string",
            monitorBandwidth: "string",
            mtu: 0,
            mtuOverride: "string",
            muxType: "string",
            name: "string",
            ndiscforward: "string",
            netbiosForward: "string",
            netflowSampler: "string",
            npQosProfile: 0,
            npuFastpath: "string",
            nst: "string",
            outForceVlanCos: 0,
            outbandwidth: 0,
            padtRetryTimeout: 0,
            passwords: ["string"],
            peerInterface: "string",
            phyMode: "string",
            pingServStatus: 0,
            poe: "string",
            pollingInterval: 0,
            portMirroring: "string",
            pppoeUnnumberedNegotiate: "string",
            pptpAuthType: "string",
            pptpClient: "string",
            pptpPasswords: ["string"],
            pptpServerIp: "string",
            pptpTimeout: 0,
            pptpUser: "string",
            preserveSessionRoute: "string",
            priority: 0,
            priorityOverride: "string",
            proxyCaptivePortal: "string",
            pvcAtmQos: "string",
            pvcChan: 0,
            pvcCrc: 0,
            pvcPcr: 0,
            pvcScr: 0,
            pvcVlanId: 0,
            pvcVlanRxId: 0,
            pvcVlanRxOp: "string",
            pvcVlanTxId: 0,
            pvcVlanTxOp: "string",
            reachableTime: 0,
            redundantInterface: "string",
            remoteIp: "string",
            replacemsgOverrideGroup: "string",
            retransmission: "string",
            ringRx: 0,
            ringTx: 0,
            role: "string",
            sampleDirection: "string",
            sampleRate: 0,
            scanBotnetConnections: "string",
            secondaryIp: "string",
            secondaryips: [{
                allowaccesses: ["string"],
                detectprotocols: ["string"],
                detectserver: "string",
                gwdetect: "string",
                haPriority: 0,
                id: 0,
                ip: "string",
                pingServStatus: 0,
                secipRelayIp: "string",
                seq: 0,
            }],
            security8021xDynamicVlanId: 0,
            security8021xMaster: "string",
            security8021xMemberMode: "string",
            security8021xMode: "string",
            securityExemptList: "string",
            securityExternalLogout: "string",
            securityExternalWeb: "string",
            securityGroups: "string",
            securityMacAuthBypass: "string",
            securityMode: "string",
            securityRedirectUrl: "string",
            selectProfile30a35b: "string",
            serviceName: "string",
            sflowSampler: "string",
            sfpDsl: "string",
            sfpDslAdslFallback: "string",
            sfpDslAutodetect: "string",
            sfpDslMac: "string",
            speed: "string",
            spilloverThreshold: 0,
            srcCheck: "string",
            status: "string",
            stp: "string",
            stpEdge: "string",
            stpHaSecondary: "string",
            stpHaSlave: "string",
            stpforward: "string",
            stpforwardMode: "string",
            stripPriorityVlanTag: "string",
            subst: "string",
            substituteDstMac: "string",
            swAlgorithm: "string",
            swcFirstCreate: 0,
            swcVlan: 0,
            "switch": "string",
            switchControllerAccessVlan: "string",
            switchControllerArpInspection: "string",
            switchControllerAuth: "string",
            switchControllerDhcpSnooping: "string",
            switchControllerDhcpSnoopingOption82: "string",
            switchControllerDhcpSnoopingVerifyMac: "string",
            switchControllerDynamic: "string",
            switchControllerFeature: "string",
            switchControllerIgmpSnooping: "string",
            switchControllerIgmpSnoopingFastLeave: "string",
            switchControllerIgmpSnoopingProxy: "string",
            switchControllerIotScanning: "string",
            switchControllerLearningLimit: 0,
            switchControllerMgmtVlan: 0,
            switchControllerNac: "string",
            switchControllerNetflowCollect: "string",
            switchControllerOffload: "string",
            switchControllerOffloadGw: "string",
            switchControllerOffloadIp: "string",
            switchControllerOffloading: "string",
            switchControllerOffloadingGw: "string",
            switchControllerOffloadingIp: "string",
            switchControllerRadiusServer: "string",
            switchControllerRspanMode: "string",
            switchControllerSourceIp: "string",
            switchControllerTrafficPolicy: "string",
            systemId: "string",
            systemIdType: "string",
            tcMode: "string",
            tcpMss: 0,
            trunk: "string",
            trustIp1: "string",
            trustIp2: "string",
            trustIp3: "string",
            trustIp61: "string",
            trustIp62: "string",
            trustIp63: "string",
            type: "string",
            username: "string",
            vci: 0,
            vectoring: "string",
            vindex: 0,
            vlanOpMode: "string",
            vlanProtocol: "string",
            vlanforward: "string",
            vlanid: 0,
            vpi: 0,
            vrf: 0,
            vrrpVirtualMac: "string",
            vrrps: [{
                acceptMode: "string",
                advInterval: 0,
                ignoreDefaultRoute: "string",
                preempt: "string",
                priority: 0,
                proxyArps: [{
                    id: 0,
                    ip: "string",
                }],
                startTime: 0,
                status: "string",
                version: "string",
                vrdstPriority: 0,
                vrdsts: ["string"],
                vrgrp: 0,
                vrid: 0,
                vrip: "string",
            }],
            wccp: "string",
            weight: 0,
            wifi5gThreshold: "string",
            wifiAcl: "string",
            wifiApBand: "string",
            wifiAuth: "string",
            wifiAutoConnect: "string",
            wifiAutoSave: "string",
            wifiBroadcastSsid: "string",
            wifiDnsServer1: "string",
            wifiDnsServer2: "string",
            wifiEncrypt: "string",
            wifiFragmentThreshold: 0,
            wifiGateway: "string",
            wifiKeyindex: 0,
            wifiKeys: ["string"],
            wifiMacFilter: "string",
            wifiPassphrases: ["string"],
            wifiRadiusServer: "string",
            wifiRtsThreshold: 0,
            wifiSecurity: "string",
            wifiSsid: "string",
            wifiUsergroup: "string",
            winsIp: "string",
        },
        name: "string",
        objectFspVlanId: "string",
        scopetype: "string",
        vdom: "string",
        vlanid: 0,
    });
    
    type: fortimanager:ObjectFspVlan
    properties:
        _dhcpStatus: string
        adom: string
        color: 0
        dhcpServer:
            autoConfiguration: string
            autoManagedStatus: string
            conflictedIpTimeout: 0
            ddnsAuth: string
            ddnsKey: string
            ddnsKeyname: string
            ddnsServerIp: string
            ddnsTtl: 0
            ddnsUpdate: string
            ddnsUpdateOverride: string
            ddnsZone: string
            defaultGateway: string
            dhcpSettingsFromFortiipam: string
            dnsServer1: string
            dnsServer2: string
            dnsServer3: string
            dnsServer4: string
            dnsService: string
            domain: string
            enable: string
            excludeRanges:
                - endIp: string
                  id: 0
                  leaseTime: 0
                  startIp: string
                  uciMatch: string
                  uciStrings:
                    - string
                  vciMatch: string
                  vciStrings:
                    - string
            filename: string
            forticlientOnNetStatus: string
            id: 0
            ipMode: string
            ipRanges:
                - endIp: string
                  id: 0
                  leaseTime: 0
                  startIp: string
                  uciMatch: string
                  uciStrings:
                    - string
                  vciMatch: string
                  vciStrings:
                    - string
            ipsecLeaseHold: 0
            leaseTime: 0
            macAclDefaultAction: string
            netmask: string
            nextServer: string
            ntpServer1: string
            ntpServer2: string
            ntpServer3: string
            ntpService: string
            option1s:
                - string
            option2s:
                - string
            option3s:
                - string
            option4: string
            option5: string
            option6: string
            options:
                - code: 0
                  id: 0
                  ips:
                    - string
                  type: string
                  uciMatch: string
                  uciStrings:
                    - string
                  value: string
                  vciMatch: string
                  vciStrings:
                    - string
            relayAgent: string
            reservedAddresses:
                - action: string
                  circuitId: string
                  circuitIdType: string
                  description: string
                  id: 0
                  ip: string
                  mac: string
                  remoteId: string
                  remoteIdType: string
                  type: string
            serverType: string
            sharedSubnet: string
            status: string
            tftpServers:
                - string
            timezone: string
            timezoneOption: string
            vciMatch: string
            vciStrings:
                - string
            wifiAc1: string
            wifiAc2: string
            wifiAc3: string
            wifiAcService: string
            winsServer1: string
            winsServer2: string
        dynamicMappings:
            - _dhcpStatus: string
              _scopes:
                - name: string
                  vdom: string
              dhcpServer:
                autoConfiguration: string
                autoManagedStatus: string
                conflictedIpTimeout: 0
                ddnsAuth: string
                ddnsKey: string
                ddnsKeyname: string
                ddnsServerIp: string
                ddnsTtl: 0
                ddnsUpdate: string
                ddnsUpdateOverride: string
                ddnsZone: string
                defaultGateway: string
                dhcpSettingsFromFortiipam: string
                dnsServer1: string
                dnsServer2: string
                dnsServer3: string
                dnsServer4: string
                dnsService: string
                domain: string
                enable: string
                excludeRanges:
                    - endIp: string
                      id: 0
                      leaseTime: 0
                      startIp: string
                      uciMatch: string
                      uciStrings:
                        - string
                      vciMatch: string
                      vciStrings:
                        - string
                filename: string
                forticlientOnNetStatus: string
                id: 0
                ipMode: string
                ipRanges:
                    - endIp: string
                      id: 0
                      leaseTime: 0
                      startIp: string
                      uciMatch: string
                      uciStrings:
                        - string
                      vciMatch: string
                      vciStrings:
                        - string
                ipsecLeaseHold: 0
                leaseTime: 0
                macAclDefaultAction: string
                netmask: string
                nextServer: string
                ntpServer1: string
                ntpServer2: string
                ntpServer3: string
                ntpService: string
                option1s:
                    - string
                option2s:
                    - string
                option3s:
                    - string
                option4: string
                option5: string
                option6: string
                options:
                    - code: 0
                      id: 0
                      ips:
                        - string
                      type: string
                      uciMatch: string
                      uciStrings:
                        - string
                      value: string
                      vciMatch: string
                      vciStrings:
                        - string
                relayAgent: string
                reservedAddresses:
                    - action: string
                      circuitId: string
                      circuitIdType: string
                      description: string
                      id: 0
                      ip: string
                      mac: string
                      remoteId: string
                      remoteIdType: string
                      type: string
                serverType: string
                sharedSubnet: string
                status: string
                tftpServers:
                    - string
                timezone: string
                timezoneOption: string
                vciMatch: string
                vciStrings:
                    - string
                wifiAc1: string
                wifiAc2: string
                wifiAc3: string
                wifiAcService: string
                winsServer1: string
                winsServer2: string
              interface:
                dhcpRelayAgentOption: string
                dhcpRelayInterfaceSelectMethod: string
                dhcpRelayIps:
                    - string
                dhcpRelayService: string
                dhcpRelayType: string
                ip: string
                ipv6:
                    autoconf: string
                    cliConn6Status: 0
                    dhcp6ClientOptions:
                        - string
                    dhcp6InformationRequest: string
                    dhcp6PrefixDelegation: string
                    dhcp6PrefixHint: string
                    dhcp6PrefixHintPlt: 0
                    dhcp6PrefixHintVlt: 0
                    dhcp6RelayInterfaceId: string
                    dhcp6RelayIp: string
                    dhcp6RelayService: string
                    dhcp6RelaySourceInterface: string
                    dhcp6RelaySourceIp: string
                    dhcp6RelayType: string
                    icmp6SendRedirect: string
                    interfaceIdentifier: string
                    ip6Address: string
                    ip6Allowaccesses:
                        - string
                    ip6DefaultLife: 0
                    ip6DelegatedPrefixIaid: 0
                    ip6DelegatedPrefixLists:
                        - autonomousFlag: string
                          delegatedPrefixIaid: 0
                          onlinkFlag: string
                          prefixId: 0
                          rdnssService: string
                          rdnsses:
                            - string
                          subnet: string
                          upstreamInterface: string
                    ip6DnsServerOverride: string
                    ip6ExtraAddrs:
                        - prefix: string
                    ip6HopLimit: 0
                    ip6LinkMtu: 0
                    ip6ManageFlag: string
                    ip6MaxInterval: 0
                    ip6MinInterval: 0
                    ip6Mode: string
                    ip6OtherFlag: string
                    ip6PrefixLists:
                        - autonomousFlag: string
                          dnssls:
                            - string
                          onlinkFlag: string
                          preferredLifeTime: 0
                          prefix: string
                          rdnsses:
                            - string
                          validLifeTime: 0
                    ip6PrefixMode: string
                    ip6ReachableTime: 0
                    ip6RetransTime: 0
                    ip6SendAdv: string
                    ip6Subnet: string
                    ip6UpstreamInterface: string
                    ndCert: string
                    ndCgaModifier: string
                    ndMode: string
                    ndSecurityLevel: 0
                    ndTimestampDelta: 0
                    ndTimestampFuzz: 0
                    raSendMtu: string
                    uniqueAutoconfAddr: string
                    vrip6LinkLocal: string
                    vrrp6s:
                        - acceptMode: string
                          advInterval: 0
                          ignoreDefaultRoute: string
                          preempt: string
                          priority: 0
                          startTime: 0
                          status: string
                          vrdst6: string
                          vrgrp: 0
                          vrid: 0
                          vrip6: string
                    vrrpVirtualMac6: string
                secondaryIp: string
                secondaryips:
                    - allowaccesses:
                        - string
                      detectprotocols:
                        - string
                      detectserver: string
                      gwdetect: string
                      haPriority: 0
                      id: 0
                      ip: string
                      pingServStatus: 0
                      secipRelayIp: string
                      seq: 0
                vlanid: 0
                vrrps:
                    - acceptMode: string
                      advInterval: 0
                      ignoreDefaultRoute: string
                      preempt: string
                      priority: 0
                      proxyArps:
                        - id: 0
                          ip: string
                      startTime: 0
                      status: string
                      version: string
                      vrdstPriority: 0
                      vrdsts:
                        - string
                      vrgrp: 0
                      vrid: 0
                      vrip: string
        dynamicSortSubtable: string
        interface:
            acName: string
            aggregate: string
            aggregateType: string
            algorithm: string
            alias: string
            allowaccesses:
                - string
            annex: string
            apDiscover: string
            arpforward: string
            atmProtocol: string
            authCert: string
            authPortalAddr: string
            authType: string
            autoAuthExtensionDevice: string
            bandwidthMeasureTime: 0
            bfd: string
            bfdDesiredMinTx: 0
            bfdDetectMult: 0
            bfdRequiredMinRx: 0
            broadcastForticlientDiscovery: string
            broadcastForward: string
            captivePortal: 0
            cliConnStatus: 0
            color: 0
            ddns: string
            ddnsAuth: string
            ddnsDomain: string
            ddnsKey: string
            ddnsKeyname: string
            ddnsPasswords:
                - string
            ddnsServer: string
            ddnsServerIp: string
            ddnsSn: string
            ddnsTtl: 0
            ddnsUsername: string
            ddnsZone: string
            dedicatedTo: string
            defaultPurdueLevel: string
            defaultgw: string
            description: string
            detectedPeerMtu: 0
            detectprotocols:
                - string
            detectserver: string
            deviceAccessList: string
            deviceIdentification: string
            deviceIdentificationActiveScan: string
            deviceNetscan: string
            deviceUserIdentification: string
            devindex: 0
            dhcpBroadcastFlag: string
            dhcpClasslessRouteAddition: string
            dhcpClientIdentifier: string
            dhcpRelayAgentOption: string
            dhcpRelayCircuitId: string
            dhcpRelayInterface: string
            dhcpRelayInterfaceSelectMethod: string
            dhcpRelayIps:
                - string
            dhcpRelayLinkSelection: string
            dhcpRelayRequestAllServer: string
            dhcpRelayService: string
            dhcpRelaySourceIp: string
            dhcpRelayType: string
            dhcpRenewTime: 0
            dhcpSmartRelay: string
            discRetryTimeout: 0
            disconnectThreshold: 0
            distance: 0
            dnsQuery: string
            dnsServerOverride: string
            dnsServerProtocols:
                - string
            dropFragment: string
            dropOverlappedFragment: string
            eapCaCerts:
                - string
            eapIdentity: string
            eapMethod: string
            eapPasswords:
                - string
            eapSupplicant: string
            eapUserCerts:
                - string
            egressCos: string
            egressShapingProfile: string
            eip: string
            endpointCompliance: string
            estimatedDownstreamBandwidth: 0
            estimatedUpstreamBandwidth: 0
            explicitFtpProxy: string
            explicitWebProxy: string
            external: string
            failActionOnExtender: string
            failAlertInterfaces: string
            failAlertMethod: string
            failDetect: string
            failDetectOptions:
                - string
            fdp: string
            fortiheartbeat: string
            fortilink: string
            fortilinkBackupLink: 0
            fortilinkNeighborDetect: string
            fortilinkSplitInterface: string
            fortilinkStacking: string
            forwardDomain: 0
            forwardErrorCorrection: string
            fpAnomalies:
                - string
            fpDisables:
                - string
            gatewayAddress: string
            genericReceiveOffload: string
            giGk: string
            gwaddr: string
            gwdetect: string
            haPriority: 0
            icmpAcceptRedirect: string
            icmpRedirect: string
            icmpSendRedirect: string
            identAccept: string
            idleTimeout: 0
            ifMdix: string
            ifMedia: string
            ikeSamlServers:
                - string
            inForceVlanCos: 0
            inbandwidth: 0
            ingressCos: string
            ingressShapingProfile: string
            ingressSpilloverThreshold: 0
            interconnectProfile: string
            internal: 0
            ip: string
            ipManagedByFortiipam: string
            ipmac: string
            ipsSnifferMode: string
            ipunnumbered: string
            ipv6:
                autoconf: string
                cliConn6Status: 0
                dhcp6ClientOptions:
                    - string
                dhcp6InformationRequest: string
                dhcp6PrefixDelegation: string
                dhcp6PrefixHint: string
                dhcp6PrefixHintPlt: 0
                dhcp6PrefixHintVlt: 0
                dhcp6RelayInterfaceId: string
                dhcp6RelayIp: string
                dhcp6RelayService: string
                dhcp6RelaySourceInterface: string
                dhcp6RelaySourceIp: string
                dhcp6RelayType: string
                icmp6SendRedirect: string
                interfaceIdentifier: string
                ip6Address: string
                ip6Allowaccesses:
                    - string
                ip6DefaultLife: 0
                ip6DelegatedPrefixIaid: 0
                ip6DelegatedPrefixLists:
                    - autonomousFlag: string
                      delegatedPrefixIaid: 0
                      onlinkFlag: string
                      prefixId: 0
                      rdnssService: string
                      rdnsses:
                        - string
                      subnet: string
                      upstreamInterface: string
                ip6DnsServerOverride: string
                ip6ExtraAddrs:
                    - prefix: string
                ip6HopLimit: 0
                ip6LinkMtu: 0
                ip6ManageFlag: string
                ip6MaxInterval: 0
                ip6MinInterval: 0
                ip6Mode: string
                ip6OtherFlag: string
                ip6PrefixLists:
                    - autonomousFlag: string
                      dnssls:
                        - string
                      onlinkFlag: string
                      preferredLifeTime: 0
                      prefix: string
                      rdnsses:
                        - string
                      validLifeTime: 0
                ip6PrefixMode: string
                ip6ReachableTime: 0
                ip6RetransTime: 0
                ip6SendAdv: string
                ip6Subnet: string
                ip6UpstreamInterface: string
                ndCert: string
                ndCgaModifier: string
                ndMode: string
                ndSecurityLevel: 0
                ndTimestampDelta: 0
                ndTimestampFuzz: 0
                raSendMtu: string
                uniqueAutoconfAddr: string
                vrip6LinkLocal: string
                vrrp6s:
                    - acceptMode: string
                      advInterval: 0
                      ignoreDefaultRoute: string
                      preempt: string
                      priority: 0
                      startTime: 0
                      status: string
                      vrdst6: string
                      vrgrp: 0
                      vrid: 0
                      vrip6: string
                vrrpVirtualMac6: string
            l2forward: string
            l2tpClient: string
            lacpHaSecondary: string
            lacpHaSlave: string
            lacpMode: string
            lacpSpeed: string
            largeReceiveOffload: string
            lcpEchoInterval: 0
            lcpMaxEchoFails: 0
            linkUpDelay: 0
            listenForticlientConnection: string
            lldpNetworkPolicy: string
            lldpReception: string
            lldpTransmission: string
            log: string
            macaddr: string
            managedSubnetworkSize: string
            managementIp: string
            maxEgressBurstRate: 0
            maxEgressRate: 0
            measuredDownstreamBandwidth: 0
            measuredUpstreamBandwidth: 0
            mediatype: string
            member: string
            minLinks: 0
            minLinksDown: string
            mirroringDirection: string
            mirroringPort: string
            mode: string
            monitorBandwidth: string
            mtu: 0
            mtuOverride: string
            muxType: string
            name: string
            ndiscforward: string
            netbiosForward: string
            netflowSampler: string
            npQosProfile: 0
            npuFastpath: string
            nst: string
            outForceVlanCos: 0
            outbandwidth: 0
            padtRetryTimeout: 0
            passwords:
                - string
            peerInterface: string
            phyMode: string
            pingServStatus: 0
            poe: string
            pollingInterval: 0
            portMirroring: string
            pppoeUnnumberedNegotiate: string
            pptpAuthType: string
            pptpClient: string
            pptpPasswords:
                - string
            pptpServerIp: string
            pptpTimeout: 0
            pptpUser: string
            preserveSessionRoute: string
            priority: 0
            priorityOverride: string
            proxyCaptivePortal: string
            pvcAtmQos: string
            pvcChan: 0
            pvcCrc: 0
            pvcPcr: 0
            pvcScr: 0
            pvcVlanId: 0
            pvcVlanRxId: 0
            pvcVlanRxOp: string
            pvcVlanTxId: 0
            pvcVlanTxOp: string
            reachableTime: 0
            redundantInterface: string
            remoteIp: string
            replacemsgOverrideGroup: string
            retransmission: string
            ringRx: 0
            ringTx: 0
            role: string
            sampleDirection: string
            sampleRate: 0
            scanBotnetConnections: string
            secondaryIp: string
            secondaryips:
                - allowaccesses:
                    - string
                  detectprotocols:
                    - string
                  detectserver: string
                  gwdetect: string
                  haPriority: 0
                  id: 0
                  ip: string
                  pingServStatus: 0
                  secipRelayIp: string
                  seq: 0
            security8021xDynamicVlanId: 0
            security8021xMaster: string
            security8021xMemberMode: string
            security8021xMode: string
            securityExemptList: string
            securityExternalLogout: string
            securityExternalWeb: string
            securityGroups: string
            securityMacAuthBypass: string
            securityMode: string
            securityRedirectUrl: string
            selectProfile30a35b: string
            serviceName: string
            sflowSampler: string
            sfpDsl: string
            sfpDslAdslFallback: string
            sfpDslAutodetect: string
            sfpDslMac: string
            speed: string
            spilloverThreshold: 0
            srcCheck: string
            status: string
            stp: string
            stpEdge: string
            stpHaSecondary: string
            stpHaSlave: string
            stpforward: string
            stpforwardMode: string
            stripPriorityVlanTag: string
            subst: string
            substituteDstMac: string
            swAlgorithm: string
            swcFirstCreate: 0
            swcVlan: 0
            switch: string
            switchControllerAccessVlan: string
            switchControllerArpInspection: string
            switchControllerAuth: string
            switchControllerDhcpSnooping: string
            switchControllerDhcpSnoopingOption82: string
            switchControllerDhcpSnoopingVerifyMac: string
            switchControllerDynamic: string
            switchControllerFeature: string
            switchControllerIgmpSnooping: string
            switchControllerIgmpSnoopingFastLeave: string
            switchControllerIgmpSnoopingProxy: string
            switchControllerIotScanning: string
            switchControllerLearningLimit: 0
            switchControllerMgmtVlan: 0
            switchControllerNac: string
            switchControllerNetflowCollect: string
            switchControllerOffload: string
            switchControllerOffloadGw: string
            switchControllerOffloadIp: string
            switchControllerOffloading: string
            switchControllerOffloadingGw: string
            switchControllerOffloadingIp: string
            switchControllerRadiusServer: string
            switchControllerRspanMode: string
            switchControllerSourceIp: string
            switchControllerTrafficPolicy: string
            systemId: string
            systemIdType: string
            tcMode: string
            tcpMss: 0
            trunk: string
            trustIp1: string
            trustIp2: string
            trustIp3: string
            trustIp61: string
            trustIp62: string
            trustIp63: string
            type: string
            username: string
            vci: 0
            vectoring: string
            vindex: 0
            vlanOpMode: string
            vlanProtocol: string
            vlanforward: string
            vlanid: 0
            vpi: 0
            vrf: 0
            vrrpVirtualMac: string
            vrrps:
                - acceptMode: string
                  advInterval: 0
                  ignoreDefaultRoute: string
                  preempt: string
                  priority: 0
                  proxyArps:
                    - id: 0
                      ip: string
                  startTime: 0
                  status: string
                  version: string
                  vrdstPriority: 0
                  vrdsts:
                    - string
                  vrgrp: 0
                  vrid: 0
                  vrip: string
            wccp: string
            weight: 0
            wifi5gThreshold: string
            wifiAcl: string
            wifiApBand: string
            wifiAuth: string
            wifiAutoConnect: string
            wifiAutoSave: string
            wifiBroadcastSsid: string
            wifiDnsServer1: string
            wifiDnsServer2: string
            wifiEncrypt: string
            wifiFragmentThreshold: 0
            wifiGateway: string
            wifiKeyindex: 0
            wifiKeys:
                - string
            wifiMacFilter: string
            wifiPassphrases:
                - string
            wifiRadiusServer: string
            wifiRtsThreshold: 0
            wifiSecurity: string
            wifiSsid: string
            wifiUsergroup: string
            winsIp: string
        name: string
        objectFspVlanId: string
        scopetype: string
        vdom: string
        vlanid: 0
    

    ObjectFspVlan 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 ObjectFspVlan 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.
    Color double
    Color.
    DhcpServer ObjectFspVlanDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    DynamicMappings List<ObjectFspVlanDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    Interface ObjectFspVlanInterface
    Interface. The structure of interface block is documented below.
    Name string
    Name.
    ObjectFspVlanId 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.
    Vdom string
    Vdom.
    Vlanid double
    Vlanid.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Color float64
    Color.
    DhcpServer ObjectFspVlanDhcpServerTypeArgs
    Dhcp-Server. The structure of dhcp_server block is documented below.
    DynamicMappings []ObjectFspVlanDynamicMappingTypeArgs
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    Interface ObjectFspVlanInterfaceTypeArgs
    Interface. The structure of interface block is documented below.
    Name string
    Name.
    ObjectFspVlanId 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.
    Vdom string
    Vdom.
    Vlanid float64
    Vlanid.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Double
    Color.
    dhcpServer ObjectFspVlanDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamicMappings List<ObjectFspVlanDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface_ ObjectFspVlanInterface
    Interface. The structure of interface block is documented below.
    name String
    Name.
    objectFspVlanId 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.
    vdom String
    Vdom.
    vlanid Double
    Vlanid.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color number
    Color.
    dhcpServer ObjectFspVlanDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamicMappings ObjectFspVlanDynamicMapping[]
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface ObjectFspVlanInterface
    Interface. The structure of interface block is documented below.
    name string
    Name.
    objectFspVlanId 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.
    vdom string
    Vdom.
    vlanid number
    Vlanid.
    _dhcp_status str
    _Dhcp-Status. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color float
    Color.
    dhcp_server ObjectFspVlanDhcpServerArgs
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamic_mappings Sequence[ObjectFspVlanDynamicMappingArgs]
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface ObjectFspVlanInterfaceArgs
    Interface. The structure of interface block is documented below.
    name str
    Name.
    object_fsp_vlan_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.
    vdom str
    Vdom.
    vlanid float
    Vlanid.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Number
    Color.
    dhcpServer Property Map
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamicMappings List<Property Map>
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface Property Map
    Interface. The structure of interface block is documented below.
    name String
    Name.
    objectFspVlanId 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.
    vdom String
    Vdom.
    vlanid Number
    Vlanid.

    Outputs

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

    Get an existing ObjectFspVlan 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?: ObjectFspVlanState, opts?: CustomResourceOptions): ObjectFspVlan
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            _dhcp_status: Optional[str] = None,
            adom: Optional[str] = None,
            color: Optional[float] = None,
            dhcp_server: Optional[ObjectFspVlanDhcpServerArgs] = None,
            dynamic_mappings: Optional[Sequence[ObjectFspVlanDynamicMappingArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            interface: Optional[ObjectFspVlanInterfaceArgs] = None,
            name: Optional[str] = None,
            object_fsp_vlan_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            vdom: Optional[str] = None,
            vlanid: Optional[float] = None) -> ObjectFspVlan
    func GetObjectFspVlan(ctx *Context, name string, id IDInput, state *ObjectFspVlanState, opts ...ResourceOption) (*ObjectFspVlan, error)
    public static ObjectFspVlan Get(string name, Input<string> id, ObjectFspVlanState? state, CustomResourceOptions? opts = null)
    public static ObjectFspVlan get(String name, Output<String> id, ObjectFspVlanState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFspVlan    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.
    Color double
    Color.
    DhcpServer ObjectFspVlanDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    DynamicMappings List<ObjectFspVlanDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    Interface ObjectFspVlanInterface
    Interface. The structure of interface block is documented below.
    Name string
    Name.
    ObjectFspVlanId 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.
    Vdom string
    Vdom.
    Vlanid double
    Vlanid.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Color float64
    Color.
    DhcpServer ObjectFspVlanDhcpServerTypeArgs
    Dhcp-Server. The structure of dhcp_server block is documented below.
    DynamicMappings []ObjectFspVlanDynamicMappingTypeArgs
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    Interface ObjectFspVlanInterfaceTypeArgs
    Interface. The structure of interface block is documented below.
    Name string
    Name.
    ObjectFspVlanId 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.
    Vdom string
    Vdom.
    Vlanid float64
    Vlanid.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Double
    Color.
    dhcpServer ObjectFspVlanDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamicMappings List<ObjectFspVlanDynamicMapping>
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface_ ObjectFspVlanInterface
    Interface. The structure of interface block is documented below.
    name String
    Name.
    objectFspVlanId 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.
    vdom String
    Vdom.
    vlanid Double
    Vlanid.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color number
    Color.
    dhcpServer ObjectFspVlanDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamicMappings ObjectFspVlanDynamicMapping[]
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface ObjectFspVlanInterface
    Interface. The structure of interface block is documented below.
    name string
    Name.
    objectFspVlanId 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.
    vdom string
    Vdom.
    vlanid number
    Vlanid.
    _dhcp_status str
    _Dhcp-Status. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color float
    Color.
    dhcp_server ObjectFspVlanDhcpServerArgs
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamic_mappings Sequence[ObjectFspVlanDynamicMappingArgs]
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface ObjectFspVlanInterfaceArgs
    Interface. The structure of interface block is documented below.
    name str
    Name.
    object_fsp_vlan_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.
    vdom str
    Vdom.
    vlanid float
    Vlanid.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    color Number
    Color.
    dhcpServer Property Map
    Dhcp-Server. The structure of dhcp_server block is documented below.
    dynamicMappings List<Property Map>
    Dynamic_Mapping. The structure of dynamic_mapping 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.
    interface Property Map
    Interface. The structure of interface block is documented below.
    name String
    Name.
    objectFspVlanId 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.
    vdom String
    Vdom.
    vlanid Number
    Vlanid.

    Supporting Types

    ObjectFspVlanDhcpServer, ObjectFspVlanDhcpServerArgs

    AutoConfiguration string
    Enable/disable auto configuration. Valid values: disable, enable.
    AutoManagedStatus string
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    ConflictedIpTimeout double
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    DdnsAuth string
    DDNS authentication mode. Valid values: disable, tsig.
    DdnsKey string
    DDNS update key (base 64 encoding).
    DdnsKeyname string
    DDNS update key name.
    DdnsServerIp string
    DDNS server IP.
    DdnsTtl double
    TTL.
    DdnsUpdate string
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    DdnsUpdateOverride string
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    DdnsZone string
    Zone of your domain name (ex. DDNS.com).
    DefaultGateway string
    Default gateway IP address assigned by the DHCP server.
    DhcpSettingsFromFortiipam string
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    DnsServer1 string
    DNS server 1.
    DnsServer2 string
    DNS server 2.
    DnsServer3 string
    DNS server 3.
    DnsServer4 string
    DNS server 4.
    DnsService string
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    Domain string
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    Enable string
    Enable. Valid values: disable, enable.
    ExcludeRanges List<ObjectFspVlanDhcpServerExcludeRange>
    Exclude-Range. The structure of exclude_range block is documented below.
    Filename string
    Name of the boot file on the TFTP server.
    ForticlientOnNetStatus string
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    Id double
    ID.
    IpMode string
    Method used to assign client IP. Valid values: range, usrgrp.
    IpRanges List<ObjectFspVlanDhcpServerIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    IpsecLeaseHold double
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    LeaseTime double
    Lease time in seconds, 0 means unlimited.
    MacAclDefaultAction string
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    Netmask string
    Netmask assigned by the DHCP server.
    NextServer string
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    NtpServer1 string
    NTP server 1.
    NtpServer2 string
    NTP server 2.
    NtpServer3 string
    NTP server 3.
    NtpService string
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    Option1s List<string>
    Option1.
    Option2s List<string>
    Option2.
    Option3s List<string>
    Option3.
    Option4 string
    Option4.
    Option5 string
    Option5.
    Option6 string
    Option6.
    Options List<ObjectFspVlanDhcpServerOption>
    Options. The structure of options block is documented below.
    RelayAgent string
    Relay agent IP.
    ReservedAddresses List<ObjectFspVlanDhcpServerReservedAddress>
    Reserved-Address. The structure of reserved_address block is documented below.
    ServerType string
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    SharedSubnet string
    Enable/disable shared subnet. Valid values: disable, enable.
    Status string
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    TftpServers List<string>
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    Timezone string
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    TimezoneOption string
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    WifiAc1 string
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    WifiAc2 string
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    WifiAc3 string
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    WifiAcService string
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    WinsServer1 string
    WINS server 1.
    WinsServer2 string
    WINS server 2.
    AutoConfiguration string
    Enable/disable auto configuration. Valid values: disable, enable.
    AutoManagedStatus string
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    ConflictedIpTimeout float64
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    DdnsAuth string
    DDNS authentication mode. Valid values: disable, tsig.
    DdnsKey string
    DDNS update key (base 64 encoding).
    DdnsKeyname string
    DDNS update key name.
    DdnsServerIp string
    DDNS server IP.
    DdnsTtl float64
    TTL.
    DdnsUpdate string
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    DdnsUpdateOverride string
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    DdnsZone string
    Zone of your domain name (ex. DDNS.com).
    DefaultGateway string
    Default gateway IP address assigned by the DHCP server.
    DhcpSettingsFromFortiipam string
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    DnsServer1 string
    DNS server 1.
    DnsServer2 string
    DNS server 2.
    DnsServer3 string
    DNS server 3.
    DnsServer4 string
    DNS server 4.
    DnsService string
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    Domain string
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    Enable string
    Enable. Valid values: disable, enable.
    ExcludeRanges []ObjectFspVlanDhcpServerExcludeRangeType
    Exclude-Range. The structure of exclude_range block is documented below.
    Filename string
    Name of the boot file on the TFTP server.
    ForticlientOnNetStatus string
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    Id float64
    ID.
    IpMode string
    Method used to assign client IP. Valid values: range, usrgrp.
    IpRanges []ObjectFspVlanDhcpServerIpRangeType
    Ip-Range. The structure of ip_range block is documented below.
    IpsecLeaseHold float64
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    LeaseTime float64
    Lease time in seconds, 0 means unlimited.
    MacAclDefaultAction string
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    Netmask string
    Netmask assigned by the DHCP server.
    NextServer string
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    NtpServer1 string
    NTP server 1.
    NtpServer2 string
    NTP server 2.
    NtpServer3 string
    NTP server 3.
    NtpService string
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    Option1s []string
    Option1.
    Option2s []string
    Option2.
    Option3s []string
    Option3.
    Option4 string
    Option4.
    Option5 string
    Option5.
    Option6 string
    Option6.
    Options []ObjectFspVlanDhcpServerOption
    Options. The structure of options block is documented below.
    RelayAgent string
    Relay agent IP.
    ReservedAddresses []ObjectFspVlanDhcpServerReservedAddressType
    Reserved-Address. The structure of reserved_address block is documented below.
    ServerType string
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    SharedSubnet string
    Enable/disable shared subnet. Valid values: disable, enable.
    Status string
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    TftpServers []string
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    Timezone string
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    TimezoneOption string
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    WifiAc1 string
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    WifiAc2 string
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    WifiAc3 string
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    WifiAcService string
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    WinsServer1 string
    WINS server 1.
    WinsServer2 string
    WINS server 2.
    autoConfiguration String
    Enable/disable auto configuration. Valid values: disable, enable.
    autoManagedStatus String
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflictedIpTimeout Double
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddnsAuth String
    DDNS authentication mode. Valid values: disable, tsig.
    ddnsKey String
    DDNS update key (base 64 encoding).
    ddnsKeyname String
    DDNS update key name.
    ddnsServerIp String
    DDNS server IP.
    ddnsTtl Double
    TTL.
    ddnsUpdate String
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddnsUpdateOverride String
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddnsZone String
    Zone of your domain name (ex. DDNS.com).
    defaultGateway String
    Default gateway IP address assigned by the DHCP server.
    dhcpSettingsFromFortiipam String
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dnsServer1 String
    DNS server 1.
    dnsServer2 String
    DNS server 2.
    dnsServer3 String
    DNS server 3.
    dnsServer4 String
    DNS server 4.
    dnsService String
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain String
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable String
    Enable. Valid values: disable, enable.
    excludeRanges List<ObjectFspVlanDhcpServerExcludeRange>
    Exclude-Range. The structure of exclude_range block is documented below.
    filename String
    Name of the boot file on the TFTP server.
    forticlientOnNetStatus String
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id Double
    ID.
    ipMode String
    Method used to assign client IP. Valid values: range, usrgrp.
    ipRanges List<ObjectFspVlanDhcpServerIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    ipsecLeaseHold Double
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    leaseTime Double
    Lease time in seconds, 0 means unlimited.
    macAclDefaultAction String
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask String
    Netmask assigned by the DHCP server.
    nextServer String
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntpServer1 String
    NTP server 1.
    ntpServer2 String
    NTP server 2.
    ntpServer3 String
    NTP server 3.
    ntpService String
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s List<String>
    Option1.
    option2s List<String>
    Option2.
    option3s List<String>
    Option3.
    option4 String
    Option4.
    option5 String
    Option5.
    option6 String
    Option6.
    options List<ObjectFspVlanDhcpServerOption>
    Options. The structure of options block is documented below.
    relayAgent String
    Relay agent IP.
    reservedAddresses List<ObjectFspVlanDhcpServerReservedAddress>
    Reserved-Address. The structure of reserved_address block is documented below.
    serverType String
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    sharedSubnet String
    Enable/disable shared subnet. Valid values: disable, enable.
    status String
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftpServers List<String>
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone String
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezoneOption String
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    wifiAc1 String
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifiAc2 String
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifiAc3 String
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifiAcService String
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    winsServer1 String
    WINS server 1.
    winsServer2 String
    WINS server 2.
    autoConfiguration string
    Enable/disable auto configuration. Valid values: disable, enable.
    autoManagedStatus string
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflictedIpTimeout number
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddnsAuth string
    DDNS authentication mode. Valid values: disable, tsig.
    ddnsKey string
    DDNS update key (base 64 encoding).
    ddnsKeyname string
    DDNS update key name.
    ddnsServerIp string
    DDNS server IP.
    ddnsTtl number
    TTL.
    ddnsUpdate string
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddnsUpdateOverride string
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddnsZone string
    Zone of your domain name (ex. DDNS.com).
    defaultGateway string
    Default gateway IP address assigned by the DHCP server.
    dhcpSettingsFromFortiipam string
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dnsServer1 string
    DNS server 1.
    dnsServer2 string
    DNS server 2.
    dnsServer3 string
    DNS server 3.
    dnsServer4 string
    DNS server 4.
    dnsService string
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain string
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable string
    Enable. Valid values: disable, enable.
    excludeRanges ObjectFspVlanDhcpServerExcludeRange[]
    Exclude-Range. The structure of exclude_range block is documented below.
    filename string
    Name of the boot file on the TFTP server.
    forticlientOnNetStatus string
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id number
    ID.
    ipMode string
    Method used to assign client IP. Valid values: range, usrgrp.
    ipRanges ObjectFspVlanDhcpServerIpRange[]
    Ip-Range. The structure of ip_range block is documented below.
    ipsecLeaseHold number
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    leaseTime number
    Lease time in seconds, 0 means unlimited.
    macAclDefaultAction string
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask string
    Netmask assigned by the DHCP server.
    nextServer string
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntpServer1 string
    NTP server 1.
    ntpServer2 string
    NTP server 2.
    ntpServer3 string
    NTP server 3.
    ntpService string
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s string[]
    Option1.
    option2s string[]
    Option2.
    option3s string[]
    Option3.
    option4 string
    Option4.
    option5 string
    Option5.
    option6 string
    Option6.
    options ObjectFspVlanDhcpServerOption[]
    Options. The structure of options block is documented below.
    relayAgent string
    Relay agent IP.
    reservedAddresses ObjectFspVlanDhcpServerReservedAddress[]
    Reserved-Address. The structure of reserved_address block is documented below.
    serverType string
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    sharedSubnet string
    Enable/disable shared subnet. Valid values: disable, enable.
    status string
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftpServers string[]
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone string
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezoneOption string
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    wifiAc1 string
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifiAc2 string
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifiAc3 string
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifiAcService string
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    winsServer1 string
    WINS server 1.
    winsServer2 string
    WINS server 2.
    auto_configuration str
    Enable/disable auto configuration. Valid values: disable, enable.
    auto_managed_status str
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflicted_ip_timeout float
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddns_auth str
    DDNS authentication mode. Valid values: disable, tsig.
    ddns_key str
    DDNS update key (base 64 encoding).
    ddns_keyname str
    DDNS update key name.
    ddns_server_ip str
    DDNS server IP.
    ddns_ttl float
    TTL.
    ddns_update str
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddns_update_override str
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddns_zone str
    Zone of your domain name (ex. DDNS.com).
    default_gateway str
    Default gateway IP address assigned by the DHCP server.
    dhcp_settings_from_fortiipam str
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dns_server1 str
    DNS server 1.
    dns_server2 str
    DNS server 2.
    dns_server3 str
    DNS server 3.
    dns_server4 str
    DNS server 4.
    dns_service str
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain str
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable str
    Enable. Valid values: disable, enable.
    exclude_ranges Sequence[ObjectFspVlanDhcpServerExcludeRange]
    Exclude-Range. The structure of exclude_range block is documented below.
    filename str
    Name of the boot file on the TFTP server.
    forticlient_on_net_status str
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id float
    ID.
    ip_mode str
    Method used to assign client IP. Valid values: range, usrgrp.
    ip_ranges Sequence[ObjectFspVlanDhcpServerIpRange]
    Ip-Range. The structure of ip_range block is documented below.
    ipsec_lease_hold float
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    lease_time float
    Lease time in seconds, 0 means unlimited.
    mac_acl_default_action str
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask str
    Netmask assigned by the DHCP server.
    next_server str
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntp_server1 str
    NTP server 1.
    ntp_server2 str
    NTP server 2.
    ntp_server3 str
    NTP server 3.
    ntp_service str
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s Sequence[str]
    Option1.
    option2s Sequence[str]
    Option2.
    option3s Sequence[str]
    Option3.
    option4 str
    Option4.
    option5 str
    Option5.
    option6 str
    Option6.
    options Sequence[ObjectFspVlanDhcpServerOption]
    Options. The structure of options block is documented below.
    relay_agent str
    Relay agent IP.
    reserved_addresses Sequence[ObjectFspVlanDhcpServerReservedAddress]
    Reserved-Address. The structure of reserved_address block is documented below.
    server_type str
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    shared_subnet str
    Enable/disable shared subnet. Valid values: disable, enable.
    status str
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftp_servers Sequence[str]
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone str
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezone_option str
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    wifi_ac1 str
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifi_ac2 str
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifi_ac3 str
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifi_ac_service str
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    wins_server1 str
    WINS server 1.
    wins_server2 str
    WINS server 2.
    autoConfiguration String
    Enable/disable auto configuration. Valid values: disable, enable.
    autoManagedStatus String
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflictedIpTimeout Number
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddnsAuth String
    DDNS authentication mode. Valid values: disable, tsig.
    ddnsKey String
    DDNS update key (base 64 encoding).
    ddnsKeyname String
    DDNS update key name.
    ddnsServerIp String
    DDNS server IP.
    ddnsTtl Number
    TTL.
    ddnsUpdate String
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddnsUpdateOverride String
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddnsZone String
    Zone of your domain name (ex. DDNS.com).
    defaultGateway String
    Default gateway IP address assigned by the DHCP server.
    dhcpSettingsFromFortiipam String
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dnsServer1 String
    DNS server 1.
    dnsServer2 String
    DNS server 2.
    dnsServer3 String
    DNS server 3.
    dnsServer4 String
    DNS server 4.
    dnsService String
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain String
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable String
    Enable. Valid values: disable, enable.
    excludeRanges List<Property Map>
    Exclude-Range. The structure of exclude_range block is documented below.
    filename String
    Name of the boot file on the TFTP server.
    forticlientOnNetStatus String
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id Number
    ID.
    ipMode String
    Method used to assign client IP. Valid values: range, usrgrp.
    ipRanges List<Property Map>
    Ip-Range. The structure of ip_range block is documented below.
    ipsecLeaseHold Number
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    leaseTime Number
    Lease time in seconds, 0 means unlimited.
    macAclDefaultAction String
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask String
    Netmask assigned by the DHCP server.
    nextServer String
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntpServer1 String
    NTP server 1.
    ntpServer2 String
    NTP server 2.
    ntpServer3 String
    NTP server 3.
    ntpService String
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s List<String>
    Option1.
    option2s List<String>
    Option2.
    option3s List<String>
    Option3.
    option4 String
    Option4.
    option5 String
    Option5.
    option6 String
    Option6.
    options List<Property Map>
    Options. The structure of options block is documented below.
    relayAgent String
    Relay agent IP.
    reservedAddresses List<Property Map>
    Reserved-Address. The structure of reserved_address block is documented below.
    serverType String
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    sharedSubnet String
    Enable/disable shared subnet. Valid values: disable, enable.
    status String
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftpServers List<String>
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone String
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezoneOption String
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    wifiAc1 String
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifiAc2 String
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifiAc3 String
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifiAcService String
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    winsServer1 String
    WINS server 1.
    winsServer2 String
    WINS server 2.

    ObjectFspVlanDhcpServerExcludeRange, ObjectFspVlanDhcpServerExcludeRangeArgs

    EndIp string
    End of IP range.
    Id double
    ID.
    LeaseTime double
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    EndIp string
    End of IP range.
    Id float64
    ID.
    LeaseTime float64
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Double
    ID.
    leaseTime Double
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    endIp string
    End of IP range.
    id number
    ID.
    leaseTime number
    Lease time in seconds, 0 means default lease time.
    startIp string
    Start of IP range.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    end_ip str
    End of IP range.
    id float
    ID.
    lease_time float
    Lease time in seconds, 0 means default lease time.
    start_ip str
    Start of IP range.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Number
    ID.
    leaseTime Number
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    ObjectFspVlanDhcpServerIpRange, ObjectFspVlanDhcpServerIpRangeArgs

    EndIp string
    End of IP range.
    Id double
    ID.
    LeaseTime double
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    EndIp string
    End of IP range.
    Id float64
    ID.
    LeaseTime float64
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Double
    ID.
    leaseTime Double
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    endIp string
    End of IP range.
    id number
    ID.
    leaseTime number
    Lease time in seconds, 0 means default lease time.
    startIp string
    Start of IP range.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    end_ip str
    End of IP range.
    id float
    ID.
    lease_time float
    Lease time in seconds, 0 means default lease time.
    start_ip str
    Start of IP range.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Number
    ID.
    leaseTime Number
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    ObjectFspVlanDhcpServerOption, ObjectFspVlanDhcpServerOptionArgs

    Code double
    DHCP option code.
    Id double
    ID.
    Ips List<string>
    DHCP option IPs.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    Code float64
    DHCP option code.
    Id float64
    ID.
    Ips []string
    DHCP option IPs.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    code Double
    DHCP option code.
    id Double
    ID.
    ips List<String>
    DHCP option IPs.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    code number
    DHCP option code.
    id number
    ID.
    ips string[]
    DHCP option IPs.
    type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    value string
    DHCP option value.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    code float
    DHCP option code.
    id float
    ID.
    ips Sequence[str]
    DHCP option IPs.
    type str
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    value str
    DHCP option value.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    code Number
    DHCP option code.
    id Number
    ID.
    ips List<String>
    DHCP option IPs.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    ObjectFspVlanDhcpServerReservedAddress, ObjectFspVlanDhcpServerReservedAddressArgs

    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    Id double
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    Type string
    DHCP reserved-address type. Valid values: mac, option82.
    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    Id float64
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    Type string
    DHCP reserved-address type. Valid values: mac, option82.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    id Double
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    type String
    DHCP reserved-address type. Valid values: mac, option82.
    action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType string
    DHCP option type. Valid values: hex, string.
    description string
    Description.
    id number
    ID.
    ip string
    IP address to be reserved for the MAC address.
    mac string
    MAC address of the client that will get the reserved IP address.
    remoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType string
    DHCP option type. Valid values: hex, string.
    type string
    DHCP reserved-address type. Valid values: mac, option82.
    action str
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuit_id str
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuit_id_type str
    DHCP option type. Valid values: hex, string.
    description str
    Description.
    id float
    ID.
    ip str
    IP address to be reserved for the MAC address.
    mac str
    MAC address of the client that will get the reserved IP address.
    remote_id str
    Option 82 remote-ID of the client that will get the reserved IP address.
    remote_id_type str
    DHCP option type. Valid values: hex, string.
    type str
    DHCP reserved-address type. Valid values: mac, option82.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    id Number
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    type String
    DHCP reserved-address type. Valid values: mac, option82.

    ObjectFspVlanDynamicMapping, ObjectFspVlanDynamicMappingArgs

    DhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    Interface ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<ObjectFspVlanDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    DhcpServer ObjectFspVlanDynamicMappingDhcpServerType
    Dhcp-Server. The structure of dhcp_server block is documented below.
    Interface ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes []ObjectFspVlanDynamicMapping_Scope
    _Scope. The structure of _scope block is documented below.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<ObjectFspVlanDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    dhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    interface_ ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes ObjectFspVlanDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    dhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    interface ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    _dhcp_status str
    _Dhcp-Status. Valid values: disable, enable.
    _scopes Sequence[ObjectFspVlanDynamicMapping_Scope]
    _Scope. The structure of _scope block is documented below.
    dhcp_server ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server block is documented below.
    interface ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    dhcpServer Property Map
    Dhcp-Server. The structure of dhcp_server block is documented below.
    interface Property Map
    Interface. The structure of interface block is documented below.

    ObjectFspVlanDynamicMappingDhcpServer, ObjectFspVlanDynamicMappingDhcpServerArgs

    AutoConfiguration string
    Enable/disable auto configuration. Valid values: disable, enable.
    AutoManagedStatus string
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    ConflictedIpTimeout double
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    DdnsAuth string
    DDNS authentication mode. Valid values: disable, tsig.
    DdnsKey string
    DDNS update key (base 64 encoding).
    DdnsKeyname string
    DDNS update key name.
    DdnsServerIp string
    DDNS server IP.
    DdnsTtl double
    TTL.
    DdnsUpdate string
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    DdnsUpdateOverride string
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    DdnsZone string
    Zone of your domain name (ex. DDNS.com).
    DefaultGateway string
    Default gateway IP address assigned by the DHCP server.
    DhcpSettingsFromFortiipam string
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    DnsServer1 string
    DNS server 1.
    DnsServer2 string
    DNS server 2.
    DnsServer3 string
    DNS server 3.
    DnsServer4 string
    DNS server 4.
    DnsService string
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    Domain string
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    Enable string
    Enable. Valid values: disable, enable.
    ExcludeRanges List<ObjectFspVlanDynamicMappingDhcpServerExcludeRange>
    Exclude-Range. The structure of exclude_range block is documented below.
    Filename string
    Name of the boot file on the TFTP server.
    ForticlientOnNetStatus string
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    Id double
    ID.
    IpMode string
    Method used to assign client IP. Valid values: range, usrgrp.
    IpRanges List<ObjectFspVlanDynamicMappingDhcpServerIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    IpsecLeaseHold double
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    LeaseTime double
    Lease time in seconds, 0 means unlimited.
    MacAclDefaultAction string
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    Netmask string
    Netmask assigned by the DHCP server.
    NextServer string
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    NtpServer1 string
    NTP server 1.
    NtpServer2 string
    NTP server 2.
    NtpServer3 string
    NTP server 3.
    NtpService string
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    Option1s List<string>
    Option1.
    Option2s List<string>
    Option2.
    Option3s List<string>
    Option3.
    Option4 string
    Option4.
    Option5 string
    Option5.
    Option6 string
    Option6.
    Options List<ObjectFspVlanDynamicMappingDhcpServerOption>
    Options. The structure of options block is documented below.
    RelayAgent string
    Relay agent IP.
    ReservedAddresses List<ObjectFspVlanDynamicMappingDhcpServerReservedAddress>
    Reserved-Address. The structure of reserved_address block is documented below.
    ServerType string
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    SharedSubnet string
    Enable/disable shared subnet. Valid values: disable, enable.
    Status string
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    TftpServers List<string>
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    Timezone string
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    TimezoneOption string
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    WifiAc1 string
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    WifiAc2 string
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    WifiAc3 string
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    WifiAcService string
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    WinsServer1 string
    WINS server 1.
    WinsServer2 string
    WINS server 2.
    AutoConfiguration string
    Enable/disable auto configuration. Valid values: disable, enable.
    AutoManagedStatus string
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    ConflictedIpTimeout float64
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    DdnsAuth string
    DDNS authentication mode. Valid values: disable, tsig.
    DdnsKey string
    DDNS update key (base 64 encoding).
    DdnsKeyname string
    DDNS update key name.
    DdnsServerIp string
    DDNS server IP.
    DdnsTtl float64
    TTL.
    DdnsUpdate string
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    DdnsUpdateOverride string
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    DdnsZone string
    Zone of your domain name (ex. DDNS.com).
    DefaultGateway string
    Default gateway IP address assigned by the DHCP server.
    DhcpSettingsFromFortiipam string
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    DnsServer1 string
    DNS server 1.
    DnsServer2 string
    DNS server 2.
    DnsServer3 string
    DNS server 3.
    DnsServer4 string
    DNS server 4.
    DnsService string
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    Domain string
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    Enable string
    Enable. Valid values: disable, enable.
    ExcludeRanges []ObjectFspVlanDynamicMappingDhcpServerExcludeRangeType
    Exclude-Range. The structure of exclude_range block is documented below.
    Filename string
    Name of the boot file on the TFTP server.
    ForticlientOnNetStatus string
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    Id float64
    ID.
    IpMode string
    Method used to assign client IP. Valid values: range, usrgrp.
    IpRanges []ObjectFspVlanDynamicMappingDhcpServerIpRangeType
    Ip-Range. The structure of ip_range block is documented below.
    IpsecLeaseHold float64
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    LeaseTime float64
    Lease time in seconds, 0 means unlimited.
    MacAclDefaultAction string
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    Netmask string
    Netmask assigned by the DHCP server.
    NextServer string
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    NtpServer1 string
    NTP server 1.
    NtpServer2 string
    NTP server 2.
    NtpServer3 string
    NTP server 3.
    NtpService string
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    Option1s []string
    Option1.
    Option2s []string
    Option2.
    Option3s []string
    Option3.
    Option4 string
    Option4.
    Option5 string
    Option5.
    Option6 string
    Option6.
    Options []ObjectFspVlanDynamicMappingDhcpServerOption
    Options. The structure of options block is documented below.
    RelayAgent string
    Relay agent IP.
    ReservedAddresses []ObjectFspVlanDynamicMappingDhcpServerReservedAddressType
    Reserved-Address. The structure of reserved_address block is documented below.
    ServerType string
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    SharedSubnet string
    Enable/disable shared subnet. Valid values: disable, enable.
    Status string
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    TftpServers []string
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    Timezone string
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    TimezoneOption string
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    WifiAc1 string
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    WifiAc2 string
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    WifiAc3 string
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    WifiAcService string
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    WinsServer1 string
    WINS server 1.
    WinsServer2 string
    WINS server 2.
    autoConfiguration String
    Enable/disable auto configuration. Valid values: disable, enable.
    autoManagedStatus String
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflictedIpTimeout Double
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddnsAuth String
    DDNS authentication mode. Valid values: disable, tsig.
    ddnsKey String
    DDNS update key (base 64 encoding).
    ddnsKeyname String
    DDNS update key name.
    ddnsServerIp String
    DDNS server IP.
    ddnsTtl Double
    TTL.
    ddnsUpdate String
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddnsUpdateOverride String
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddnsZone String
    Zone of your domain name (ex. DDNS.com).
    defaultGateway String
    Default gateway IP address assigned by the DHCP server.
    dhcpSettingsFromFortiipam String
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dnsServer1 String
    DNS server 1.
    dnsServer2 String
    DNS server 2.
    dnsServer3 String
    DNS server 3.
    dnsServer4 String
    DNS server 4.
    dnsService String
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain String
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable String
    Enable. Valid values: disable, enable.
    excludeRanges List<ObjectFspVlanDynamicMappingDhcpServerExcludeRange>
    Exclude-Range. The structure of exclude_range block is documented below.
    filename String
    Name of the boot file on the TFTP server.
    forticlientOnNetStatus String
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id Double
    ID.
    ipMode String
    Method used to assign client IP. Valid values: range, usrgrp.
    ipRanges List<ObjectFspVlanDynamicMappingDhcpServerIpRange>
    Ip-Range. The structure of ip_range block is documented below.
    ipsecLeaseHold Double
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    leaseTime Double
    Lease time in seconds, 0 means unlimited.
    macAclDefaultAction String
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask String
    Netmask assigned by the DHCP server.
    nextServer String
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntpServer1 String
    NTP server 1.
    ntpServer2 String
    NTP server 2.
    ntpServer3 String
    NTP server 3.
    ntpService String
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s List<String>
    Option1.
    option2s List<String>
    Option2.
    option3s List<String>
    Option3.
    option4 String
    Option4.
    option5 String
    Option5.
    option6 String
    Option6.
    options List<ObjectFspVlanDynamicMappingDhcpServerOption>
    Options. The structure of options block is documented below.
    relayAgent String
    Relay agent IP.
    reservedAddresses List<ObjectFspVlanDynamicMappingDhcpServerReservedAddress>
    Reserved-Address. The structure of reserved_address block is documented below.
    serverType String
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    sharedSubnet String
    Enable/disable shared subnet. Valid values: disable, enable.
    status String
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftpServers List<String>
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone String
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezoneOption String
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    wifiAc1 String
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifiAc2 String
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifiAc3 String
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifiAcService String
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    winsServer1 String
    WINS server 1.
    winsServer2 String
    WINS server 2.
    autoConfiguration string
    Enable/disable auto configuration. Valid values: disable, enable.
    autoManagedStatus string
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflictedIpTimeout number
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddnsAuth string
    DDNS authentication mode. Valid values: disable, tsig.
    ddnsKey string
    DDNS update key (base 64 encoding).
    ddnsKeyname string
    DDNS update key name.
    ddnsServerIp string
    DDNS server IP.
    ddnsTtl number
    TTL.
    ddnsUpdate string
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddnsUpdateOverride string
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddnsZone string
    Zone of your domain name (ex. DDNS.com).
    defaultGateway string
    Default gateway IP address assigned by the DHCP server.
    dhcpSettingsFromFortiipam string
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dnsServer1 string
    DNS server 1.
    dnsServer2 string
    DNS server 2.
    dnsServer3 string
    DNS server 3.
    dnsServer4 string
    DNS server 4.
    dnsService string
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain string
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable string
    Enable. Valid values: disable, enable.
    excludeRanges ObjectFspVlanDynamicMappingDhcpServerExcludeRange[]
    Exclude-Range. The structure of exclude_range block is documented below.
    filename string
    Name of the boot file on the TFTP server.
    forticlientOnNetStatus string
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id number
    ID.
    ipMode string
    Method used to assign client IP. Valid values: range, usrgrp.
    ipRanges ObjectFspVlanDynamicMappingDhcpServerIpRange[]
    Ip-Range. The structure of ip_range block is documented below.
    ipsecLeaseHold number
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    leaseTime number
    Lease time in seconds, 0 means unlimited.
    macAclDefaultAction string
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask string
    Netmask assigned by the DHCP server.
    nextServer string
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntpServer1 string
    NTP server 1.
    ntpServer2 string
    NTP server 2.
    ntpServer3 string
    NTP server 3.
    ntpService string
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s string[]
    Option1.
    option2s string[]
    Option2.
    option3s string[]
    Option3.
    option4 string
    Option4.
    option5 string
    Option5.
    option6 string
    Option6.
    options ObjectFspVlanDynamicMappingDhcpServerOption[]
    Options. The structure of options block is documented below.
    relayAgent string
    Relay agent IP.
    reservedAddresses ObjectFspVlanDynamicMappingDhcpServerReservedAddress[]
    Reserved-Address. The structure of reserved_address block is documented below.
    serverType string
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    sharedSubnet string
    Enable/disable shared subnet. Valid values: disable, enable.
    status string
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftpServers string[]
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone string
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezoneOption string
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    wifiAc1 string
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifiAc2 string
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifiAc3 string
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifiAcService string
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    winsServer1 string
    WINS server 1.
    winsServer2 string
    WINS server 2.
    auto_configuration str
    Enable/disable auto configuration. Valid values: disable, enable.
    auto_managed_status str
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflicted_ip_timeout float
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddns_auth str
    DDNS authentication mode. Valid values: disable, tsig.
    ddns_key str
    DDNS update key (base 64 encoding).
    ddns_keyname str
    DDNS update key name.
    ddns_server_ip str
    DDNS server IP.
    ddns_ttl float
    TTL.
    ddns_update str
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddns_update_override str
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddns_zone str
    Zone of your domain name (ex. DDNS.com).
    default_gateway str
    Default gateway IP address assigned by the DHCP server.
    dhcp_settings_from_fortiipam str
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dns_server1 str
    DNS server 1.
    dns_server2 str
    DNS server 2.
    dns_server3 str
    DNS server 3.
    dns_server4 str
    DNS server 4.
    dns_service str
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain str
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable str
    Enable. Valid values: disable, enable.
    exclude_ranges Sequence[ObjectFspVlanDynamicMappingDhcpServerExcludeRange]
    Exclude-Range. The structure of exclude_range block is documented below.
    filename str
    Name of the boot file on the TFTP server.
    forticlient_on_net_status str
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id float
    ID.
    ip_mode str
    Method used to assign client IP. Valid values: range, usrgrp.
    ip_ranges Sequence[ObjectFspVlanDynamicMappingDhcpServerIpRange]
    Ip-Range. The structure of ip_range block is documented below.
    ipsec_lease_hold float
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    lease_time float
    Lease time in seconds, 0 means unlimited.
    mac_acl_default_action str
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask str
    Netmask assigned by the DHCP server.
    next_server str
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntp_server1 str
    NTP server 1.
    ntp_server2 str
    NTP server 2.
    ntp_server3 str
    NTP server 3.
    ntp_service str
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s Sequence[str]
    Option1.
    option2s Sequence[str]
    Option2.
    option3s Sequence[str]
    Option3.
    option4 str
    Option4.
    option5 str
    Option5.
    option6 str
    Option6.
    options Sequence[ObjectFspVlanDynamicMappingDhcpServerOption]
    Options. The structure of options block is documented below.
    relay_agent str
    Relay agent IP.
    reserved_addresses Sequence[ObjectFspVlanDynamicMappingDhcpServerReservedAddress]
    Reserved-Address. The structure of reserved_address block is documented below.
    server_type str
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    shared_subnet str
    Enable/disable shared subnet. Valid values: disable, enable.
    status str
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftp_servers Sequence[str]
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone str
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezone_option str
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    wifi_ac1 str
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifi_ac2 str
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifi_ac3 str
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifi_ac_service str
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    wins_server1 str
    WINS server 1.
    wins_server2 str
    WINS server 2.
    autoConfiguration String
    Enable/disable auto configuration. Valid values: disable, enable.
    autoManagedStatus String
    Enable/disable use of this DHCP server once this interface has been assigned an IP address from FortiIPAM. Valid values: disable, enable.
    conflictedIpTimeout Number
    Time in seconds to wait after a conflicted IP address is removed from the DHCP range before it can be reused.
    ddnsAuth String
    DDNS authentication mode. Valid values: disable, tsig.
    ddnsKey String
    DDNS update key (base 64 encoding).
    ddnsKeyname String
    DDNS update key name.
    ddnsServerIp String
    DDNS server IP.
    ddnsTtl Number
    TTL.
    ddnsUpdate String
    Enable/disable DDNS update for DHCP. Valid values: disable, enable.
    ddnsUpdateOverride String
    Enable/disable DDNS update override for DHCP. Valid values: disable, enable.
    ddnsZone String
    Zone of your domain name (ex. DDNS.com).
    defaultGateway String
    Default gateway IP address assigned by the DHCP server.
    dhcpSettingsFromFortiipam String
    Enable/disable populating of DHCP server settings from FortiIPAM. Valid values: disable, enable.
    dnsServer1 String
    DNS server 1.
    dnsServer2 String
    DNS server 2.
    dnsServer3 String
    DNS server 3.
    dnsServer4 String
    DNS server 4.
    dnsService String
    Options for assigning DNS servers to DHCP clients. Valid values: default, specify, local.
    domain String
    Domain name suffix for the IP addresses that the DHCP server assigns to clients.
    enable String
    Enable. Valid values: disable, enable.
    excludeRanges List<Property Map>
    Exclude-Range. The structure of exclude_range block is documented below.
    filename String
    Name of the boot file on the TFTP server.
    forticlientOnNetStatus String
    Enable/disable FortiClient-On-Net service for this DHCP server. Valid values: disable, enable.
    id Number
    ID.
    ipMode String
    Method used to assign client IP. Valid values: range, usrgrp.
    ipRanges List<Property Map>
    Ip-Range. The structure of ip_range block is documented below.
    ipsecLeaseHold Number
    DHCP over IPsec leases expire this many seconds after tunnel down (0 to disable forced-expiry).
    leaseTime Number
    Lease time in seconds, 0 means unlimited.
    macAclDefaultAction String
    MAC access control default action (allow or block assigning IP settings). Valid values: assign, block.
    netmask String
    Netmask assigned by the DHCP server.
    nextServer String
    IP address of a server (for example, a TFTP sever) that DHCP clients can download a boot file from.
    ntpServer1 String
    NTP server 1.
    ntpServer2 String
    NTP server 2.
    ntpServer3 String
    NTP server 3.
    ntpService String
    Options for assigning Network Time Protocol (NTP) servers to DHCP clients. Valid values: default, specify, local.
    option1s List<String>
    Option1.
    option2s List<String>
    Option2.
    option3s List<String>
    Option3.
    option4 String
    Option4.
    option5 String
    Option5.
    option6 String
    Option6.
    options List<Property Map>
    Options. The structure of options block is documented below.
    relayAgent String
    Relay agent IP.
    reservedAddresses List<Property Map>
    Reserved-Address. The structure of reserved_address block is documented below.
    serverType String
    DHCP server can be a normal DHCP server or an IPsec DHCP server. Valid values: regular, ipsec.
    sharedSubnet String
    Enable/disable shared subnet. Valid values: disable, enable.
    status String
    Enable/disable this DHCP configuration. Valid values: disable, enable.
    tftpServers List<String>
    One or more hostnames or IP addresses of the TFTP servers in quotes separated by spaces.
    timezone String
    Select the time zone to be assigned to DHCP clients. Valid values: 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87.
    timezoneOption String
    Options for the DHCP server to set the client's time zone. Valid values: disable, default, specify.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    wifiAc1 String
    WiFi Access Controller 1 IP address (DHCP option 138, RFC 5417).
    wifiAc2 String
    WiFi Access Controller 2 IP address (DHCP option 138, RFC 5417).
    wifiAc3 String
    WiFi Access Controller 3 IP address (DHCP option 138, RFC 5417).
    wifiAcService String
    Options for assigning WiFi Access Controllers to DHCP clients Valid values: specify, local.
    winsServer1 String
    WINS server 1.
    winsServer2 String
    WINS server 2.

    ObjectFspVlanDynamicMappingDhcpServerExcludeRange, ObjectFspVlanDynamicMappingDhcpServerExcludeRangeArgs

    EndIp string
    End of IP range.
    Id double
    ID.
    LeaseTime double
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    EndIp string
    End of IP range.
    Id float64
    ID.
    LeaseTime float64
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Double
    ID.
    leaseTime Double
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    endIp string
    End of IP range.
    id number
    ID.
    leaseTime number
    Lease time in seconds, 0 means default lease time.
    startIp string
    Start of IP range.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    end_ip str
    End of IP range.
    id float
    ID.
    lease_time float
    Lease time in seconds, 0 means default lease time.
    start_ip str
    Start of IP range.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Number
    ID.
    leaseTime Number
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    ObjectFspVlanDynamicMappingDhcpServerIpRange, ObjectFspVlanDynamicMappingDhcpServerIpRangeArgs

    EndIp string
    End of IP range.
    Id double
    ID.
    LeaseTime double
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    EndIp string
    End of IP range.
    Id float64
    ID.
    LeaseTime float64
    Lease time in seconds, 0 means default lease time.
    StartIp string
    Start of IP range.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Double
    ID.
    leaseTime Double
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    endIp string
    End of IP range.
    id number
    ID.
    leaseTime number
    Lease time in seconds, 0 means default lease time.
    startIp string
    Start of IP range.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    end_ip str
    End of IP range.
    id float
    ID.
    lease_time float
    Lease time in seconds, 0 means default lease time.
    start_ip str
    Start of IP range.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    endIp String
    End of IP range.
    id Number
    ID.
    leaseTime Number
    Lease time in seconds, 0 means default lease time.
    startIp String
    Start of IP range.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this range. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this range. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    ObjectFspVlanDynamicMappingDhcpServerOption, ObjectFspVlanDynamicMappingDhcpServerOptionArgs

    Code double
    DHCP option code.
    Id double
    ID.
    Ips List<string>
    DHCP option IPs.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    Code float64
    DHCP option code.
    Id float64
    ID.
    Ips []string
    DHCP option IPs.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    code Double
    DHCP option code.
    id Double
    ID.
    ips List<String>
    DHCP option IPs.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    code number
    DHCP option code.
    id number
    ID.
    ips string[]
    DHCP option IPs.
    type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    value string
    DHCP option value.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    code float
    DHCP option code.
    id float
    ID.
    ips Sequence[str]
    DHCP option IPs.
    type str
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    value str
    DHCP option value.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    code Number
    DHCP option code.
    id Number
    ID.
    ips List<String>
    DHCP option IPs.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    ObjectFspVlanDynamicMappingDhcpServerReservedAddress, ObjectFspVlanDynamicMappingDhcpServerReservedAddressArgs

    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    Id double
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    Type string
    DHCP reserved-address type. Valid values: mac, option82.
    Action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    CircuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    CircuitIdType string
    DHCP option type. Valid values: hex, string.
    Description string
    Description.
    Id float64
    ID.
    Ip string
    IP address to be reserved for the MAC address.
    Mac string
    MAC address of the client that will get the reserved IP address.
    RemoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    RemoteIdType string
    DHCP option type. Valid values: hex, string.
    Type string
    DHCP reserved-address type. Valid values: mac, option82.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    id Double
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    type String
    DHCP reserved-address type. Valid values: mac, option82.
    action string
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuitId string
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType string
    DHCP option type. Valid values: hex, string.
    description string
    Description.
    id number
    ID.
    ip string
    IP address to be reserved for the MAC address.
    mac string
    MAC address of the client that will get the reserved IP address.
    remoteId string
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType string
    DHCP option type. Valid values: hex, string.
    type string
    DHCP reserved-address type. Valid values: mac, option82.
    action str
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuit_id str
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuit_id_type str
    DHCP option type. Valid values: hex, string.
    description str
    Description.
    id float
    ID.
    ip str
    IP address to be reserved for the MAC address.
    mac str
    MAC address of the client that will get the reserved IP address.
    remote_id str
    Option 82 remote-ID of the client that will get the reserved IP address.
    remote_id_type str
    DHCP option type. Valid values: hex, string.
    type str
    DHCP reserved-address type. Valid values: mac, option82.
    action String
    Options for the DHCP server to configure the client with the reserved MAC address. Valid values: assign, block, reserved.
    circuitId String
    Option 82 circuit-ID of the client that will get the reserved IP address.
    circuitIdType String
    DHCP option type. Valid values: hex, string.
    description String
    Description.
    id Number
    ID.
    ip String
    IP address to be reserved for the MAC address.
    mac String
    MAC address of the client that will get the reserved IP address.
    remoteId String
    Option 82 remote-ID of the client that will get the reserved IP address.
    remoteIdType String
    DHCP option type. Valid values: hex, string.
    type String
    DHCP reserved-address type. Valid values: mac, option82.

    ObjectFspVlanDynamicMappingInterface, ObjectFspVlanDynamicMappingInterfaceArgs

    DhcpRelayAgentOption string
    Dhcp-Relay-Agent-Option. Valid values: disable, enable.
    DhcpRelayInterfaceSelectMethod string
    Dhcp-Relay-Interface-Select-Method. Valid values: auto, sdwan, specify.
    DhcpRelayIps List<string>
    Dhcp-Relay-Ip.
    DhcpRelayService string
    Dhcp-Relay-Service. Valid values: disable, enable.
    DhcpRelayType string
    Dhcp-Relay-Type. Valid values: regular, ipsec.
    Ip string
    Ip.
    Ipv6 ObjectFspVlanDynamicMappingInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    SecondaryIp string
    Secondary-Ip. Valid values: disable, enable.
    Secondaryips List<ObjectFspVlanDynamicMappingInterfaceSecondaryip>
    Secondaryip. The structure of secondaryip block is documented below.
    Vlanid double
    Vlanid.
    Vrrps List<ObjectFspVlanDynamicMappingInterfaceVrrp>

    Vrrp. The structure of vrrp block is documented below.

    The ipv6 block supports:

    DhcpRelayAgentOption string
    Dhcp-Relay-Agent-Option. Valid values: disable, enable.
    DhcpRelayInterfaceSelectMethod string
    Dhcp-Relay-Interface-Select-Method. Valid values: auto, sdwan, specify.
    DhcpRelayIps []string
    Dhcp-Relay-Ip.
    DhcpRelayService string
    Dhcp-Relay-Service. Valid values: disable, enable.
    DhcpRelayType string
    Dhcp-Relay-Type. Valid values: regular, ipsec.
    Ip string
    Ip.
    Ipv6 ObjectFspVlanDynamicMappingInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    SecondaryIp string
    Secondary-Ip. Valid values: disable, enable.
    Secondaryips []ObjectFspVlanDynamicMappingInterfaceSecondaryip
    Secondaryip. The structure of secondaryip block is documented below.
    Vlanid float64
    Vlanid.
    Vrrps []ObjectFspVlanDynamicMappingInterfaceVrrp

    Vrrp. The structure of vrrp block is documented below.

    The ipv6 block supports:

    dhcpRelayAgentOption String
    Dhcp-Relay-Agent-Option. Valid values: disable, enable.
    dhcpRelayInterfaceSelectMethod String
    Dhcp-Relay-Interface-Select-Method. Valid values: auto, sdwan, specify.
    dhcpRelayIps List<String>
    Dhcp-Relay-Ip.
    dhcpRelayService String
    Dhcp-Relay-Service. Valid values: disable, enable.
    dhcpRelayType String
    Dhcp-Relay-Type. Valid values: regular, ipsec.
    ip String
    Ip.
    ipv6 ObjectFspVlanDynamicMappingInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    secondaryIp String
    Secondary-Ip. Valid values: disable, enable.
    secondaryips List<ObjectFspVlanDynamicMappingInterfaceSecondaryip>
    Secondaryip. The structure of secondaryip block is documented below.
    vlanid Double
    Vlanid.
    vrrps List<ObjectFspVlanDynamicMappingInterfaceVrrp>

    Vrrp. The structure of vrrp block is documented below.

    The ipv6 block supports:

    dhcpRelayAgentOption string
    Dhcp-Relay-Agent-Option. Valid values: disable, enable.
    dhcpRelayInterfaceSelectMethod string
    Dhcp-Relay-Interface-Select-Method. Valid values: auto, sdwan, specify.
    dhcpRelayIps string[]
    Dhcp-Relay-Ip.
    dhcpRelayService string
    Dhcp-Relay-Service. Valid values: disable, enable.
    dhcpRelayType string
    Dhcp-Relay-Type. Valid values: regular, ipsec.
    ip string
    Ip.
    ipv6 ObjectFspVlanDynamicMappingInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    secondaryIp string
    Secondary-Ip. Valid values: disable, enable.
    secondaryips ObjectFspVlanDynamicMappingInterfaceSecondaryip[]
    Secondaryip. The structure of secondaryip block is documented below.
    vlanid number
    Vlanid.
    vrrps ObjectFspVlanDynamicMappingInterfaceVrrp[]

    Vrrp. The structure of vrrp block is documented below.

    The ipv6 block supports:

    dhcp_relay_agent_option str
    Dhcp-Relay-Agent-Option. Valid values: disable, enable.
    dhcp_relay_interface_select_method str
    Dhcp-Relay-Interface-Select-Method. Valid values: auto, sdwan, specify.
    dhcp_relay_ips Sequence[str]
    Dhcp-Relay-Ip.
    dhcp_relay_service str
    Dhcp-Relay-Service. Valid values: disable, enable.
    dhcp_relay_type str
    Dhcp-Relay-Type. Valid values: regular, ipsec.
    ip str
    Ip.
    ipv6 ObjectFspVlanDynamicMappingInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    secondary_ip str
    Secondary-Ip. Valid values: disable, enable.
    secondaryips Sequence[ObjectFspVlanDynamicMappingInterfaceSecondaryip]
    Secondaryip. The structure of secondaryip block is documented below.
    vlanid float
    Vlanid.
    vrrps Sequence[ObjectFspVlanDynamicMappingInterfaceVrrp]

    Vrrp. The structure of vrrp block is documented below.

    The ipv6 block supports:

    dhcpRelayAgentOption String
    Dhcp-Relay-Agent-Option. Valid values: disable, enable.
    dhcpRelayInterfaceSelectMethod String
    Dhcp-Relay-Interface-Select-Method. Valid values: auto, sdwan, specify.
    dhcpRelayIps List<String>
    Dhcp-Relay-Ip.
    dhcpRelayService String
    Dhcp-Relay-Service. Valid values: disable, enable.
    dhcpRelayType String
    Dhcp-Relay-Type. Valid values: regular, ipsec.
    ip String
    Ip.
    ipv6 Property Map
    Ipv6. The structure of ipv6 block is documented below.
    secondaryIp String
    Secondary-Ip. Valid values: disable, enable.
    secondaryips List<Property Map>
    Secondaryip. The structure of secondaryip block is documented below.
    vlanid Number
    Vlanid.
    vrrps List<Property Map>

    Vrrp. The structure of vrrp block is documented below.

    The ipv6 block supports:

    ObjectFspVlanDynamicMappingInterfaceIpv6, ObjectFspVlanDynamicMappingInterfaceIpv6Args

    Autoconf string
    Enable/disable address auto config. Valid values: disable, enable.
    CliConn6Status double
    Cli-Conn6-Status.
    Dhcp6ClientOptions List<string>
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    Dhcp6InformationRequest string
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    Dhcp6PrefixDelegation string
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    Dhcp6PrefixHint string
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    Dhcp6PrefixHintPlt double
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    Dhcp6PrefixHintVlt double
    DHCPv6 prefix hint valid life time (sec).
    Dhcp6RelayInterfaceId string
    DHCP6 relay interface ID.
    Dhcp6RelayIp string
    DHCPv6 relay IP address.
    Dhcp6RelayService string
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    Dhcp6RelaySourceInterface string
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    Dhcp6RelaySourceIp string
    IPv6 address used by the DHCP6 relay as its source IP.
    Dhcp6RelayType string
    DHCPv6 relay type. Valid values: regular.
    Icmp6SendRedirect string
    Enable/disable sending of ICMPv6 redirects. Valid values: disable, enable.
    InterfaceIdentifier string
    IPv6 interface identifier.
    Ip6Address string
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6Allowaccesses List<string>
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    Ip6DefaultLife double
    Default life (sec).
    Ip6DelegatedPrefixIaid double
    IAID of obtained delegated-prefix from the upstream interface.
    Ip6DelegatedPrefixLists List<ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixList>
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    Ip6DnsServerOverride string
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    Ip6ExtraAddrs List<ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddr>
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    Ip6HopLimit double
    Hop limit (0 means unspecified).
    Ip6LinkMtu double
    IPv6 link MTU.
    Ip6ManageFlag string
    Enable/disable the managed flag. Valid values: disable, enable.
    Ip6MaxInterval double
    IPv6 maximum interval (4 to 1800 sec).
    Ip6MinInterval double
    IPv6 minimum interval (3 to 1350 sec).
    Ip6Mode string
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    Ip6OtherFlag string
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    Ip6PrefixLists List<ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixList>
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    Ip6PrefixMode string
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    Ip6ReachableTime double
    IPv6 reachable time (milliseconds; 0 means unspecified).
    Ip6RetransTime double
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    Ip6SendAdv string
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    Ip6Subnet string
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6UpstreamInterface string
    Interface name providing delegated information.
    NdCert string
    Neighbor discovery certificate.
    NdCgaModifier string
    Neighbor discovery CGA modifier.
    NdMode string
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    NdSecurityLevel double
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    NdTimestampDelta double
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    NdTimestampFuzz double
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    RaSendMtu string
    Ra-Send-Mtu. Valid values: disable, enable.
    UniqueAutoconfAddr string
    Enable/disable unique auto config address. Valid values: disable, enable.
    Vrip6LinkLocal string
    Link-local IPv6 address of virtual router.
    Vrrp6s List<ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6>

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    VrrpVirtualMac6 string
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    Autoconf string
    Enable/disable address auto config. Valid values: disable, enable.
    CliConn6Status float64
    Cli-Conn6-Status.
    Dhcp6ClientOptions []string
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    Dhcp6InformationRequest string
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    Dhcp6PrefixDelegation string
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    Dhcp6PrefixHint string
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    Dhcp6PrefixHintPlt float64
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    Dhcp6PrefixHintVlt float64
    DHCPv6 prefix hint valid life time (sec).
    Dhcp6RelayInterfaceId string
    DHCP6 relay interface ID.
    Dhcp6RelayIp string
    DHCPv6 relay IP address.
    Dhcp6RelayService string
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    Dhcp6RelaySourceInterface string
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    Dhcp6RelaySourceIp string
    IPv6 address used by the DHCP6 relay as its source IP.
    Dhcp6RelayType string
    DHCPv6 relay type. Valid values: regular.
    Icmp6SendRedirect string
    Enable/disable sending of ICMPv6 redirects. Valid values: disable, enable.
    InterfaceIdentifier string
    IPv6 interface identifier.
    Ip6Address string
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6Allowaccesses []string
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    Ip6DefaultLife float64
    Default life (sec).
    Ip6DelegatedPrefixIaid float64
    IAID of obtained delegated-prefix from the upstream interface.
    Ip6DelegatedPrefixLists []ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixList
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    Ip6DnsServerOverride string
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    Ip6ExtraAddrs []ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddr
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    Ip6HopLimit float64
    Hop limit (0 means unspecified).
    Ip6LinkMtu float64
    IPv6 link MTU.
    Ip6ManageFlag string
    Enable/disable the managed flag. Valid values: disable, enable.
    Ip6MaxInterval float64
    IPv6 maximum interval (4 to 1800 sec).
    Ip6MinInterval float64
    IPv6 minimum interval (3 to 1350 sec).
    Ip6Mode string
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    Ip6OtherFlag string
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    Ip6PrefixLists []ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixList
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    Ip6PrefixMode string
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    Ip6ReachableTime float64
    IPv6 reachable time (milliseconds; 0 means unspecified).
    Ip6RetransTime float64
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    Ip6SendAdv string
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    Ip6Subnet string
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6UpstreamInterface string
    Interface name providing delegated information.
    NdCert string
    Neighbor discovery certificate.
    NdCgaModifier string
    Neighbor discovery CGA modifier.
    NdMode string
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    NdSecurityLevel float64
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    NdTimestampDelta float64
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    NdTimestampFuzz float64
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    RaSendMtu string
    Ra-Send-Mtu. Valid values: disable, enable.
    UniqueAutoconfAddr string
    Enable/disable unique auto config address. Valid values: disable, enable.
    Vrip6LinkLocal string
    Link-local IPv6 address of virtual router.
    Vrrp6s []ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    VrrpVirtualMac6 string
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf String
    Enable/disable address auto config. Valid values: disable, enable.
    cliConn6Status Double
    Cli-Conn6-Status.
    dhcp6ClientOptions List<String>
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6InformationRequest String
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6PrefixDelegation String
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6PrefixHint String
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6PrefixHintPlt Double
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6PrefixHintVlt Double
    DHCPv6 prefix hint valid life time (sec).
    dhcp6RelayInterfaceId String
    DHCP6 relay interface ID.
    dhcp6RelayIp String
    DHCPv6 relay IP address.
    dhcp6RelayService String
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6RelaySourceInterface String
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6RelaySourceIp String
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6RelayType String
    DHCPv6 relay type. Valid values: regular.
    icmp6SendRedirect String
    Enable/disable sending of ICMPv6 redirects. Valid values: disable, enable.
    interfaceIdentifier String
    IPv6 interface identifier.
    ip6Address String
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6Allowaccesses List<String>
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6DefaultLife Double
    Default life (sec).
    ip6DelegatedPrefixIaid Double
    IAID of obtained delegated-prefix from the upstream interface.
    ip6DelegatedPrefixLists List<ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixList>
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6DnsServerOverride String
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6ExtraAddrs List<ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddr>
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6HopLimit Double
    Hop limit (0 means unspecified).
    ip6LinkMtu Double
    IPv6 link MTU.
    ip6ManageFlag String
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6MaxInterval Double
    IPv6 maximum interval (4 to 1800 sec).
    ip6MinInterval Double
    IPv6 minimum interval (3 to 1350 sec).
    ip6Mode String
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6OtherFlag String
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6PrefixLists List<ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixList>
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6PrefixMode String
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6ReachableTime Double
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6RetransTime Double
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6SendAdv String
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6Subnet String
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6UpstreamInterface String
    Interface name providing delegated information.
    ndCert String
    Neighbor discovery certificate.
    ndCgaModifier String
    Neighbor discovery CGA modifier.
    ndMode String
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    ndSecurityLevel Double
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    ndTimestampDelta Double
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    ndTimestampFuzz Double
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    raSendMtu String
    Ra-Send-Mtu. Valid values: disable, enable.
    uniqueAutoconfAddr String
    Enable/disable unique auto config address. Valid values: disable, enable.
    vrip6LinkLocal String
    Link-local IPv6 address of virtual router.
    vrrp6s List<ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6>

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrpVirtualMac6 String
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf string
    Enable/disable address auto config. Valid values: disable, enable.
    cliConn6Status number
    Cli-Conn6-Status.
    dhcp6ClientOptions string[]
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6InformationRequest string
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6PrefixDelegation string
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6PrefixHint string
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6PrefixHintPlt number
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6PrefixHintVlt number
    DHCPv6 prefix hint valid life time (sec).
    dhcp6RelayInterfaceId string
    DHCP6 relay interface ID.
    dhcp6RelayIp string
    DHCPv6 relay IP address.
    dhcp6RelayService string
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6RelaySourceInterface string
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6RelaySourceIp string
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6RelayType string
    DHCPv6 relay type. Valid values: regular.
    icmp6SendRedirect string
    Enable/disable sending of ICMPv6 redirects. Valid values: disable, enable.
    interfaceIdentifier string
    IPv6 interface identifier.
    ip6Address string
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6Allowaccesses string[]
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6DefaultLife number
    Default life (sec).
    ip6DelegatedPrefixIaid number
    IAID of obtained delegated-prefix from the upstream interface.
    ip6DelegatedPrefixLists ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixList[]
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6DnsServerOverride string
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6ExtraAddrs ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddr[]
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6HopLimit number
    Hop limit (0 means unspecified).
    ip6LinkMtu number
    IPv6 link MTU.
    ip6ManageFlag string
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6MaxInterval number
    IPv6 maximum interval (4 to 1800 sec).
    ip6MinInterval number
    IPv6 minimum interval (3 to 1350 sec).
    ip6Mode string
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6OtherFlag string
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6PrefixLists ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixList[]
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6PrefixMode string
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6ReachableTime number
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6RetransTime number
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6SendAdv string
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6Subnet string
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6UpstreamInterface string
    Interface name providing delegated information.
    ndCert string
    Neighbor discovery certificate.
    ndCgaModifier string
    Neighbor discovery CGA modifier.
    ndMode string
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    ndSecurityLevel number
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    ndTimestampDelta number
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    ndTimestampFuzz number
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    raSendMtu string
    Ra-Send-Mtu. Valid values: disable, enable.
    uniqueAutoconfAddr string
    Enable/disable unique auto config address. Valid values: disable, enable.
    vrip6LinkLocal string
    Link-local IPv6 address of virtual router.
    vrrp6s ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6[]

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrpVirtualMac6 string
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf str
    Enable/disable address auto config. Valid values: disable, enable.
    cli_conn6_status float
    Cli-Conn6-Status.
    dhcp6_client_options Sequence[str]
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6_information_request str
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6_prefix_delegation str
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6_prefix_hint str
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6_prefix_hint_plt float
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6_prefix_hint_vlt float
    DHCPv6 prefix hint valid life time (sec).
    dhcp6_relay_interface_id str
    DHCP6 relay interface ID.
    dhcp6_relay_ip str
    DHCPv6 relay IP address.
    dhcp6_relay_service str
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6_relay_source_interface str
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6_relay_source_ip str
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6_relay_type str
    DHCPv6 relay type. Valid values: regular.
    icmp6_send_redirect str
    Enable/disable sending of ICMPv6 redirects. Valid values: disable, enable.
    interface_identifier str
    IPv6 interface identifier.
    ip6_address str
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6_allowaccesses Sequence[str]
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6_default_life float
    Default life (sec).
    ip6_delegated_prefix_iaid float
    IAID of obtained delegated-prefix from the upstream interface.
    ip6_delegated_prefix_lists Sequence[ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixList]
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6_dns_server_override str
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6_extra_addrs Sequence[ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddr]
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6_hop_limit float
    Hop limit (0 means unspecified).
    ip6_link_mtu float
    IPv6 link MTU.
    ip6_manage_flag str
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6_max_interval float
    IPv6 maximum interval (4 to 1800 sec).
    ip6_min_interval float
    IPv6 minimum interval (3 to 1350 sec).
    ip6_mode str
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6_other_flag str
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6_prefix_lists Sequence[ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixList]
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6_prefix_mode str
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6_reachable_time float
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6_retrans_time float
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6_send_adv str
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6_subnet str
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6_upstream_interface str
    Interface name providing delegated information.
    nd_cert str
    Neighbor discovery certificate.
    nd_cga_modifier str
    Neighbor discovery CGA modifier.
    nd_mode str
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    nd_security_level float
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    nd_timestamp_delta float
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    nd_timestamp_fuzz float
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    ra_send_mtu str
    Ra-Send-Mtu. Valid values: disable, enable.
    unique_autoconf_addr str
    Enable/disable unique auto config address. Valid values: disable, enable.
    vrip6_link_local str
    Link-local IPv6 address of virtual router.
    vrrp6s Sequence[ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6]

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrp_virtual_mac6 str
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf String
    Enable/disable address auto config. Valid values: disable, enable.
    cliConn6Status Number
    Cli-Conn6-Status.
    dhcp6ClientOptions List<String>
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6InformationRequest String
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6PrefixDelegation String
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6PrefixHint String
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6PrefixHintPlt Number
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6PrefixHintVlt Number
    DHCPv6 prefix hint valid life time (sec).
    dhcp6RelayInterfaceId String
    DHCP6 relay interface ID.
    dhcp6RelayIp String
    DHCPv6 relay IP address.
    dhcp6RelayService String
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6RelaySourceInterface String
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6RelaySourceIp String
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6RelayType String
    DHCPv6 relay type. Valid values: regular.
    icmp6SendRedirect String
    Enable/disable sending of ICMPv6 redirects. Valid values: disable, enable.
    interfaceIdentifier String
    IPv6 interface identifier.
    ip6Address String
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6Allowaccesses List<String>
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6DefaultLife Number
    Default life (sec).
    ip6DelegatedPrefixIaid Number
    IAID of obtained delegated-prefix from the upstream interface.
    ip6DelegatedPrefixLists List<Property Map>
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6DnsServerOverride String
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6ExtraAddrs List<Property Map>
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6HopLimit Number
    Hop limit (0 means unspecified).
    ip6LinkMtu Number
    IPv6 link MTU.
    ip6ManageFlag String
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6MaxInterval Number
    IPv6 maximum interval (4 to 1800 sec).
    ip6MinInterval Number
    IPv6 minimum interval (3 to 1350 sec).
    ip6Mode String
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6OtherFlag String
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6PrefixLists List<Property Map>
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6PrefixMode String
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6ReachableTime Number
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6RetransTime Number
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6SendAdv String
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6Subnet String
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6UpstreamInterface String
    Interface name providing delegated information.
    ndCert String
    Neighbor discovery certificate.
    ndCgaModifier String
    Neighbor discovery CGA modifier.
    ndMode String
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    ndSecurityLevel Number
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    ndTimestampDelta Number
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    ndTimestampFuzz Number
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    raSendMtu String
    Ra-Send-Mtu. Valid values: disable, enable.
    uniqueAutoconfAddr String
    Enable/disable unique auto config address. Valid values: disable, enable.
    vrip6LinkLocal String
    Link-local IPv6 address of virtual router.
    vrrp6s List<Property Map>

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrpVirtualMac6 String
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.

    ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixList, ObjectFspVlanDynamicMappingInterfaceIpv6Ip6DelegatedPrefixListArgs

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    DelegatedPrefixIaid double
    IAID of obtained delegated-prefix from the upstream interface.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PrefixId double
    Prefix ID.
    RdnssService string
    Recursive DNS service option. Valid values: delegated, default, specify.
    Rdnsses List<string>
    Recursive DNS server option.
    Subnet string
    Add subnet ID to routing prefix.
    UpstreamInterface string

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    DelegatedPrefixIaid float64
    IAID of obtained delegated-prefix from the upstream interface.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PrefixId float64
    Prefix ID.
    RdnssService string
    Recursive DNS service option. Valid values: delegated, default, specify.
    Rdnsses []string
    Recursive DNS server option.
    Subnet string
    Add subnet ID to routing prefix.
    UpstreamInterface string

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegatedPrefixIaid Double
    IAID of obtained delegated-prefix from the upstream interface.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefixId Double
    Prefix ID.
    rdnssService String
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses List<String>
    Recursive DNS server option.
    subnet String
    Add subnet ID to routing prefix.
    upstreamInterface String

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegatedPrefixIaid number
    IAID of obtained delegated-prefix from the upstream interface.
    onlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefixId number
    Prefix ID.
    rdnssService string
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses string[]
    Recursive DNS server option.
    subnet string
    Add subnet ID to routing prefix.
    upstreamInterface string

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomous_flag str
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegated_prefix_iaid float
    IAID of obtained delegated-prefix from the upstream interface.
    onlink_flag str
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefix_id float
    Prefix ID.
    rdnss_service str
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses Sequence[str]
    Recursive DNS server option.
    subnet str
    Add subnet ID to routing prefix.
    upstream_interface str

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegatedPrefixIaid Number
    IAID of obtained delegated-prefix from the upstream interface.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefixId Number
    Prefix ID.
    rdnssService String
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses List<String>
    Recursive DNS server option.
    subnet String
    Add subnet ID to routing prefix.
    upstreamInterface String

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddr, ObjectFspVlanDynamicMappingInterfaceIpv6Ip6ExtraAddrArgs

    Prefix string
    IPv6 prefix.
    Prefix string
    IPv6 prefix.
    prefix String
    IPv6 prefix.
    prefix string
    IPv6 prefix.
    prefix str
    IPv6 prefix.
    prefix String
    IPv6 prefix.

    ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixList, ObjectFspVlanDynamicMappingInterfaceIpv6Ip6PrefixListArgs

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    Dnssls List<string>
    DNS search list option.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PreferredLifeTime double
    Preferred life time (sec).
    Prefix string
    IPv6 prefix.
    Rdnsses List<string>
    Recursive DNS server option.
    ValidLifeTime double

    Valid life time (sec).

    The vrrp6 block supports:

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    Dnssls []string
    DNS search list option.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PreferredLifeTime float64
    Preferred life time (sec).
    Prefix string
    IPv6 prefix.
    Rdnsses []string
    Recursive DNS server option.
    ValidLifeTime float64

    Valid life time (sec).

    The vrrp6 block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls List<String>
    DNS search list option.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferredLifeTime Double
    Preferred life time (sec).
    prefix String
    IPv6 prefix.
    rdnsses List<String>
    Recursive DNS server option.
    validLifeTime Double

    Valid life time (sec).

    The vrrp6 block supports:

    autonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls string[]
    DNS search list option.
    onlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferredLifeTime number
    Preferred life time (sec).
    prefix string
    IPv6 prefix.
    rdnsses string[]
    Recursive DNS server option.
    validLifeTime number

    Valid life time (sec).

    The vrrp6 block supports:

    autonomous_flag str
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls Sequence[str]
    DNS search list option.
    onlink_flag str
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferred_life_time float
    Preferred life time (sec).
    prefix str
    IPv6 prefix.
    rdnsses Sequence[str]
    Recursive DNS server option.
    valid_life_time float

    Valid life time (sec).

    The vrrp6 block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls List<String>
    DNS search list option.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferredLifeTime Number
    Preferred life time (sec).
    prefix String
    IPv6 prefix.
    rdnsses List<String>
    Recursive DNS server option.
    validLifeTime Number

    Valid life time (sec).

    The vrrp6 block supports:

    ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6, ObjectFspVlanDynamicMappingInterfaceIpv6Vrrp6Args

    AcceptMode string
    AdvInterval double
    IgnoreDefaultRoute string
    Preempt string
    Priority double
    StartTime double
    Status string
    Vrdst6 string
    Monitor the route to this destination.
    Vrgrp double
    Vrid double
    Vrip6 string
    IPv6 address of the virtual router.
    AcceptMode string
    AdvInterval float64
    IgnoreDefaultRoute string
    Preempt string
    Priority float64
    StartTime float64
    Status string
    Vrdst6 string
    Monitor the route to this destination.
    Vrgrp float64
    Vrid float64
    Vrip6 string
    IPv6 address of the virtual router.
    acceptMode String
    advInterval Double
    ignoreDefaultRoute String
    preempt String
    priority Double
    startTime Double
    status String
    vrdst6 String
    Monitor the route to this destination.
    vrgrp Double
    vrid Double
    vrip6 String
    IPv6 address of the virtual router.
    acceptMode string
    advInterval number
    ignoreDefaultRoute string
    preempt string
    priority number
    startTime number
    status string
    vrdst6 string
    Monitor the route to this destination.
    vrgrp number
    vrid number
    vrip6 string
    IPv6 address of the virtual router.
    accept_mode str
    adv_interval float
    ignore_default_route str
    preempt str
    priority float
    start_time float
    status str
    vrdst6 str
    Monitor the route to this destination.
    vrgrp float
    vrid float
    vrip6 str
    IPv6 address of the virtual router.
    acceptMode String
    advInterval Number
    ignoreDefaultRoute String
    preempt String
    priority Number
    startTime Number
    status String
    vrdst6 String
    Monitor the route to this destination.
    vrgrp Number
    vrid Number
    vrip6 String
    IPv6 address of the virtual router.

    ObjectFspVlanDynamicMappingInterfaceSecondaryip, ObjectFspVlanDynamicMappingInterfaceSecondaryipArgs

    Allowaccesses List<string>
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    Detectprotocols List<string>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    Detectserver string
    Gateway's ping server for this IP.
    Gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    HaPriority double
    HA election priority for the PING server.
    Id double
    ID.
    Ip string
    Secondary IP address of the interface.
    PingServStatus double
    Ping-Serv-Status.
    SecipRelayIp string
    DHCP relay IP address.
    Seq double
    Seq.
    Allowaccesses []string
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    Detectprotocols []string
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    Detectserver string
    Gateway's ping server for this IP.
    Gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    HaPriority float64
    HA election priority for the PING server.
    Id float64
    ID.
    Ip string
    Secondary IP address of the interface.
    PingServStatus float64
    Ping-Serv-Status.
    SecipRelayIp string
    DHCP relay IP address.
    Seq float64
    Seq.
    allowaccesses List<String>
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols List<String>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver String
    Gateway's ping server for this IP.
    gwdetect String
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority Double
    HA election priority for the PING server.
    id Double
    ID.
    ip String
    Secondary IP address of the interface.
    pingServStatus Double
    Ping-Serv-Status.
    secipRelayIp String
    DHCP relay IP address.
    seq Double
    Seq.
    allowaccesses string[]
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols string[]
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver string
    Gateway's ping server for this IP.
    gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority number
    HA election priority for the PING server.
    id number
    ID.
    ip string
    Secondary IP address of the interface.
    pingServStatus number
    Ping-Serv-Status.
    secipRelayIp string
    DHCP relay IP address.
    seq number
    Seq.
    allowaccesses Sequence[str]
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols Sequence[str]
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver str
    Gateway's ping server for this IP.
    gwdetect str
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    ha_priority float
    HA election priority for the PING server.
    id float
    ID.
    ip str
    Secondary IP address of the interface.
    ping_serv_status float
    Ping-Serv-Status.
    secip_relay_ip str
    DHCP relay IP address.
    seq float
    Seq.
    allowaccesses List<String>
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols List<String>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver String
    Gateway's ping server for this IP.
    gwdetect String
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority Number
    HA election priority for the PING server.
    id Number
    ID.
    ip String
    Secondary IP address of the interface.
    pingServStatus Number
    Ping-Serv-Status.
    secipRelayIp String
    DHCP relay IP address.
    seq Number
    Seq.

    ObjectFspVlanDynamicMappingInterfaceVrrp, ObjectFspVlanDynamicMappingInterfaceVrrpArgs

    AcceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    AdvInterval double
    Advertisement interval (1 - 255 seconds).
    IgnoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    Preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    Priority double
    Priority of the virtual router (1 - 255).
    ProxyArps List<ObjectFspVlanDynamicMappingInterfaceVrrpProxyArp>
    Proxy-Arp. The structure of proxy_arp block is documented below.
    StartTime double
    Startup time (1 - 255 seconds).
    Status string
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    Version string
    VRRP version. Valid values: 2, 3.
    VrdstPriority double
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    Vrdsts List<string>
    Monitor the route to this destination.
    Vrgrp double
    VRRP group ID (1 - 65535).
    Vrid double
    Virtual router identifier (1 - 255).
    Vrip string
    IP address of the virtual router.
    AcceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    AdvInterval float64
    Advertisement interval (1 - 255 seconds).
    IgnoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    Preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    Priority float64
    Priority of the virtual router (1 - 255).
    ProxyArps []ObjectFspVlanDynamicMappingInterfaceVrrpProxyArp
    Proxy-Arp. The structure of proxy_arp block is documented below.
    StartTime float64
    Startup time (1 - 255 seconds).
    Status string
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    Version string
    VRRP version. Valid values: 2, 3.
    VrdstPriority float64
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    Vrdsts []string
    Monitor the route to this destination.
    Vrgrp float64
    VRRP group ID (1 - 65535).
    Vrid float64
    Virtual router identifier (1 - 255).
    Vrip string
    IP address of the virtual router.
    acceptMode String
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval Double
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute String
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt String
    Enable/disable preempt mode. Valid values: disable, enable.
    priority Double
    Priority of the virtual router (1 - 255).
    proxyArps List<ObjectFspVlanDynamicMappingInterfaceVrrpProxyArp>
    Proxy-Arp. The structure of proxy_arp block is documented below.
    startTime Double
    Startup time (1 - 255 seconds).
    status String
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version String
    VRRP version. Valid values: 2, 3.
    vrdstPriority Double
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts List<String>
    Monitor the route to this destination.
    vrgrp Double
    VRRP group ID (1 - 65535).
    vrid Double
    Virtual router identifier (1 - 255).
    vrip String
    IP address of the virtual router.
    acceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval number
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    priority number
    Priority of the virtual router (1 - 255).
    proxyArps ObjectFspVlanDynamicMappingInterfaceVrrpProxyArp[]
    Proxy-Arp. The structure of proxy_arp block is documented below.
    startTime number
    Startup time (1 - 255 seconds).
    status string
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version string
    VRRP version. Valid values: 2, 3.
    vrdstPriority number
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts string[]
    Monitor the route to this destination.
    vrgrp number
    VRRP group ID (1 - 65535).
    vrid number
    Virtual router identifier (1 - 255).
    vrip string
    IP address of the virtual router.
    accept_mode str
    Enable/disable accept mode. Valid values: disable, enable.
    adv_interval float
    Advertisement interval (1 - 255 seconds).
    ignore_default_route str
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt str
    Enable/disable preempt mode. Valid values: disable, enable.
    priority float
    Priority of the virtual router (1 - 255).
    proxy_arps Sequence[ObjectFspVlanDynamicMappingInterfaceVrrpProxyArp]
    Proxy-Arp. The structure of proxy_arp block is documented below.
    start_time float
    Startup time (1 - 255 seconds).
    status str
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version str
    VRRP version. Valid values: 2, 3.
    vrdst_priority float
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts Sequence[str]
    Monitor the route to this destination.
    vrgrp float
    VRRP group ID (1 - 65535).
    vrid float
    Virtual router identifier (1 - 255).
    vrip str
    IP address of the virtual router.
    acceptMode String
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval Number
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute String
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt String
    Enable/disable preempt mode. Valid values: disable, enable.
    priority Number
    Priority of the virtual router (1 - 255).
    proxyArps List<Property Map>
    Proxy-Arp. The structure of proxy_arp block is documented below.
    startTime Number
    Startup time (1 - 255 seconds).
    status String
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version String
    VRRP version. Valid values: 2, 3.
    vrdstPriority Number
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts List<String>
    Monitor the route to this destination.
    vrgrp Number
    VRRP group ID (1 - 65535).
    vrid Number
    Virtual router identifier (1 - 255).
    vrip String
    IP address of the virtual router.

    ObjectFspVlanDynamicMappingInterfaceVrrpProxyArp, ObjectFspVlanDynamicMappingInterfaceVrrpProxyArpArgs

    Id double
    ID.
    Ip string
    Set IP addresses of proxy ARP.
    Id float64
    ID.
    Ip string
    Set IP addresses of proxy ARP.
    id Double
    ID.
    ip String
    Set IP addresses of proxy ARP.
    id number
    ID.
    ip string
    Set IP addresses of proxy ARP.
    id float
    ID.
    ip str
    Set IP addresses of proxy ARP.
    id Number
    ID.
    ip String
    Set IP addresses of proxy ARP.

    ObjectFspVlanDynamicMapping_Scope, ObjectFspVlanDynamicMapping_ScopeArgs

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    ObjectFspVlanInterface, ObjectFspVlanInterfaceArgs

    AcName string
    PPPoE server name.
    Aggregate string
    Aggregate.
    AggregateType string
    Type of aggregation. Valid values: physical, vxlan.
    Algorithm string
    Frame distribution algorithm. Valid values: L2, L3, L4.
    Alias string
    Alias will be displayed with the interface name to make it easier to distinguish.
    Allowaccesses List<string>
    Permitted types of management access to this interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    Annex string
    Set xDSL annex type. Valid values: a, b, j, bjm, i, al, m, aijlm.
    ApDiscover string
    Enable/disable automatic registration of unknown FortiAP devices. Valid values: disable, enable.
    Arpforward string
    Enable/disable ARP forwarding. Valid values: disable, enable.
    AtmProtocol string
    ATM protocol. Valid values: none, ipoa.
    AuthCert string
    HTTPS server certificate.
    AuthPortalAddr string
    Address of captive portal.
    AuthType string
    PPP authentication type to use. Valid values: auto, pap, chap, mschapv1, mschapv2.
    AutoAuthExtensionDevice string
    Enable/disable automatic authorization of dedicated Fortinet extension device on this interface. Valid values: disable, enable.
    BandwidthMeasureTime double
    Bandwidth measure time
    Bfd string
    Bidirectional Forwarding Detection (BFD) settings. Valid values: global, enable, disable.
    BfdDesiredMinTx double
    BFD desired minimal transmit interval.
    BfdDetectMult double
    BFD detection multiplier.
    BfdRequiredMinRx double
    BFD required minimal receive interval.
    BroadcastForticlientDiscovery string
    Broadcast-Forticlient-Discovery. Valid values: disable, enable.
    BroadcastForward string
    Enable/disable broadcast forwarding. Valid values: disable, enable.
    CaptivePortal double
    Enable/disable captive portal.
    CliConnStatus double
    Cli-Conn-Status.
    Color double
    Color of icon on the GUI.
    Ddns string
    Ddns. Valid values: disable, enable.
    DdnsAuth string
    Ddns-Auth. Valid values: disable, tsig.
    DdnsDomain string
    Ddns-Domain.
    DdnsKey string
    Ddns-Key.
    DdnsKeyname string
    Ddns-Keyname.
    DdnsPasswords List<string>
    Ddns-Password.
    DdnsServer string
    Ddns-Server. Valid values: dhs.org, dyndns.org, dyns.net, tzo.com, ods.org, vavic.com, now.net.cn, dipdns.net, easydns.com, genericDDNS.
    DdnsServerIp string
    Ddns-Server-Ip.
    DdnsSn string
    Ddns-Sn.
    DdnsTtl double
    Ddns-Ttl.
    DdnsUsername string
    Ddns-Username.
    DdnsZone string
    Ddns-Zone.
    DedicatedTo string
    Configure interface for single purpose. Valid values: none, management.
    DefaultPurdueLevel string
    default purdue level of device detected on this interface. Valid values: 1, 2, 3, 4, 5, 1.5, 2.5, 3.5, 5.5.
    Defaultgw string
    Enable to get the gateway IP from the DHCP or PPPoE server. Valid values: disable, enable.
    Description string
    Description.
    DetectedPeerMtu double
    Detected-Peer-Mtu.
    Detectprotocols List<string>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    Detectserver string
    Gateway's ping server for this IP.
    DeviceAccessList string
    Device-Access-List.
    DeviceIdentification string
    Enable/disable passively gathering of device identity information about the devices on the network connected to this interface. Valid values: disable, enable.
    DeviceIdentificationActiveScan string
    Device-Identification-Active-Scan. Valid values: disable, enable.
    DeviceNetscan string
    Device-Netscan. Valid values: disable, enable.
    DeviceUserIdentification string
    Enable/disable passive gathering of user identity information about users on this interface. Valid values: disable, enable.
    Devindex double
    Devindex.
    DhcpBroadcastFlag string
    Enable/disable setting of the broadcast flag in messages sent by the DHCP client (default = enable). Valid values: disable, enable.
    DhcpClasslessRouteAddition string
    Enable/disable addition of classless static routes retrieved from DHCP server. Valid values: disable, enable.
    DhcpClientIdentifier string
    DHCP client identifier.
    DhcpRelayAgentOption string
    Enable/disable DHCP relay agent option. Valid values: disable, enable.
    DhcpRelayCircuitId string
    DHCP relay circuit ID.
    DhcpRelayInterface string
    Specify outgoing interface to reach server.
    DhcpRelayInterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    DhcpRelayIps List<string>
    DHCP relay IP address.
    DhcpRelayLinkSelection string
    DHCP relay link selection.
    DhcpRelayRequestAllServer string
    Dhcp-Relay-Request-All-Server. Valid values: disable, enable.
    DhcpRelayService string
    Enable/disable allowing this interface to act as a DHCP relay. Valid values: disable, enable.
    DhcpRelaySourceIp string
    IP address used by the DHCP relay as its source IP.
    DhcpRelayType string
    DHCP relay type (regular or IPsec). Valid values: regular, ipsec.
    DhcpRenewTime double
    DHCP renew time in seconds (300-604800), 0 means use the renew time provided by the server.
    DhcpSmartRelay string
    Enable/disable DHCP smart relay. Valid values: disable, enable.
    DiscRetryTimeout double
    Time in seconds to wait before retrying to start a PPPoE discovery, 0 means no timeout.
    DisconnectThreshold double
    Time in milliseconds to wait before sending a notification that this interface is down or disconnected.
    Distance double
    Distance for routes learned through PPPoE or DHCP, lower distance indicates preferred route.
    DnsQuery string
    Dns-Query. Valid values: disable, recursive, non-recursive.
    DnsServerOverride string
    Enable/disable use DNS acquired by DHCP or PPPoE. Valid values: disable, enable.
    DnsServerProtocols List<string>
    DNS transport protocols. Valid values: cleartext, dot, doh.
    DropFragment string
    Enable/disable drop fragment packets. Valid values: disable, enable.
    DropOverlappedFragment string
    Enable/disable drop overlapped fragment packets. Valid values: disable, enable.
    EapCaCerts List<string>
    Eap-Ca-Cert.
    EapIdentity string
    Eap-Identity.
    EapMethod string
    Eap-Method. Valid values: tls, peap.
    EapPasswords List<string>
    Eap-Password.
    EapSupplicant string
    Eap-Supplicant. Valid values: disable, enable.
    EapUserCerts List<string>
    Eap-User-Cert.
    EgressCos string
    Override outgoing CoS in user VLAN tag. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    EgressShapingProfile string
    Outgoing traffic shaping profile.
    Eip string
    Eip.
    EndpointCompliance string
    Endpoint-Compliance. Valid values: disable, enable.
    EstimatedDownstreamBandwidth double
    Estimated maximum downstream bandwidth (kbps). Used to estimate link utilization.
    EstimatedUpstreamBandwidth double
    Estimated maximum upstream bandwidth (kbps). Used to estimate link utilization.
    ExplicitFtpProxy string
    Enable/disable the explicit FTP proxy on this interface. Valid values: disable, enable.
    ExplicitWebProxy string
    Enable/disable the explicit web proxy on this interface. Valid values: disable, enable.
    External string
    Enable/disable identifying the interface as an external interface (which usually means it's connected to the Internet). Valid values: disable, enable.
    FailActionOnExtender string
    Action on extender when interface fail . Valid values: soft-restart, hard-restart, reboot.
    FailAlertInterfaces string
    Names of the FortiGate interfaces to which the link failure alert is sent.
    FailAlertMethod string
    Select link-failed-signal or link-down method to alert about a failed link. Valid values: link-failed-signal, link-down.
    FailDetect string
    Enable/disable fail detection features for this interface. Valid values: disable, enable.
    FailDetectOptions List<string>
    Options for detecting that this interface has failed. Valid values: detectserver, link-down.
    Fdp string
    Fdp. Valid values: disable, enable.
    Fortiheartbeat string
    Fortiheartbeat. Valid values: disable, enable.
    Fortilink string
    Enable FortiLink to dedicate this interface to manage other Fortinet devices. Valid values: disable, enable.
    FortilinkBackupLink double
    Fortilink-Backup-Link.
    FortilinkNeighborDetect string
    Protocol for FortiGate neighbor discovery. Valid values: lldp, fortilink.
    FortilinkSplitInterface string
    Enable/disable FortiLink split interface to connect member link to different FortiSwitch in stack for uplink redundancy. Valid values: disable, enable.
    FortilinkStacking string
    Enable/disable FortiLink switch-stacking on this interface. Valid values: disable, enable.
    ForwardDomain double
    Transparent mode forward domain.
    ForwardErrorCorrection string
    Enable/disable forward error correction (FEC Clause 91). Valid values: disable, enable, rs-fec, base-r-fec, fec-cl91, fec-cl74.
    FpAnomalies List<string>
    Fp-Anomaly. Valid values: drop_tcp_fin_noack, pass_winnuke, pass_tcpland, pass_udpland, pass_icmpland, pass_ipland, pass_iprr, pass_ipssrr, pass_iplsrr, pass_ipstream, pass_ipsecurity, pass_iptimestamp, pass_ipunknown_option, pass_ipunknown_prot, pass_icmp_frag, pass_tcp_no_flag, pass_tcp_fin_noack, drop_winnuke, drop_tcpland, drop_udpland, drop_icmpland, drop_ipland, drop_iprr, drop_ipssrr, drop_iplsrr, drop_ipstream, drop_ipsecurity, drop_iptimestamp, drop_ipunknown_option, drop_ipunknown_prot, drop_icmp_frag, drop_tcp_no_flag.
    FpDisables List<string>
    Fp-Disable. Valid values: all, ipsec, none.
    GatewayAddress string
    Gateway address
    GenericReceiveOffload string
    Generic-Receive-Offload. Valid values: disable, enable.
    GiGk string
    Enable/disable Gi Gatekeeper. Valid values: disable, enable.
    Gwaddr string
    Gateway address
    Gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    HaPriority double
    HA election priority for the PING server.
    IcmpAcceptRedirect string
    Enable/disable ICMP accept redirect. Valid values: disable, enable.
    IcmpRedirect string
    Icmp-Redirect. Valid values: disable, enable.
    IcmpSendRedirect string
    Enable/disable sending of ICMP redirects. Valid values: disable, enable.
    IdentAccept string
    Enable/disable authentication for this interface. Valid values: disable, enable.
    IdleTimeout double
    PPPoE auto disconnect after idle timeout seconds, 0 means no timeout.
    IfMdix string
    If-Mdix. Valid values: auto, normal, crossover.
    IfMedia string
    If-Media. Valid values: auto, copper, fiber.
    IkeSamlServers List<string>
    Ike-Saml-Server.
    InForceVlanCos double
    In-Force-Vlan-Cos.
    Inbandwidth double
    Bandwidth limit for incoming traffic (0 - 16776000 kbps), 0 means unlimited.
    IngressCos string
    Override incoming CoS in user VLAN tag on VLAN interface or assign a priority VLAN tag on physical interface. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    IngressShapingProfile string
    Incoming traffic shaping profile.
    IngressSpilloverThreshold double
    Ingress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    InterconnectProfile string
    Set interconnect profile. Valid values: default, profile1, profile2.
    Internal double
    Implicitly created.
    Ip string
    Interface IPv4 address and subnet mask, syntax: X.X.X.X/24.
    IpManagedByFortiipam string
    Enable/disable automatic IP address assignment of this interface by FortiIPAM. Valid values: disable, enable.
    Ipmac string
    Enable/disable IP/MAC binding. Valid values: disable, enable.
    IpsSnifferMode string
    Enable/disable the use of this interface as a one-armed sniffer. Valid values: disable, enable.
    Ipunnumbered string
    Unnumbered IP used for PPPoE interfaces for which no unique local address is provided.
    Ipv6 ObjectFspVlanInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    L2forward string
    Enable/disable l2 forwarding. Valid values: disable, enable.
    L2tpClient string
    Enable/disable this interface as a Layer 2 Tunnelling Protocol (L2TP) client. Valid values: disable, enable.
    LacpHaSecondary string
    Lacp-Ha-Secondary. Valid values: disable, enable.
    LacpHaSlave string
    LACP HA slave. Valid values: disable, enable.
    LacpMode string
    LACP mode. Valid values: static, passive, active.
    LacpSpeed string
    How often the interface sends LACP messages. Valid values: slow, fast.
    LargeReceiveOffload string
    Large-Receive-Offload. Valid values: disable, enable.
    LcpEchoInterval double
    Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
    LcpMaxEchoFails double
    Maximum missed LCP echo messages before disconnect.
    LinkUpDelay double
    Number of milliseconds to wait before considering a link is up.
    ListenForticlientConnection string
    Listen-Forticlient-Connection. Valid values: disable, enable.
    LldpNetworkPolicy string
    LLDP-MED network policy profile.
    LldpReception string
    Enable/disable Link Layer Discovery Protocol (LLDP) reception. Valid values: disable, enable, vdom.
    LldpTransmission string
    Enable/disable Link Layer Discovery Protocol (LLDP) transmission. Valid values: enable, disable, vdom.
    Log string
    Log. Valid values: disable, enable.
    Macaddr string
    Change the interface's MAC address.
    ManagedSubnetworkSize string
    Number of IP addresses to be allocated by FortiIPAM and used by this FortiGate unit's DHCP server settings. Valid values: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536.
    ManagementIp string
    High Availability in-band management IP address of this interface.
    MaxEgressBurstRate double
    Max-Egress-Burst-Rate.
    MaxEgressRate double
    Max-Egress-Rate.
    MeasuredDownstreamBandwidth double
    Measured downstream bandwidth (kbps).
    MeasuredUpstreamBandwidth double
    Measured upstream bandwidth (kbps).
    Mediatype string
    Select SFP media interface type Valid values: serdes-sfp, sgmii-sfp, cfp2-sr10, cfp2-lr4, serdes-copper-sfp, sr, cr, lr, qsfp28-sr4, qsfp28-lr4, qsfp28-cr4, sr4, cr4, lr4.
    Member string
    Physical interfaces that belong to the aggregate or redundant interface.
    MinLinks double
    Minimum number of aggregated ports that must be up.
    MinLinksDown string
    Action to take when less than the configured minimum number of links are active. Valid values: operational, administrative.
    MirroringDirection string
    Port mirroring direction. Valid values: rx, tx, both.
    MirroringPort string
    Mirroring port.
    Mode string
    Addressing mode (static, DHCP, PPPoE). Valid values: static, dhcp, pppoe, pppoa, ipoa, eoa.
    MonitorBandwidth string
    Enable monitoring bandwidth on this interface. Valid values: disable, enable.
    Mtu double
    MTU value for this interface.
    MtuOverride string
    Enable to set a custom MTU for this interface. Valid values: disable, enable.
    MuxType string
    Multiplexer type Valid values: llc-encaps, vc-encaps.
    Name string
    Name.
    Ndiscforward string
    Enable/disable NDISC forwarding. Valid values: disable, enable.
    NetbiosForward string
    Enable/disable NETBIOS forwarding. Valid values: disable, enable.
    NetflowSampler string
    Enable/disable NetFlow on this interface and set the data that NetFlow collects (rx, tx, or both). Valid values: disable, tx, rx, both.
    NpQosProfile double
    Np-Qos-Profile.
    NpuFastpath string
    Npu-Fastpath. Valid values: disable, enable.
    Nst string
    Nst. Valid values: disable, enable.
    OutForceVlanCos double
    Out-Force-Vlan-Cos.
    Outbandwidth double
    Bandwidth limit for outgoing traffic (0 - 16776000 kbps), 0 means unlimited.
    PadtRetryTimeout double
    PPPoE Active Discovery Terminate (PADT) used to terminate sessions after an idle time.
    Passwords List<string>
    PPPoE account's password.
    PeerInterface string
    Peer-Interface.
    PhyMode string
    DSL physical mode. Valid values: auto, adsl, vdsl.
    PingServStatus double
    Ping-Serv-Status.
    Poe string
    Enable/disable PoE status. Valid values: disable, enable.
    PollingInterval double
    sFlow polling interval (1 - 255 sec).
    PortMirroring string
    Enable/disable NP port mirroring. Valid values: disable, enable.
    PppoeUnnumberedNegotiate string
    Enable/disable PPPoE unnumbered negotiation. Valid values: disable, enable.
    PptpAuthType string
    PPTP authentication type. Valid values: auto, pap, chap, mschapv1, mschapv2.
    PptpClient string
    Enable/disable PPTP client. Valid values: disable, enable.
    PptpPasswords List<string>
    PPTP password.
    PptpServerIp string
    PPTP server IP address.
    PptpTimeout double
    Idle timer in minutes (0 for disabled).
    PptpUser string
    PPTP user name.
    PreserveSessionRoute string
    Enable/disable preservation of session route when dirty. Valid values: disable, enable.
    Priority double
    Priority of the virtual router (1 - 255).
    PriorityOverride string
    Enable/disable fail back to higher priority port once recovered. Valid values: disable, enable.
    ProxyCaptivePortal string
    Enable/disable proxy captive portal on this interface. Valid values: disable, enable.
    PvcAtmQos string
    SFP-DSL ADSL Fallback PVC ATM QoS. Valid values: cbr, rt-vbr, nrt-vbr.
    PvcChan double
    SFP-DSL ADSL Fallback PVC Channel.
    PvcCrc double
    SFP-DSL ADSL Fallback PVC CRC Option: bit0: sar LLC preserve, bit1: ream LLC preserve, bit2: ream VC-MUX has crc.
    PvcPcr double
    SFP-DSL ADSL Fallback PVC Packet Cell Rate in cells (0 - 5500).
    PvcScr double
    SFP-DSL ADSL Fallback PVC Sustainable Cell Rate in cells (0 - 5500).
    PvcVlanId double
    SFP-DSL ADSL Fallback PVC VLAN ID.
    PvcVlanRxId double
    SFP-DSL ADSL Fallback PVC VLANID RX.
    PvcVlanRxOp string
    SFP-DSL ADSL Fallback PVC VLAN RX op. Valid values: pass-through, replace, remove.
    PvcVlanTxId double
    SFP-DSL ADSL Fallback PVC VLAN ID TX.
    PvcVlanTxOp string
    SFP-DSL ADSL Fallback PVC VLAN TX op. Valid values: pass-through, replace, remove.
    ReachableTime double
    IPv4 reachable time in milliseconds (30000 - 3600000, default = 30000).
    RedundantInterface string
    Redundant-Interface.
    RemoteIp string
    Remote IP address of tunnel.
    ReplacemsgOverrideGroup string
    Replacement message override group.
    Retransmission string
    Enable/disable DSL retransmission. Valid values: disable, enable.
    RingRx double
    RX ring size.
    RingTx double
    TX ring size.
    Role string
    Interface role. Valid values: lan, wan, dmz, undefined.
    SampleDirection string
    Data that NetFlow collects (rx, tx, or both). Valid values: rx, tx, both.
    SampleRate double
    sFlow sample rate (10 - 99999).
    ScanBotnetConnections string
    Scan-Botnet-Connections. Valid values: disable, block, monitor.
    SecondaryIp string
    Enable/disable adding a secondary IP to this interface. Valid values: disable, enable.
    Secondaryips List<ObjectFspVlanInterfaceSecondaryip>
    Secondaryip. The structure of secondaryip block is documented below.
    Security8021xDynamicVlanId double
    VLAN ID for virtual switch.
    Security8021xMaster string
    802.1X master virtual-switch.
    Security8021xMemberMode string
    802.1X member mode. Valid values: disable, switch.
    Security8021xMode string
    802.1X mode. Valid values: default, dynamic-vlan, fallback, slave.
    SecurityExemptList string
    Name of security-exempt-list.
    SecurityExternalLogout string
    URL of external authentication logout server.
    SecurityExternalWeb string
    URL of external authentication web server.
    SecurityGroups string
    User groups that can authenticate with the captive portal.
    SecurityMacAuthBypass string
    Enable/disable MAC authentication bypass. Valid values: disable, enable, mac-auth-only.
    SecurityMode string
    Turn on captive portal authentication for this interface. Valid values: none, captive-portal, 802.1X.
    SecurityRedirectUrl string
    URL redirection after disclaimer/authentication.
    SelectProfile30a35b string
    Select-Profile-30A-35B. Valid values: 30A, 35B.
    ServiceName string
    PPPoE service name.
    SflowSampler string
    Enable/disable sFlow on this interface. Valid values: disable, enable.
    SfpDsl string
    Enable/disable SFP DSL. Valid values: disable, enable.
    SfpDslAdslFallback string
    Enable/disable SFP DSL ADSL fallback. Valid values: disable, enable.
    SfpDslAutodetect string
    Enable/disable SFP DSL MAC address autodetect. Valid values: disable, enable.
    SfpDslMac string
    SFP DSL MAC address.
    Speed string
    Interface speed. The default setting and the options available depend on the interface hardware. Valid values: auto, 10full, 10half, 100full, 100half, 1000full, 1000half, 10000full, 1000auto, 10000auto, 40000full, 100Gfull, 25000full, 40000auto, 25000auto, 100Gauto.
    SpilloverThreshold double
    Egress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    SrcCheck string
    Enable/disable source IP check. Valid values: disable, enable.
    Status string
    Enable/disable VRRP. Valid values: disable, enable.
    Stp string
    Enable/disable STP. Valid values: disable, enable.
    StpEdge string
    Enable/disable as STP edge port. Valid values: disable, enable.
    StpHaSecondary string
    Stp-Ha-Secondary. Valid values: disable, enable, priority-adjust.
    StpHaSlave string
    Control STP behaviour on HA slave. Valid values: disable, enable, priority-adjust.
    Stpforward string
    Enable/disable STP forwarding. Valid values: disable, enable.
    StpforwardMode string
    Configure STP forwarding mode. Valid values: rpl-all-ext-id, rpl-bridge-ext-id, rpl-nothing.
    StripPriorityVlanTag string
    Strip-Priority-Vlan-Tag. Valid values: disable, enable.
    Subst string
    Enable to always send packets from this interface to a destination MAC address. Valid values: disable, enable.
    SubstituteDstMac string
    Destination MAC address that all packets are sent to from this interface.
    SwAlgorithm string
    Frame distribution algorithm for switch. Valid values: l2, l3, eh.
    SwcFirstCreate double
    Initial create for switch-controller VLANs.
    SwcVlan double
    Swc-Vlan.
    Switch string
    Switch.
    SwitchControllerAccessVlan string
    Block FortiSwitch port-to-port traffic. Valid values: disable, enable.
    SwitchControllerArpInspection string
    Enable/disable FortiSwitch ARP inspection. Valid values: disable, enable.
    SwitchControllerAuth string
    Switch-Controller-Auth. Valid values: radius, usergroup.
    SwitchControllerDhcpSnooping string
    Switch controller DHCP snooping. Valid values: disable, enable.
    SwitchControllerDhcpSnoopingOption82 string
    Switch controller DHCP snooping option82. Valid values: disable, enable.
    SwitchControllerDhcpSnoopingVerifyMac string
    Switch controller DHCP snooping verify MAC. Valid values: disable, enable.
    SwitchControllerDynamic string
    Switch-Controller-Dynamic.
    SwitchControllerFeature string
    Interface's purpose when assigning traffic (read only). Valid values: none, default-vlan, quarantine, sniffer, voice, camera, rspan, video, nac.
    SwitchControllerIgmpSnooping string
    Switch controller IGMP snooping. Valid values: disable, enable.
    SwitchControllerIgmpSnoopingFastLeave string
    Switch controller IGMP snooping fast-leave. Valid values: disable, enable.
    SwitchControllerIgmpSnoopingProxy string
    Switch controller IGMP snooping proxy. Valid values: disable, enable.
    SwitchControllerIotScanning string
    Enable/disable managed FortiSwitch IoT scanning. Valid values: disable, enable.
    SwitchControllerLearningLimit double
    Limit the number of dynamic MAC addresses on this VLAN (1 - 128, 0 = no limit, default).
    SwitchControllerMgmtVlan double
    VLAN to use for FortiLink management purposes.
    SwitchControllerNac string
    Integrated NAC settings for managed FortiSwitch.
    SwitchControllerNetflowCollect string
    NetFlow collection and processing. Valid values: disable, enable.
    SwitchControllerOffload string
    Enable/disable managed FortiSwitch routing offload. Valid values: disable, enable.
    SwitchControllerOffloadGw string
    Enable/disable managed FortiSwitch routing offload gateway. Valid values: disable, enable.
    SwitchControllerOffloadIp string
    IP for routing offload on FortiSwitch.
    SwitchControllerOffloading string
    Switch-Controller-Offloading. Valid values: disable, enable.
    SwitchControllerOffloadingGw string
    Switch-Controller-Offloading-Gw. Valid values: disable, enable.
    SwitchControllerOffloadingIp string
    Switch-Controller-Offloading-Ip.
    SwitchControllerRadiusServer string
    Switch-Controller-Radius-Server.
    SwitchControllerRspanMode string
    Stop Layer2 MAC learning and interception of BPDUs and other packets on this interface. Valid values: disable, enable.
    SwitchControllerSourceIp string
    Source IP address used in FortiLink over L3 connections. Valid values: outbound, fixed.
    SwitchControllerTrafficPolicy string
    Switch controller traffic policy for the VLAN.
    SystemId string
    Define a system ID for the aggregate interface.
    SystemIdType string
    Method in which system ID is generated. Valid values: auto, user.
    TcMode string
    DSL transfer mode. Valid values: ptm, atm.
    TcpMss double
    TCP maximum segment size. 0 means do not change segment size.
    Trunk string
    Enable/disable VLAN trunk. Valid values: disable, enable.
    TrustIp1 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    TrustIp2 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    TrustIp3 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    TrustIp61 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    TrustIp62 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    TrustIp63 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    Type string
    Interface type. Valid values: physical, vlan, aggregate, redundant, tunnel, wireless, vdom-link, loopback, switch, hard-switch, hdlc, vap-switch, wl-mesh, fortilink, switch-vlan, fctrl-trunk, tdm, fext-wan, vxlan, emac-vlan, geneve, ssl.
    Username string
    Username of the PPPoE account, provided by your ISP.
    Vci double
    Virtual Channel ID
    Vectoring string
    Enable/disable DSL vectoring. Valid values: disable, enable.
    Vindex double
    Vindex.
    VlanOpMode string
    Vlan-Op-Mode. Valid values: tag, untag, passthrough.
    VlanProtocol string
    Ethernet protocol of VLAN. Valid values: 8021q, 8021ad.
    Vlanforward string
    Enable/disable traffic forwarding between VLANs on this interface. Valid values: disable, enable.
    Vlanid double
    VLAN ID (1 - 4094).
    Vpi double
    Virtual Path ID
    Vrf double
    Virtual Routing Forwarding ID.
    VrrpVirtualMac string
    Enable/disable use of virtual MAC for VRRP. Valid values: disable, enable.
    Vrrps List<ObjectFspVlanInterfaceVrrp>
    Vrrp. The structure of vrrp block is documented below.
    Wccp string
    Enable/disable WCCP on this interface. Used for encapsulated WCCP communication between WCCP clients and servers. Valid values: disable, enable.
    Weight double
    Default weight for static routes (if route has no weight configured).
    Wifi5gThreshold string
    Minimal signal strength to be considered as a good 5G AP.
    WifiAcl string
    Access control for MAC addresses in the MAC list. Valid values: deny, allow.
    WifiApBand string
    How to select the AP to connect. Valid values: any, 5g-preferred, 5g-only.
    WifiAuth string
    WiFi authentication. Valid values: PSK, RADIUS, radius, usergroup.
    WifiAutoConnect string
    Enable/disable WiFi network auto connect. Valid values: disable, enable.
    WifiAutoSave string
    Enable/disable WiFi network automatic save. Valid values: disable, enable.
    WifiBroadcastSsid string
    Enable/disable SSID broadcast in the beacon. Valid values: disable, enable.
    WifiDnsServer1 string
    DNS server 1.
    WifiDnsServer2 string
    DNS server 2.
    WifiEncrypt string
    Data encryption. Valid values: TKIP, AES.
    WifiFragmentThreshold double
    WiFi fragment threshold (800 - 2346).
    WifiGateway string
    IPv4 default gateway IP address.
    WifiKeyindex double
    WEP key index (1 - 4).
    WifiKeys List<string>
    WiFi WEP Key.
    WifiMacFilter string
    Enable/disable MAC filter status. Valid values: disable, enable.
    WifiPassphrases List<string>
    WiFi pre-shared key for WPA.
    WifiRadiusServer string
    WiFi RADIUS server for WPA.
    WifiRtsThreshold double
    WiFi RTS threshold (256 - 2346).
    WifiSecurity string
    Wireless access security of SSID. Valid values: None, WEP64, wep64, WEP128, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise.
    WifiSsid string
    IEEE 802.11 Service Set Identifier.
    WifiUsergroup string
    WiFi user group for WPA.
    WinsIp string

    WINS server IP.

    The ipv6 block supports:

    AcName string
    PPPoE server name.
    Aggregate string
    Aggregate.
    AggregateType string
    Type of aggregation. Valid values: physical, vxlan.
    Algorithm string
    Frame distribution algorithm. Valid values: L2, L3, L4.
    Alias string
    Alias will be displayed with the interface name to make it easier to distinguish.
    Allowaccesses []string
    Permitted types of management access to this interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    Annex string
    Set xDSL annex type. Valid values: a, b, j, bjm, i, al, m, aijlm.
    ApDiscover string
    Enable/disable automatic registration of unknown FortiAP devices. Valid values: disable, enable.
    Arpforward string
    Enable/disable ARP forwarding. Valid values: disable, enable.
    AtmProtocol string
    ATM protocol. Valid values: none, ipoa.
    AuthCert string
    HTTPS server certificate.
    AuthPortalAddr string
    Address of captive portal.
    AuthType string
    PPP authentication type to use. Valid values: auto, pap, chap, mschapv1, mschapv2.
    AutoAuthExtensionDevice string
    Enable/disable automatic authorization of dedicated Fortinet extension device on this interface. Valid values: disable, enable.
    BandwidthMeasureTime float64
    Bandwidth measure time
    Bfd string
    Bidirectional Forwarding Detection (BFD) settings. Valid values: global, enable, disable.
    BfdDesiredMinTx float64
    BFD desired minimal transmit interval.
    BfdDetectMult float64
    BFD detection multiplier.
    BfdRequiredMinRx float64
    BFD required minimal receive interval.
    BroadcastForticlientDiscovery string
    Broadcast-Forticlient-Discovery. Valid values: disable, enable.
    BroadcastForward string
    Enable/disable broadcast forwarding. Valid values: disable, enable.
    CaptivePortal float64
    Enable/disable captive portal.
    CliConnStatus float64
    Cli-Conn-Status.
    Color float64
    Color of icon on the GUI.
    Ddns string
    Ddns. Valid values: disable, enable.
    DdnsAuth string
    Ddns-Auth. Valid values: disable, tsig.
    DdnsDomain string
    Ddns-Domain.
    DdnsKey string
    Ddns-Key.
    DdnsKeyname string
    Ddns-Keyname.
    DdnsPasswords []string
    Ddns-Password.
    DdnsServer string
    Ddns-Server. Valid values: dhs.org, dyndns.org, dyns.net, tzo.com, ods.org, vavic.com, now.net.cn, dipdns.net, easydns.com, genericDDNS.
    DdnsServerIp string
    Ddns-Server-Ip.
    DdnsSn string
    Ddns-Sn.
    DdnsTtl float64
    Ddns-Ttl.
    DdnsUsername string
    Ddns-Username.
    DdnsZone string
    Ddns-Zone.
    DedicatedTo string
    Configure interface for single purpose. Valid values: none, management.
    DefaultPurdueLevel string
    default purdue level of device detected on this interface. Valid values: 1, 2, 3, 4, 5, 1.5, 2.5, 3.5, 5.5.
    Defaultgw string
    Enable to get the gateway IP from the DHCP or PPPoE server. Valid values: disable, enable.
    Description string
    Description.
    DetectedPeerMtu float64
    Detected-Peer-Mtu.
    Detectprotocols []string
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    Detectserver string
    Gateway's ping server for this IP.
    DeviceAccessList string
    Device-Access-List.
    DeviceIdentification string
    Enable/disable passively gathering of device identity information about the devices on the network connected to this interface. Valid values: disable, enable.
    DeviceIdentificationActiveScan string
    Device-Identification-Active-Scan. Valid values: disable, enable.
    DeviceNetscan string
    Device-Netscan. Valid values: disable, enable.
    DeviceUserIdentification string
    Enable/disable passive gathering of user identity information about users on this interface. Valid values: disable, enable.
    Devindex float64
    Devindex.
    DhcpBroadcastFlag string
    Enable/disable setting of the broadcast flag in messages sent by the DHCP client (default = enable). Valid values: disable, enable.
    DhcpClasslessRouteAddition string
    Enable/disable addition of classless static routes retrieved from DHCP server. Valid values: disable, enable.
    DhcpClientIdentifier string
    DHCP client identifier.
    DhcpRelayAgentOption string
    Enable/disable DHCP relay agent option. Valid values: disable, enable.
    DhcpRelayCircuitId string
    DHCP relay circuit ID.
    DhcpRelayInterface string
    Specify outgoing interface to reach server.
    DhcpRelayInterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    DhcpRelayIps []string
    DHCP relay IP address.
    DhcpRelayLinkSelection string
    DHCP relay link selection.
    DhcpRelayRequestAllServer string
    Dhcp-Relay-Request-All-Server. Valid values: disable, enable.
    DhcpRelayService string
    Enable/disable allowing this interface to act as a DHCP relay. Valid values: disable, enable.
    DhcpRelaySourceIp string
    IP address used by the DHCP relay as its source IP.
    DhcpRelayType string
    DHCP relay type (regular or IPsec). Valid values: regular, ipsec.
    DhcpRenewTime float64
    DHCP renew time in seconds (300-604800), 0 means use the renew time provided by the server.
    DhcpSmartRelay string
    Enable/disable DHCP smart relay. Valid values: disable, enable.
    DiscRetryTimeout float64
    Time in seconds to wait before retrying to start a PPPoE discovery, 0 means no timeout.
    DisconnectThreshold float64
    Time in milliseconds to wait before sending a notification that this interface is down or disconnected.
    Distance float64
    Distance for routes learned through PPPoE or DHCP, lower distance indicates preferred route.
    DnsQuery string
    Dns-Query. Valid values: disable, recursive, non-recursive.
    DnsServerOverride string
    Enable/disable use DNS acquired by DHCP or PPPoE. Valid values: disable, enable.
    DnsServerProtocols []string
    DNS transport protocols. Valid values: cleartext, dot, doh.
    DropFragment string
    Enable/disable drop fragment packets. Valid values: disable, enable.
    DropOverlappedFragment string
    Enable/disable drop overlapped fragment packets. Valid values: disable, enable.
    EapCaCerts []string
    Eap-Ca-Cert.
    EapIdentity string
    Eap-Identity.
    EapMethod string
    Eap-Method. Valid values: tls, peap.
    EapPasswords []string
    Eap-Password.
    EapSupplicant string
    Eap-Supplicant. Valid values: disable, enable.
    EapUserCerts []string
    Eap-User-Cert.
    EgressCos string
    Override outgoing CoS in user VLAN tag. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    EgressShapingProfile string
    Outgoing traffic shaping profile.
    Eip string
    Eip.
    EndpointCompliance string
    Endpoint-Compliance. Valid values: disable, enable.
    EstimatedDownstreamBandwidth float64
    Estimated maximum downstream bandwidth (kbps). Used to estimate link utilization.
    EstimatedUpstreamBandwidth float64
    Estimated maximum upstream bandwidth (kbps). Used to estimate link utilization.
    ExplicitFtpProxy string
    Enable/disable the explicit FTP proxy on this interface. Valid values: disable, enable.
    ExplicitWebProxy string
    Enable/disable the explicit web proxy on this interface. Valid values: disable, enable.
    External string
    Enable/disable identifying the interface as an external interface (which usually means it's connected to the Internet). Valid values: disable, enable.
    FailActionOnExtender string
    Action on extender when interface fail . Valid values: soft-restart, hard-restart, reboot.
    FailAlertInterfaces string
    Names of the FortiGate interfaces to which the link failure alert is sent.
    FailAlertMethod string
    Select link-failed-signal or link-down method to alert about a failed link. Valid values: link-failed-signal, link-down.
    FailDetect string
    Enable/disable fail detection features for this interface. Valid values: disable, enable.
    FailDetectOptions []string
    Options for detecting that this interface has failed. Valid values: detectserver, link-down.
    Fdp string
    Fdp. Valid values: disable, enable.
    Fortiheartbeat string
    Fortiheartbeat. Valid values: disable, enable.
    Fortilink string
    Enable FortiLink to dedicate this interface to manage other Fortinet devices. Valid values: disable, enable.
    FortilinkBackupLink float64
    Fortilink-Backup-Link.
    FortilinkNeighborDetect string
    Protocol for FortiGate neighbor discovery. Valid values: lldp, fortilink.
    FortilinkSplitInterface string
    Enable/disable FortiLink split interface to connect member link to different FortiSwitch in stack for uplink redundancy. Valid values: disable, enable.
    FortilinkStacking string
    Enable/disable FortiLink switch-stacking on this interface. Valid values: disable, enable.
    ForwardDomain float64
    Transparent mode forward domain.
    ForwardErrorCorrection string
    Enable/disable forward error correction (FEC Clause 91). Valid values: disable, enable, rs-fec, base-r-fec, fec-cl91, fec-cl74.
    FpAnomalies []string
    Fp-Anomaly. Valid values: drop_tcp_fin_noack, pass_winnuke, pass_tcpland, pass_udpland, pass_icmpland, pass_ipland, pass_iprr, pass_ipssrr, pass_iplsrr, pass_ipstream, pass_ipsecurity, pass_iptimestamp, pass_ipunknown_option, pass_ipunknown_prot, pass_icmp_frag, pass_tcp_no_flag, pass_tcp_fin_noack, drop_winnuke, drop_tcpland, drop_udpland, drop_icmpland, drop_ipland, drop_iprr, drop_ipssrr, drop_iplsrr, drop_ipstream, drop_ipsecurity, drop_iptimestamp, drop_ipunknown_option, drop_ipunknown_prot, drop_icmp_frag, drop_tcp_no_flag.
    FpDisables []string
    Fp-Disable. Valid values: all, ipsec, none.
    GatewayAddress string
    Gateway address
    GenericReceiveOffload string
    Generic-Receive-Offload. Valid values: disable, enable.
    GiGk string
    Enable/disable Gi Gatekeeper. Valid values: disable, enable.
    Gwaddr string
    Gateway address
    Gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    HaPriority float64
    HA election priority for the PING server.
    IcmpAcceptRedirect string
    Enable/disable ICMP accept redirect. Valid values: disable, enable.
    IcmpRedirect string
    Icmp-Redirect. Valid values: disable, enable.
    IcmpSendRedirect string
    Enable/disable sending of ICMP redirects. Valid values: disable, enable.
    IdentAccept string
    Enable/disable authentication for this interface. Valid values: disable, enable.
    IdleTimeout float64
    PPPoE auto disconnect after idle timeout seconds, 0 means no timeout.
    IfMdix string
    If-Mdix. Valid values: auto, normal, crossover.
    IfMedia string
    If-Media. Valid values: auto, copper, fiber.
    IkeSamlServers []string
    Ike-Saml-Server.
    InForceVlanCos float64
    In-Force-Vlan-Cos.
    Inbandwidth float64
    Bandwidth limit for incoming traffic (0 - 16776000 kbps), 0 means unlimited.
    IngressCos string
    Override incoming CoS in user VLAN tag on VLAN interface or assign a priority VLAN tag on physical interface. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    IngressShapingProfile string
    Incoming traffic shaping profile.
    IngressSpilloverThreshold float64
    Ingress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    InterconnectProfile string
    Set interconnect profile. Valid values: default, profile1, profile2.
    Internal float64
    Implicitly created.
    Ip string
    Interface IPv4 address and subnet mask, syntax: X.X.X.X/24.
    IpManagedByFortiipam string
    Enable/disable automatic IP address assignment of this interface by FortiIPAM. Valid values: disable, enable.
    Ipmac string
    Enable/disable IP/MAC binding. Valid values: disable, enable.
    IpsSnifferMode string
    Enable/disable the use of this interface as a one-armed sniffer. Valid values: disable, enable.
    Ipunnumbered string
    Unnumbered IP used for PPPoE interfaces for which no unique local address is provided.
    Ipv6 ObjectFspVlanInterfaceIpv6Type
    Ipv6. The structure of ipv6 block is documented below.
    L2forward string
    Enable/disable l2 forwarding. Valid values: disable, enable.
    L2tpClient string
    Enable/disable this interface as a Layer 2 Tunnelling Protocol (L2TP) client. Valid values: disable, enable.
    LacpHaSecondary string
    Lacp-Ha-Secondary. Valid values: disable, enable.
    LacpHaSlave string
    LACP HA slave. Valid values: disable, enable.
    LacpMode string
    LACP mode. Valid values: static, passive, active.
    LacpSpeed string
    How often the interface sends LACP messages. Valid values: slow, fast.
    LargeReceiveOffload string
    Large-Receive-Offload. Valid values: disable, enable.
    LcpEchoInterval float64
    Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
    LcpMaxEchoFails float64
    Maximum missed LCP echo messages before disconnect.
    LinkUpDelay float64
    Number of milliseconds to wait before considering a link is up.
    ListenForticlientConnection string
    Listen-Forticlient-Connection. Valid values: disable, enable.
    LldpNetworkPolicy string
    LLDP-MED network policy profile.
    LldpReception string
    Enable/disable Link Layer Discovery Protocol (LLDP) reception. Valid values: disable, enable, vdom.
    LldpTransmission string
    Enable/disable Link Layer Discovery Protocol (LLDP) transmission. Valid values: enable, disable, vdom.
    Log string
    Log. Valid values: disable, enable.
    Macaddr string
    Change the interface's MAC address.
    ManagedSubnetworkSize string
    Number of IP addresses to be allocated by FortiIPAM and used by this FortiGate unit's DHCP server settings. Valid values: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536.
    ManagementIp string
    High Availability in-band management IP address of this interface.
    MaxEgressBurstRate float64
    Max-Egress-Burst-Rate.
    MaxEgressRate float64
    Max-Egress-Rate.
    MeasuredDownstreamBandwidth float64
    Measured downstream bandwidth (kbps).
    MeasuredUpstreamBandwidth float64
    Measured upstream bandwidth (kbps).
    Mediatype string
    Select SFP media interface type Valid values: serdes-sfp, sgmii-sfp, cfp2-sr10, cfp2-lr4, serdes-copper-sfp, sr, cr, lr, qsfp28-sr4, qsfp28-lr4, qsfp28-cr4, sr4, cr4, lr4.
    Member string
    Physical interfaces that belong to the aggregate or redundant interface.
    MinLinks float64
    Minimum number of aggregated ports that must be up.
    MinLinksDown string
    Action to take when less than the configured minimum number of links are active. Valid values: operational, administrative.
    MirroringDirection string
    Port mirroring direction. Valid values: rx, tx, both.
    MirroringPort string
    Mirroring port.
    Mode string
    Addressing mode (static, DHCP, PPPoE). Valid values: static, dhcp, pppoe, pppoa, ipoa, eoa.
    MonitorBandwidth string
    Enable monitoring bandwidth on this interface. Valid values: disable, enable.
    Mtu float64
    MTU value for this interface.
    MtuOverride string
    Enable to set a custom MTU for this interface. Valid values: disable, enable.
    MuxType string
    Multiplexer type Valid values: llc-encaps, vc-encaps.
    Name string
    Name.
    Ndiscforward string
    Enable/disable NDISC forwarding. Valid values: disable, enable.
    NetbiosForward string
    Enable/disable NETBIOS forwarding. Valid values: disable, enable.
    NetflowSampler string
    Enable/disable NetFlow on this interface and set the data that NetFlow collects (rx, tx, or both). Valid values: disable, tx, rx, both.
    NpQosProfile float64
    Np-Qos-Profile.
    NpuFastpath string
    Npu-Fastpath. Valid values: disable, enable.
    Nst string
    Nst. Valid values: disable, enable.
    OutForceVlanCos float64
    Out-Force-Vlan-Cos.
    Outbandwidth float64
    Bandwidth limit for outgoing traffic (0 - 16776000 kbps), 0 means unlimited.
    PadtRetryTimeout float64
    PPPoE Active Discovery Terminate (PADT) used to terminate sessions after an idle time.
    Passwords []string
    PPPoE account's password.
    PeerInterface string
    Peer-Interface.
    PhyMode string
    DSL physical mode. Valid values: auto, adsl, vdsl.
    PingServStatus float64
    Ping-Serv-Status.
    Poe string
    Enable/disable PoE status. Valid values: disable, enable.
    PollingInterval float64
    sFlow polling interval (1 - 255 sec).
    PortMirroring string
    Enable/disable NP port mirroring. Valid values: disable, enable.
    PppoeUnnumberedNegotiate string
    Enable/disable PPPoE unnumbered negotiation. Valid values: disable, enable.
    PptpAuthType string
    PPTP authentication type. Valid values: auto, pap, chap, mschapv1, mschapv2.
    PptpClient string
    Enable/disable PPTP client. Valid values: disable, enable.
    PptpPasswords []string
    PPTP password.
    PptpServerIp string
    PPTP server IP address.
    PptpTimeout float64
    Idle timer in minutes (0 for disabled).
    PptpUser string
    PPTP user name.
    PreserveSessionRoute string
    Enable/disable preservation of session route when dirty. Valid values: disable, enable.
    Priority float64
    Priority of the virtual router (1 - 255).
    PriorityOverride string
    Enable/disable fail back to higher priority port once recovered. Valid values: disable, enable.
    ProxyCaptivePortal string
    Enable/disable proxy captive portal on this interface. Valid values: disable, enable.
    PvcAtmQos string
    SFP-DSL ADSL Fallback PVC ATM QoS. Valid values: cbr, rt-vbr, nrt-vbr.
    PvcChan float64
    SFP-DSL ADSL Fallback PVC Channel.
    PvcCrc float64
    SFP-DSL ADSL Fallback PVC CRC Option: bit0: sar LLC preserve, bit1: ream LLC preserve, bit2: ream VC-MUX has crc.
    PvcPcr float64
    SFP-DSL ADSL Fallback PVC Packet Cell Rate in cells (0 - 5500).
    PvcScr float64
    SFP-DSL ADSL Fallback PVC Sustainable Cell Rate in cells (0 - 5500).
    PvcVlanId float64
    SFP-DSL ADSL Fallback PVC VLAN ID.
    PvcVlanRxId float64
    SFP-DSL ADSL Fallback PVC VLANID RX.
    PvcVlanRxOp string
    SFP-DSL ADSL Fallback PVC VLAN RX op. Valid values: pass-through, replace, remove.
    PvcVlanTxId float64
    SFP-DSL ADSL Fallback PVC VLAN ID TX.
    PvcVlanTxOp string
    SFP-DSL ADSL Fallback PVC VLAN TX op. Valid values: pass-through, replace, remove.
    ReachableTime float64
    IPv4 reachable time in milliseconds (30000 - 3600000, default = 30000).
    RedundantInterface string
    Redundant-Interface.
    RemoteIp string
    Remote IP address of tunnel.
    ReplacemsgOverrideGroup string
    Replacement message override group.
    Retransmission string
    Enable/disable DSL retransmission. Valid values: disable, enable.
    RingRx float64
    RX ring size.
    RingTx float64
    TX ring size.
    Role string
    Interface role. Valid values: lan, wan, dmz, undefined.
    SampleDirection string
    Data that NetFlow collects (rx, tx, or both). Valid values: rx, tx, both.
    SampleRate float64
    sFlow sample rate (10 - 99999).
    ScanBotnetConnections string
    Scan-Botnet-Connections. Valid values: disable, block, monitor.
    SecondaryIp string
    Enable/disable adding a secondary IP to this interface. Valid values: disable, enable.
    Secondaryips []ObjectFspVlanInterfaceSecondaryipType
    Secondaryip. The structure of secondaryip block is documented below.
    Security8021xDynamicVlanId float64
    VLAN ID for virtual switch.
    Security8021xMaster string
    802.1X master virtual-switch.
    Security8021xMemberMode string
    802.1X member mode. Valid values: disable, switch.
    Security8021xMode string
    802.1X mode. Valid values: default, dynamic-vlan, fallback, slave.
    SecurityExemptList string
    Name of security-exempt-list.
    SecurityExternalLogout string
    URL of external authentication logout server.
    SecurityExternalWeb string
    URL of external authentication web server.
    SecurityGroups string
    User groups that can authenticate with the captive portal.
    SecurityMacAuthBypass string
    Enable/disable MAC authentication bypass. Valid values: disable, enable, mac-auth-only.
    SecurityMode string
    Turn on captive portal authentication for this interface. Valid values: none, captive-portal, 802.1X.
    SecurityRedirectUrl string
    URL redirection after disclaimer/authentication.
    SelectProfile30a35b string
    Select-Profile-30A-35B. Valid values: 30A, 35B.
    ServiceName string
    PPPoE service name.
    SflowSampler string
    Enable/disable sFlow on this interface. Valid values: disable, enable.
    SfpDsl string
    Enable/disable SFP DSL. Valid values: disable, enable.
    SfpDslAdslFallback string
    Enable/disable SFP DSL ADSL fallback. Valid values: disable, enable.
    SfpDslAutodetect string
    Enable/disable SFP DSL MAC address autodetect. Valid values: disable, enable.
    SfpDslMac string
    SFP DSL MAC address.
    Speed string
    Interface speed. The default setting and the options available depend on the interface hardware. Valid values: auto, 10full, 10half, 100full, 100half, 1000full, 1000half, 10000full, 1000auto, 10000auto, 40000full, 100Gfull, 25000full, 40000auto, 25000auto, 100Gauto.
    SpilloverThreshold float64
    Egress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    SrcCheck string
    Enable/disable source IP check. Valid values: disable, enable.
    Status string
    Enable/disable VRRP. Valid values: disable, enable.
    Stp string
    Enable/disable STP. Valid values: disable, enable.
    StpEdge string
    Enable/disable as STP edge port. Valid values: disable, enable.
    StpHaSecondary string
    Stp-Ha-Secondary. Valid values: disable, enable, priority-adjust.
    StpHaSlave string
    Control STP behaviour on HA slave. Valid values: disable, enable, priority-adjust.
    Stpforward string
    Enable/disable STP forwarding. Valid values: disable, enable.
    StpforwardMode string
    Configure STP forwarding mode. Valid values: rpl-all-ext-id, rpl-bridge-ext-id, rpl-nothing.
    StripPriorityVlanTag string
    Strip-Priority-Vlan-Tag. Valid values: disable, enable.
    Subst string
    Enable to always send packets from this interface to a destination MAC address. Valid values: disable, enable.
    SubstituteDstMac string
    Destination MAC address that all packets are sent to from this interface.
    SwAlgorithm string
    Frame distribution algorithm for switch. Valid values: l2, l3, eh.
    SwcFirstCreate float64
    Initial create for switch-controller VLANs.
    SwcVlan float64
    Swc-Vlan.
    Switch string
    Switch.
    SwitchControllerAccessVlan string
    Block FortiSwitch port-to-port traffic. Valid values: disable, enable.
    SwitchControllerArpInspection string
    Enable/disable FortiSwitch ARP inspection. Valid values: disable, enable.
    SwitchControllerAuth string
    Switch-Controller-Auth. Valid values: radius, usergroup.
    SwitchControllerDhcpSnooping string
    Switch controller DHCP snooping. Valid values: disable, enable.
    SwitchControllerDhcpSnoopingOption82 string
    Switch controller DHCP snooping option82. Valid values: disable, enable.
    SwitchControllerDhcpSnoopingVerifyMac string
    Switch controller DHCP snooping verify MAC. Valid values: disable, enable.
    SwitchControllerDynamic string
    Switch-Controller-Dynamic.
    SwitchControllerFeature string
    Interface's purpose when assigning traffic (read only). Valid values: none, default-vlan, quarantine, sniffer, voice, camera, rspan, video, nac.
    SwitchControllerIgmpSnooping string
    Switch controller IGMP snooping. Valid values: disable, enable.
    SwitchControllerIgmpSnoopingFastLeave string
    Switch controller IGMP snooping fast-leave. Valid values: disable, enable.
    SwitchControllerIgmpSnoopingProxy string
    Switch controller IGMP snooping proxy. Valid values: disable, enable.
    SwitchControllerIotScanning string
    Enable/disable managed FortiSwitch IoT scanning. Valid values: disable, enable.
    SwitchControllerLearningLimit float64
    Limit the number of dynamic MAC addresses on this VLAN (1 - 128, 0 = no limit, default).
    SwitchControllerMgmtVlan float64
    VLAN to use for FortiLink management purposes.
    SwitchControllerNac string
    Integrated NAC settings for managed FortiSwitch.
    SwitchControllerNetflowCollect string
    NetFlow collection and processing. Valid values: disable, enable.
    SwitchControllerOffload string
    Enable/disable managed FortiSwitch routing offload. Valid values: disable, enable.
    SwitchControllerOffloadGw string
    Enable/disable managed FortiSwitch routing offload gateway. Valid values: disable, enable.
    SwitchControllerOffloadIp string
    IP for routing offload on FortiSwitch.
    SwitchControllerOffloading string
    Switch-Controller-Offloading. Valid values: disable, enable.
    SwitchControllerOffloadingGw string
    Switch-Controller-Offloading-Gw. Valid values: disable, enable.
    SwitchControllerOffloadingIp string
    Switch-Controller-Offloading-Ip.
    SwitchControllerRadiusServer string
    Switch-Controller-Radius-Server.
    SwitchControllerRspanMode string
    Stop Layer2 MAC learning and interception of BPDUs and other packets on this interface. Valid values: disable, enable.
    SwitchControllerSourceIp string
    Source IP address used in FortiLink over L3 connections. Valid values: outbound, fixed.
    SwitchControllerTrafficPolicy string
    Switch controller traffic policy for the VLAN.
    SystemId string
    Define a system ID for the aggregate interface.
    SystemIdType string
    Method in which system ID is generated. Valid values: auto, user.
    TcMode string
    DSL transfer mode. Valid values: ptm, atm.
    TcpMss float64
    TCP maximum segment size. 0 means do not change segment size.
    Trunk string
    Enable/disable VLAN trunk. Valid values: disable, enable.
    TrustIp1 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    TrustIp2 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    TrustIp3 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    TrustIp61 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    TrustIp62 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    TrustIp63 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    Type string
    Interface type. Valid values: physical, vlan, aggregate, redundant, tunnel, wireless, vdom-link, loopback, switch, hard-switch, hdlc, vap-switch, wl-mesh, fortilink, switch-vlan, fctrl-trunk, tdm, fext-wan, vxlan, emac-vlan, geneve, ssl.
    Username string
    Username of the PPPoE account, provided by your ISP.
    Vci float64
    Virtual Channel ID
    Vectoring string
    Enable/disable DSL vectoring. Valid values: disable, enable.
    Vindex float64
    Vindex.
    VlanOpMode string
    Vlan-Op-Mode. Valid values: tag, untag, passthrough.
    VlanProtocol string
    Ethernet protocol of VLAN. Valid values: 8021q, 8021ad.
    Vlanforward string
    Enable/disable traffic forwarding between VLANs on this interface. Valid values: disable, enable.
    Vlanid float64
    VLAN ID (1 - 4094).
    Vpi float64
    Virtual Path ID
    Vrf float64
    Virtual Routing Forwarding ID.
    VrrpVirtualMac string
    Enable/disable use of virtual MAC for VRRP. Valid values: disable, enable.
    Vrrps []ObjectFspVlanInterfaceVrrpType
    Vrrp. The structure of vrrp block is documented below.
    Wccp string
    Enable/disable WCCP on this interface. Used for encapsulated WCCP communication between WCCP clients and servers. Valid values: disable, enable.
    Weight float64
    Default weight for static routes (if route has no weight configured).
    Wifi5gThreshold string
    Minimal signal strength to be considered as a good 5G AP.
    WifiAcl string
    Access control for MAC addresses in the MAC list. Valid values: deny, allow.
    WifiApBand string
    How to select the AP to connect. Valid values: any, 5g-preferred, 5g-only.
    WifiAuth string
    WiFi authentication. Valid values: PSK, RADIUS, radius, usergroup.
    WifiAutoConnect string
    Enable/disable WiFi network auto connect. Valid values: disable, enable.
    WifiAutoSave string
    Enable/disable WiFi network automatic save. Valid values: disable, enable.
    WifiBroadcastSsid string
    Enable/disable SSID broadcast in the beacon. Valid values: disable, enable.
    WifiDnsServer1 string
    DNS server 1.
    WifiDnsServer2 string
    DNS server 2.
    WifiEncrypt string
    Data encryption. Valid values: TKIP, AES.
    WifiFragmentThreshold float64
    WiFi fragment threshold (800 - 2346).
    WifiGateway string
    IPv4 default gateway IP address.
    WifiKeyindex float64
    WEP key index (1 - 4).
    WifiKeys []string
    WiFi WEP Key.
    WifiMacFilter string
    Enable/disable MAC filter status. Valid values: disable, enable.
    WifiPassphrases []string
    WiFi pre-shared key for WPA.
    WifiRadiusServer string
    WiFi RADIUS server for WPA.
    WifiRtsThreshold float64
    WiFi RTS threshold (256 - 2346).
    WifiSecurity string
    Wireless access security of SSID. Valid values: None, WEP64, wep64, WEP128, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise.
    WifiSsid string
    IEEE 802.11 Service Set Identifier.
    WifiUsergroup string
    WiFi user group for WPA.
    WinsIp string

    WINS server IP.

    The ipv6 block supports:

    acName String
    PPPoE server name.
    aggregate String
    Aggregate.
    aggregateType String
    Type of aggregation. Valid values: physical, vxlan.
    algorithm String
    Frame distribution algorithm. Valid values: L2, L3, L4.
    alias String
    Alias will be displayed with the interface name to make it easier to distinguish.
    allowaccesses List<String>
    Permitted types of management access to this interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    annex String
    Set xDSL annex type. Valid values: a, b, j, bjm, i, al, m, aijlm.
    apDiscover String
    Enable/disable automatic registration of unknown FortiAP devices. Valid values: disable, enable.
    arpforward String
    Enable/disable ARP forwarding. Valid values: disable, enable.
    atmProtocol String
    ATM protocol. Valid values: none, ipoa.
    authCert String
    HTTPS server certificate.
    authPortalAddr String
    Address of captive portal.
    authType String
    PPP authentication type to use. Valid values: auto, pap, chap, mschapv1, mschapv2.
    autoAuthExtensionDevice String
    Enable/disable automatic authorization of dedicated Fortinet extension device on this interface. Valid values: disable, enable.
    bandwidthMeasureTime Double
    Bandwidth measure time
    bfd String
    Bidirectional Forwarding Detection (BFD) settings. Valid values: global, enable, disable.
    bfdDesiredMinTx Double
    BFD desired minimal transmit interval.
    bfdDetectMult Double
    BFD detection multiplier.
    bfdRequiredMinRx Double
    BFD required minimal receive interval.
    broadcastForticlientDiscovery String
    Broadcast-Forticlient-Discovery. Valid values: disable, enable.
    broadcastForward String
    Enable/disable broadcast forwarding. Valid values: disable, enable.
    captivePortal Double
    Enable/disable captive portal.
    cliConnStatus Double
    Cli-Conn-Status.
    color Double
    Color of icon on the GUI.
    ddns String
    Ddns. Valid values: disable, enable.
    ddnsAuth String
    Ddns-Auth. Valid values: disable, tsig.
    ddnsDomain String
    Ddns-Domain.
    ddnsKey String
    Ddns-Key.
    ddnsKeyname String
    Ddns-Keyname.
    ddnsPasswords List<String>
    Ddns-Password.
    ddnsServer String
    Ddns-Server. Valid values: dhs.org, dyndns.org, dyns.net, tzo.com, ods.org, vavic.com, now.net.cn, dipdns.net, easydns.com, genericDDNS.
    ddnsServerIp String
    Ddns-Server-Ip.
    ddnsSn String
    Ddns-Sn.
    ddnsTtl Double
    Ddns-Ttl.
    ddnsUsername String
    Ddns-Username.
    ddnsZone String
    Ddns-Zone.
    dedicatedTo String
    Configure interface for single purpose. Valid values: none, management.
    defaultPurdueLevel String
    default purdue level of device detected on this interface. Valid values: 1, 2, 3, 4, 5, 1.5, 2.5, 3.5, 5.5.
    defaultgw String
    Enable to get the gateway IP from the DHCP or PPPoE server. Valid values: disable, enable.
    description String
    Description.
    detectedPeerMtu Double
    Detected-Peer-Mtu.
    detectprotocols List<String>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver String
    Gateway's ping server for this IP.
    deviceAccessList String
    Device-Access-List.
    deviceIdentification String
    Enable/disable passively gathering of device identity information about the devices on the network connected to this interface. Valid values: disable, enable.
    deviceIdentificationActiveScan String
    Device-Identification-Active-Scan. Valid values: disable, enable.
    deviceNetscan String
    Device-Netscan. Valid values: disable, enable.
    deviceUserIdentification String
    Enable/disable passive gathering of user identity information about users on this interface. Valid values: disable, enable.
    devindex Double
    Devindex.
    dhcpBroadcastFlag String
    Enable/disable setting of the broadcast flag in messages sent by the DHCP client (default = enable). Valid values: disable, enable.
    dhcpClasslessRouteAddition String
    Enable/disable addition of classless static routes retrieved from DHCP server. Valid values: disable, enable.
    dhcpClientIdentifier String
    DHCP client identifier.
    dhcpRelayAgentOption String
    Enable/disable DHCP relay agent option. Valid values: disable, enable.
    dhcpRelayCircuitId String
    DHCP relay circuit ID.
    dhcpRelayInterface String
    Specify outgoing interface to reach server.
    dhcpRelayInterfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    dhcpRelayIps List<String>
    DHCP relay IP address.
    dhcpRelayLinkSelection String
    DHCP relay link selection.
    dhcpRelayRequestAllServer String
    Dhcp-Relay-Request-All-Server. Valid values: disable, enable.
    dhcpRelayService String
    Enable/disable allowing this interface to act as a DHCP relay. Valid values: disable, enable.
    dhcpRelaySourceIp String
    IP address used by the DHCP relay as its source IP.
    dhcpRelayType String
    DHCP relay type (regular or IPsec). Valid values: regular, ipsec.
    dhcpRenewTime Double
    DHCP renew time in seconds (300-604800), 0 means use the renew time provided by the server.
    dhcpSmartRelay String
    Enable/disable DHCP smart relay. Valid values: disable, enable.
    discRetryTimeout Double
    Time in seconds to wait before retrying to start a PPPoE discovery, 0 means no timeout.
    disconnectThreshold Double
    Time in milliseconds to wait before sending a notification that this interface is down or disconnected.
    distance Double
    Distance for routes learned through PPPoE or DHCP, lower distance indicates preferred route.
    dnsQuery String
    Dns-Query. Valid values: disable, recursive, non-recursive.
    dnsServerOverride String
    Enable/disable use DNS acquired by DHCP or PPPoE. Valid values: disable, enable.
    dnsServerProtocols List<String>
    DNS transport protocols. Valid values: cleartext, dot, doh.
    dropFragment String
    Enable/disable drop fragment packets. Valid values: disable, enable.
    dropOverlappedFragment String
    Enable/disable drop overlapped fragment packets. Valid values: disable, enable.
    eapCaCerts List<String>
    Eap-Ca-Cert.
    eapIdentity String
    Eap-Identity.
    eapMethod String
    Eap-Method. Valid values: tls, peap.
    eapPasswords List<String>
    Eap-Password.
    eapSupplicant String
    Eap-Supplicant. Valid values: disable, enable.
    eapUserCerts List<String>
    Eap-User-Cert.
    egressCos String
    Override outgoing CoS in user VLAN tag. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    egressShapingProfile String
    Outgoing traffic shaping profile.
    eip String
    Eip.
    endpointCompliance String
    Endpoint-Compliance. Valid values: disable, enable.
    estimatedDownstreamBandwidth Double
    Estimated maximum downstream bandwidth (kbps). Used to estimate link utilization.
    estimatedUpstreamBandwidth Double
    Estimated maximum upstream bandwidth (kbps). Used to estimate link utilization.
    explicitFtpProxy String
    Enable/disable the explicit FTP proxy on this interface. Valid values: disable, enable.
    explicitWebProxy String
    Enable/disable the explicit web proxy on this interface. Valid values: disable, enable.
    external String
    Enable/disable identifying the interface as an external interface (which usually means it's connected to the Internet). Valid values: disable, enable.
    failActionOnExtender String
    Action on extender when interface fail . Valid values: soft-restart, hard-restart, reboot.
    failAlertInterfaces String
    Names of the FortiGate interfaces to which the link failure alert is sent.
    failAlertMethod String
    Select link-failed-signal or link-down method to alert about a failed link. Valid values: link-failed-signal, link-down.
    failDetect String
    Enable/disable fail detection features for this interface. Valid values: disable, enable.
    failDetectOptions List<String>
    Options for detecting that this interface has failed. Valid values: detectserver, link-down.
    fdp String
    Fdp. Valid values: disable, enable.
    fortiheartbeat String
    Fortiheartbeat. Valid values: disable, enable.
    fortilink String
    Enable FortiLink to dedicate this interface to manage other Fortinet devices. Valid values: disable, enable.
    fortilinkBackupLink Double
    Fortilink-Backup-Link.
    fortilinkNeighborDetect String
    Protocol for FortiGate neighbor discovery. Valid values: lldp, fortilink.
    fortilinkSplitInterface String
    Enable/disable FortiLink split interface to connect member link to different FortiSwitch in stack for uplink redundancy. Valid values: disable, enable.
    fortilinkStacking String
    Enable/disable FortiLink switch-stacking on this interface. Valid values: disable, enable.
    forwardDomain Double
    Transparent mode forward domain.
    forwardErrorCorrection String
    Enable/disable forward error correction (FEC Clause 91). Valid values: disable, enable, rs-fec, base-r-fec, fec-cl91, fec-cl74.
    fpAnomalies List<String>
    Fp-Anomaly. Valid values: drop_tcp_fin_noack, pass_winnuke, pass_tcpland, pass_udpland, pass_icmpland, pass_ipland, pass_iprr, pass_ipssrr, pass_iplsrr, pass_ipstream, pass_ipsecurity, pass_iptimestamp, pass_ipunknown_option, pass_ipunknown_prot, pass_icmp_frag, pass_tcp_no_flag, pass_tcp_fin_noack, drop_winnuke, drop_tcpland, drop_udpland, drop_icmpland, drop_ipland, drop_iprr, drop_ipssrr, drop_iplsrr, drop_ipstream, drop_ipsecurity, drop_iptimestamp, drop_ipunknown_option, drop_ipunknown_prot, drop_icmp_frag, drop_tcp_no_flag.
    fpDisables List<String>
    Fp-Disable. Valid values: all, ipsec, none.
    gatewayAddress String
    Gateway address
    genericReceiveOffload String
    Generic-Receive-Offload. Valid values: disable, enable.
    giGk String
    Enable/disable Gi Gatekeeper. Valid values: disable, enable.
    gwaddr String
    Gateway address
    gwdetect String
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority Double
    HA election priority for the PING server.
    icmpAcceptRedirect String
    Enable/disable ICMP accept redirect. Valid values: disable, enable.
    icmpRedirect String
    Icmp-Redirect. Valid values: disable, enable.
    icmpSendRedirect String
    Enable/disable sending of ICMP redirects. Valid values: disable, enable.
    identAccept String
    Enable/disable authentication for this interface. Valid values: disable, enable.
    idleTimeout Double
    PPPoE auto disconnect after idle timeout seconds, 0 means no timeout.
    ifMdix String
    If-Mdix. Valid values: auto, normal, crossover.
    ifMedia String
    If-Media. Valid values: auto, copper, fiber.
    ikeSamlServers List<String>
    Ike-Saml-Server.
    inForceVlanCos Double
    In-Force-Vlan-Cos.
    inbandwidth Double
    Bandwidth limit for incoming traffic (0 - 16776000 kbps), 0 means unlimited.
    ingressCos String
    Override incoming CoS in user VLAN tag on VLAN interface or assign a priority VLAN tag on physical interface. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    ingressShapingProfile String
    Incoming traffic shaping profile.
    ingressSpilloverThreshold Double
    Ingress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    interconnectProfile String
    Set interconnect profile. Valid values: default, profile1, profile2.
    internal Double
    Implicitly created.
    ip String
    Interface IPv4 address and subnet mask, syntax: X.X.X.X/24.
    ipManagedByFortiipam String
    Enable/disable automatic IP address assignment of this interface by FortiIPAM. Valid values: disable, enable.
    ipmac String
    Enable/disable IP/MAC binding. Valid values: disable, enable.
    ipsSnifferMode String
    Enable/disable the use of this interface as a one-armed sniffer. Valid values: disable, enable.
    ipunnumbered String
    Unnumbered IP used for PPPoE interfaces for which no unique local address is provided.
    ipv6 ObjectFspVlanInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    l2forward String
    Enable/disable l2 forwarding. Valid values: disable, enable.
    l2tpClient String
    Enable/disable this interface as a Layer 2 Tunnelling Protocol (L2TP) client. Valid values: disable, enable.
    lacpHaSecondary String
    Lacp-Ha-Secondary. Valid values: disable, enable.
    lacpHaSlave String
    LACP HA slave. Valid values: disable, enable.
    lacpMode String
    LACP mode. Valid values: static, passive, active.
    lacpSpeed String
    How often the interface sends LACP messages. Valid values: slow, fast.
    largeReceiveOffload String
    Large-Receive-Offload. Valid values: disable, enable.
    lcpEchoInterval Double
    Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
    lcpMaxEchoFails Double
    Maximum missed LCP echo messages before disconnect.
    linkUpDelay Double
    Number of milliseconds to wait before considering a link is up.
    listenForticlientConnection String
    Listen-Forticlient-Connection. Valid values: disable, enable.
    lldpNetworkPolicy String
    LLDP-MED network policy profile.
    lldpReception String
    Enable/disable Link Layer Discovery Protocol (LLDP) reception. Valid values: disable, enable, vdom.
    lldpTransmission String
    Enable/disable Link Layer Discovery Protocol (LLDP) transmission. Valid values: enable, disable, vdom.
    log String
    Log. Valid values: disable, enable.
    macaddr String
    Change the interface's MAC address.
    managedSubnetworkSize String
    Number of IP addresses to be allocated by FortiIPAM and used by this FortiGate unit's DHCP server settings. Valid values: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536.
    managementIp String
    High Availability in-band management IP address of this interface.
    maxEgressBurstRate Double
    Max-Egress-Burst-Rate.
    maxEgressRate Double
    Max-Egress-Rate.
    measuredDownstreamBandwidth Double
    Measured downstream bandwidth (kbps).
    measuredUpstreamBandwidth Double
    Measured upstream bandwidth (kbps).
    mediatype String
    Select SFP media interface type Valid values: serdes-sfp, sgmii-sfp, cfp2-sr10, cfp2-lr4, serdes-copper-sfp, sr, cr, lr, qsfp28-sr4, qsfp28-lr4, qsfp28-cr4, sr4, cr4, lr4.
    member String
    Physical interfaces that belong to the aggregate or redundant interface.
    minLinks Double
    Minimum number of aggregated ports that must be up.
    minLinksDown String
    Action to take when less than the configured minimum number of links are active. Valid values: operational, administrative.
    mirroringDirection String
    Port mirroring direction. Valid values: rx, tx, both.
    mirroringPort String
    Mirroring port.
    mode String
    Addressing mode (static, DHCP, PPPoE). Valid values: static, dhcp, pppoe, pppoa, ipoa, eoa.
    monitorBandwidth String
    Enable monitoring bandwidth on this interface. Valid values: disable, enable.
    mtu Double
    MTU value for this interface.
    mtuOverride String
    Enable to set a custom MTU for this interface. Valid values: disable, enable.
    muxType String
    Multiplexer type Valid values: llc-encaps, vc-encaps.
    name String
    Name.
    ndiscforward String
    Enable/disable NDISC forwarding. Valid values: disable, enable.
    netbiosForward String
    Enable/disable NETBIOS forwarding. Valid values: disable, enable.
    netflowSampler String
    Enable/disable NetFlow on this interface and set the data that NetFlow collects (rx, tx, or both). Valid values: disable, tx, rx, both.
    npQosProfile Double
    Np-Qos-Profile.
    npuFastpath String
    Npu-Fastpath. Valid values: disable, enable.
    nst String
    Nst. Valid values: disable, enable.
    outForceVlanCos Double
    Out-Force-Vlan-Cos.
    outbandwidth Double
    Bandwidth limit for outgoing traffic (0 - 16776000 kbps), 0 means unlimited.
    padtRetryTimeout Double
    PPPoE Active Discovery Terminate (PADT) used to terminate sessions after an idle time.
    passwords List<String>
    PPPoE account's password.
    peerInterface String
    Peer-Interface.
    phyMode String
    DSL physical mode. Valid values: auto, adsl, vdsl.
    pingServStatus Double
    Ping-Serv-Status.
    poe String
    Enable/disable PoE status. Valid values: disable, enable.
    pollingInterval Double
    sFlow polling interval (1 - 255 sec).
    portMirroring String
    Enable/disable NP port mirroring. Valid values: disable, enable.
    pppoeUnnumberedNegotiate String
    Enable/disable PPPoE unnumbered negotiation. Valid values: disable, enable.
    pptpAuthType String
    PPTP authentication type. Valid values: auto, pap, chap, mschapv1, mschapv2.
    pptpClient String
    Enable/disable PPTP client. Valid values: disable, enable.
    pptpPasswords List<String>
    PPTP password.
    pptpServerIp String
    PPTP server IP address.
    pptpTimeout Double
    Idle timer in minutes (0 for disabled).
    pptpUser String
    PPTP user name.
    preserveSessionRoute String
    Enable/disable preservation of session route when dirty. Valid values: disable, enable.
    priority Double
    Priority of the virtual router (1 - 255).
    priorityOverride String
    Enable/disable fail back to higher priority port once recovered. Valid values: disable, enable.
    proxyCaptivePortal String
    Enable/disable proxy captive portal on this interface. Valid values: disable, enable.
    pvcAtmQos String
    SFP-DSL ADSL Fallback PVC ATM QoS. Valid values: cbr, rt-vbr, nrt-vbr.
    pvcChan Double
    SFP-DSL ADSL Fallback PVC Channel.
    pvcCrc Double
    SFP-DSL ADSL Fallback PVC CRC Option: bit0: sar LLC preserve, bit1: ream LLC preserve, bit2: ream VC-MUX has crc.
    pvcPcr Double
    SFP-DSL ADSL Fallback PVC Packet Cell Rate in cells (0 - 5500).
    pvcScr Double
    SFP-DSL ADSL Fallback PVC Sustainable Cell Rate in cells (0 - 5500).
    pvcVlanId Double
    SFP-DSL ADSL Fallback PVC VLAN ID.
    pvcVlanRxId Double
    SFP-DSL ADSL Fallback PVC VLANID RX.
    pvcVlanRxOp String
    SFP-DSL ADSL Fallback PVC VLAN RX op. Valid values: pass-through, replace, remove.
    pvcVlanTxId Double
    SFP-DSL ADSL Fallback PVC VLAN ID TX.
    pvcVlanTxOp String
    SFP-DSL ADSL Fallback PVC VLAN TX op. Valid values: pass-through, replace, remove.
    reachableTime Double
    IPv4 reachable time in milliseconds (30000 - 3600000, default = 30000).
    redundantInterface String
    Redundant-Interface.
    remoteIp String
    Remote IP address of tunnel.
    replacemsgOverrideGroup String
    Replacement message override group.
    retransmission String
    Enable/disable DSL retransmission. Valid values: disable, enable.
    ringRx Double
    RX ring size.
    ringTx Double
    TX ring size.
    role String
    Interface role. Valid values: lan, wan, dmz, undefined.
    sampleDirection String
    Data that NetFlow collects (rx, tx, or both). Valid values: rx, tx, both.
    sampleRate Double
    sFlow sample rate (10 - 99999).
    scanBotnetConnections String
    Scan-Botnet-Connections. Valid values: disable, block, monitor.
    secondaryIp String
    Enable/disable adding a secondary IP to this interface. Valid values: disable, enable.
    secondaryips List<ObjectFspVlanInterfaceSecondaryip>
    Secondaryip. The structure of secondaryip block is documented below.
    security8021xDynamicVlanId Double
    VLAN ID for virtual switch.
    security8021xMaster String
    802.1X master virtual-switch.
    security8021xMemberMode String
    802.1X member mode. Valid values: disable, switch.
    security8021xMode String
    802.1X mode. Valid values: default, dynamic-vlan, fallback, slave.
    securityExemptList String
    Name of security-exempt-list.
    securityExternalLogout String
    URL of external authentication logout server.
    securityExternalWeb String
    URL of external authentication web server.
    securityGroups String
    User groups that can authenticate with the captive portal.
    securityMacAuthBypass String
    Enable/disable MAC authentication bypass. Valid values: disable, enable, mac-auth-only.
    securityMode String
    Turn on captive portal authentication for this interface. Valid values: none, captive-portal, 802.1X.
    securityRedirectUrl String
    URL redirection after disclaimer/authentication.
    selectProfile30a35b String
    Select-Profile-30A-35B. Valid values: 30A, 35B.
    serviceName String
    PPPoE service name.
    sflowSampler String
    Enable/disable sFlow on this interface. Valid values: disable, enable.
    sfpDsl String
    Enable/disable SFP DSL. Valid values: disable, enable.
    sfpDslAdslFallback String
    Enable/disable SFP DSL ADSL fallback. Valid values: disable, enable.
    sfpDslAutodetect String
    Enable/disable SFP DSL MAC address autodetect. Valid values: disable, enable.
    sfpDslMac String
    SFP DSL MAC address.
    speed String
    Interface speed. The default setting and the options available depend on the interface hardware. Valid values: auto, 10full, 10half, 100full, 100half, 1000full, 1000half, 10000full, 1000auto, 10000auto, 40000full, 100Gfull, 25000full, 40000auto, 25000auto, 100Gauto.
    spilloverThreshold Double
    Egress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    srcCheck String
    Enable/disable source IP check. Valid values: disable, enable.
    status String
    Enable/disable VRRP. Valid values: disable, enable.
    stp String
    Enable/disable STP. Valid values: disable, enable.
    stpEdge String
    Enable/disable as STP edge port. Valid values: disable, enable.
    stpHaSecondary String
    Stp-Ha-Secondary. Valid values: disable, enable, priority-adjust.
    stpHaSlave String
    Control STP behaviour on HA slave. Valid values: disable, enable, priority-adjust.
    stpforward String
    Enable/disable STP forwarding. Valid values: disable, enable.
    stpforwardMode String
    Configure STP forwarding mode. Valid values: rpl-all-ext-id, rpl-bridge-ext-id, rpl-nothing.
    stripPriorityVlanTag String
    Strip-Priority-Vlan-Tag. Valid values: disable, enable.
    subst String
    Enable to always send packets from this interface to a destination MAC address. Valid values: disable, enable.
    substituteDstMac String
    Destination MAC address that all packets are sent to from this interface.
    swAlgorithm String
    Frame distribution algorithm for switch. Valid values: l2, l3, eh.
    swcFirstCreate Double
    Initial create for switch-controller VLANs.
    swcVlan Double
    Swc-Vlan.
    switchControllerAccessVlan String
    Block FortiSwitch port-to-port traffic. Valid values: disable, enable.
    switchControllerArpInspection String
    Enable/disable FortiSwitch ARP inspection. Valid values: disable, enable.
    switchControllerAuth String
    Switch-Controller-Auth. Valid values: radius, usergroup.
    switchControllerDhcpSnooping String
    Switch controller DHCP snooping. Valid values: disable, enable.
    switchControllerDhcpSnoopingOption82 String
    Switch controller DHCP snooping option82. Valid values: disable, enable.
    switchControllerDhcpSnoopingVerifyMac String
    Switch controller DHCP snooping verify MAC. Valid values: disable, enable.
    switchControllerDynamic String
    Switch-Controller-Dynamic.
    switchControllerFeature String
    Interface's purpose when assigning traffic (read only). Valid values: none, default-vlan, quarantine, sniffer, voice, camera, rspan, video, nac.
    switchControllerIgmpSnooping String
    Switch controller IGMP snooping. Valid values: disable, enable.
    switchControllerIgmpSnoopingFastLeave String
    Switch controller IGMP snooping fast-leave. Valid values: disable, enable.
    switchControllerIgmpSnoopingProxy String
    Switch controller IGMP snooping proxy. Valid values: disable, enable.
    switchControllerIotScanning String
    Enable/disable managed FortiSwitch IoT scanning. Valid values: disable, enable.
    switchControllerLearningLimit Double
    Limit the number of dynamic MAC addresses on this VLAN (1 - 128, 0 = no limit, default).
    switchControllerMgmtVlan Double
    VLAN to use for FortiLink management purposes.
    switchControllerNac String
    Integrated NAC settings for managed FortiSwitch.
    switchControllerNetflowCollect String
    NetFlow collection and processing. Valid values: disable, enable.
    switchControllerOffload String
    Enable/disable managed FortiSwitch routing offload. Valid values: disable, enable.
    switchControllerOffloadGw String
    Enable/disable managed FortiSwitch routing offload gateway. Valid values: disable, enable.
    switchControllerOffloadIp String
    IP for routing offload on FortiSwitch.
    switchControllerOffloading String
    Switch-Controller-Offloading. Valid values: disable, enable.
    switchControllerOffloadingGw String
    Switch-Controller-Offloading-Gw. Valid values: disable, enable.
    switchControllerOffloadingIp String
    Switch-Controller-Offloading-Ip.
    switchControllerRadiusServer String
    Switch-Controller-Radius-Server.
    switchControllerRspanMode String
    Stop Layer2 MAC learning and interception of BPDUs and other packets on this interface. Valid values: disable, enable.
    switchControllerSourceIp String
    Source IP address used in FortiLink over L3 connections. Valid values: outbound, fixed.
    switchControllerTrafficPolicy String
    Switch controller traffic policy for the VLAN.
    switch_ String
    Switch.
    systemId String
    Define a system ID for the aggregate interface.
    systemIdType String
    Method in which system ID is generated. Valid values: auto, user.
    tcMode String
    DSL transfer mode. Valid values: ptm, atm.
    tcpMss Double
    TCP maximum segment size. 0 means do not change segment size.
    trunk String
    Enable/disable VLAN trunk. Valid values: disable, enable.
    trustIp1 String
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp2 String
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp3 String
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp61 String
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trustIp62 String
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trustIp63 String
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    type String
    Interface type. Valid values: physical, vlan, aggregate, redundant, tunnel, wireless, vdom-link, loopback, switch, hard-switch, hdlc, vap-switch, wl-mesh, fortilink, switch-vlan, fctrl-trunk, tdm, fext-wan, vxlan, emac-vlan, geneve, ssl.
    username String
    Username of the PPPoE account, provided by your ISP.
    vci Double
    Virtual Channel ID
    vectoring String
    Enable/disable DSL vectoring. Valid values: disable, enable.
    vindex Double
    Vindex.
    vlanOpMode String
    Vlan-Op-Mode. Valid values: tag, untag, passthrough.
    vlanProtocol String
    Ethernet protocol of VLAN. Valid values: 8021q, 8021ad.
    vlanforward String
    Enable/disable traffic forwarding between VLANs on this interface. Valid values: disable, enable.
    vlanid Double
    VLAN ID (1 - 4094).
    vpi Double
    Virtual Path ID
    vrf Double
    Virtual Routing Forwarding ID.
    vrrpVirtualMac String
    Enable/disable use of virtual MAC for VRRP. Valid values: disable, enable.
    vrrps List<ObjectFspVlanInterfaceVrrp>
    Vrrp. The structure of vrrp block is documented below.
    wccp String
    Enable/disable WCCP on this interface. Used for encapsulated WCCP communication between WCCP clients and servers. Valid values: disable, enable.
    weight Double
    Default weight for static routes (if route has no weight configured).
    wifi5gThreshold String
    Minimal signal strength to be considered as a good 5G AP.
    wifiAcl String
    Access control for MAC addresses in the MAC list. Valid values: deny, allow.
    wifiApBand String
    How to select the AP to connect. Valid values: any, 5g-preferred, 5g-only.
    wifiAuth String
    WiFi authentication. Valid values: PSK, RADIUS, radius, usergroup.
    wifiAutoConnect String
    Enable/disable WiFi network auto connect. Valid values: disable, enable.
    wifiAutoSave String
    Enable/disable WiFi network automatic save. Valid values: disable, enable.
    wifiBroadcastSsid String
    Enable/disable SSID broadcast in the beacon. Valid values: disable, enable.
    wifiDnsServer1 String
    DNS server 1.
    wifiDnsServer2 String
    DNS server 2.
    wifiEncrypt String
    Data encryption. Valid values: TKIP, AES.
    wifiFragmentThreshold Double
    WiFi fragment threshold (800 - 2346).
    wifiGateway String
    IPv4 default gateway IP address.
    wifiKeyindex Double
    WEP key index (1 - 4).
    wifiKeys List<String>
    WiFi WEP Key.
    wifiMacFilter String
    Enable/disable MAC filter status. Valid values: disable, enable.
    wifiPassphrases List<String>
    WiFi pre-shared key for WPA.
    wifiRadiusServer String
    WiFi RADIUS server for WPA.
    wifiRtsThreshold Double
    WiFi RTS threshold (256 - 2346).
    wifiSecurity String
    Wireless access security of SSID. Valid values: None, WEP64, wep64, WEP128, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise.
    wifiSsid String
    IEEE 802.11 Service Set Identifier.
    wifiUsergroup String
    WiFi user group for WPA.
    winsIp String

    WINS server IP.

    The ipv6 block supports:

    acName string
    PPPoE server name.
    aggregate string
    Aggregate.
    aggregateType string
    Type of aggregation. Valid values: physical, vxlan.
    algorithm string
    Frame distribution algorithm. Valid values: L2, L3, L4.
    alias string
    Alias will be displayed with the interface name to make it easier to distinguish.
    allowaccesses string[]
    Permitted types of management access to this interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    annex string
    Set xDSL annex type. Valid values: a, b, j, bjm, i, al, m, aijlm.
    apDiscover string
    Enable/disable automatic registration of unknown FortiAP devices. Valid values: disable, enable.
    arpforward string
    Enable/disable ARP forwarding. Valid values: disable, enable.
    atmProtocol string
    ATM protocol. Valid values: none, ipoa.
    authCert string
    HTTPS server certificate.
    authPortalAddr string
    Address of captive portal.
    authType string
    PPP authentication type to use. Valid values: auto, pap, chap, mschapv1, mschapv2.
    autoAuthExtensionDevice string
    Enable/disable automatic authorization of dedicated Fortinet extension device on this interface. Valid values: disable, enable.
    bandwidthMeasureTime number
    Bandwidth measure time
    bfd string
    Bidirectional Forwarding Detection (BFD) settings. Valid values: global, enable, disable.
    bfdDesiredMinTx number
    BFD desired minimal transmit interval.
    bfdDetectMult number
    BFD detection multiplier.
    bfdRequiredMinRx number
    BFD required minimal receive interval.
    broadcastForticlientDiscovery string
    Broadcast-Forticlient-Discovery. Valid values: disable, enable.
    broadcastForward string
    Enable/disable broadcast forwarding. Valid values: disable, enable.
    captivePortal number
    Enable/disable captive portal.
    cliConnStatus number
    Cli-Conn-Status.
    color number
    Color of icon on the GUI.
    ddns string
    Ddns. Valid values: disable, enable.
    ddnsAuth string
    Ddns-Auth. Valid values: disable, tsig.
    ddnsDomain string
    Ddns-Domain.
    ddnsKey string
    Ddns-Key.
    ddnsKeyname string
    Ddns-Keyname.
    ddnsPasswords string[]
    Ddns-Password.
    ddnsServer string
    Ddns-Server. Valid values: dhs.org, dyndns.org, dyns.net, tzo.com, ods.org, vavic.com, now.net.cn, dipdns.net, easydns.com, genericDDNS.
    ddnsServerIp string
    Ddns-Server-Ip.
    ddnsSn string
    Ddns-Sn.
    ddnsTtl number
    Ddns-Ttl.
    ddnsUsername string
    Ddns-Username.
    ddnsZone string
    Ddns-Zone.
    dedicatedTo string
    Configure interface for single purpose. Valid values: none, management.
    defaultPurdueLevel string
    default purdue level of device detected on this interface. Valid values: 1, 2, 3, 4, 5, 1.5, 2.5, 3.5, 5.5.
    defaultgw string
    Enable to get the gateway IP from the DHCP or PPPoE server. Valid values: disable, enable.
    description string
    Description.
    detectedPeerMtu number
    Detected-Peer-Mtu.
    detectprotocols string[]
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver string
    Gateway's ping server for this IP.
    deviceAccessList string
    Device-Access-List.
    deviceIdentification string
    Enable/disable passively gathering of device identity information about the devices on the network connected to this interface. Valid values: disable, enable.
    deviceIdentificationActiveScan string
    Device-Identification-Active-Scan. Valid values: disable, enable.
    deviceNetscan string
    Device-Netscan. Valid values: disable, enable.
    deviceUserIdentification string
    Enable/disable passive gathering of user identity information about users on this interface. Valid values: disable, enable.
    devindex number
    Devindex.
    dhcpBroadcastFlag string
    Enable/disable setting of the broadcast flag in messages sent by the DHCP client (default = enable). Valid values: disable, enable.
    dhcpClasslessRouteAddition string
    Enable/disable addition of classless static routes retrieved from DHCP server. Valid values: disable, enable.
    dhcpClientIdentifier string
    DHCP client identifier.
    dhcpRelayAgentOption string
    Enable/disable DHCP relay agent option. Valid values: disable, enable.
    dhcpRelayCircuitId string
    DHCP relay circuit ID.
    dhcpRelayInterface string
    Specify outgoing interface to reach server.
    dhcpRelayInterfaceSelectMethod string
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    dhcpRelayIps string[]
    DHCP relay IP address.
    dhcpRelayLinkSelection string
    DHCP relay link selection.
    dhcpRelayRequestAllServer string
    Dhcp-Relay-Request-All-Server. Valid values: disable, enable.
    dhcpRelayService string
    Enable/disable allowing this interface to act as a DHCP relay. Valid values: disable, enable.
    dhcpRelaySourceIp string
    IP address used by the DHCP relay as its source IP.
    dhcpRelayType string
    DHCP relay type (regular or IPsec). Valid values: regular, ipsec.
    dhcpRenewTime number
    DHCP renew time in seconds (300-604800), 0 means use the renew time provided by the server.
    dhcpSmartRelay string
    Enable/disable DHCP smart relay. Valid values: disable, enable.
    discRetryTimeout number
    Time in seconds to wait before retrying to start a PPPoE discovery, 0 means no timeout.
    disconnectThreshold number
    Time in milliseconds to wait before sending a notification that this interface is down or disconnected.
    distance number
    Distance for routes learned through PPPoE or DHCP, lower distance indicates preferred route.
    dnsQuery string
    Dns-Query. Valid values: disable, recursive, non-recursive.
    dnsServerOverride string
    Enable/disable use DNS acquired by DHCP or PPPoE. Valid values: disable, enable.
    dnsServerProtocols string[]
    DNS transport protocols. Valid values: cleartext, dot, doh.
    dropFragment string
    Enable/disable drop fragment packets. Valid values: disable, enable.
    dropOverlappedFragment string
    Enable/disable drop overlapped fragment packets. Valid values: disable, enable.
    eapCaCerts string[]
    Eap-Ca-Cert.
    eapIdentity string
    Eap-Identity.
    eapMethod string
    Eap-Method. Valid values: tls, peap.
    eapPasswords string[]
    Eap-Password.
    eapSupplicant string
    Eap-Supplicant. Valid values: disable, enable.
    eapUserCerts string[]
    Eap-User-Cert.
    egressCos string
    Override outgoing CoS in user VLAN tag. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    egressShapingProfile string
    Outgoing traffic shaping profile.
    eip string
    Eip.
    endpointCompliance string
    Endpoint-Compliance. Valid values: disable, enable.
    estimatedDownstreamBandwidth number
    Estimated maximum downstream bandwidth (kbps). Used to estimate link utilization.
    estimatedUpstreamBandwidth number
    Estimated maximum upstream bandwidth (kbps). Used to estimate link utilization.
    explicitFtpProxy string
    Enable/disable the explicit FTP proxy on this interface. Valid values: disable, enable.
    explicitWebProxy string
    Enable/disable the explicit web proxy on this interface. Valid values: disable, enable.
    external string
    Enable/disable identifying the interface as an external interface (which usually means it's connected to the Internet). Valid values: disable, enable.
    failActionOnExtender string
    Action on extender when interface fail . Valid values: soft-restart, hard-restart, reboot.
    failAlertInterfaces string
    Names of the FortiGate interfaces to which the link failure alert is sent.
    failAlertMethod string
    Select link-failed-signal or link-down method to alert about a failed link. Valid values: link-failed-signal, link-down.
    failDetect string
    Enable/disable fail detection features for this interface. Valid values: disable, enable.
    failDetectOptions string[]
    Options for detecting that this interface has failed. Valid values: detectserver, link-down.
    fdp string
    Fdp. Valid values: disable, enable.
    fortiheartbeat string
    Fortiheartbeat. Valid values: disable, enable.
    fortilink string
    Enable FortiLink to dedicate this interface to manage other Fortinet devices. Valid values: disable, enable.
    fortilinkBackupLink number
    Fortilink-Backup-Link.
    fortilinkNeighborDetect string
    Protocol for FortiGate neighbor discovery. Valid values: lldp, fortilink.
    fortilinkSplitInterface string
    Enable/disable FortiLink split interface to connect member link to different FortiSwitch in stack for uplink redundancy. Valid values: disable, enable.
    fortilinkStacking string
    Enable/disable FortiLink switch-stacking on this interface. Valid values: disable, enable.
    forwardDomain number
    Transparent mode forward domain.
    forwardErrorCorrection string
    Enable/disable forward error correction (FEC Clause 91). Valid values: disable, enable, rs-fec, base-r-fec, fec-cl91, fec-cl74.
    fpAnomalies string[]
    Fp-Anomaly. Valid values: drop_tcp_fin_noack, pass_winnuke, pass_tcpland, pass_udpland, pass_icmpland, pass_ipland, pass_iprr, pass_ipssrr, pass_iplsrr, pass_ipstream, pass_ipsecurity, pass_iptimestamp, pass_ipunknown_option, pass_ipunknown_prot, pass_icmp_frag, pass_tcp_no_flag, pass_tcp_fin_noack, drop_winnuke, drop_tcpland, drop_udpland, drop_icmpland, drop_ipland, drop_iprr, drop_ipssrr, drop_iplsrr, drop_ipstream, drop_ipsecurity, drop_iptimestamp, drop_ipunknown_option, drop_ipunknown_prot, drop_icmp_frag, drop_tcp_no_flag.
    fpDisables string[]
    Fp-Disable. Valid values: all, ipsec, none.
    gatewayAddress string
    Gateway address
    genericReceiveOffload string
    Generic-Receive-Offload. Valid values: disable, enable.
    giGk string
    Enable/disable Gi Gatekeeper. Valid values: disable, enable.
    gwaddr string
    Gateway address
    gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority number
    HA election priority for the PING server.
    icmpAcceptRedirect string
    Enable/disable ICMP accept redirect. Valid values: disable, enable.
    icmpRedirect string
    Icmp-Redirect. Valid values: disable, enable.
    icmpSendRedirect string
    Enable/disable sending of ICMP redirects. Valid values: disable, enable.
    identAccept string
    Enable/disable authentication for this interface. Valid values: disable, enable.
    idleTimeout number
    PPPoE auto disconnect after idle timeout seconds, 0 means no timeout.
    ifMdix string
    If-Mdix. Valid values: auto, normal, crossover.
    ifMedia string
    If-Media. Valid values: auto, copper, fiber.
    ikeSamlServers string[]
    Ike-Saml-Server.
    inForceVlanCos number
    In-Force-Vlan-Cos.
    inbandwidth number
    Bandwidth limit for incoming traffic (0 - 16776000 kbps), 0 means unlimited.
    ingressCos string
    Override incoming CoS in user VLAN tag on VLAN interface or assign a priority VLAN tag on physical interface. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    ingressShapingProfile string
    Incoming traffic shaping profile.
    ingressSpilloverThreshold number
    Ingress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    interconnectProfile string
    Set interconnect profile. Valid values: default, profile1, profile2.
    internal number
    Implicitly created.
    ip string
    Interface IPv4 address and subnet mask, syntax: X.X.X.X/24.
    ipManagedByFortiipam string
    Enable/disable automatic IP address assignment of this interface by FortiIPAM. Valid values: disable, enable.
    ipmac string
    Enable/disable IP/MAC binding. Valid values: disable, enable.
    ipsSnifferMode string
    Enable/disable the use of this interface as a one-armed sniffer. Valid values: disable, enable.
    ipunnumbered string
    Unnumbered IP used for PPPoE interfaces for which no unique local address is provided.
    ipv6 ObjectFspVlanInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    l2forward string
    Enable/disable l2 forwarding. Valid values: disable, enable.
    l2tpClient string
    Enable/disable this interface as a Layer 2 Tunnelling Protocol (L2TP) client. Valid values: disable, enable.
    lacpHaSecondary string
    Lacp-Ha-Secondary. Valid values: disable, enable.
    lacpHaSlave string
    LACP HA slave. Valid values: disable, enable.
    lacpMode string
    LACP mode. Valid values: static, passive, active.
    lacpSpeed string
    How often the interface sends LACP messages. Valid values: slow, fast.
    largeReceiveOffload string
    Large-Receive-Offload. Valid values: disable, enable.
    lcpEchoInterval number
    Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
    lcpMaxEchoFails number
    Maximum missed LCP echo messages before disconnect.
    linkUpDelay number
    Number of milliseconds to wait before considering a link is up.
    listenForticlientConnection string
    Listen-Forticlient-Connection. Valid values: disable, enable.
    lldpNetworkPolicy string
    LLDP-MED network policy profile.
    lldpReception string
    Enable/disable Link Layer Discovery Protocol (LLDP) reception. Valid values: disable, enable, vdom.
    lldpTransmission string
    Enable/disable Link Layer Discovery Protocol (LLDP) transmission. Valid values: enable, disable, vdom.
    log string
    Log. Valid values: disable, enable.
    macaddr string
    Change the interface's MAC address.
    managedSubnetworkSize string
    Number of IP addresses to be allocated by FortiIPAM and used by this FortiGate unit's DHCP server settings. Valid values: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536.
    managementIp string
    High Availability in-band management IP address of this interface.
    maxEgressBurstRate number
    Max-Egress-Burst-Rate.
    maxEgressRate number
    Max-Egress-Rate.
    measuredDownstreamBandwidth number
    Measured downstream bandwidth (kbps).
    measuredUpstreamBandwidth number
    Measured upstream bandwidth (kbps).
    mediatype string
    Select SFP media interface type Valid values: serdes-sfp, sgmii-sfp, cfp2-sr10, cfp2-lr4, serdes-copper-sfp, sr, cr, lr, qsfp28-sr4, qsfp28-lr4, qsfp28-cr4, sr4, cr4, lr4.
    member string
    Physical interfaces that belong to the aggregate or redundant interface.
    minLinks number
    Minimum number of aggregated ports that must be up.
    minLinksDown string
    Action to take when less than the configured minimum number of links are active. Valid values: operational, administrative.
    mirroringDirection string
    Port mirroring direction. Valid values: rx, tx, both.
    mirroringPort string
    Mirroring port.
    mode string
    Addressing mode (static, DHCP, PPPoE). Valid values: static, dhcp, pppoe, pppoa, ipoa, eoa.
    monitorBandwidth string
    Enable monitoring bandwidth on this interface. Valid values: disable, enable.
    mtu number
    MTU value for this interface.
    mtuOverride string
    Enable to set a custom MTU for this interface. Valid values: disable, enable.
    muxType string
    Multiplexer type Valid values: llc-encaps, vc-encaps.
    name string
    Name.
    ndiscforward string
    Enable/disable NDISC forwarding. Valid values: disable, enable.
    netbiosForward string
    Enable/disable NETBIOS forwarding. Valid values: disable, enable.
    netflowSampler string
    Enable/disable NetFlow on this interface and set the data that NetFlow collects (rx, tx, or both). Valid values: disable, tx, rx, both.
    npQosProfile number
    Np-Qos-Profile.
    npuFastpath string
    Npu-Fastpath. Valid values: disable, enable.
    nst string
    Nst. Valid values: disable, enable.
    outForceVlanCos number
    Out-Force-Vlan-Cos.
    outbandwidth number
    Bandwidth limit for outgoing traffic (0 - 16776000 kbps), 0 means unlimited.
    padtRetryTimeout number
    PPPoE Active Discovery Terminate (PADT) used to terminate sessions after an idle time.
    passwords string[]
    PPPoE account's password.
    peerInterface string
    Peer-Interface.
    phyMode string
    DSL physical mode. Valid values: auto, adsl, vdsl.
    pingServStatus number
    Ping-Serv-Status.
    poe string
    Enable/disable PoE status. Valid values: disable, enable.
    pollingInterval number
    sFlow polling interval (1 - 255 sec).
    portMirroring string
    Enable/disable NP port mirroring. Valid values: disable, enable.
    pppoeUnnumberedNegotiate string
    Enable/disable PPPoE unnumbered negotiation. Valid values: disable, enable.
    pptpAuthType string
    PPTP authentication type. Valid values: auto, pap, chap, mschapv1, mschapv2.
    pptpClient string
    Enable/disable PPTP client. Valid values: disable, enable.
    pptpPasswords string[]
    PPTP password.
    pptpServerIp string
    PPTP server IP address.
    pptpTimeout number
    Idle timer in minutes (0 for disabled).
    pptpUser string
    PPTP user name.
    preserveSessionRoute string
    Enable/disable preservation of session route when dirty. Valid values: disable, enable.
    priority number
    Priority of the virtual router (1 - 255).
    priorityOverride string
    Enable/disable fail back to higher priority port once recovered. Valid values: disable, enable.
    proxyCaptivePortal string
    Enable/disable proxy captive portal on this interface. Valid values: disable, enable.
    pvcAtmQos string
    SFP-DSL ADSL Fallback PVC ATM QoS. Valid values: cbr, rt-vbr, nrt-vbr.
    pvcChan number
    SFP-DSL ADSL Fallback PVC Channel.
    pvcCrc number
    SFP-DSL ADSL Fallback PVC CRC Option: bit0: sar LLC preserve, bit1: ream LLC preserve, bit2: ream VC-MUX has crc.
    pvcPcr number
    SFP-DSL ADSL Fallback PVC Packet Cell Rate in cells (0 - 5500).
    pvcScr number
    SFP-DSL ADSL Fallback PVC Sustainable Cell Rate in cells (0 - 5500).
    pvcVlanId number
    SFP-DSL ADSL Fallback PVC VLAN ID.
    pvcVlanRxId number
    SFP-DSL ADSL Fallback PVC VLANID RX.
    pvcVlanRxOp string
    SFP-DSL ADSL Fallback PVC VLAN RX op. Valid values: pass-through, replace, remove.
    pvcVlanTxId number
    SFP-DSL ADSL Fallback PVC VLAN ID TX.
    pvcVlanTxOp string
    SFP-DSL ADSL Fallback PVC VLAN TX op. Valid values: pass-through, replace, remove.
    reachableTime number
    IPv4 reachable time in milliseconds (30000 - 3600000, default = 30000).
    redundantInterface string
    Redundant-Interface.
    remoteIp string
    Remote IP address of tunnel.
    replacemsgOverrideGroup string
    Replacement message override group.
    retransmission string
    Enable/disable DSL retransmission. Valid values: disable, enable.
    ringRx number
    RX ring size.
    ringTx number
    TX ring size.
    role string
    Interface role. Valid values: lan, wan, dmz, undefined.
    sampleDirection string
    Data that NetFlow collects (rx, tx, or both). Valid values: rx, tx, both.
    sampleRate number
    sFlow sample rate (10 - 99999).
    scanBotnetConnections string
    Scan-Botnet-Connections. Valid values: disable, block, monitor.
    secondaryIp string
    Enable/disable adding a secondary IP to this interface. Valid values: disable, enable.
    secondaryips ObjectFspVlanInterfaceSecondaryip[]
    Secondaryip. The structure of secondaryip block is documented below.
    security8021xDynamicVlanId number
    VLAN ID for virtual switch.
    security8021xMaster string
    802.1X master virtual-switch.
    security8021xMemberMode string
    802.1X member mode. Valid values: disable, switch.
    security8021xMode string
    802.1X mode. Valid values: default, dynamic-vlan, fallback, slave.
    securityExemptList string
    Name of security-exempt-list.
    securityExternalLogout string
    URL of external authentication logout server.
    securityExternalWeb string
    URL of external authentication web server.
    securityGroups string
    User groups that can authenticate with the captive portal.
    securityMacAuthBypass string
    Enable/disable MAC authentication bypass. Valid values: disable, enable, mac-auth-only.
    securityMode string
    Turn on captive portal authentication for this interface. Valid values: none, captive-portal, 802.1X.
    securityRedirectUrl string
    URL redirection after disclaimer/authentication.
    selectProfile30a35b string
    Select-Profile-30A-35B. Valid values: 30A, 35B.
    serviceName string
    PPPoE service name.
    sflowSampler string
    Enable/disable sFlow on this interface. Valid values: disable, enable.
    sfpDsl string
    Enable/disable SFP DSL. Valid values: disable, enable.
    sfpDslAdslFallback string
    Enable/disable SFP DSL ADSL fallback. Valid values: disable, enable.
    sfpDslAutodetect string
    Enable/disable SFP DSL MAC address autodetect. Valid values: disable, enable.
    sfpDslMac string
    SFP DSL MAC address.
    speed string
    Interface speed. The default setting and the options available depend on the interface hardware. Valid values: auto, 10full, 10half, 100full, 100half, 1000full, 1000half, 10000full, 1000auto, 10000auto, 40000full, 100Gfull, 25000full, 40000auto, 25000auto, 100Gauto.
    spilloverThreshold number
    Egress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    srcCheck string
    Enable/disable source IP check. Valid values: disable, enable.
    status string
    Enable/disable VRRP. Valid values: disable, enable.
    stp string
    Enable/disable STP. Valid values: disable, enable.
    stpEdge string
    Enable/disable as STP edge port. Valid values: disable, enable.
    stpHaSecondary string
    Stp-Ha-Secondary. Valid values: disable, enable, priority-adjust.
    stpHaSlave string
    Control STP behaviour on HA slave. Valid values: disable, enable, priority-adjust.
    stpforward string
    Enable/disable STP forwarding. Valid values: disable, enable.
    stpforwardMode string
    Configure STP forwarding mode. Valid values: rpl-all-ext-id, rpl-bridge-ext-id, rpl-nothing.
    stripPriorityVlanTag string
    Strip-Priority-Vlan-Tag. Valid values: disable, enable.
    subst string
    Enable to always send packets from this interface to a destination MAC address. Valid values: disable, enable.
    substituteDstMac string
    Destination MAC address that all packets are sent to from this interface.
    swAlgorithm string
    Frame distribution algorithm for switch. Valid values: l2, l3, eh.
    swcFirstCreate number
    Initial create for switch-controller VLANs.
    swcVlan number
    Swc-Vlan.
    switch string
    Switch.
    switchControllerAccessVlan string
    Block FortiSwitch port-to-port traffic. Valid values: disable, enable.
    switchControllerArpInspection string
    Enable/disable FortiSwitch ARP inspection. Valid values: disable, enable.
    switchControllerAuth string
    Switch-Controller-Auth. Valid values: radius, usergroup.
    switchControllerDhcpSnooping string
    Switch controller DHCP snooping. Valid values: disable, enable.
    switchControllerDhcpSnoopingOption82 string
    Switch controller DHCP snooping option82. Valid values: disable, enable.
    switchControllerDhcpSnoopingVerifyMac string
    Switch controller DHCP snooping verify MAC. Valid values: disable, enable.
    switchControllerDynamic string
    Switch-Controller-Dynamic.
    switchControllerFeature string
    Interface's purpose when assigning traffic (read only). Valid values: none, default-vlan, quarantine, sniffer, voice, camera, rspan, video, nac.
    switchControllerIgmpSnooping string
    Switch controller IGMP snooping. Valid values: disable, enable.
    switchControllerIgmpSnoopingFastLeave string
    Switch controller IGMP snooping fast-leave. Valid values: disable, enable.
    switchControllerIgmpSnoopingProxy string
    Switch controller IGMP snooping proxy. Valid values: disable, enable.
    switchControllerIotScanning string
    Enable/disable managed FortiSwitch IoT scanning. Valid values: disable, enable.
    switchControllerLearningLimit number
    Limit the number of dynamic MAC addresses on this VLAN (1 - 128, 0 = no limit, default).
    switchControllerMgmtVlan number
    VLAN to use for FortiLink management purposes.
    switchControllerNac string
    Integrated NAC settings for managed FortiSwitch.
    switchControllerNetflowCollect string
    NetFlow collection and processing. Valid values: disable, enable.
    switchControllerOffload string
    Enable/disable managed FortiSwitch routing offload. Valid values: disable, enable.
    switchControllerOffloadGw string
    Enable/disable managed FortiSwitch routing offload gateway. Valid values: disable, enable.
    switchControllerOffloadIp string
    IP for routing offload on FortiSwitch.
    switchControllerOffloading string
    Switch-Controller-Offloading. Valid values: disable, enable.
    switchControllerOffloadingGw string
    Switch-Controller-Offloading-Gw. Valid values: disable, enable.
    switchControllerOffloadingIp string
    Switch-Controller-Offloading-Ip.
    switchControllerRadiusServer string
    Switch-Controller-Radius-Server.
    switchControllerRspanMode string
    Stop Layer2 MAC learning and interception of BPDUs and other packets on this interface. Valid values: disable, enable.
    switchControllerSourceIp string
    Source IP address used in FortiLink over L3 connections. Valid values: outbound, fixed.
    switchControllerTrafficPolicy string
    Switch controller traffic policy for the VLAN.
    systemId string
    Define a system ID for the aggregate interface.
    systemIdType string
    Method in which system ID is generated. Valid values: auto, user.
    tcMode string
    DSL transfer mode. Valid values: ptm, atm.
    tcpMss number
    TCP maximum segment size. 0 means do not change segment size.
    trunk string
    Enable/disable VLAN trunk. Valid values: disable, enable.
    trustIp1 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp2 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp3 string
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp61 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trustIp62 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trustIp63 string
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    type string
    Interface type. Valid values: physical, vlan, aggregate, redundant, tunnel, wireless, vdom-link, loopback, switch, hard-switch, hdlc, vap-switch, wl-mesh, fortilink, switch-vlan, fctrl-trunk, tdm, fext-wan, vxlan, emac-vlan, geneve, ssl.
    username string
    Username of the PPPoE account, provided by your ISP.
    vci number
    Virtual Channel ID
    vectoring string
    Enable/disable DSL vectoring. Valid values: disable, enable.
    vindex number
    Vindex.
    vlanOpMode string
    Vlan-Op-Mode. Valid values: tag, untag, passthrough.
    vlanProtocol string
    Ethernet protocol of VLAN. Valid values: 8021q, 8021ad.
    vlanforward string
    Enable/disable traffic forwarding between VLANs on this interface. Valid values: disable, enable.
    vlanid number
    VLAN ID (1 - 4094).
    vpi number
    Virtual Path ID
    vrf number
    Virtual Routing Forwarding ID.
    vrrpVirtualMac string
    Enable/disable use of virtual MAC for VRRP. Valid values: disable, enable.
    vrrps ObjectFspVlanInterfaceVrrp[]
    Vrrp. The structure of vrrp block is documented below.
    wccp string
    Enable/disable WCCP on this interface. Used for encapsulated WCCP communication between WCCP clients and servers. Valid values: disable, enable.
    weight number
    Default weight for static routes (if route has no weight configured).
    wifi5gThreshold string
    Minimal signal strength to be considered as a good 5G AP.
    wifiAcl string
    Access control for MAC addresses in the MAC list. Valid values: deny, allow.
    wifiApBand string
    How to select the AP to connect. Valid values: any, 5g-preferred, 5g-only.
    wifiAuth string
    WiFi authentication. Valid values: PSK, RADIUS, radius, usergroup.
    wifiAutoConnect string
    Enable/disable WiFi network auto connect. Valid values: disable, enable.
    wifiAutoSave string
    Enable/disable WiFi network automatic save. Valid values: disable, enable.
    wifiBroadcastSsid string
    Enable/disable SSID broadcast in the beacon. Valid values: disable, enable.
    wifiDnsServer1 string
    DNS server 1.
    wifiDnsServer2 string
    DNS server 2.
    wifiEncrypt string
    Data encryption. Valid values: TKIP, AES.
    wifiFragmentThreshold number
    WiFi fragment threshold (800 - 2346).
    wifiGateway string
    IPv4 default gateway IP address.
    wifiKeyindex number
    WEP key index (1 - 4).
    wifiKeys string[]
    WiFi WEP Key.
    wifiMacFilter string
    Enable/disable MAC filter status. Valid values: disable, enable.
    wifiPassphrases string[]
    WiFi pre-shared key for WPA.
    wifiRadiusServer string
    WiFi RADIUS server for WPA.
    wifiRtsThreshold number
    WiFi RTS threshold (256 - 2346).
    wifiSecurity string
    Wireless access security of SSID. Valid values: None, WEP64, wep64, WEP128, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise.
    wifiSsid string
    IEEE 802.11 Service Set Identifier.
    wifiUsergroup string
    WiFi user group for WPA.
    winsIp string

    WINS server IP.

    The ipv6 block supports:

    ac_name str
    PPPoE server name.
    aggregate str
    Aggregate.
    aggregate_type str
    Type of aggregation. Valid values: physical, vxlan.
    algorithm str
    Frame distribution algorithm. Valid values: L2, L3, L4.
    alias str
    Alias will be displayed with the interface name to make it easier to distinguish.
    allowaccesses Sequence[str]
    Permitted types of management access to this interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    annex str
    Set xDSL annex type. Valid values: a, b, j, bjm, i, al, m, aijlm.
    ap_discover str
    Enable/disable automatic registration of unknown FortiAP devices. Valid values: disable, enable.
    arpforward str
    Enable/disable ARP forwarding. Valid values: disable, enable.
    atm_protocol str
    ATM protocol. Valid values: none, ipoa.
    auth_cert str
    HTTPS server certificate.
    auth_portal_addr str
    Address of captive portal.
    auth_type str
    PPP authentication type to use. Valid values: auto, pap, chap, mschapv1, mschapv2.
    auto_auth_extension_device str
    Enable/disable automatic authorization of dedicated Fortinet extension device on this interface. Valid values: disable, enable.
    bandwidth_measure_time float
    Bandwidth measure time
    bfd str
    Bidirectional Forwarding Detection (BFD) settings. Valid values: global, enable, disable.
    bfd_desired_min_tx float
    BFD desired minimal transmit interval.
    bfd_detect_mult float
    BFD detection multiplier.
    bfd_required_min_rx float
    BFD required minimal receive interval.
    broadcast_forticlient_discovery str
    Broadcast-Forticlient-Discovery. Valid values: disable, enable.
    broadcast_forward str
    Enable/disable broadcast forwarding. Valid values: disable, enable.
    captive_portal float
    Enable/disable captive portal.
    cli_conn_status float
    Cli-Conn-Status.
    color float
    Color of icon on the GUI.
    ddns str
    Ddns. Valid values: disable, enable.
    ddns_auth str
    Ddns-Auth. Valid values: disable, tsig.
    ddns_domain str
    Ddns-Domain.
    ddns_key str
    Ddns-Key.
    ddns_keyname str
    Ddns-Keyname.
    ddns_passwords Sequence[str]
    Ddns-Password.
    ddns_server str
    Ddns-Server. Valid values: dhs.org, dyndns.org, dyns.net, tzo.com, ods.org, vavic.com, now.net.cn, dipdns.net, easydns.com, genericDDNS.
    ddns_server_ip str
    Ddns-Server-Ip.
    ddns_sn str
    Ddns-Sn.
    ddns_ttl float
    Ddns-Ttl.
    ddns_username str
    Ddns-Username.
    ddns_zone str
    Ddns-Zone.
    dedicated_to str
    Configure interface for single purpose. Valid values: none, management.
    default_purdue_level str
    default purdue level of device detected on this interface. Valid values: 1, 2, 3, 4, 5, 1.5, 2.5, 3.5, 5.5.
    defaultgw str
    Enable to get the gateway IP from the DHCP or PPPoE server. Valid values: disable, enable.
    description str
    Description.
    detected_peer_mtu float
    Detected-Peer-Mtu.
    detectprotocols Sequence[str]
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver str
    Gateway's ping server for this IP.
    device_access_list str
    Device-Access-List.
    device_identification str
    Enable/disable passively gathering of device identity information about the devices on the network connected to this interface. Valid values: disable, enable.
    device_identification_active_scan str
    Device-Identification-Active-Scan. Valid values: disable, enable.
    device_netscan str
    Device-Netscan. Valid values: disable, enable.
    device_user_identification str
    Enable/disable passive gathering of user identity information about users on this interface. Valid values: disable, enable.
    devindex float
    Devindex.
    dhcp_broadcast_flag str
    Enable/disable setting of the broadcast flag in messages sent by the DHCP client (default = enable). Valid values: disable, enable.
    dhcp_classless_route_addition str
    Enable/disable addition of classless static routes retrieved from DHCP server. Valid values: disable, enable.
    dhcp_client_identifier str
    DHCP client identifier.
    dhcp_relay_agent_option str
    Enable/disable DHCP relay agent option. Valid values: disable, enable.
    dhcp_relay_circuit_id str
    DHCP relay circuit ID.
    dhcp_relay_interface str
    Specify outgoing interface to reach server.
    dhcp_relay_interface_select_method str
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    dhcp_relay_ips Sequence[str]
    DHCP relay IP address.
    dhcp_relay_link_selection str
    DHCP relay link selection.
    dhcp_relay_request_all_server str
    Dhcp-Relay-Request-All-Server. Valid values: disable, enable.
    dhcp_relay_service str
    Enable/disable allowing this interface to act as a DHCP relay. Valid values: disable, enable.
    dhcp_relay_source_ip str
    IP address used by the DHCP relay as its source IP.
    dhcp_relay_type str
    DHCP relay type (regular or IPsec). Valid values: regular, ipsec.
    dhcp_renew_time float
    DHCP renew time in seconds (300-604800), 0 means use the renew time provided by the server.
    dhcp_smart_relay str
    Enable/disable DHCP smart relay. Valid values: disable, enable.
    disc_retry_timeout float
    Time in seconds to wait before retrying to start a PPPoE discovery, 0 means no timeout.
    disconnect_threshold float
    Time in milliseconds to wait before sending a notification that this interface is down or disconnected.
    distance float
    Distance for routes learned through PPPoE or DHCP, lower distance indicates preferred route.
    dns_query str
    Dns-Query. Valid values: disable, recursive, non-recursive.
    dns_server_override str
    Enable/disable use DNS acquired by DHCP or PPPoE. Valid values: disable, enable.
    dns_server_protocols Sequence[str]
    DNS transport protocols. Valid values: cleartext, dot, doh.
    drop_fragment str
    Enable/disable drop fragment packets. Valid values: disable, enable.
    drop_overlapped_fragment str
    Enable/disable drop overlapped fragment packets. Valid values: disable, enable.
    eap_ca_certs Sequence[str]
    Eap-Ca-Cert.
    eap_identity str
    Eap-Identity.
    eap_method str
    Eap-Method. Valid values: tls, peap.
    eap_passwords Sequence[str]
    Eap-Password.
    eap_supplicant str
    Eap-Supplicant. Valid values: disable, enable.
    eap_user_certs Sequence[str]
    Eap-User-Cert.
    egress_cos str
    Override outgoing CoS in user VLAN tag. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    egress_shaping_profile str
    Outgoing traffic shaping profile.
    eip str
    Eip.
    endpoint_compliance str
    Endpoint-Compliance. Valid values: disable, enable.
    estimated_downstream_bandwidth float
    Estimated maximum downstream bandwidth (kbps). Used to estimate link utilization.
    estimated_upstream_bandwidth float
    Estimated maximum upstream bandwidth (kbps). Used to estimate link utilization.
    explicit_ftp_proxy str
    Enable/disable the explicit FTP proxy on this interface. Valid values: disable, enable.
    explicit_web_proxy str
    Enable/disable the explicit web proxy on this interface. Valid values: disable, enable.
    external str
    Enable/disable identifying the interface as an external interface (which usually means it's connected to the Internet). Valid values: disable, enable.
    fail_action_on_extender str
    Action on extender when interface fail . Valid values: soft-restart, hard-restart, reboot.
    fail_alert_interfaces str
    Names of the FortiGate interfaces to which the link failure alert is sent.
    fail_alert_method str
    Select link-failed-signal or link-down method to alert about a failed link. Valid values: link-failed-signal, link-down.
    fail_detect str
    Enable/disable fail detection features for this interface. Valid values: disable, enable.
    fail_detect_options Sequence[str]
    Options for detecting that this interface has failed. Valid values: detectserver, link-down.
    fdp str
    Fdp. Valid values: disable, enable.
    fortiheartbeat str
    Fortiheartbeat. Valid values: disable, enable.
    fortilink str
    Enable FortiLink to dedicate this interface to manage other Fortinet devices. Valid values: disable, enable.
    fortilink_backup_link float
    Fortilink-Backup-Link.
    fortilink_neighbor_detect str
    Protocol for FortiGate neighbor discovery. Valid values: lldp, fortilink.
    fortilink_split_interface str
    Enable/disable FortiLink split interface to connect member link to different FortiSwitch in stack for uplink redundancy. Valid values: disable, enable.
    fortilink_stacking str
    Enable/disable FortiLink switch-stacking on this interface. Valid values: disable, enable.
    forward_domain float
    Transparent mode forward domain.
    forward_error_correction str
    Enable/disable forward error correction (FEC Clause 91). Valid values: disable, enable, rs-fec, base-r-fec, fec-cl91, fec-cl74.
    fp_anomalies Sequence[str]
    Fp-Anomaly. Valid values: drop_tcp_fin_noack, pass_winnuke, pass_tcpland, pass_udpland, pass_icmpland, pass_ipland, pass_iprr, pass_ipssrr, pass_iplsrr, pass_ipstream, pass_ipsecurity, pass_iptimestamp, pass_ipunknown_option, pass_ipunknown_prot, pass_icmp_frag, pass_tcp_no_flag, pass_tcp_fin_noack, drop_winnuke, drop_tcpland, drop_udpland, drop_icmpland, drop_ipland, drop_iprr, drop_ipssrr, drop_iplsrr, drop_ipstream, drop_ipsecurity, drop_iptimestamp, drop_ipunknown_option, drop_ipunknown_prot, drop_icmp_frag, drop_tcp_no_flag.
    fp_disables Sequence[str]
    Fp-Disable. Valid values: all, ipsec, none.
    gateway_address str
    Gateway address
    generic_receive_offload str
    Generic-Receive-Offload. Valid values: disable, enable.
    gi_gk str
    Enable/disable Gi Gatekeeper. Valid values: disable, enable.
    gwaddr str
    Gateway address
    gwdetect str
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    ha_priority float
    HA election priority for the PING server.
    icmp_accept_redirect str
    Enable/disable ICMP accept redirect. Valid values: disable, enable.
    icmp_redirect str
    Icmp-Redirect. Valid values: disable, enable.
    icmp_send_redirect str
    Enable/disable sending of ICMP redirects. Valid values: disable, enable.
    ident_accept str
    Enable/disable authentication for this interface. Valid values: disable, enable.
    idle_timeout float
    PPPoE auto disconnect after idle timeout seconds, 0 means no timeout.
    if_mdix str
    If-Mdix. Valid values: auto, normal, crossover.
    if_media str
    If-Media. Valid values: auto, copper, fiber.
    ike_saml_servers Sequence[str]
    Ike-Saml-Server.
    in_force_vlan_cos float
    In-Force-Vlan-Cos.
    inbandwidth float
    Bandwidth limit for incoming traffic (0 - 16776000 kbps), 0 means unlimited.
    ingress_cos str
    Override incoming CoS in user VLAN tag on VLAN interface or assign a priority VLAN tag on physical interface. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    ingress_shaping_profile str
    Incoming traffic shaping profile.
    ingress_spillover_threshold float
    Ingress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    interconnect_profile str
    Set interconnect profile. Valid values: default, profile1, profile2.
    internal float
    Implicitly created.
    ip str
    Interface IPv4 address and subnet mask, syntax: X.X.X.X/24.
    ip_managed_by_fortiipam str
    Enable/disable automatic IP address assignment of this interface by FortiIPAM. Valid values: disable, enable.
    ipmac str
    Enable/disable IP/MAC binding. Valid values: disable, enable.
    ips_sniffer_mode str
    Enable/disable the use of this interface as a one-armed sniffer. Valid values: disable, enable.
    ipunnumbered str
    Unnumbered IP used for PPPoE interfaces for which no unique local address is provided.
    ipv6 ObjectFspVlanInterfaceIpv6
    Ipv6. The structure of ipv6 block is documented below.
    l2forward str
    Enable/disable l2 forwarding. Valid values: disable, enable.
    l2tp_client str
    Enable/disable this interface as a Layer 2 Tunnelling Protocol (L2TP) client. Valid values: disable, enable.
    lacp_ha_secondary str
    Lacp-Ha-Secondary. Valid values: disable, enable.
    lacp_ha_slave str
    LACP HA slave. Valid values: disable, enable.
    lacp_mode str
    LACP mode. Valid values: static, passive, active.
    lacp_speed str
    How often the interface sends LACP messages. Valid values: slow, fast.
    large_receive_offload str
    Large-Receive-Offload. Valid values: disable, enable.
    lcp_echo_interval float
    Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
    lcp_max_echo_fails float
    Maximum missed LCP echo messages before disconnect.
    link_up_delay float
    Number of milliseconds to wait before considering a link is up.
    listen_forticlient_connection str
    Listen-Forticlient-Connection. Valid values: disable, enable.
    lldp_network_policy str
    LLDP-MED network policy profile.
    lldp_reception str
    Enable/disable Link Layer Discovery Protocol (LLDP) reception. Valid values: disable, enable, vdom.
    lldp_transmission str
    Enable/disable Link Layer Discovery Protocol (LLDP) transmission. Valid values: enable, disable, vdom.
    log str
    Log. Valid values: disable, enable.
    macaddr str
    Change the interface's MAC address.
    managed_subnetwork_size str
    Number of IP addresses to be allocated by FortiIPAM and used by this FortiGate unit's DHCP server settings. Valid values: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536.
    management_ip str
    High Availability in-band management IP address of this interface.
    max_egress_burst_rate float
    Max-Egress-Burst-Rate.
    max_egress_rate float
    Max-Egress-Rate.
    measured_downstream_bandwidth float
    Measured downstream bandwidth (kbps).
    measured_upstream_bandwidth float
    Measured upstream bandwidth (kbps).
    mediatype str
    Select SFP media interface type Valid values: serdes-sfp, sgmii-sfp, cfp2-sr10, cfp2-lr4, serdes-copper-sfp, sr, cr, lr, qsfp28-sr4, qsfp28-lr4, qsfp28-cr4, sr4, cr4, lr4.
    member str
    Physical interfaces that belong to the aggregate or redundant interface.
    min_links float
    Minimum number of aggregated ports that must be up.
    min_links_down str
    Action to take when less than the configured minimum number of links are active. Valid values: operational, administrative.
    mirroring_direction str
    Port mirroring direction. Valid values: rx, tx, both.
    mirroring_port str
    Mirroring port.
    mode str
    Addressing mode (static, DHCP, PPPoE). Valid values: static, dhcp, pppoe, pppoa, ipoa, eoa.
    monitor_bandwidth str
    Enable monitoring bandwidth on this interface. Valid values: disable, enable.
    mtu float
    MTU value for this interface.
    mtu_override str
    Enable to set a custom MTU for this interface. Valid values: disable, enable.
    mux_type str
    Multiplexer type Valid values: llc-encaps, vc-encaps.
    name str
    Name.
    ndiscforward str
    Enable/disable NDISC forwarding. Valid values: disable, enable.
    netbios_forward str
    Enable/disable NETBIOS forwarding. Valid values: disable, enable.
    netflow_sampler str
    Enable/disable NetFlow on this interface and set the data that NetFlow collects (rx, tx, or both). Valid values: disable, tx, rx, both.
    np_qos_profile float
    Np-Qos-Profile.
    npu_fastpath str
    Npu-Fastpath. Valid values: disable, enable.
    nst str
    Nst. Valid values: disable, enable.
    out_force_vlan_cos float
    Out-Force-Vlan-Cos.
    outbandwidth float
    Bandwidth limit for outgoing traffic (0 - 16776000 kbps), 0 means unlimited.
    padt_retry_timeout float
    PPPoE Active Discovery Terminate (PADT) used to terminate sessions after an idle time.
    passwords Sequence[str]
    PPPoE account's password.
    peer_interface str
    Peer-Interface.
    phy_mode str
    DSL physical mode. Valid values: auto, adsl, vdsl.
    ping_serv_status float
    Ping-Serv-Status.
    poe str
    Enable/disable PoE status. Valid values: disable, enable.
    polling_interval float
    sFlow polling interval (1 - 255 sec).
    port_mirroring str
    Enable/disable NP port mirroring. Valid values: disable, enable.
    pppoe_unnumbered_negotiate str
    Enable/disable PPPoE unnumbered negotiation. Valid values: disable, enable.
    pptp_auth_type str
    PPTP authentication type. Valid values: auto, pap, chap, mschapv1, mschapv2.
    pptp_client str
    Enable/disable PPTP client. Valid values: disable, enable.
    pptp_passwords Sequence[str]
    PPTP password.
    pptp_server_ip str
    PPTP server IP address.
    pptp_timeout float
    Idle timer in minutes (0 for disabled).
    pptp_user str
    PPTP user name.
    preserve_session_route str
    Enable/disable preservation of session route when dirty. Valid values: disable, enable.
    priority float
    Priority of the virtual router (1 - 255).
    priority_override str
    Enable/disable fail back to higher priority port once recovered. Valid values: disable, enable.
    proxy_captive_portal str
    Enable/disable proxy captive portal on this interface. Valid values: disable, enable.
    pvc_atm_qos str
    SFP-DSL ADSL Fallback PVC ATM QoS. Valid values: cbr, rt-vbr, nrt-vbr.
    pvc_chan float
    SFP-DSL ADSL Fallback PVC Channel.
    pvc_crc float
    SFP-DSL ADSL Fallback PVC CRC Option: bit0: sar LLC preserve, bit1: ream LLC preserve, bit2: ream VC-MUX has crc.
    pvc_pcr float
    SFP-DSL ADSL Fallback PVC Packet Cell Rate in cells (0 - 5500).
    pvc_scr float
    SFP-DSL ADSL Fallback PVC Sustainable Cell Rate in cells (0 - 5500).
    pvc_vlan_id float
    SFP-DSL ADSL Fallback PVC VLAN ID.
    pvc_vlan_rx_id float
    SFP-DSL ADSL Fallback PVC VLANID RX.
    pvc_vlan_rx_op str
    SFP-DSL ADSL Fallback PVC VLAN RX op. Valid values: pass-through, replace, remove.
    pvc_vlan_tx_id float
    SFP-DSL ADSL Fallback PVC VLAN ID TX.
    pvc_vlan_tx_op str
    SFP-DSL ADSL Fallback PVC VLAN TX op. Valid values: pass-through, replace, remove.
    reachable_time float
    IPv4 reachable time in milliseconds (30000 - 3600000, default = 30000).
    redundant_interface str
    Redundant-Interface.
    remote_ip str
    Remote IP address of tunnel.
    replacemsg_override_group str
    Replacement message override group.
    retransmission str
    Enable/disable DSL retransmission. Valid values: disable, enable.
    ring_rx float
    RX ring size.
    ring_tx float
    TX ring size.
    role str
    Interface role. Valid values: lan, wan, dmz, undefined.
    sample_direction str
    Data that NetFlow collects (rx, tx, or both). Valid values: rx, tx, both.
    sample_rate float
    sFlow sample rate (10 - 99999).
    scan_botnet_connections str
    Scan-Botnet-Connections. Valid values: disable, block, monitor.
    secondary_ip str
    Enable/disable adding a secondary IP to this interface. Valid values: disable, enable.
    secondaryips Sequence[ObjectFspVlanInterfaceSecondaryip]
    Secondaryip. The structure of secondaryip block is documented below.
    security8021x_dynamic_vlan_id float
    VLAN ID for virtual switch.
    security8021x_master str
    802.1X master virtual-switch.
    security8021x_member_mode str
    802.1X member mode. Valid values: disable, switch.
    security8021x_mode str
    802.1X mode. Valid values: default, dynamic-vlan, fallback, slave.
    security_exempt_list str
    Name of security-exempt-list.
    security_external_logout str
    URL of external authentication logout server.
    security_external_web str
    URL of external authentication web server.
    security_groups str
    User groups that can authenticate with the captive portal.
    security_mac_auth_bypass str
    Enable/disable MAC authentication bypass. Valid values: disable, enable, mac-auth-only.
    security_mode str
    Turn on captive portal authentication for this interface. Valid values: none, captive-portal, 802.1X.
    security_redirect_url str
    URL redirection after disclaimer/authentication.
    select_profile30a35b str
    Select-Profile-30A-35B. Valid values: 30A, 35B.
    service_name str
    PPPoE service name.
    sflow_sampler str
    Enable/disable sFlow on this interface. Valid values: disable, enable.
    sfp_dsl str
    Enable/disable SFP DSL. Valid values: disable, enable.
    sfp_dsl_adsl_fallback str
    Enable/disable SFP DSL ADSL fallback. Valid values: disable, enable.
    sfp_dsl_autodetect str
    Enable/disable SFP DSL MAC address autodetect. Valid values: disable, enable.
    sfp_dsl_mac str
    SFP DSL MAC address.
    speed str
    Interface speed. The default setting and the options available depend on the interface hardware. Valid values: auto, 10full, 10half, 100full, 100half, 1000full, 1000half, 10000full, 1000auto, 10000auto, 40000full, 100Gfull, 25000full, 40000auto, 25000auto, 100Gauto.
    spillover_threshold float
    Egress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    src_check str
    Enable/disable source IP check. Valid values: disable, enable.
    status str
    Enable/disable VRRP. Valid values: disable, enable.
    stp str
    Enable/disable STP. Valid values: disable, enable.
    stp_edge str
    Enable/disable as STP edge port. Valid values: disable, enable.
    stp_ha_secondary str
    Stp-Ha-Secondary. Valid values: disable, enable, priority-adjust.
    stp_ha_slave str
    Control STP behaviour on HA slave. Valid values: disable, enable, priority-adjust.
    stpforward str
    Enable/disable STP forwarding. Valid values: disable, enable.
    stpforward_mode str
    Configure STP forwarding mode. Valid values: rpl-all-ext-id, rpl-bridge-ext-id, rpl-nothing.
    strip_priority_vlan_tag str
    Strip-Priority-Vlan-Tag. Valid values: disable, enable.
    subst str
    Enable to always send packets from this interface to a destination MAC address. Valid values: disable, enable.
    substitute_dst_mac str
    Destination MAC address that all packets are sent to from this interface.
    sw_algorithm str
    Frame distribution algorithm for switch. Valid values: l2, l3, eh.
    swc_first_create float
    Initial create for switch-controller VLANs.
    swc_vlan float
    Swc-Vlan.
    switch str
    Switch.
    switch_controller_access_vlan str
    Block FortiSwitch port-to-port traffic. Valid values: disable, enable.
    switch_controller_arp_inspection str
    Enable/disable FortiSwitch ARP inspection. Valid values: disable, enable.
    switch_controller_auth str
    Switch-Controller-Auth. Valid values: radius, usergroup.
    switch_controller_dhcp_snooping str
    Switch controller DHCP snooping. Valid values: disable, enable.
    switch_controller_dhcp_snooping_option82 str
    Switch controller DHCP snooping option82. Valid values: disable, enable.
    switch_controller_dhcp_snooping_verify_mac str
    Switch controller DHCP snooping verify MAC. Valid values: disable, enable.
    switch_controller_dynamic str
    Switch-Controller-Dynamic.
    switch_controller_feature str
    Interface's purpose when assigning traffic (read only). Valid values: none, default-vlan, quarantine, sniffer, voice, camera, rspan, video, nac.
    switch_controller_igmp_snooping str
    Switch controller IGMP snooping. Valid values: disable, enable.
    switch_controller_igmp_snooping_fast_leave str
    Switch controller IGMP snooping fast-leave. Valid values: disable, enable.
    switch_controller_igmp_snooping_proxy str
    Switch controller IGMP snooping proxy. Valid values: disable, enable.
    switch_controller_iot_scanning str
    Enable/disable managed FortiSwitch IoT scanning. Valid values: disable, enable.
    switch_controller_learning_limit float
    Limit the number of dynamic MAC addresses on this VLAN (1 - 128, 0 = no limit, default).
    switch_controller_mgmt_vlan float
    VLAN to use for FortiLink management purposes.
    switch_controller_nac str
    Integrated NAC settings for managed FortiSwitch.
    switch_controller_netflow_collect str
    NetFlow collection and processing. Valid values: disable, enable.
    switch_controller_offload str
    Enable/disable managed FortiSwitch routing offload. Valid values: disable, enable.
    switch_controller_offload_gw str
    Enable/disable managed FortiSwitch routing offload gateway. Valid values: disable, enable.
    switch_controller_offload_ip str
    IP for routing offload on FortiSwitch.
    switch_controller_offloading str
    Switch-Controller-Offloading. Valid values: disable, enable.
    switch_controller_offloading_gw str
    Switch-Controller-Offloading-Gw. Valid values: disable, enable.
    switch_controller_offloading_ip str
    Switch-Controller-Offloading-Ip.
    switch_controller_radius_server str
    Switch-Controller-Radius-Server.
    switch_controller_rspan_mode str
    Stop Layer2 MAC learning and interception of BPDUs and other packets on this interface. Valid values: disable, enable.
    switch_controller_source_ip str
    Source IP address used in FortiLink over L3 connections. Valid values: outbound, fixed.
    switch_controller_traffic_policy str
    Switch controller traffic policy for the VLAN.
    system_id str
    Define a system ID for the aggregate interface.
    system_id_type str
    Method in which system ID is generated. Valid values: auto, user.
    tc_mode str
    DSL transfer mode. Valid values: ptm, atm.
    tcp_mss float
    TCP maximum segment size. 0 means do not change segment size.
    trunk str
    Enable/disable VLAN trunk. Valid values: disable, enable.
    trust_ip1 str
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trust_ip2 str
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trust_ip3 str
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trust_ip61 str
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trust_ip62 str
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trust_ip63 str
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    type str
    Interface type. Valid values: physical, vlan, aggregate, redundant, tunnel, wireless, vdom-link, loopback, switch, hard-switch, hdlc, vap-switch, wl-mesh, fortilink, switch-vlan, fctrl-trunk, tdm, fext-wan, vxlan, emac-vlan, geneve, ssl.
    username str
    Username of the PPPoE account, provided by your ISP.
    vci float
    Virtual Channel ID
    vectoring str
    Enable/disable DSL vectoring. Valid values: disable, enable.
    vindex float
    Vindex.
    vlan_op_mode str
    Vlan-Op-Mode. Valid values: tag, untag, passthrough.
    vlan_protocol str
    Ethernet protocol of VLAN. Valid values: 8021q, 8021ad.
    vlanforward str
    Enable/disable traffic forwarding between VLANs on this interface. Valid values: disable, enable.
    vlanid float
    VLAN ID (1 - 4094).
    vpi float
    Virtual Path ID
    vrf float
    Virtual Routing Forwarding ID.
    vrrp_virtual_mac str
    Enable/disable use of virtual MAC for VRRP. Valid values: disable, enable.
    vrrps Sequence[ObjectFspVlanInterfaceVrrp]
    Vrrp. The structure of vrrp block is documented below.
    wccp str
    Enable/disable WCCP on this interface. Used for encapsulated WCCP communication between WCCP clients and servers. Valid values: disable, enable.
    weight float
    Default weight for static routes (if route has no weight configured).
    wifi5g_threshold str
    Minimal signal strength to be considered as a good 5G AP.
    wifi_acl str
    Access control for MAC addresses in the MAC list. Valid values: deny, allow.
    wifi_ap_band str
    How to select the AP to connect. Valid values: any, 5g-preferred, 5g-only.
    wifi_auth str
    WiFi authentication. Valid values: PSK, RADIUS, radius, usergroup.
    wifi_auto_connect str
    Enable/disable WiFi network auto connect. Valid values: disable, enable.
    wifi_auto_save str
    Enable/disable WiFi network automatic save. Valid values: disable, enable.
    wifi_broadcast_ssid str
    Enable/disable SSID broadcast in the beacon. Valid values: disable, enable.
    wifi_dns_server1 str
    DNS server 1.
    wifi_dns_server2 str
    DNS server 2.
    wifi_encrypt str
    Data encryption. Valid values: TKIP, AES.
    wifi_fragment_threshold float
    WiFi fragment threshold (800 - 2346).
    wifi_gateway str
    IPv4 default gateway IP address.
    wifi_keyindex float
    WEP key index (1 - 4).
    wifi_keys Sequence[str]
    WiFi WEP Key.
    wifi_mac_filter str
    Enable/disable MAC filter status. Valid values: disable, enable.
    wifi_passphrases Sequence[str]
    WiFi pre-shared key for WPA.
    wifi_radius_server str
    WiFi RADIUS server for WPA.
    wifi_rts_threshold float
    WiFi RTS threshold (256 - 2346).
    wifi_security str
    Wireless access security of SSID. Valid values: None, WEP64, wep64, WEP128, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise.
    wifi_ssid str
    IEEE 802.11 Service Set Identifier.
    wifi_usergroup str
    WiFi user group for WPA.
    wins_ip str

    WINS server IP.

    The ipv6 block supports:

    acName String
    PPPoE server name.
    aggregate String
    Aggregate.
    aggregateType String
    Type of aggregation. Valid values: physical, vxlan.
    algorithm String
    Frame distribution algorithm. Valid values: L2, L3, L4.
    alias String
    Alias will be displayed with the interface name to make it easier to distinguish.
    allowaccesses List<String>
    Permitted types of management access to this interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    annex String
    Set xDSL annex type. Valid values: a, b, j, bjm, i, al, m, aijlm.
    apDiscover String
    Enable/disable automatic registration of unknown FortiAP devices. Valid values: disable, enable.
    arpforward String
    Enable/disable ARP forwarding. Valid values: disable, enable.
    atmProtocol String
    ATM protocol. Valid values: none, ipoa.
    authCert String
    HTTPS server certificate.
    authPortalAddr String
    Address of captive portal.
    authType String
    PPP authentication type to use. Valid values: auto, pap, chap, mschapv1, mschapv2.
    autoAuthExtensionDevice String
    Enable/disable automatic authorization of dedicated Fortinet extension device on this interface. Valid values: disable, enable.
    bandwidthMeasureTime Number
    Bandwidth measure time
    bfd String
    Bidirectional Forwarding Detection (BFD) settings. Valid values: global, enable, disable.
    bfdDesiredMinTx Number
    BFD desired minimal transmit interval.
    bfdDetectMult Number
    BFD detection multiplier.
    bfdRequiredMinRx Number
    BFD required minimal receive interval.
    broadcastForticlientDiscovery String
    Broadcast-Forticlient-Discovery. Valid values: disable, enable.
    broadcastForward String
    Enable/disable broadcast forwarding. Valid values: disable, enable.
    captivePortal Number
    Enable/disable captive portal.
    cliConnStatus Number
    Cli-Conn-Status.
    color Number
    Color of icon on the GUI.
    ddns String
    Ddns. Valid values: disable, enable.
    ddnsAuth String
    Ddns-Auth. Valid values: disable, tsig.
    ddnsDomain String
    Ddns-Domain.
    ddnsKey String
    Ddns-Key.
    ddnsKeyname String
    Ddns-Keyname.
    ddnsPasswords List<String>
    Ddns-Password.
    ddnsServer String
    Ddns-Server. Valid values: dhs.org, dyndns.org, dyns.net, tzo.com, ods.org, vavic.com, now.net.cn, dipdns.net, easydns.com, genericDDNS.
    ddnsServerIp String
    Ddns-Server-Ip.
    ddnsSn String
    Ddns-Sn.
    ddnsTtl Number
    Ddns-Ttl.
    ddnsUsername String
    Ddns-Username.
    ddnsZone String
    Ddns-Zone.
    dedicatedTo String
    Configure interface for single purpose. Valid values: none, management.
    defaultPurdueLevel String
    default purdue level of device detected on this interface. Valid values: 1, 2, 3, 4, 5, 1.5, 2.5, 3.5, 5.5.
    defaultgw String
    Enable to get the gateway IP from the DHCP or PPPoE server. Valid values: disable, enable.
    description String
    Description.
    detectedPeerMtu Number
    Detected-Peer-Mtu.
    detectprotocols List<String>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver String
    Gateway's ping server for this IP.
    deviceAccessList String
    Device-Access-List.
    deviceIdentification String
    Enable/disable passively gathering of device identity information about the devices on the network connected to this interface. Valid values: disable, enable.
    deviceIdentificationActiveScan String
    Device-Identification-Active-Scan. Valid values: disable, enable.
    deviceNetscan String
    Device-Netscan. Valid values: disable, enable.
    deviceUserIdentification String
    Enable/disable passive gathering of user identity information about users on this interface. Valid values: disable, enable.
    devindex Number
    Devindex.
    dhcpBroadcastFlag String
    Enable/disable setting of the broadcast flag in messages sent by the DHCP client (default = enable). Valid values: disable, enable.
    dhcpClasslessRouteAddition String
    Enable/disable addition of classless static routes retrieved from DHCP server. Valid values: disable, enable.
    dhcpClientIdentifier String
    DHCP client identifier.
    dhcpRelayAgentOption String
    Enable/disable DHCP relay agent option. Valid values: disable, enable.
    dhcpRelayCircuitId String
    DHCP relay circuit ID.
    dhcpRelayInterface String
    Specify outgoing interface to reach server.
    dhcpRelayInterfaceSelectMethod String
    Specify how to select outgoing interface to reach server. Valid values: auto, sdwan, specify.
    dhcpRelayIps List<String>
    DHCP relay IP address.
    dhcpRelayLinkSelection String
    DHCP relay link selection.
    dhcpRelayRequestAllServer String
    Dhcp-Relay-Request-All-Server. Valid values: disable, enable.
    dhcpRelayService String
    Enable/disable allowing this interface to act as a DHCP relay. Valid values: disable, enable.
    dhcpRelaySourceIp String
    IP address used by the DHCP relay as its source IP.
    dhcpRelayType String
    DHCP relay type (regular or IPsec). Valid values: regular, ipsec.
    dhcpRenewTime Number
    DHCP renew time in seconds (300-604800), 0 means use the renew time provided by the server.
    dhcpSmartRelay String
    Enable/disable DHCP smart relay. Valid values: disable, enable.
    discRetryTimeout Number
    Time in seconds to wait before retrying to start a PPPoE discovery, 0 means no timeout.
    disconnectThreshold Number
    Time in milliseconds to wait before sending a notification that this interface is down or disconnected.
    distance Number
    Distance for routes learned through PPPoE or DHCP, lower distance indicates preferred route.
    dnsQuery String
    Dns-Query. Valid values: disable, recursive, non-recursive.
    dnsServerOverride String
    Enable/disable use DNS acquired by DHCP or PPPoE. Valid values: disable, enable.
    dnsServerProtocols List<String>
    DNS transport protocols. Valid values: cleartext, dot, doh.
    dropFragment String
    Enable/disable drop fragment packets. Valid values: disable, enable.
    dropOverlappedFragment String
    Enable/disable drop overlapped fragment packets. Valid values: disable, enable.
    eapCaCerts List<String>
    Eap-Ca-Cert.
    eapIdentity String
    Eap-Identity.
    eapMethod String
    Eap-Method. Valid values: tls, peap.
    eapPasswords List<String>
    Eap-Password.
    eapSupplicant String
    Eap-Supplicant. Valid values: disable, enable.
    eapUserCerts List<String>
    Eap-User-Cert.
    egressCos String
    Override outgoing CoS in user VLAN tag. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    egressShapingProfile String
    Outgoing traffic shaping profile.
    eip String
    Eip.
    endpointCompliance String
    Endpoint-Compliance. Valid values: disable, enable.
    estimatedDownstreamBandwidth Number
    Estimated maximum downstream bandwidth (kbps). Used to estimate link utilization.
    estimatedUpstreamBandwidth Number
    Estimated maximum upstream bandwidth (kbps). Used to estimate link utilization.
    explicitFtpProxy String
    Enable/disable the explicit FTP proxy on this interface. Valid values: disable, enable.
    explicitWebProxy String
    Enable/disable the explicit web proxy on this interface. Valid values: disable, enable.
    external String
    Enable/disable identifying the interface as an external interface (which usually means it's connected to the Internet). Valid values: disable, enable.
    failActionOnExtender String
    Action on extender when interface fail . Valid values: soft-restart, hard-restart, reboot.
    failAlertInterfaces String
    Names of the FortiGate interfaces to which the link failure alert is sent.
    failAlertMethod String
    Select link-failed-signal or link-down method to alert about a failed link. Valid values: link-failed-signal, link-down.
    failDetect String
    Enable/disable fail detection features for this interface. Valid values: disable, enable.
    failDetectOptions List<String>
    Options for detecting that this interface has failed. Valid values: detectserver, link-down.
    fdp String
    Fdp. Valid values: disable, enable.
    fortiheartbeat String
    Fortiheartbeat. Valid values: disable, enable.
    fortilink String
    Enable FortiLink to dedicate this interface to manage other Fortinet devices. Valid values: disable, enable.
    fortilinkBackupLink Number
    Fortilink-Backup-Link.
    fortilinkNeighborDetect String
    Protocol for FortiGate neighbor discovery. Valid values: lldp, fortilink.
    fortilinkSplitInterface String
    Enable/disable FortiLink split interface to connect member link to different FortiSwitch in stack for uplink redundancy. Valid values: disable, enable.
    fortilinkStacking String
    Enable/disable FortiLink switch-stacking on this interface. Valid values: disable, enable.
    forwardDomain Number
    Transparent mode forward domain.
    forwardErrorCorrection String
    Enable/disable forward error correction (FEC Clause 91). Valid values: disable, enable, rs-fec, base-r-fec, fec-cl91, fec-cl74.
    fpAnomalies List<String>
    Fp-Anomaly. Valid values: drop_tcp_fin_noack, pass_winnuke, pass_tcpland, pass_udpland, pass_icmpland, pass_ipland, pass_iprr, pass_ipssrr, pass_iplsrr, pass_ipstream, pass_ipsecurity, pass_iptimestamp, pass_ipunknown_option, pass_ipunknown_prot, pass_icmp_frag, pass_tcp_no_flag, pass_tcp_fin_noack, drop_winnuke, drop_tcpland, drop_udpland, drop_icmpland, drop_ipland, drop_iprr, drop_ipssrr, drop_iplsrr, drop_ipstream, drop_ipsecurity, drop_iptimestamp, drop_ipunknown_option, drop_ipunknown_prot, drop_icmp_frag, drop_tcp_no_flag.
    fpDisables List<String>
    Fp-Disable. Valid values: all, ipsec, none.
    gatewayAddress String
    Gateway address
    genericReceiveOffload String
    Generic-Receive-Offload. Valid values: disable, enable.
    giGk String
    Enable/disable Gi Gatekeeper. Valid values: disable, enable.
    gwaddr String
    Gateway address
    gwdetect String
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority Number
    HA election priority for the PING server.
    icmpAcceptRedirect String
    Enable/disable ICMP accept redirect. Valid values: disable, enable.
    icmpRedirect String
    Icmp-Redirect. Valid values: disable, enable.
    icmpSendRedirect String
    Enable/disable sending of ICMP redirects. Valid values: disable, enable.
    identAccept String
    Enable/disable authentication for this interface. Valid values: disable, enable.
    idleTimeout Number
    PPPoE auto disconnect after idle timeout seconds, 0 means no timeout.
    ifMdix String
    If-Mdix. Valid values: auto, normal, crossover.
    ifMedia String
    If-Media. Valid values: auto, copper, fiber.
    ikeSamlServers List<String>
    Ike-Saml-Server.
    inForceVlanCos Number
    In-Force-Vlan-Cos.
    inbandwidth Number
    Bandwidth limit for incoming traffic (0 - 16776000 kbps), 0 means unlimited.
    ingressCos String
    Override incoming CoS in user VLAN tag on VLAN interface or assign a priority VLAN tag on physical interface. Valid values: disable, cos0, cos1, cos2, cos3, cos4, cos5, cos6, cos7.
    ingressShapingProfile String
    Incoming traffic shaping profile.
    ingressSpilloverThreshold Number
    Ingress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    interconnectProfile String
    Set interconnect profile. Valid values: default, profile1, profile2.
    internal Number
    Implicitly created.
    ip String
    Interface IPv4 address and subnet mask, syntax: X.X.X.X/24.
    ipManagedByFortiipam String
    Enable/disable automatic IP address assignment of this interface by FortiIPAM. Valid values: disable, enable.
    ipmac String
    Enable/disable IP/MAC binding. Valid values: disable, enable.
    ipsSnifferMode String
    Enable/disable the use of this interface as a one-armed sniffer. Valid values: disable, enable.
    ipunnumbered String
    Unnumbered IP used for PPPoE interfaces for which no unique local address is provided.
    ipv6 Property Map
    Ipv6. The structure of ipv6 block is documented below.
    l2forward String
    Enable/disable l2 forwarding. Valid values: disable, enable.
    l2tpClient String
    Enable/disable this interface as a Layer 2 Tunnelling Protocol (L2TP) client. Valid values: disable, enable.
    lacpHaSecondary String
    Lacp-Ha-Secondary. Valid values: disable, enable.
    lacpHaSlave String
    LACP HA slave. Valid values: disable, enable.
    lacpMode String
    LACP mode. Valid values: static, passive, active.
    lacpSpeed String
    How often the interface sends LACP messages. Valid values: slow, fast.
    largeReceiveOffload String
    Large-Receive-Offload. Valid values: disable, enable.
    lcpEchoInterval Number
    Time in seconds between PPPoE Link Control Protocol (LCP) echo requests.
    lcpMaxEchoFails Number
    Maximum missed LCP echo messages before disconnect.
    linkUpDelay Number
    Number of milliseconds to wait before considering a link is up.
    listenForticlientConnection String
    Listen-Forticlient-Connection. Valid values: disable, enable.
    lldpNetworkPolicy String
    LLDP-MED network policy profile.
    lldpReception String
    Enable/disable Link Layer Discovery Protocol (LLDP) reception. Valid values: disable, enable, vdom.
    lldpTransmission String
    Enable/disable Link Layer Discovery Protocol (LLDP) transmission. Valid values: enable, disable, vdom.
    log String
    Log. Valid values: disable, enable.
    macaddr String
    Change the interface's MAC address.
    managedSubnetworkSize String
    Number of IP addresses to be allocated by FortiIPAM and used by this FortiGate unit's DHCP server settings. Valid values: 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536.
    managementIp String
    High Availability in-band management IP address of this interface.
    maxEgressBurstRate Number
    Max-Egress-Burst-Rate.
    maxEgressRate Number
    Max-Egress-Rate.
    measuredDownstreamBandwidth Number
    Measured downstream bandwidth (kbps).
    measuredUpstreamBandwidth Number
    Measured upstream bandwidth (kbps).
    mediatype String
    Select SFP media interface type Valid values: serdes-sfp, sgmii-sfp, cfp2-sr10, cfp2-lr4, serdes-copper-sfp, sr, cr, lr, qsfp28-sr4, qsfp28-lr4, qsfp28-cr4, sr4, cr4, lr4.
    member String
    Physical interfaces that belong to the aggregate or redundant interface.
    minLinks Number
    Minimum number of aggregated ports that must be up.
    minLinksDown String
    Action to take when less than the configured minimum number of links are active. Valid values: operational, administrative.
    mirroringDirection String
    Port mirroring direction. Valid values: rx, tx, both.
    mirroringPort String
    Mirroring port.
    mode String
    Addressing mode (static, DHCP, PPPoE). Valid values: static, dhcp, pppoe, pppoa, ipoa, eoa.
    monitorBandwidth String
    Enable monitoring bandwidth on this interface. Valid values: disable, enable.
    mtu Number
    MTU value for this interface.
    mtuOverride String
    Enable to set a custom MTU for this interface. Valid values: disable, enable.
    muxType String
    Multiplexer type Valid values: llc-encaps, vc-encaps.
    name String
    Name.
    ndiscforward String
    Enable/disable NDISC forwarding. Valid values: disable, enable.
    netbiosForward String
    Enable/disable NETBIOS forwarding. Valid values: disable, enable.
    netflowSampler String
    Enable/disable NetFlow on this interface and set the data that NetFlow collects (rx, tx, or both). Valid values: disable, tx, rx, both.
    npQosProfile Number
    Np-Qos-Profile.
    npuFastpath String
    Npu-Fastpath. Valid values: disable, enable.
    nst String
    Nst. Valid values: disable, enable.
    outForceVlanCos Number
    Out-Force-Vlan-Cos.
    outbandwidth Number
    Bandwidth limit for outgoing traffic (0 - 16776000 kbps), 0 means unlimited.
    padtRetryTimeout Number
    PPPoE Active Discovery Terminate (PADT) used to terminate sessions after an idle time.
    passwords List<String>
    PPPoE account's password.
    peerInterface String
    Peer-Interface.
    phyMode String
    DSL physical mode. Valid values: auto, adsl, vdsl.
    pingServStatus Number
    Ping-Serv-Status.
    poe String
    Enable/disable PoE status. Valid values: disable, enable.
    pollingInterval Number
    sFlow polling interval (1 - 255 sec).
    portMirroring String
    Enable/disable NP port mirroring. Valid values: disable, enable.
    pppoeUnnumberedNegotiate String
    Enable/disable PPPoE unnumbered negotiation. Valid values: disable, enable.
    pptpAuthType String
    PPTP authentication type. Valid values: auto, pap, chap, mschapv1, mschapv2.
    pptpClient String
    Enable/disable PPTP client. Valid values: disable, enable.
    pptpPasswords List<String>
    PPTP password.
    pptpServerIp String
    PPTP server IP address.
    pptpTimeout Number
    Idle timer in minutes (0 for disabled).
    pptpUser String
    PPTP user name.
    preserveSessionRoute String
    Enable/disable preservation of session route when dirty. Valid values: disable, enable.
    priority Number
    Priority of the virtual router (1 - 255).
    priorityOverride String
    Enable/disable fail back to higher priority port once recovered. Valid values: disable, enable.
    proxyCaptivePortal String
    Enable/disable proxy captive portal on this interface. Valid values: disable, enable.
    pvcAtmQos String
    SFP-DSL ADSL Fallback PVC ATM QoS. Valid values: cbr, rt-vbr, nrt-vbr.
    pvcChan Number
    SFP-DSL ADSL Fallback PVC Channel.
    pvcCrc Number
    SFP-DSL ADSL Fallback PVC CRC Option: bit0: sar LLC preserve, bit1: ream LLC preserve, bit2: ream VC-MUX has crc.
    pvcPcr Number
    SFP-DSL ADSL Fallback PVC Packet Cell Rate in cells (0 - 5500).
    pvcScr Number
    SFP-DSL ADSL Fallback PVC Sustainable Cell Rate in cells (0 - 5500).
    pvcVlanId Number
    SFP-DSL ADSL Fallback PVC VLAN ID.
    pvcVlanRxId Number
    SFP-DSL ADSL Fallback PVC VLANID RX.
    pvcVlanRxOp String
    SFP-DSL ADSL Fallback PVC VLAN RX op. Valid values: pass-through, replace, remove.
    pvcVlanTxId Number
    SFP-DSL ADSL Fallback PVC VLAN ID TX.
    pvcVlanTxOp String
    SFP-DSL ADSL Fallback PVC VLAN TX op. Valid values: pass-through, replace, remove.
    reachableTime Number
    IPv4 reachable time in milliseconds (30000 - 3600000, default = 30000).
    redundantInterface String
    Redundant-Interface.
    remoteIp String
    Remote IP address of tunnel.
    replacemsgOverrideGroup String
    Replacement message override group.
    retransmission String
    Enable/disable DSL retransmission. Valid values: disable, enable.
    ringRx Number
    RX ring size.
    ringTx Number
    TX ring size.
    role String
    Interface role. Valid values: lan, wan, dmz, undefined.
    sampleDirection String
    Data that NetFlow collects (rx, tx, or both). Valid values: rx, tx, both.
    sampleRate Number
    sFlow sample rate (10 - 99999).
    scanBotnetConnections String
    Scan-Botnet-Connections. Valid values: disable, block, monitor.
    secondaryIp String
    Enable/disable adding a secondary IP to this interface. Valid values: disable, enable.
    secondaryips List<Property Map>
    Secondaryip. The structure of secondaryip block is documented below.
    security8021xDynamicVlanId Number
    VLAN ID for virtual switch.
    security8021xMaster String
    802.1X master virtual-switch.
    security8021xMemberMode String
    802.1X member mode. Valid values: disable, switch.
    security8021xMode String
    802.1X mode. Valid values: default, dynamic-vlan, fallback, slave.
    securityExemptList String
    Name of security-exempt-list.
    securityExternalLogout String
    URL of external authentication logout server.
    securityExternalWeb String
    URL of external authentication web server.
    securityGroups String
    User groups that can authenticate with the captive portal.
    securityMacAuthBypass String
    Enable/disable MAC authentication bypass. Valid values: disable, enable, mac-auth-only.
    securityMode String
    Turn on captive portal authentication for this interface. Valid values: none, captive-portal, 802.1X.
    securityRedirectUrl String
    URL redirection after disclaimer/authentication.
    selectProfile30a35b String
    Select-Profile-30A-35B. Valid values: 30A, 35B.
    serviceName String
    PPPoE service name.
    sflowSampler String
    Enable/disable sFlow on this interface. Valid values: disable, enable.
    sfpDsl String
    Enable/disable SFP DSL. Valid values: disable, enable.
    sfpDslAdslFallback String
    Enable/disable SFP DSL ADSL fallback. Valid values: disable, enable.
    sfpDslAutodetect String
    Enable/disable SFP DSL MAC address autodetect. Valid values: disable, enable.
    sfpDslMac String
    SFP DSL MAC address.
    speed String
    Interface speed. The default setting and the options available depend on the interface hardware. Valid values: auto, 10full, 10half, 100full, 100half, 1000full, 1000half, 10000full, 1000auto, 10000auto, 40000full, 100Gfull, 25000full, 40000auto, 25000auto, 100Gauto.
    spilloverThreshold Number
    Egress Spillover threshold (0 - 16776000 kbps), 0 means unlimited.
    srcCheck String
    Enable/disable source IP check. Valid values: disable, enable.
    status String
    Enable/disable VRRP. Valid values: disable, enable.
    stp String
    Enable/disable STP. Valid values: disable, enable.
    stpEdge String
    Enable/disable as STP edge port. Valid values: disable, enable.
    stpHaSecondary String
    Stp-Ha-Secondary. Valid values: disable, enable, priority-adjust.
    stpHaSlave String
    Control STP behaviour on HA slave. Valid values: disable, enable, priority-adjust.
    stpforward String
    Enable/disable STP forwarding. Valid values: disable, enable.
    stpforwardMode String
    Configure STP forwarding mode. Valid values: rpl-all-ext-id, rpl-bridge-ext-id, rpl-nothing.
    stripPriorityVlanTag String
    Strip-Priority-Vlan-Tag. Valid values: disable, enable.
    subst String
    Enable to always send packets from this interface to a destination MAC address. Valid values: disable, enable.
    substituteDstMac String
    Destination MAC address that all packets are sent to from this interface.
    swAlgorithm String
    Frame distribution algorithm for switch. Valid values: l2, l3, eh.
    swcFirstCreate Number
    Initial create for switch-controller VLANs.
    swcVlan Number
    Swc-Vlan.
    switch String
    Switch.
    switchControllerAccessVlan String
    Block FortiSwitch port-to-port traffic. Valid values: disable, enable.
    switchControllerArpInspection String
    Enable/disable FortiSwitch ARP inspection. Valid values: disable, enable.
    switchControllerAuth String
    Switch-Controller-Auth. Valid values: radius, usergroup.
    switchControllerDhcpSnooping String
    Switch controller DHCP snooping. Valid values: disable, enable.
    switchControllerDhcpSnoopingOption82 String
    Switch controller DHCP snooping option82. Valid values: disable, enable.
    switchControllerDhcpSnoopingVerifyMac String
    Switch controller DHCP snooping verify MAC. Valid values: disable, enable.
    switchControllerDynamic String
    Switch-Controller-Dynamic.
    switchControllerFeature String
    Interface's purpose when assigning traffic (read only). Valid values: none, default-vlan, quarantine, sniffer, voice, camera, rspan, video, nac.
    switchControllerIgmpSnooping String
    Switch controller IGMP snooping. Valid values: disable, enable.
    switchControllerIgmpSnoopingFastLeave String
    Switch controller IGMP snooping fast-leave. Valid values: disable, enable.
    switchControllerIgmpSnoopingProxy String
    Switch controller IGMP snooping proxy. Valid values: disable, enable.
    switchControllerIotScanning String
    Enable/disable managed FortiSwitch IoT scanning. Valid values: disable, enable.
    switchControllerLearningLimit Number
    Limit the number of dynamic MAC addresses on this VLAN (1 - 128, 0 = no limit, default).
    switchControllerMgmtVlan Number
    VLAN to use for FortiLink management purposes.
    switchControllerNac String
    Integrated NAC settings for managed FortiSwitch.
    switchControllerNetflowCollect String
    NetFlow collection and processing. Valid values: disable, enable.
    switchControllerOffload String
    Enable/disable managed FortiSwitch routing offload. Valid values: disable, enable.
    switchControllerOffloadGw String
    Enable/disable managed FortiSwitch routing offload gateway. Valid values: disable, enable.
    switchControllerOffloadIp String
    IP for routing offload on FortiSwitch.
    switchControllerOffloading String
    Switch-Controller-Offloading. Valid values: disable, enable.
    switchControllerOffloadingGw String
    Switch-Controller-Offloading-Gw. Valid values: disable, enable.
    switchControllerOffloadingIp String
    Switch-Controller-Offloading-Ip.
    switchControllerRadiusServer String
    Switch-Controller-Radius-Server.
    switchControllerRspanMode String
    Stop Layer2 MAC learning and interception of BPDUs and other packets on this interface. Valid values: disable, enable.
    switchControllerSourceIp String
    Source IP address used in FortiLink over L3 connections. Valid values: outbound, fixed.
    switchControllerTrafficPolicy String
    Switch controller traffic policy for the VLAN.
    systemId String
    Define a system ID for the aggregate interface.
    systemIdType String
    Method in which system ID is generated. Valid values: auto, user.
    tcMode String
    DSL transfer mode. Valid values: ptm, atm.
    tcpMss Number
    TCP maximum segment size. 0 means do not change segment size.
    trunk String
    Enable/disable VLAN trunk. Valid values: disable, enable.
    trustIp1 String
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp2 String
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp3 String
    Trusted host for dedicated management traffic (0.0.0.0/24 for all hosts).
    trustIp61 String
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trustIp62 String
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    trustIp63 String
    Trusted IPv6 host for dedicated management traffic (::/0 for all hosts).
    type String
    Interface type. Valid values: physical, vlan, aggregate, redundant, tunnel, wireless, vdom-link, loopback, switch, hard-switch, hdlc, vap-switch, wl-mesh, fortilink, switch-vlan, fctrl-trunk, tdm, fext-wan, vxlan, emac-vlan, geneve, ssl.
    username String
    Username of the PPPoE account, provided by your ISP.
    vci Number
    Virtual Channel ID
    vectoring String
    Enable/disable DSL vectoring. Valid values: disable, enable.
    vindex Number
    Vindex.
    vlanOpMode String
    Vlan-Op-Mode. Valid values: tag, untag, passthrough.
    vlanProtocol String
    Ethernet protocol of VLAN. Valid values: 8021q, 8021ad.
    vlanforward String
    Enable/disable traffic forwarding between VLANs on this interface. Valid values: disable, enable.
    vlanid Number
    VLAN ID (1 - 4094).
    vpi Number
    Virtual Path ID
    vrf Number
    Virtual Routing Forwarding ID.
    vrrpVirtualMac String
    Enable/disable use of virtual MAC for VRRP. Valid values: disable, enable.
    vrrps List<Property Map>
    Vrrp. The structure of vrrp block is documented below.
    wccp String
    Enable/disable WCCP on this interface. Used for encapsulated WCCP communication between WCCP clients and servers. Valid values: disable, enable.
    weight Number
    Default weight for static routes (if route has no weight configured).
    wifi5gThreshold String
    Minimal signal strength to be considered as a good 5G AP.
    wifiAcl String
    Access control for MAC addresses in the MAC list. Valid values: deny, allow.
    wifiApBand String
    How to select the AP to connect. Valid values: any, 5g-preferred, 5g-only.
    wifiAuth String
    WiFi authentication. Valid values: PSK, RADIUS, radius, usergroup.
    wifiAutoConnect String
    Enable/disable WiFi network auto connect. Valid values: disable, enable.
    wifiAutoSave String
    Enable/disable WiFi network automatic save. Valid values: disable, enable.
    wifiBroadcastSsid String
    Enable/disable SSID broadcast in the beacon. Valid values: disable, enable.
    wifiDnsServer1 String
    DNS server 1.
    wifiDnsServer2 String
    DNS server 2.
    wifiEncrypt String
    Data encryption. Valid values: TKIP, AES.
    wifiFragmentThreshold Number
    WiFi fragment threshold (800 - 2346).
    wifiGateway String
    IPv4 default gateway IP address.
    wifiKeyindex Number
    WEP key index (1 - 4).
    wifiKeys List<String>
    WiFi WEP Key.
    wifiMacFilter String
    Enable/disable MAC filter status. Valid values: disable, enable.
    wifiPassphrases List<String>
    WiFi pre-shared key for WPA.
    wifiRadiusServer String
    WiFi RADIUS server for WPA.
    wifiRtsThreshold Number
    WiFi RTS threshold (256 - 2346).
    wifiSecurity String
    Wireless access security of SSID. Valid values: None, WEP64, wep64, WEP128, wep128, WPA_PSK, WPA_RADIUS, WPA, WPA2, WPA2_AUTO, open, wpa-personal, wpa-enterprise, wpa-only-personal, wpa-only-enterprise, wpa2-only-personal, wpa2-only-enterprise.
    wifiSsid String
    IEEE 802.11 Service Set Identifier.
    wifiUsergroup String
    WiFi user group for WPA.
    winsIp String

    WINS server IP.

    The ipv6 block supports:

    ObjectFspVlanInterfaceIpv6, ObjectFspVlanInterfaceIpv6Args

    Autoconf string
    Enable/disable address auto config. Valid values: disable, enable.
    CliConn6Status double
    Cli-Conn6-Status.
    Dhcp6ClientOptions List<string>
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    Dhcp6InformationRequest string
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    Dhcp6PrefixDelegation string
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    Dhcp6PrefixHint string
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    Dhcp6PrefixHintPlt double
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    Dhcp6PrefixHintVlt double
    DHCPv6 prefix hint valid life time (sec).
    Dhcp6RelayInterfaceId string
    DHCP6 relay interface ID.
    Dhcp6RelayIp string
    DHCPv6 relay IP address.
    Dhcp6RelayService string
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    Dhcp6RelaySourceInterface string
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    Dhcp6RelaySourceIp string
    IPv6 address used by the DHCP6 relay as its source IP.
    Dhcp6RelayType string
    DHCPv6 relay type. Valid values: regular.
    Icmp6SendRedirect string
    Icmp6-Send-Redirect. Valid values: disable, enable.
    InterfaceIdentifier string
    Interface-Identifier.
    Ip6Address string
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6Allowaccesses List<string>
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    Ip6DefaultLife double
    Default life (sec).
    Ip6DelegatedPrefixIaid double
    IAID of obtained delegated-prefix from the upstream interface.
    Ip6DelegatedPrefixLists List<ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixList>
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    Ip6DnsServerOverride string
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    Ip6ExtraAddrs List<ObjectFspVlanInterfaceIpv6Ip6ExtraAddr>
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    Ip6HopLimit double
    Hop limit (0 means unspecified).
    Ip6LinkMtu double
    IPv6 link MTU.
    Ip6ManageFlag string
    Enable/disable the managed flag. Valid values: disable, enable.
    Ip6MaxInterval double
    IPv6 maximum interval (4 to 1800 sec).
    Ip6MinInterval double
    IPv6 minimum interval (3 to 1350 sec).
    Ip6Mode string
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    Ip6OtherFlag string
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    Ip6PrefixLists List<ObjectFspVlanInterfaceIpv6Ip6PrefixList>
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    Ip6PrefixMode string
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    Ip6ReachableTime double
    IPv6 reachable time (milliseconds; 0 means unspecified).
    Ip6RetransTime double
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    Ip6SendAdv string
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    Ip6Subnet string
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6UpstreamInterface string
    Interface name providing delegated information.
    NdCert string
    Neighbor discovery certificate.
    NdCgaModifier string
    Neighbor discovery CGA modifier.
    NdMode string
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    NdSecurityLevel double
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    NdTimestampDelta double
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    NdTimestampFuzz double
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    RaSendMtu string
    Ra-Send-Mtu. Valid values: disable, enable.
    UniqueAutoconfAddr string
    Unique-Autoconf-Addr. Valid values: disable, enable.
    Vrip6LinkLocal string
    Link-local IPv6 address of virtual router.
    Vrrp6s List<ObjectFspVlanInterfaceIpv6Vrrp6>

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    VrrpVirtualMac6 string
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    Autoconf string
    Enable/disable address auto config. Valid values: disable, enable.
    CliConn6Status float64
    Cli-Conn6-Status.
    Dhcp6ClientOptions []string
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    Dhcp6InformationRequest string
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    Dhcp6PrefixDelegation string
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    Dhcp6PrefixHint string
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    Dhcp6PrefixHintPlt float64
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    Dhcp6PrefixHintVlt float64
    DHCPv6 prefix hint valid life time (sec).
    Dhcp6RelayInterfaceId string
    DHCP6 relay interface ID.
    Dhcp6RelayIp string
    DHCPv6 relay IP address.
    Dhcp6RelayService string
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    Dhcp6RelaySourceInterface string
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    Dhcp6RelaySourceIp string
    IPv6 address used by the DHCP6 relay as its source IP.
    Dhcp6RelayType string
    DHCPv6 relay type. Valid values: regular.
    Icmp6SendRedirect string
    Icmp6-Send-Redirect. Valid values: disable, enable.
    InterfaceIdentifier string
    Interface-Identifier.
    Ip6Address string
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6Allowaccesses []string
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    Ip6DefaultLife float64
    Default life (sec).
    Ip6DelegatedPrefixIaid float64
    IAID of obtained delegated-prefix from the upstream interface.
    Ip6DelegatedPrefixLists []ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixListType
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    Ip6DnsServerOverride string
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    Ip6ExtraAddrs []ObjectFspVlanInterfaceIpv6Ip6ExtraAddrType
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    Ip6HopLimit float64
    Hop limit (0 means unspecified).
    Ip6LinkMtu float64
    IPv6 link MTU.
    Ip6ManageFlag string
    Enable/disable the managed flag. Valid values: disable, enable.
    Ip6MaxInterval float64
    IPv6 maximum interval (4 to 1800 sec).
    Ip6MinInterval float64
    IPv6 minimum interval (3 to 1350 sec).
    Ip6Mode string
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    Ip6OtherFlag string
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    Ip6PrefixLists []ObjectFspVlanInterfaceIpv6Ip6PrefixList
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    Ip6PrefixMode string
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    Ip6ReachableTime float64
    IPv6 reachable time (milliseconds; 0 means unspecified).
    Ip6RetransTime float64
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    Ip6SendAdv string
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    Ip6Subnet string
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    Ip6UpstreamInterface string
    Interface name providing delegated information.
    NdCert string
    Neighbor discovery certificate.
    NdCgaModifier string
    Neighbor discovery CGA modifier.
    NdMode string
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    NdSecurityLevel float64
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    NdTimestampDelta float64
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    NdTimestampFuzz float64
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    RaSendMtu string
    Ra-Send-Mtu. Valid values: disable, enable.
    UniqueAutoconfAddr string
    Unique-Autoconf-Addr. Valid values: disable, enable.
    Vrip6LinkLocal string
    Link-local IPv6 address of virtual router.
    Vrrp6s []ObjectFspVlanInterfaceIpv6Vrrp6Type

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    VrrpVirtualMac6 string
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf String
    Enable/disable address auto config. Valid values: disable, enable.
    cliConn6Status Double
    Cli-Conn6-Status.
    dhcp6ClientOptions List<String>
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6InformationRequest String
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6PrefixDelegation String
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6PrefixHint String
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6PrefixHintPlt Double
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6PrefixHintVlt Double
    DHCPv6 prefix hint valid life time (sec).
    dhcp6RelayInterfaceId String
    DHCP6 relay interface ID.
    dhcp6RelayIp String
    DHCPv6 relay IP address.
    dhcp6RelayService String
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6RelaySourceInterface String
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6RelaySourceIp String
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6RelayType String
    DHCPv6 relay type. Valid values: regular.
    icmp6SendRedirect String
    Icmp6-Send-Redirect. Valid values: disable, enable.
    interfaceIdentifier String
    Interface-Identifier.
    ip6Address String
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6Allowaccesses List<String>
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6DefaultLife Double
    Default life (sec).
    ip6DelegatedPrefixIaid Double
    IAID of obtained delegated-prefix from the upstream interface.
    ip6DelegatedPrefixLists List<ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixList>
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6DnsServerOverride String
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6ExtraAddrs List<ObjectFspVlanInterfaceIpv6Ip6ExtraAddr>
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6HopLimit Double
    Hop limit (0 means unspecified).
    ip6LinkMtu Double
    IPv6 link MTU.
    ip6ManageFlag String
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6MaxInterval Double
    IPv6 maximum interval (4 to 1800 sec).
    ip6MinInterval Double
    IPv6 minimum interval (3 to 1350 sec).
    ip6Mode String
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6OtherFlag String
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6PrefixLists List<ObjectFspVlanInterfaceIpv6Ip6PrefixList>
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6PrefixMode String
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6ReachableTime Double
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6RetransTime Double
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6SendAdv String
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6Subnet String
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6UpstreamInterface String
    Interface name providing delegated information.
    ndCert String
    Neighbor discovery certificate.
    ndCgaModifier String
    Neighbor discovery CGA modifier.
    ndMode String
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    ndSecurityLevel Double
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    ndTimestampDelta Double
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    ndTimestampFuzz Double
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    raSendMtu String
    Ra-Send-Mtu. Valid values: disable, enable.
    uniqueAutoconfAddr String
    Unique-Autoconf-Addr. Valid values: disable, enable.
    vrip6LinkLocal String
    Link-local IPv6 address of virtual router.
    vrrp6s List<ObjectFspVlanInterfaceIpv6Vrrp6>

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrpVirtualMac6 String
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf string
    Enable/disable address auto config. Valid values: disable, enable.
    cliConn6Status number
    Cli-Conn6-Status.
    dhcp6ClientOptions string[]
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6InformationRequest string
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6PrefixDelegation string
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6PrefixHint string
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6PrefixHintPlt number
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6PrefixHintVlt number
    DHCPv6 prefix hint valid life time (sec).
    dhcp6RelayInterfaceId string
    DHCP6 relay interface ID.
    dhcp6RelayIp string
    DHCPv6 relay IP address.
    dhcp6RelayService string
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6RelaySourceInterface string
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6RelaySourceIp string
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6RelayType string
    DHCPv6 relay type. Valid values: regular.
    icmp6SendRedirect string
    Icmp6-Send-Redirect. Valid values: disable, enable.
    interfaceIdentifier string
    Interface-Identifier.
    ip6Address string
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6Allowaccesses string[]
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6DefaultLife number
    Default life (sec).
    ip6DelegatedPrefixIaid number
    IAID of obtained delegated-prefix from the upstream interface.
    ip6DelegatedPrefixLists ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixList[]
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6DnsServerOverride string
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6ExtraAddrs ObjectFspVlanInterfaceIpv6Ip6ExtraAddr[]
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6HopLimit number
    Hop limit (0 means unspecified).
    ip6LinkMtu number
    IPv6 link MTU.
    ip6ManageFlag string
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6MaxInterval number
    IPv6 maximum interval (4 to 1800 sec).
    ip6MinInterval number
    IPv6 minimum interval (3 to 1350 sec).
    ip6Mode string
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6OtherFlag string
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6PrefixLists ObjectFspVlanInterfaceIpv6Ip6PrefixList[]
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6PrefixMode string
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6ReachableTime number
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6RetransTime number
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6SendAdv string
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6Subnet string
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6UpstreamInterface string
    Interface name providing delegated information.
    ndCert string
    Neighbor discovery certificate.
    ndCgaModifier string
    Neighbor discovery CGA modifier.
    ndMode string
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    ndSecurityLevel number
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    ndTimestampDelta number
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    ndTimestampFuzz number
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    raSendMtu string
    Ra-Send-Mtu. Valid values: disable, enable.
    uniqueAutoconfAddr string
    Unique-Autoconf-Addr. Valid values: disable, enable.
    vrip6LinkLocal string
    Link-local IPv6 address of virtual router.
    vrrp6s ObjectFspVlanInterfaceIpv6Vrrp6[]

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrpVirtualMac6 string
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf str
    Enable/disable address auto config. Valid values: disable, enable.
    cli_conn6_status float
    Cli-Conn6-Status.
    dhcp6_client_options Sequence[str]
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6_information_request str
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6_prefix_delegation str
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6_prefix_hint str
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6_prefix_hint_plt float
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6_prefix_hint_vlt float
    DHCPv6 prefix hint valid life time (sec).
    dhcp6_relay_interface_id str
    DHCP6 relay interface ID.
    dhcp6_relay_ip str
    DHCPv6 relay IP address.
    dhcp6_relay_service str
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6_relay_source_interface str
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6_relay_source_ip str
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6_relay_type str
    DHCPv6 relay type. Valid values: regular.
    icmp6_send_redirect str
    Icmp6-Send-Redirect. Valid values: disable, enable.
    interface_identifier str
    Interface-Identifier.
    ip6_address str
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6_allowaccesses Sequence[str]
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6_default_life float
    Default life (sec).
    ip6_delegated_prefix_iaid float
    IAID of obtained delegated-prefix from the upstream interface.
    ip6_delegated_prefix_lists Sequence[ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixList]
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6_dns_server_override str
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6_extra_addrs Sequence[ObjectFspVlanInterfaceIpv6Ip6ExtraAddr]
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6_hop_limit float
    Hop limit (0 means unspecified).
    ip6_link_mtu float
    IPv6 link MTU.
    ip6_manage_flag str
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6_max_interval float
    IPv6 maximum interval (4 to 1800 sec).
    ip6_min_interval float
    IPv6 minimum interval (3 to 1350 sec).
    ip6_mode str
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6_other_flag str
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6_prefix_lists Sequence[ObjectFspVlanInterfaceIpv6Ip6PrefixList]
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6_prefix_mode str
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6_reachable_time float
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6_retrans_time float
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6_send_adv str
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6_subnet str
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6_upstream_interface str
    Interface name providing delegated information.
    nd_cert str
    Neighbor discovery certificate.
    nd_cga_modifier str
    Neighbor discovery CGA modifier.
    nd_mode str
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    nd_security_level float
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    nd_timestamp_delta float
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    nd_timestamp_fuzz float
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    ra_send_mtu str
    Ra-Send-Mtu. Valid values: disable, enable.
    unique_autoconf_addr str
    Unique-Autoconf-Addr. Valid values: disable, enable.
    vrip6_link_local str
    Link-local IPv6 address of virtual router.
    vrrp6s Sequence[ObjectFspVlanInterfaceIpv6Vrrp6]

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrp_virtual_mac6 str
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.
    autoconf String
    Enable/disable address auto config. Valid values: disable, enable.
    cliConn6Status Number
    Cli-Conn6-Status.
    dhcp6ClientOptions List<String>
    Dhcp6-Client-Options. Valid values: rapid, iapd, iana, dns, dnsname.
    dhcp6InformationRequest String
    Enable/disable DHCPv6 information request. Valid values: disable, enable.
    dhcp6PrefixDelegation String
    Enable/disable DHCPv6 prefix delegation. Valid values: disable, enable.
    dhcp6PrefixHint String
    DHCPv6 prefix that will be used as a hint to the upstream DHCPv6 server.
    dhcp6PrefixHintPlt Number
    DHCPv6 prefix hint preferred life time (sec), 0 means unlimited lease time.
    dhcp6PrefixHintVlt Number
    DHCPv6 prefix hint valid life time (sec).
    dhcp6RelayInterfaceId String
    DHCP6 relay interface ID.
    dhcp6RelayIp String
    DHCPv6 relay IP address.
    dhcp6RelayService String
    Enable/disable DHCPv6 relay. Valid values: disable, enable.
    dhcp6RelaySourceInterface String
    Enable/disable use of address on this interface as the source address of the relay message. Valid values: disable, enable.
    dhcp6RelaySourceIp String
    IPv6 address used by the DHCP6 relay as its source IP.
    dhcp6RelayType String
    DHCPv6 relay type. Valid values: regular.
    icmp6SendRedirect String
    Icmp6-Send-Redirect. Valid values: disable, enable.
    interfaceIdentifier String
    Interface-Identifier.
    ip6Address String
    Primary IPv6 address prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6Allowaccesses List<String>
    Allow management access to the interface. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, capwap, fabric.
    ip6DefaultLife Number
    Default life (sec).
    ip6DelegatedPrefixIaid Number
    IAID of obtained delegated-prefix from the upstream interface.
    ip6DelegatedPrefixLists List<Property Map>
    Ip6-Delegated-Prefix-List. The structure of ip6_delegated_prefix_list block is documented below.
    ip6DnsServerOverride String
    Enable/disable using the DNS server acquired by DHCP. Valid values: disable, enable.
    ip6ExtraAddrs List<Property Map>
    Ip6-Extra-Addr. The structure of ip6_extra_addr block is documented below.
    ip6HopLimit Number
    Hop limit (0 means unspecified).
    ip6LinkMtu Number
    IPv6 link MTU.
    ip6ManageFlag String
    Enable/disable the managed flag. Valid values: disable, enable.
    ip6MaxInterval Number
    IPv6 maximum interval (4 to 1800 sec).
    ip6MinInterval Number
    IPv6 minimum interval (3 to 1350 sec).
    ip6Mode String
    Addressing mode (static, DHCP, delegated). Valid values: static, dhcp, pppoe, delegated.
    ip6OtherFlag String
    Enable/disable the other IPv6 flag. Valid values: disable, enable.
    ip6PrefixLists List<Property Map>
    Ip6-Prefix-List. The structure of ip6_prefix_list block is documented below.
    ip6PrefixMode String
    Ip6-Prefix-Mode. Valid values: dhcp6, ra.
    ip6ReachableTime Number
    IPv6 reachable time (milliseconds; 0 means unspecified).
    ip6RetransTime Number
    IPv6 retransmit time (milliseconds; 0 means unspecified).
    ip6SendAdv String
    Enable/disable sending advertisements about the interface. Valid values: disable, enable.
    ip6Subnet String
    Subnet to routing prefix, syntax: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx
    ip6UpstreamInterface String
    Interface name providing delegated information.
    ndCert String
    Neighbor discovery certificate.
    ndCgaModifier String
    Neighbor discovery CGA modifier.
    ndMode String
    Neighbor discovery mode. Valid values: basic, SEND-compatible.
    ndSecurityLevel Number
    Neighbor discovery security level (0 - 7; 0 = least secure, default = 0).
    ndTimestampDelta Number
    Neighbor discovery timestamp delta value (1 - 3600 sec; default = 300).
    ndTimestampFuzz Number
    Neighbor discovery timestamp fuzz factor (1 - 60 sec; default = 1).
    raSendMtu String
    Ra-Send-Mtu. Valid values: disable, enable.
    uniqueAutoconfAddr String
    Unique-Autoconf-Addr. Valid values: disable, enable.
    vrip6LinkLocal String
    Link-local IPv6 address of virtual router.
    vrrp6s List<Property Map>

    Vrrp6. The structure of vrrp6 block is documented below.

    The ip6_delegated_prefix_list block supports:

    vrrpVirtualMac6 String
    Enable/disable virtual MAC for VRRP. Valid values: disable, enable.

    ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixList, ObjectFspVlanInterfaceIpv6Ip6DelegatedPrefixListArgs

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    DelegatedPrefixIaid double
    IAID of obtained delegated-prefix from the upstream interface.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PrefixId double
    Prefix ID.
    RdnssService string
    Recursive DNS service option. Valid values: delegated, default, specify.
    Rdnsses List<string>
    Recursive DNS server option.
    Subnet string
    Add subnet ID to routing prefix.
    UpstreamInterface string

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    DelegatedPrefixIaid float64
    IAID of obtained delegated-prefix from the upstream interface.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PrefixId float64
    Prefix ID.
    RdnssService string
    Recursive DNS service option. Valid values: delegated, default, specify.
    Rdnsses []string
    Recursive DNS server option.
    Subnet string
    Add subnet ID to routing prefix.
    UpstreamInterface string

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegatedPrefixIaid Double
    IAID of obtained delegated-prefix from the upstream interface.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefixId Double
    Prefix ID.
    rdnssService String
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses List<String>
    Recursive DNS server option.
    subnet String
    Add subnet ID to routing prefix.
    upstreamInterface String

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegatedPrefixIaid number
    IAID of obtained delegated-prefix from the upstream interface.
    onlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefixId number
    Prefix ID.
    rdnssService string
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses string[]
    Recursive DNS server option.
    subnet string
    Add subnet ID to routing prefix.
    upstreamInterface string

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomous_flag str
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegated_prefix_iaid float
    IAID of obtained delegated-prefix from the upstream interface.
    onlink_flag str
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefix_id float
    Prefix ID.
    rdnss_service str
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses Sequence[str]
    Recursive DNS server option.
    subnet str
    Add subnet ID to routing prefix.
    upstream_interface str

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    delegatedPrefixIaid Number
    IAID of obtained delegated-prefix from the upstream interface.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    prefixId Number
    Prefix ID.
    rdnssService String
    Recursive DNS service option. Valid values: delegated, default, specify.
    rdnsses List<String>
    Recursive DNS server option.
    subnet String
    Add subnet ID to routing prefix.
    upstreamInterface String

    Name of the interface that provides delegated information.

    The ip6_extra_addr block supports:

    ObjectFspVlanInterfaceIpv6Ip6ExtraAddr, ObjectFspVlanInterfaceIpv6Ip6ExtraAddrArgs

    Prefix string
    IPv6 prefix.
    Prefix string
    IPv6 prefix.
    prefix String
    IPv6 prefix.
    prefix string
    IPv6 prefix.
    prefix str
    IPv6 prefix.
    prefix String
    IPv6 prefix.

    ObjectFspVlanInterfaceIpv6Ip6PrefixList, ObjectFspVlanInterfaceIpv6Ip6PrefixListArgs

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    Dnssls List<string>
    DNS search list option.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PreferredLifeTime double
    Preferred life time (sec).
    Prefix string
    IPv6 prefix.
    Rdnsses List<string>
    Recursive DNS server option.
    ValidLifeTime double

    Valid life time (sec).

    The vrrp6 block supports:

    AutonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    Dnssls []string
    DNS search list option.
    OnlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    PreferredLifeTime float64
    Preferred life time (sec).
    Prefix string
    IPv6 prefix.
    Rdnsses []string
    Recursive DNS server option.
    ValidLifeTime float64

    Valid life time (sec).

    The vrrp6 block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls List<String>
    DNS search list option.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferredLifeTime Double
    Preferred life time (sec).
    prefix String
    IPv6 prefix.
    rdnsses List<String>
    Recursive DNS server option.
    validLifeTime Double

    Valid life time (sec).

    The vrrp6 block supports:

    autonomousFlag string
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls string[]
    DNS search list option.
    onlinkFlag string
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferredLifeTime number
    Preferred life time (sec).
    prefix string
    IPv6 prefix.
    rdnsses string[]
    Recursive DNS server option.
    validLifeTime number

    Valid life time (sec).

    The vrrp6 block supports:

    autonomous_flag str
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls Sequence[str]
    DNS search list option.
    onlink_flag str
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferred_life_time float
    Preferred life time (sec).
    prefix str
    IPv6 prefix.
    rdnsses Sequence[str]
    Recursive DNS server option.
    valid_life_time float

    Valid life time (sec).

    The vrrp6 block supports:

    autonomousFlag String
    Enable/disable the autonomous flag. Valid values: disable, enable.
    dnssls List<String>
    DNS search list option.
    onlinkFlag String
    Enable/disable the onlink flag. Valid values: disable, enable.
    preferredLifeTime Number
    Preferred life time (sec).
    prefix String
    IPv6 prefix.
    rdnsses List<String>
    Recursive DNS server option.
    validLifeTime Number

    Valid life time (sec).

    The vrrp6 block supports:

    ObjectFspVlanInterfaceIpv6Vrrp6, ObjectFspVlanInterfaceIpv6Vrrp6Args

    AcceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    AdvInterval double
    Advertisement interval (1 - 255 seconds).
    IgnoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    Preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    Priority double
    Priority of the virtual router (1 - 255).
    StartTime double
    Startup time (1 - 255 seconds).
    Status string
    Enable/disable VRRP. Valid values: disable, enable.
    Vrdst6 string
    Monitor the route to this destination.
    Vrgrp double
    VRRP group ID (1 - 65535).
    Vrid double
    Virtual router identifier (1 - 255).
    Vrip6 string
    IPv6 address of the virtual router.
    AcceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    AdvInterval float64
    Advertisement interval (1 - 255 seconds).
    IgnoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    Preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    Priority float64
    Priority of the virtual router (1 - 255).
    StartTime float64
    Startup time (1 - 255 seconds).
    Status string
    Enable/disable VRRP. Valid values: disable, enable.
    Vrdst6 string
    Monitor the route to this destination.
    Vrgrp float64
    VRRP group ID (1 - 65535).
    Vrid float64
    Virtual router identifier (1 - 255).
    Vrip6 string
    IPv6 address of the virtual router.
    acceptMode String
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval Double
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute String
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt String
    Enable/disable preempt mode. Valid values: disable, enable.
    priority Double
    Priority of the virtual router (1 - 255).
    startTime Double
    Startup time (1 - 255 seconds).
    status String
    Enable/disable VRRP. Valid values: disable, enable.
    vrdst6 String
    Monitor the route to this destination.
    vrgrp Double
    VRRP group ID (1 - 65535).
    vrid Double
    Virtual router identifier (1 - 255).
    vrip6 String
    IPv6 address of the virtual router.
    acceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval number
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    priority number
    Priority of the virtual router (1 - 255).
    startTime number
    Startup time (1 - 255 seconds).
    status string
    Enable/disable VRRP. Valid values: disable, enable.
    vrdst6 string
    Monitor the route to this destination.
    vrgrp number
    VRRP group ID (1 - 65535).
    vrid number
    Virtual router identifier (1 - 255).
    vrip6 string
    IPv6 address of the virtual router.
    accept_mode str
    Enable/disable accept mode. Valid values: disable, enable.
    adv_interval float
    Advertisement interval (1 - 255 seconds).
    ignore_default_route str
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt str
    Enable/disable preempt mode. Valid values: disable, enable.
    priority float
    Priority of the virtual router (1 - 255).
    start_time float
    Startup time (1 - 255 seconds).
    status str
    Enable/disable VRRP. Valid values: disable, enable.
    vrdst6 str
    Monitor the route to this destination.
    vrgrp float
    VRRP group ID (1 - 65535).
    vrid float
    Virtual router identifier (1 - 255).
    vrip6 str
    IPv6 address of the virtual router.
    acceptMode String
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval Number
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute String
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt String
    Enable/disable preempt mode. Valid values: disable, enable.
    priority Number
    Priority of the virtual router (1 - 255).
    startTime Number
    Startup time (1 - 255 seconds).
    status String
    Enable/disable VRRP. Valid values: disable, enable.
    vrdst6 String
    Monitor the route to this destination.
    vrgrp Number
    VRRP group ID (1 - 65535).
    vrid Number
    Virtual router identifier (1 - 255).
    vrip6 String
    IPv6 address of the virtual router.

    ObjectFspVlanInterfaceSecondaryip, ObjectFspVlanInterfaceSecondaryipArgs

    Allowaccesses List<string>
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    Detectprotocols List<string>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    Detectserver string
    Gateway's ping server for this IP.
    Gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    HaPriority double
    HA election priority for the PING server.
    Id double
    ID.
    Ip string
    Secondary IP address of the interface.
    PingServStatus double
    Ping-Serv-Status.
    SecipRelayIp string
    DHCP relay IP address.
    Seq double
    Seq.
    Allowaccesses []string
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    Detectprotocols []string
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    Detectserver string
    Gateway's ping server for this IP.
    Gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    HaPriority float64
    HA election priority for the PING server.
    Id float64
    ID.
    Ip string
    Secondary IP address of the interface.
    PingServStatus float64
    Ping-Serv-Status.
    SecipRelayIp string
    DHCP relay IP address.
    Seq float64
    Seq.
    allowaccesses List<String>
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols List<String>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver String
    Gateway's ping server for this IP.
    gwdetect String
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority Double
    HA election priority for the PING server.
    id Double
    ID.
    ip String
    Secondary IP address of the interface.
    pingServStatus Double
    Ping-Serv-Status.
    secipRelayIp String
    DHCP relay IP address.
    seq Double
    Seq.
    allowaccesses string[]
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols string[]
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver string
    Gateway's ping server for this IP.
    gwdetect string
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority number
    HA election priority for the PING server.
    id number
    ID.
    ip string
    Secondary IP address of the interface.
    pingServStatus number
    Ping-Serv-Status.
    secipRelayIp string
    DHCP relay IP address.
    seq number
    Seq.
    allowaccesses Sequence[str]
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols Sequence[str]
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver str
    Gateway's ping server for this IP.
    gwdetect str
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    ha_priority float
    HA election priority for the PING server.
    id float
    ID.
    ip str
    Secondary IP address of the interface.
    ping_serv_status float
    Ping-Serv-Status.
    secip_relay_ip str
    DHCP relay IP address.
    seq float
    Seq.
    allowaccesses List<String>
    Management access settings for the secondary IP address. Valid values: https, ping, ssh, snmp, http, telnet, fgfm, auto-ipsec, radius-acct, probe-response, capwap, dnp, ftm, fabric.
    detectprotocols List<String>
    Protocols used to detect the server. Valid values: ping, tcp-echo, udp-echo.
    detectserver String
    Gateway's ping server for this IP.
    gwdetect String
    Enable/disable detect gateway alive for first. Valid values: disable, enable.
    haPriority Number
    HA election priority for the PING server.
    id Number
    ID.
    ip String
    Secondary IP address of the interface.
    pingServStatus Number
    Ping-Serv-Status.
    secipRelayIp String
    DHCP relay IP address.
    seq Number
    Seq.

    ObjectFspVlanInterfaceVrrp, ObjectFspVlanInterfaceVrrpArgs

    AcceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    AdvInterval double
    Advertisement interval (1 - 255 seconds).
    IgnoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    Preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    Priority double
    Priority of the virtual router (1 - 255).
    ProxyArps List<ObjectFspVlanInterfaceVrrpProxyArp>
    Proxy-Arp. The structure of proxy_arp block is documented below.
    StartTime double
    Startup time (1 - 255 seconds).
    Status string
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    Version string
    VRRP version. Valid values: 2, 3.
    VrdstPriority double
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    Vrdsts List<string>
    Monitor the route to this destination.
    Vrgrp double
    VRRP group ID (1 - 65535).
    Vrid double
    Virtual router identifier (1 - 255).
    Vrip string
    IP address of the virtual router.
    AcceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    AdvInterval float64
    Advertisement interval (1 - 255 seconds).
    IgnoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    Preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    Priority float64
    Priority of the virtual router (1 - 255).
    ProxyArps []ObjectFspVlanInterfaceVrrpProxyArpType
    Proxy-Arp. The structure of proxy_arp block is documented below.
    StartTime float64
    Startup time (1 - 255 seconds).
    Status string
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    Version string
    VRRP version. Valid values: 2, 3.
    VrdstPriority float64
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    Vrdsts []string
    Monitor the route to this destination.
    Vrgrp float64
    VRRP group ID (1 - 65535).
    Vrid float64
    Virtual router identifier (1 - 255).
    Vrip string
    IP address of the virtual router.
    acceptMode String
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval Double
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute String
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt String
    Enable/disable preempt mode. Valid values: disable, enable.
    priority Double
    Priority of the virtual router (1 - 255).
    proxyArps List<ObjectFspVlanInterfaceVrrpProxyArp>
    Proxy-Arp. The structure of proxy_arp block is documented below.
    startTime Double
    Startup time (1 - 255 seconds).
    status String
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version String
    VRRP version. Valid values: 2, 3.
    vrdstPriority Double
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts List<String>
    Monitor the route to this destination.
    vrgrp Double
    VRRP group ID (1 - 65535).
    vrid Double
    Virtual router identifier (1 - 255).
    vrip String
    IP address of the virtual router.
    acceptMode string
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval number
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute string
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt string
    Enable/disable preempt mode. Valid values: disable, enable.
    priority number
    Priority of the virtual router (1 - 255).
    proxyArps ObjectFspVlanInterfaceVrrpProxyArp[]
    Proxy-Arp. The structure of proxy_arp block is documented below.
    startTime number
    Startup time (1 - 255 seconds).
    status string
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version string
    VRRP version. Valid values: 2, 3.
    vrdstPriority number
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts string[]
    Monitor the route to this destination.
    vrgrp number
    VRRP group ID (1 - 65535).
    vrid number
    Virtual router identifier (1 - 255).
    vrip string
    IP address of the virtual router.
    accept_mode str
    Enable/disable accept mode. Valid values: disable, enable.
    adv_interval float
    Advertisement interval (1 - 255 seconds).
    ignore_default_route str
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt str
    Enable/disable preempt mode. Valid values: disable, enable.
    priority float
    Priority of the virtual router (1 - 255).
    proxy_arps Sequence[ObjectFspVlanInterfaceVrrpProxyArp]
    Proxy-Arp. The structure of proxy_arp block is documented below.
    start_time float
    Startup time (1 - 255 seconds).
    status str
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version str
    VRRP version. Valid values: 2, 3.
    vrdst_priority float
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts Sequence[str]
    Monitor the route to this destination.
    vrgrp float
    VRRP group ID (1 - 65535).
    vrid float
    Virtual router identifier (1 - 255).
    vrip str
    IP address of the virtual router.
    acceptMode String
    Enable/disable accept mode. Valid values: disable, enable.
    advInterval Number
    Advertisement interval (1 - 255 seconds).
    ignoreDefaultRoute String
    Enable/disable ignoring of default route when checking destination. Valid values: disable, enable.
    preempt String
    Enable/disable preempt mode. Valid values: disable, enable.
    priority Number
    Priority of the virtual router (1 - 255).
    proxyArps List<Property Map>
    Proxy-Arp. The structure of proxy_arp block is documented below.
    startTime Number
    Startup time (1 - 255 seconds).
    status String
    Enable/disable this VRRP configuration. Valid values: disable, enable.
    version String
    VRRP version. Valid values: 2, 3.
    vrdstPriority Number
    Priority of the virtual router when the virtual router destination becomes unreachable (0 - 254).
    vrdsts List<String>
    Monitor the route to this destination.
    vrgrp Number
    VRRP group ID (1 - 65535).
    vrid Number
    Virtual router identifier (1 - 255).
    vrip String
    IP address of the virtual router.

    ObjectFspVlanInterfaceVrrpProxyArp, ObjectFspVlanInterfaceVrrpProxyArpArgs

    Id double
    ID.
    Ip string
    Set IP addresses of proxy ARP.
    Id float64
    ID.
    Ip string
    Set IP addresses of proxy ARP.
    id Double
    ID.
    ip String
    Set IP addresses of proxy ARP.
    id number
    ID.
    ip string
    Set IP addresses of proxy ARP.
    id float
    ID.
    ip str
    Set IP addresses of proxy ARP.
    id Number
    ID.
    ip String
    Set IP addresses of proxy ARP.

    Import

    ObjectFsp Vlan can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFspVlan:ObjectFspVlan 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