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

fortimanager.ObjectFspVlanDynamicMapping

Explore with Pulumi AI

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

    ObjectFsp VlanDynamicMapping

    This resource is a sub resource for variable dynamic_mapping of resource fortimanager.ObjectFspVlan. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • dhcp_server: fortimanager.ObjectFspVlanDynamicMappingDhcpserver
    • interface: fortimanager_object_fsp_vlan_dynamic_mapping_interface

    Create ObjectFspVlanDynamicMapping Resource

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

    Constructor syntax

    new ObjectFspVlanDynamicMapping(name: string, args: ObjectFspVlanDynamicMappingArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFspVlanDynamicMapping(resource_name: str,
                                    args: ObjectFspVlanDynamicMappingInitArgs,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFspVlanDynamicMapping(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    vlan: Optional[str] = None,
                                    _dhcp_status: Optional[str] = None,
                                    _scopes: Optional[Sequence[ObjectFspVlanDynamicMapping_ScopeArgs]] = None,
                                    adom: Optional[str] = None,
                                    dhcp_server: Optional[ObjectFspVlanDynamicMappingDhcpServerArgs] = None,
                                    dynamic_sort_subtable: Optional[str] = None,
                                    interface: Optional[ObjectFspVlanDynamicMappingInterfaceArgs] = None,
                                    object_fsp_vlan_dynamic_mapping_id: Optional[str] = None,
                                    scopetype: Optional[str] = None)
    func NewObjectFspVlanDynamicMapping(ctx *Context, name string, args ObjectFspVlanDynamicMappingArgs, opts ...ResourceOption) (*ObjectFspVlanDynamicMapping, error)
    public ObjectFspVlanDynamicMapping(string name, ObjectFspVlanDynamicMappingArgs args, CustomResourceOptions? opts = null)
    public ObjectFspVlanDynamicMapping(String name, ObjectFspVlanDynamicMappingArgs args)
    public ObjectFspVlanDynamicMapping(String name, ObjectFspVlanDynamicMappingArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFspVlanDynamicMapping
    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 ObjectFspVlanDynamicMappingArgs
    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 ObjectFspVlanDynamicMappingInitArgs
    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 ObjectFspVlanDynamicMappingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFspVlanDynamicMappingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFspVlanDynamicMappingArgs
    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 objectFspVlanDynamicMappingResource = new Fortimanager.ObjectFspVlanDynamicMapping("objectFspVlanDynamicMappingResource", new()
    {
        Vlan = "string",
        _dhcpStatus = "string",
        _scopes = new[]
        {
            new Fortimanager.Inputs.ObjectFspVlanDynamicMapping_ScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        Adom = "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",
        },
        DynamicSortSubtable = "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",
                },
            },
        },
        ObjectFspVlanDynamicMappingId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectFspVlanDynamicMapping(ctx, "objectFspVlanDynamicMappingResource", &fortimanager.ObjectFspVlanDynamicMappingArgs{
    Vlan: pulumi.String("string"),
    _dhcpStatus: pulumi.String("string"),
    _scopes: .ObjectFspVlanDynamicMapping_ScopeArray{
    &.ObjectFspVlanDynamicMapping_ScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    Adom: 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"),
    },
    DynamicSortSubtable: 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"),
    },
    },
    },
    ObjectFspVlanDynamicMappingId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectFspVlanDynamicMappingResource = new ObjectFspVlanDynamicMapping("objectFspVlanDynamicMappingResource", ObjectFspVlanDynamicMappingArgs.builder()
        .vlan("string")
        ._dhcpStatus("string")
        ._scopes(ObjectFspVlanDynamicMapping_ScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .adom("string")
        .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())
        .dynamicSortSubtable("string")
        .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())
        .objectFspVlanDynamicMappingId("string")
        .scopetype("string")
        .build());
    
    object_fsp_vlan_dynamic_mapping_resource = fortimanager.ObjectFspVlanDynamicMapping("objectFspVlanDynamicMappingResource",
        vlan="string",
        _dhcp_status="string",
        _scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        adom="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",
        },
        dynamic_sort_subtable="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",
            }],
        },
        object_fsp_vlan_dynamic_mapping_id="string",
        scopetype="string")
    
    const objectFspVlanDynamicMappingResource = new fortimanager.ObjectFspVlanDynamicMapping("objectFspVlanDynamicMappingResource", {
        vlan: "string",
        _dhcpStatus: "string",
        _scopes: [{
            name: "string",
            vdom: "string",
        }],
        adom: "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",
        },
        dynamicSortSubtable: "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",
            }],
        },
        objectFspVlanDynamicMappingId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectFspVlanDynamicMapping
    properties:
        _dhcpStatus: string
        _scopes:
            - name: string
              vdom: string
        adom: 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
        dynamicSortSubtable: 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
        objectFspVlanDynamicMappingId: string
        scopetype: string
        vlan: string
    

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

    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    ObjectFspVlanDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<ObjectFspVlanDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DhcpServer ObjectFspVlanDynamicMappingDhcpServerTypeArgs
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterfaceArgs
    Interface. The structure of interface block is documented below.
    ObjectFspVlanDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes []ObjectFspVlanDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    vlan String
    Vlan.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<ObjectFspVlanDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server 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_ ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    objectFspVlanDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan string
    Vlan.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes ObjectFspVlanDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    objectFspVlanDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan str
    Vlan.
    _dhcp_status str
    _Dhcp-Status. Valid values: disable, enable.
    _scopes Sequence[ObjectFspVlanDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcp_server ObjectFspVlanDynamicMappingDhcpServerArgs
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterfaceArgs
    Interface. The structure of interface block is documented below.
    object_fsp_vlan_dynamic_mapping_id str
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan String
    Vlan.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcpServer Property Map
    Dhcp-Server. The structure of dhcp_server 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.
    objectFspVlanDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

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

    Get an existing ObjectFspVlanDynamicMapping 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?: ObjectFspVlanDynamicMappingState, opts?: CustomResourceOptions): ObjectFspVlanDynamicMapping
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            _dhcp_status: Optional[str] = None,
            _scopes: Optional[Sequence[ObjectFspVlanDynamicMapping_ScopeArgs]] = None,
            adom: Optional[str] = None,
            dhcp_server: Optional[ObjectFspVlanDynamicMappingDhcpServerArgs] = None,
            dynamic_sort_subtable: Optional[str] = None,
            interface: Optional[ObjectFspVlanDynamicMappingInterfaceArgs] = None,
            object_fsp_vlan_dynamic_mapping_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            vlan: Optional[str] = None) -> ObjectFspVlanDynamicMapping
    func GetObjectFspVlanDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectFspVlanDynamicMappingState, opts ...ResourceOption) (*ObjectFspVlanDynamicMapping, error)
    public static ObjectFspVlanDynamicMapping Get(string name, Input<string> id, ObjectFspVlanDynamicMappingState? state, CustomResourceOptions? opts = null)
    public static ObjectFspVlanDynamicMapping get(String name, Output<String> id, ObjectFspVlanDynamicMappingState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFspVlanDynamicMapping    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.
    DhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    ObjectFspVlanDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    Vlan string
    Vlan.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<ObjectFspVlanDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DhcpServer ObjectFspVlanDynamicMappingDhcpServerTypeArgs
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterfaceArgs
    Interface. The structure of interface block is documented below.
    ObjectFspVlanDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    Vlan string
    Vlan.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes []ObjectFspVlanDynamicMapping_ScopeArgs
    _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.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server 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_ ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    objectFspVlanDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan String
    Vlan.
    _dhcpStatus string
    _Dhcp-Status. Valid values: disable, enable.
    _scopes ObjectFspVlanDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcpServer ObjectFspVlanDynamicMappingDhcpServer
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterface
    Interface. The structure of interface block is documented below.
    objectFspVlanDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan string
    Vlan.
    _dhcp_status str
    _Dhcp-Status. Valid values: disable, enable.
    _scopes Sequence[ObjectFspVlanDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcp_server ObjectFspVlanDynamicMappingDhcpServerArgs
    Dhcp-Server. The structure of dhcp_server 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 ObjectFspVlanDynamicMappingInterfaceArgs
    Interface. The structure of interface block is documented below.
    object_fsp_vlan_dynamic_mapping_id str
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan str
    Vlan.
    _dhcpStatus String
    _Dhcp-Status. Valid values: disable, enable.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    dhcpServer Property Map
    Dhcp-Server. The structure of dhcp_server 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.
    objectFspVlanDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    vlan String
    Vlan.

    Supporting Types

    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.

    Import

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

    Set import_options = [“vlan=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFspVlanDynamicMapping:ObjectFspVlanDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
    

    $ 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