import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; /** * This resource can manage a Transport WAN VPN Interface Ethernet Feature. * - Minimum SD-WAN Manager version: `20.15.0` * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as sdwan from "@pulumi/sdwan"; * * const example = new sdwan.TransportWanVpnInterfaceEthernetFeature("example", { * name: "Example", * description: "My Example", * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac", * transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037", * shutdown: true, * interfaceName: "GigabitEthernet1", * interfaceDescription: "WAN", * ipv4AddressType: "static", * ipv4Address: "1.2.3.4", * ipv4SubnetMask: "0.0.0.0", * ipv4SecondaryAddresses: [{ * address: "1.2.3.4", * subnetMask: "0.0.0.0", * }], * ipv4DhcpHelpers: ["1.2.3.4"], * ipv6AddressType: "static", * ipv6Address: "2001:0:0:1::1/64", * iperfServer: "example", * blockNonSourceIp: false, * serviceProvider: "example", * bandwidthUpstream: 21474836, * bandwidthDownstream: 21474836, * autoDetectBandwidth: false, * enableHaInterlinkInterface: false, * tunnelInterface: true, * perTunnelQos: true, * tunnelQosMode: "hub", * tunnelBandwidthPercent: 82, * tunnelInterfaceBindLoopbackTunnel: "example", * tunnelInterfaceCarrier: "default", * tunnelInterfaceColor: "mpls", * tunnelInterfaceHelloInterval: 1000, * tunnelInterfaceHelloTolerance: 12, * tunnelInterfaceLastResortCircuit: false, * tunnelInterfaceGreTunnelDestinationIp: "1.2.3.4", * tunnelInterfaceColorRestrict: true, * tunnelInterfaceGroups: 42949672, * tunnelInterfaceBorder: false, * tunnelInterfaceMaxControlConnections: 62, * tunnelInterfaceNatRefreshInterval: 5, * tunnelInterfaceVbondAsStunServer: false, * tunnelInterfaceExcludeControllerGroupLists: [2], * tunnelInterfaceVmanageConnectionPreference: 8, * tunnelInterfacePortHop: true, * tunnelInterfaceLowBandwidthLink: false, * tunnelInterfaceTunnelTcpMss: 1460, * tunnelInterfaceClearDontFragment: false, * tunnelInterfaceCtsSgtPropagation: false, * tunnelInterfaceNetworkBroadcast: false, * tunnelInterfaceAllowFragmentation: false, * tunnelInterfaceSetSdwanTunnelMtuToMax: false, * tunnelInterfaceAllowAll: false, * tunnelInterfaceAllowBgp: false, * tunnelInterfaceAllowDhcp: true, * tunnelInterfaceAllowNtp: false, * tunnelInterfaceAllowSsh: false, * tunnelInterfaceAllowDns: true, * tunnelInterfaceAllowIcmp: true, * tunnelInterfaceAllowHttps: true, * tunnelInterfaceAllowOspf: false, * tunnelInterfaceAllowStun: false, * tunnelInterfaceAllowSnmp: false, * tunnelInterfaceAllowNetconf: false, * tunnelInterfaceAllowBfd: false, * tunnelInterfaceEncapsulations: [{ * encapsulation: "gre", * preference: 4294967, * weight: 250, * }], * natIpv4: true, * natType: "interface", * natIpv4Pools: [{ * name: 10, * rangeStart: "203.0.115.50", * rangeEnd: "203.0.115.100", * overload: true, * prefixLength: 25, * enableDualRouterHaMapping: false, * }], * natIpv4Loopbacks: [{ * loopbackInterface: "Loopback0", * }], * natUdpTimeout: 1, * natTcpTimeout: 60, * newStaticNats: [{ * sourceIp: "1.2.3.4", * translatedIp: "2.3.4.5", * direction: "inside", * sourceVpn: 3, * enableDualRouterHaMapping: false, * }], * staticPortForwards: [{ * protocol: "tcp", * sourceIp: "1.2.3.4", * sourcePort: 8080, * translatedIp: "2.3.4.5", * translatedPort: 80, * direction: "inside", * sourceVpn: 3, * enableDualRouterHaMapping: false, * }], * natIpv6: true, * nat64: false, * nat66: true, * staticNat66s: [{ * sourcePrefix: "2001:0db8:85a3::/48", * translatedSourcePrefix: "abcd:1234:5678::/48", * sourceVpnId: 4, * egressInterface: true, * }], * qosAdaptive: false, * qosShapingRate: 16, * aclIpv4EgressFeatureId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac", * aclIpv6IngressFeatureId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac", * arps: [{ * ipAddress: "1.2.3.4", * macAddress: "00-B0-D0-63-C2-26", * }], * enforcedSecurityGroupTag: 200, * icmpRedirectDisable: true, * duplex: "full", * macAddress: "00-B0-D0-63-C2-26", * ipMtu: 1500, * interfaceMtu: 1500, * tcpMss: 505, * speed: "2500", * arpTimeout: 1200, * autonegotiate: false, * mediaType: "rj45", * tlocExtension: "tloc", * greTunnelSourceIp: "1.2.3.4", * xconnect: "example", * loadInterval: 30, * tracker: "example", * ipDirectedBroadcast: false, * }); * ``` * * ## Import * * The `pulumi import` command can be used, for example: * * Expected import identifier with the format: "transport_wan_vpn_interface_ethernet_feature_id,feature_profile_id,transport_wan_vpn_feature_id" * * ```sh * $ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037" * ``` */ export declare class TransportWanVpnInterfaceEthernetFeature extends pulumi.CustomResource { /** * Get an existing TransportWanVpnInterfaceEthernetFeature resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: TransportWanVpnInterfaceEthernetFeatureState, opts?: pulumi.CustomResourceOptions): TransportWanVpnInterfaceEthernetFeature; /** * Returns true if the given object is an instance of TransportWanVpnInterfaceEthernetFeature. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is TransportWanVpnInterfaceEthernetFeature; readonly aclIpv4EgressFeatureId: pulumi.Output; readonly aclIpv4IngressFeatureId: pulumi.Output; readonly aclIpv6EgressFeatureId: pulumi.Output; readonly aclIpv6IngressFeatureId: pulumi.Output; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `0`-`2147483` * - Default value: `1200` */ readonly arpTimeout: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly arpTimeoutVariable: pulumi.Output; /** * Configure ARP entries, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly arps: pulumi.Output; /** * Interface auto detect bandwidth, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly autoDetectBandwidth: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly autoDetectBandwidthVariable: pulumi.Output; /** * Link autonegotiation */ readonly autonegotiate: pulumi.Output; /** * Variable name */ readonly autonegotiateVariable: pulumi.Output; /** * Interface downstream bandwidth capacity, in kbps, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `1`-`2147483647` */ readonly bandwidthDownstream: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly bandwidthDownstreamVariable: pulumi.Output; /** * Interface upstream bandwidth capacity, in kbps, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `1`-`2147483647` */ readonly bandwidthUpstream: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly bandwidthUpstreamVariable: pulumi.Output; /** * Block packets originating from IP address that is not from this source, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly blockNonSourceIp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly blockNonSourceIpVariable: pulumi.Output; /** * The description of the Feature */ readonly description: pulumi.Output; /** * Duplex mode, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `full`, `half`, `auto` */ readonly duplex: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ readonly duplexVariable: pulumi.Output; /** * Enable DHCPv6, Attribute conditional on `ipv6AddressType` equal to `dynamic` or `ipv6AddressTypeVariable` being set */ readonly enableDhcpv6: pulumi.Output; /** * Enable/Disable SGT Enforcement on an interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher */ readonly enableEnforcedPropagation: pulumi.Output; /** * HA Interlink interface on/off, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly enableHaInterlinkInterface: pulumi.Output; /** * Indicates that the interface is trustworthy for CTS, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `false` */ readonly enableSgtPropagation: pulumi.Output; /** * SGT value between 2 and 65519, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Range: `2`-`65519` */ readonly enforcedSecurityGroupTag: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher */ readonly enforcedSecurityGroupTagVariable: pulumi.Output; /** * Feature Profile ID */ readonly featureProfileId: pulumi.Output; /** * GRE tunnel source IP, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly greTunnelSourceIp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly greTunnelSourceIpVariable: pulumi.Output; /** * ICMP/ICMPv6 Redirect Disable, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ readonly icmpRedirectDisable: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly icmpRedirectDisableVariable: pulumi.Output; readonly interfaceDescription: pulumi.Output; /** * Variable name */ readonly interfaceDescriptionVariable: pulumi.Output; /** * Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `interfaceName` not containing `.` * - Range: `1500`-`9216` * - Default value: `1500` */ readonly interfaceMtu: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `interfaceName` not containing `.` */ readonly interfaceMtuVariable: pulumi.Output; readonly interfaceName: pulumi.Output; /** * Variable name */ readonly interfaceNameVariable: pulumi.Output; /** * IP Directed-Broadcast, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly ipDirectedBroadcast: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly ipDirectedBroadcastVariable: pulumi.Output; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `576`-`9216` * - Default value: `1500` */ readonly ipMtu: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly ipMtuVariable: pulumi.Output; /** * Iperf server for auto bandwidth detect, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly iperfServer: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly iperfServerVariable: pulumi.Output; /** * IP Address, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ readonly ipv4Address: pulumi.Output; /** * address type, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `dynamic`, `static` */ readonly ipv4AddressType: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly ipv4AddressTypeVariable: pulumi.Output; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ readonly ipv4AddressVariable: pulumi.Output; /** * DHCP Distance, Attribute conditional on `ipv4AddressType` equal to `dynamic` or `ipv4AddressTypeVariable` being set * - Range: `1`-`255` * - Default value: `1` */ readonly ipv4DhcpDistance: pulumi.Output; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `dynamic` or `ipv4AddressTypeVariable` being set */ readonly ipv4DhcpDistanceVariable: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly ipv4DhcpHelperVariable: pulumi.Output; /** * List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly ipv4DhcpHelpers: pulumi.Output; /** * Secondary IpV4 Addresses, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ readonly ipv4SecondaryAddresses: pulumi.Output; /** * Subnet Mask, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set * - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.248.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` */ readonly ipv4SubnetMask: pulumi.Output; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ readonly ipv4SubnetMaskVariable: pulumi.Output; /** * IPv6 Address Secondary, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ readonly ipv6Address: pulumi.Output; /** * address type, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `dynamic`, `static` */ readonly ipv6AddressType: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly ipv6AddressTypeVariable: pulumi.Output; /** * Variable name, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ readonly ipv6AddressVariable: pulumi.Output; /** * secondary IPv6 addresses, Attribute conditional on `ipv6AddressType` equal to `dynamic` or `ipv6AddressTypeVariable` being set */ readonly ipv6DhcpSecondaryAddresses: pulumi.Output; /** * Static secondary IPv6 addresses, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ readonly ipv6SecondaryAddresses: pulumi.Output; /** * Interval for interface load calculation * - Range: `30`-`600` * - Default value: `30` */ readonly loadInterval: pulumi.Output; /** * Variable name */ readonly loadIntervalVariable: pulumi.Output; /** * MAC Address, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `portChannelInterface` not equal to `true` */ readonly macAddress: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `portChannelInterface` not equal to `true` */ readonly macAddressVariable: pulumi.Output; /** * Media type, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `auto-select`, `rj45`, `sfp` */ readonly mediaType: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ readonly mediaTypeVariable: pulumi.Output; /** * Core Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `core-shared`, `core` * - Default value: `core-shared` */ readonly mrfCoreRegionType: pulumi.Output; /** * Enable Core Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly mrfEnableCoreRegion: pulumi.Output; /** * Enable Secondary Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly mrfEnableSecondaryRegion: pulumi.Output; /** * Enable secondary region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `secondary-shared`, `secondary-only` * - Default value: `secondary-shared` */ readonly mrfSecondaryRegionType: pulumi.Output; /** * The name of the Feature */ readonly name: pulumi.Output; /** * NAT64 on this interface, Attribute conditional on `natIpv6` equal to `true` * - Default value: `false` */ readonly nat64: pulumi.Output; /** * NAT66 on this interface, Attribute conditional on `natIpv6` equal to `true` * - Default value: `false` */ readonly nat66: pulumi.Output; /** * enable Network Address Translation on this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly natIpv4: pulumi.Output; /** * NAT Multiple Loopback, Attribute conditional on `natIpv4` equal to `true` */ readonly natIpv4Loopbacks: pulumi.Output; /** * NAT Multiple Pool, Attribute conditional on `natIpv4` equal to `true` */ readonly natIpv4Pools: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly natIpv4Variable: pulumi.Output; /** * enable Network Address Translation ipv6 on this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly natIpv6: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly natIpv6Variable: pulumi.Output; /** * NAT Inside Source Loopback Interface, Attribute conditional on `natIpv4` equal to `true` */ readonly natLoopback: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natLoopbackVariable: pulumi.Output; /** * NAT Match Interface, Attribute conditional on `natIpv4` equal to `true` * - Default value: `false` */ readonly natMatchInterface: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natMatchInterfaceVariable: pulumi.Output; /** * NAT Overload, Attribute conditional on `natIpv4` equal to `true` * - Default value: `true` */ readonly natOverload: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natOverloadVariable: pulumi.Output; /** * NAT Pool Prefix Length, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`32` */ readonly natPrefixLength: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natPrefixLengthVariable: pulumi.Output; /** * NAT Pool Range End, Attribute conditional on `natIpv4` equal to `true` */ readonly natRangeEnd: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natRangeEndVariable: pulumi.Output; /** * NAT Pool Range Start, Attribute conditional on `natIpv4` equal to `true` */ readonly natRangeStart: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natRangeStartVariable: pulumi.Output; /** * Set NAT TCP session timeout, in minutes, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`8947` * - Default value: `60` */ readonly natTcpTimeout: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natTcpTimeoutVariable: pulumi.Output; /** * NAT Type, Attribute conditional on `natIpv4` equal to `true` * - Choices: `interface`, `pool`, `loopback` * - Default value: `interface` */ readonly natType: pulumi.Output; /** * Set NAT UDP session timeout, in minutes, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`8947` * - Default value: `1` */ readonly natUdpTimeout: pulumi.Output; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ readonly natUdpTimeoutVariable: pulumi.Output; /** * static NAT, Attribute conditional on `natIpv4` equal to `true` */ readonly newStaticNats: pulumi.Output; /** * Per-tunnel Qos, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly perTunnelQos: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly perTunnelQosVariable: pulumi.Output; /** * Port-Channel interface on/off * - Default value: `false` */ readonly portChannelInterface: pulumi.Output; /** * Eanble lacp fast switchover, Attribute conditional on `portChannelMode` equal to `lacp` * - Default value: `false` */ readonly portChannelLacpFastSwitchover: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ readonly portChannelLacpFastSwitchoverVariable: pulumi.Output; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `lacp` * - Choices: `flow`, `vlan` */ readonly portChannelLacpLoadBalance: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ readonly portChannelLacpLoadBalanceVariable: pulumi.Output; /** * Set LACP max bundle, Attribute conditional on `portChannelMode` equal to `lacp` * - Range: `1`-`16` */ readonly portChannelLacpMaxBundle: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ readonly portChannelLacpMaxBundleVariable: pulumi.Output; /** * Configure Port-Channel member links, Attribute conditional on `portChannelMode` equal to `lacp` */ readonly portChannelLacpMemberLinks: pulumi.Output; /** * Set LACP min bundle, Attribute conditional on `portChannelMode` equal to `lacp` * - Range: `1`-`16` */ readonly portChannelLacpMinBundle: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ readonly portChannelLacpMinBundleVariable: pulumi.Output; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `lacp` * - Default value: `true` */ readonly portChannelLacpQosAggregate: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ readonly portChannelLacpQosAggregateVariable: pulumi.Output; /** * Port-Channel member interface on/off * - Default value: `false` */ readonly portChannelMemberInterface: pulumi.Output; /** * Port Channel Mode, Attribute conditional on `portChannelInterface` equal to `true` * - Choices: `lacp`, `static` */ readonly portChannelMode: pulumi.Output; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `static` * - Choices: `flow`, `vlan` */ readonly portChannelStaticLoadBalance: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `static` */ readonly portChannelStaticLoadBalanceVariable: pulumi.Output; /** * Configure Port-Channel member links, Attribute conditional on `portChannelMode` equal to `static` */ readonly portChannelStaticMemberLinks: pulumi.Output; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `static` * - Default value: `true` */ readonly portChannelStaticQosAggregate: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMode` equal to `static` */ readonly portChannelStaticQosAggregateVariable: pulumi.Output; /** * , Attribute conditional on `portChannelInterface` equal to `true` */ readonly portChannelSubinterface: pulumi.Output; /** * Enables the interface for CTS SGT authorization and forwarding, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `true` */ readonly propagate: pulumi.Output; /** * Adaptive QoS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly qosAdaptive: pulumi.Output; /** * Shaping Rate Downstream * - Default value: `false` */ readonly qosAdaptiveBandwidthDownstream: pulumi.Output; /** * Shaping Rate Upstream * - Default value: `false` */ readonly qosAdaptiveBandwidthUpstream: pulumi.Output; /** * Adaptive QoS default downstream bandwidth (kbps) * - Range: `8`-`100000000` */ readonly qosAdaptiveDefaultDownstream: pulumi.Output; /** * Variable name */ readonly qosAdaptiveDefaultDownstreamVariable: pulumi.Output; /** * Adaptive QoS default upstream bandwidth (kbps) * - Range: `8`-`100000000` */ readonly qosAdaptiveDefaultUpstream: pulumi.Output; /** * Variable name */ readonly qosAdaptiveDefaultUpstreamVariable: pulumi.Output; /** * Downstream max bandwidth limit (kbps) * - Range: `8`-`100000000` */ readonly qosAdaptiveMaxDownstream: pulumi.Output; /** * Variable name */ readonly qosAdaptiveMaxDownstreamVariable: pulumi.Output; /** * Upstream max bandwidth limit (kbps) * - Range: `8`-`100000000` */ readonly qosAdaptiveMaxUpstream: pulumi.Output; /** * Variable name */ readonly qosAdaptiveMaxUpstreamVariable: pulumi.Output; /** * Downstream min bandwidth limit (kbps) * - Range: `8`-`100000000` */ readonly qosAdaptiveMinDownstream: pulumi.Output; /** * Variable name */ readonly qosAdaptiveMinDownstreamVariable: pulumi.Output; /** * Upstream min bandwidth limit (kbps) * - Range: `8`-`100000000` */ readonly qosAdaptiveMinUpstream: pulumi.Output; /** * Variable name */ readonly qosAdaptiveMinUpstreamVariable: pulumi.Output; /** * Adapt Period(Minutes) * - Range: `1`-`720` * - Default value: `15` */ readonly qosAdaptivePeriod: pulumi.Output; /** * Variable name */ readonly qosAdaptivePeriodVariable: pulumi.Output; /** * Shaping Rate (Kbps) * - Range: `8`-`100000000` */ readonly qosShapingRate: pulumi.Output; /** * Variable name */ readonly qosShapingRateVariable: pulumi.Output; /** * SGT value between 2 and 65519, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Range: `2`-`65519` */ readonly securityGroupTag: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ readonly securityGroupTagVariable: pulumi.Output; /** * Service Provider Name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly serviceProvider: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly serviceProviderVariable: pulumi.Output; /** * - Default value: `true` */ readonly shutdown: pulumi.Output; /** * Variable name */ readonly shutdownVariable: pulumi.Output; /** * Set interface speed, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `10`, `100`, `1000`, `2500`, `5000`, `10000`, `25000` */ readonly speed: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ readonly speedVariable: pulumi.Output; /** * static NAT66, Attribute conditional on `natIpv6` equal to `true` */ readonly staticNat66s: pulumi.Output; /** * Configure Port Forward entries, Attribute conditional on `natIpv4` equal to `true` */ readonly staticPortForwards: pulumi.Output; /** * TCP MSS on SYN packets, in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `500`-`1460` */ readonly tcpMss: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tcpMssVariable: pulumi.Output; /** * Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tlocExtension: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tlocExtensionVariable: pulumi.Output; /** * Enable tracker for this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tracker: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly trackerVariable: pulumi.Output; /** * Transport WAN VPN Feature ID */ readonly transportWanVpnFeatureId: pulumi.Output; /** * Indicates that the interface is trustworthy for CTS., Attribute conditional on (`securityGroupTag` being set and `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher) or (`securityGroupTagVariable` being set and `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher) * - Default value: `true` */ readonly trusted: pulumi.Output; /** * Tunnels Bandwidth Percent, Attribute conditional on `tunnelInterface` equal to `true` and `tunnelQosMode` equal to `hub` * - Range: `1`-`100` * - Default value: `50` */ readonly tunnelBandwidthPercent: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and `tunnelQosMode` equal to `hub` */ readonly tunnelBandwidthPercentVariable: pulumi.Output; /** * Tunnel Interface on/off * - Default value: `false` */ readonly tunnelInterface: pulumi.Output; /** * Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowAll: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowAllVariable: pulumi.Output; /** * Allow/Deny BFD, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowBfd: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowBfdVariable: pulumi.Output; /** * Allow/deny BGP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowBgp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowBgpVariable: pulumi.Output; /** * Allow/Deny DHCP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ readonly tunnelInterfaceAllowDhcp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowDhcpVariable: pulumi.Output; /** * Allow/Deny DNS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ readonly tunnelInterfaceAllowDns: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowDnsVariable: pulumi.Output; /** * Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowFragmentation: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceAllowFragmentationVariable: pulumi.Output; /** * Allow/Deny HTTPS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ readonly tunnelInterfaceAllowHttps: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowHttpsVariable: pulumi.Output; /** * Allow/Deny ICMP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ readonly tunnelInterfaceAllowIcmp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowIcmpVariable: pulumi.Output; /** * Allow/Deny NETCONF, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowNetconf: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowNetconfVariable: pulumi.Output; /** * Allow/Deny NTP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowNtp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowNtpVariable: pulumi.Output; /** * Allow/Deny OSPF, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowOspf: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowOspfVariable: pulumi.Output; /** * Allow/Deny SNMP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowSnmp: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowSnmpVariable: pulumi.Output; /** * Allow/Deny SSH, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowSsh: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowSshVariable: pulumi.Output; /** * Allow/Deny STUN, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ readonly tunnelInterfaceAllowStun: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceAllowStunVariable: pulumi.Output; /** * Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceBindLoopbackTunnel: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceBindLoopbackTunnelVariable: pulumi.Output; /** * Set TLOC as border TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceBorder: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceBorderVariable: pulumi.Output; /** * Set carrier for TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` * - Default value: `default` */ readonly tunnelInterfaceCarrier: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceCarrierVariable: pulumi.Output; /** * Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceClearDontFragment: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceClearDontFragmentVariable: pulumi.Output; /** * Set color for TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` * - Default value: `mpls` */ readonly tunnelInterfaceColor: pulumi.Output; /** * Set color description for TLOC, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ readonly tunnelInterfaceColorDescription: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ readonly tunnelInterfaceColorDescriptionVariable: pulumi.Output; /** * Restrict this TLOC behavior, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceColorRestrict: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceColorRestrictVariable: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceColorVariable: pulumi.Output; /** * CTS SGT Propagation configuration, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceCtsSgtPropagation: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceCtsSgtPropagationVariable: pulumi.Output; /** * Encapsulation for TLOC, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly tunnelInterfaceEncapsulations: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceExcludeControllerGroupListVariable: pulumi.Output; /** * Exclude the following controller groups defined in this list., Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceExcludeControllerGroupLists: pulumi.Output; /** * Enable port hopping on the tunnel interface, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `false` */ readonly tunnelInterfaceFullPortHop: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ readonly tunnelInterfaceFullPortHopVariable: pulumi.Output; /** * GRE tunnel destination IP, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceGreTunnelDestinationIp: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceGreTunnelDestinationIpVariable: pulumi.Output; /** * List of groups, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `1`-`4294967295` */ readonly tunnelInterfaceGroups: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceGroupsVariable: pulumi.Output; /** * Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `100`-`600000` * - Default value: `1000` */ readonly tunnelInterfaceHelloInterval: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceHelloIntervalVariable: pulumi.Output; /** * Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `12`-`6000` * - Default value: `12` */ readonly tunnelInterfaceHelloTolerance: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceHelloToleranceVariable: pulumi.Output; /** * Set TLOC as last resort, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceLastResortCircuit: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceLastResortCircuitVariable: pulumi.Output; /** * Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceLowBandwidthLink: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceLowBandwidthLinkVariable: pulumi.Output; /** * Maximum Control Connections, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `0`-`100` */ readonly tunnelInterfaceMaxControlConnections: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceMaxControlConnectionsVariable: pulumi.Output; /** * Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `1`-`60` * - Default value: `5` */ readonly tunnelInterfaceNatRefreshInterval: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceNatRefreshIntervalVariable: pulumi.Output; /** * Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceNetworkBroadcast: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceNetworkBroadcastVariable: pulumi.Output; /** * The port hop functionality is deprecated for devices 17.18 and higher. Use the full-port-hop field instead, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `true` */ readonly tunnelInterfacePortHop: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfacePortHopVariable: pulumi.Output; /** * Set current tunnel mtu to 9k, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceSetSdwanTunnelMtuToMax: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceSetSdwanTunnelMtuToMaxVariable: pulumi.Output; /** * Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `500`-`1460` */ readonly tunnelInterfaceTunnelTcpMss: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceTunnelTcpMssVariable: pulumi.Output; /** * Put this wan interface in STUN mode only, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ readonly tunnelInterfaceVbondAsStunServer: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceVbondAsStunServerVariable: pulumi.Output; /** * Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `0`-`8` * - Default value: `5` */ readonly tunnelInterfaceVmanageConnectionPreference: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelInterfaceVmanageConnectionPreferenceVariable: pulumi.Output; /** * Set tunnel QoS mode, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `hub`, `spoke` */ readonly tunnelQosMode: pulumi.Output; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ readonly tunnelQosModeVariable: pulumi.Output; /** * The version of the Feature */ readonly version: pulumi.Output; /** * Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly xconnect: pulumi.Output; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ readonly xconnectVariable: pulumi.Output; /** * Create a TransportWanVpnInterfaceEthernetFeature resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: TransportWanVpnInterfaceEthernetFeatureArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering TransportWanVpnInterfaceEthernetFeature resources. */ export interface TransportWanVpnInterfaceEthernetFeatureState { aclIpv4EgressFeatureId?: pulumi.Input; aclIpv4IngressFeatureId?: pulumi.Input; aclIpv6EgressFeatureId?: pulumi.Input; aclIpv6IngressFeatureId?: pulumi.Input; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `0`-`2147483` * - Default value: `1200` */ arpTimeout?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ arpTimeoutVariable?: pulumi.Input; /** * Configure ARP entries, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ arps?: pulumi.Input[] | undefined>; /** * Interface auto detect bandwidth, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ autoDetectBandwidth?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ autoDetectBandwidthVariable?: pulumi.Input; /** * Link autonegotiation */ autonegotiate?: pulumi.Input; /** * Variable name */ autonegotiateVariable?: pulumi.Input; /** * Interface downstream bandwidth capacity, in kbps, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `1`-`2147483647` */ bandwidthDownstream?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ bandwidthDownstreamVariable?: pulumi.Input; /** * Interface upstream bandwidth capacity, in kbps, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `1`-`2147483647` */ bandwidthUpstream?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ bandwidthUpstreamVariable?: pulumi.Input; /** * Block packets originating from IP address that is not from this source, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ blockNonSourceIp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ blockNonSourceIpVariable?: pulumi.Input; /** * The description of the Feature */ description?: pulumi.Input; /** * Duplex mode, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `full`, `half`, `auto` */ duplex?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ duplexVariable?: pulumi.Input; /** * Enable DHCPv6, Attribute conditional on `ipv6AddressType` equal to `dynamic` or `ipv6AddressTypeVariable` being set */ enableDhcpv6?: pulumi.Input; /** * Enable/Disable SGT Enforcement on an interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher */ enableEnforcedPropagation?: pulumi.Input; /** * HA Interlink interface on/off, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ enableHaInterlinkInterface?: pulumi.Input; /** * Indicates that the interface is trustworthy for CTS, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `false` */ enableSgtPropagation?: pulumi.Input; /** * SGT value between 2 and 65519, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Range: `2`-`65519` */ enforcedSecurityGroupTag?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher */ enforcedSecurityGroupTagVariable?: pulumi.Input; /** * Feature Profile ID */ featureProfileId?: pulumi.Input; /** * GRE tunnel source IP, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ greTunnelSourceIp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ greTunnelSourceIpVariable?: pulumi.Input; /** * ICMP/ICMPv6 Redirect Disable, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ icmpRedirectDisable?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ icmpRedirectDisableVariable?: pulumi.Input; interfaceDescription?: pulumi.Input; /** * Variable name */ interfaceDescriptionVariable?: pulumi.Input; /** * Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `interfaceName` not containing `.` * - Range: `1500`-`9216` * - Default value: `1500` */ interfaceMtu?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `interfaceName` not containing `.` */ interfaceMtuVariable?: pulumi.Input; interfaceName?: pulumi.Input; /** * Variable name */ interfaceNameVariable?: pulumi.Input; /** * IP Directed-Broadcast, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ ipDirectedBroadcast?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipDirectedBroadcastVariable?: pulumi.Input; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `576`-`9216` * - Default value: `1500` */ ipMtu?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipMtuVariable?: pulumi.Input; /** * Iperf server for auto bandwidth detect, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ iperfServer?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ iperfServerVariable?: pulumi.Input; /** * IP Address, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4Address?: pulumi.Input; /** * address type, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `dynamic`, `static` */ ipv4AddressType?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv4AddressTypeVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4AddressVariable?: pulumi.Input; /** * DHCP Distance, Attribute conditional on `ipv4AddressType` equal to `dynamic` or `ipv4AddressTypeVariable` being set * - Range: `1`-`255` * - Default value: `1` */ ipv4DhcpDistance?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `dynamic` or `ipv4AddressTypeVariable` being set */ ipv4DhcpDistanceVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv4DhcpHelperVariable?: pulumi.Input; /** * List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv4DhcpHelpers?: pulumi.Input[] | undefined>; /** * Secondary IpV4 Addresses, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4SecondaryAddresses?: pulumi.Input[] | undefined>; /** * Subnet Mask, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set * - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.248.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` */ ipv4SubnetMask?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4SubnetMaskVariable?: pulumi.Input; /** * IPv6 Address Secondary, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ ipv6Address?: pulumi.Input; /** * address type, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `dynamic`, `static` */ ipv6AddressType?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv6AddressTypeVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ ipv6AddressVariable?: pulumi.Input; /** * secondary IPv6 addresses, Attribute conditional on `ipv6AddressType` equal to `dynamic` or `ipv6AddressTypeVariable` being set */ ipv6DhcpSecondaryAddresses?: pulumi.Input[] | undefined>; /** * Static secondary IPv6 addresses, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ ipv6SecondaryAddresses?: pulumi.Input[] | undefined>; /** * Interval for interface load calculation * - Range: `30`-`600` * - Default value: `30` */ loadInterval?: pulumi.Input; /** * Variable name */ loadIntervalVariable?: pulumi.Input; /** * MAC Address, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `portChannelInterface` not equal to `true` */ macAddress?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `portChannelInterface` not equal to `true` */ macAddressVariable?: pulumi.Input; /** * Media type, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `auto-select`, `rj45`, `sfp` */ mediaType?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ mediaTypeVariable?: pulumi.Input; /** * Core Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `core-shared`, `core` * - Default value: `core-shared` */ mrfCoreRegionType?: pulumi.Input; /** * Enable Core Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ mrfEnableCoreRegion?: pulumi.Input; /** * Enable Secondary Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ mrfEnableSecondaryRegion?: pulumi.Input; /** * Enable secondary region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `secondary-shared`, `secondary-only` * - Default value: `secondary-shared` */ mrfSecondaryRegionType?: pulumi.Input; /** * The name of the Feature */ name?: pulumi.Input; /** * NAT64 on this interface, Attribute conditional on `natIpv6` equal to `true` * - Default value: `false` */ nat64?: pulumi.Input; /** * NAT66 on this interface, Attribute conditional on `natIpv6` equal to `true` * - Default value: `false` */ nat66?: pulumi.Input; /** * enable Network Address Translation on this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ natIpv4?: pulumi.Input; /** * NAT Multiple Loopback, Attribute conditional on `natIpv4` equal to `true` */ natIpv4Loopbacks?: pulumi.Input[] | undefined>; /** * NAT Multiple Pool, Attribute conditional on `natIpv4` equal to `true` */ natIpv4Pools?: pulumi.Input[] | undefined>; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ natIpv4Variable?: pulumi.Input; /** * enable Network Address Translation ipv6 on this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ natIpv6?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ natIpv6Variable?: pulumi.Input; /** * NAT Inside Source Loopback Interface, Attribute conditional on `natIpv4` equal to `true` */ natLoopback?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natLoopbackVariable?: pulumi.Input; /** * NAT Match Interface, Attribute conditional on `natIpv4` equal to `true` * - Default value: `false` */ natMatchInterface?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natMatchInterfaceVariable?: pulumi.Input; /** * NAT Overload, Attribute conditional on `natIpv4` equal to `true` * - Default value: `true` */ natOverload?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natOverloadVariable?: pulumi.Input; /** * NAT Pool Prefix Length, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`32` */ natPrefixLength?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natPrefixLengthVariable?: pulumi.Input; /** * NAT Pool Range End, Attribute conditional on `natIpv4` equal to `true` */ natRangeEnd?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natRangeEndVariable?: pulumi.Input; /** * NAT Pool Range Start, Attribute conditional on `natIpv4` equal to `true` */ natRangeStart?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natRangeStartVariable?: pulumi.Input; /** * Set NAT TCP session timeout, in minutes, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`8947` * - Default value: `60` */ natTcpTimeout?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natTcpTimeoutVariable?: pulumi.Input; /** * NAT Type, Attribute conditional on `natIpv4` equal to `true` * - Choices: `interface`, `pool`, `loopback` * - Default value: `interface` */ natType?: pulumi.Input; /** * Set NAT UDP session timeout, in minutes, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`8947` * - Default value: `1` */ natUdpTimeout?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natUdpTimeoutVariable?: pulumi.Input; /** * static NAT, Attribute conditional on `natIpv4` equal to `true` */ newStaticNats?: pulumi.Input[] | undefined>; /** * Per-tunnel Qos, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ perTunnelQos?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ perTunnelQosVariable?: pulumi.Input; /** * Port-Channel interface on/off * - Default value: `false` */ portChannelInterface?: pulumi.Input; /** * Eanble lacp fast switchover, Attribute conditional on `portChannelMode` equal to `lacp` * - Default value: `false` */ portChannelLacpFastSwitchover?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpFastSwitchoverVariable?: pulumi.Input; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `lacp` * - Choices: `flow`, `vlan` */ portChannelLacpLoadBalance?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpLoadBalanceVariable?: pulumi.Input; /** * Set LACP max bundle, Attribute conditional on `portChannelMode` equal to `lacp` * - Range: `1`-`16` */ portChannelLacpMaxBundle?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpMaxBundleVariable?: pulumi.Input; /** * Configure Port-Channel member links, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpMemberLinks?: pulumi.Input[] | undefined>; /** * Set LACP min bundle, Attribute conditional on `portChannelMode` equal to `lacp` * - Range: `1`-`16` */ portChannelLacpMinBundle?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpMinBundleVariable?: pulumi.Input; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `lacp` * - Default value: `true` */ portChannelLacpQosAggregate?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpQosAggregateVariable?: pulumi.Input; /** * Port-Channel member interface on/off * - Default value: `false` */ portChannelMemberInterface?: pulumi.Input; /** * Port Channel Mode, Attribute conditional on `portChannelInterface` equal to `true` * - Choices: `lacp`, `static` */ portChannelMode?: pulumi.Input; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `static` * - Choices: `flow`, `vlan` */ portChannelStaticLoadBalance?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `static` */ portChannelStaticLoadBalanceVariable?: pulumi.Input; /** * Configure Port-Channel member links, Attribute conditional on `portChannelMode` equal to `static` */ portChannelStaticMemberLinks?: pulumi.Input[] | undefined>; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `static` * - Default value: `true` */ portChannelStaticQosAggregate?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `static` */ portChannelStaticQosAggregateVariable?: pulumi.Input; /** * , Attribute conditional on `portChannelInterface` equal to `true` */ portChannelSubinterface?: pulumi.Input; /** * Enables the interface for CTS SGT authorization and forwarding, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `true` */ propagate?: pulumi.Input; /** * Adaptive QoS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ qosAdaptive?: pulumi.Input; /** * Shaping Rate Downstream * - Default value: `false` */ qosAdaptiveBandwidthDownstream?: pulumi.Input; /** * Shaping Rate Upstream * - Default value: `false` */ qosAdaptiveBandwidthUpstream?: pulumi.Input; /** * Adaptive QoS default downstream bandwidth (kbps) * - Range: `8`-`100000000` */ qosAdaptiveDefaultDownstream?: pulumi.Input; /** * Variable name */ qosAdaptiveDefaultDownstreamVariable?: pulumi.Input; /** * Adaptive QoS default upstream bandwidth (kbps) * - Range: `8`-`100000000` */ qosAdaptiveDefaultUpstream?: pulumi.Input; /** * Variable name */ qosAdaptiveDefaultUpstreamVariable?: pulumi.Input; /** * Downstream max bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMaxDownstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMaxDownstreamVariable?: pulumi.Input; /** * Upstream max bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMaxUpstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMaxUpstreamVariable?: pulumi.Input; /** * Downstream min bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMinDownstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMinDownstreamVariable?: pulumi.Input; /** * Upstream min bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMinUpstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMinUpstreamVariable?: pulumi.Input; /** * Adapt Period(Minutes) * - Range: `1`-`720` * - Default value: `15` */ qosAdaptivePeriod?: pulumi.Input; /** * Variable name */ qosAdaptivePeriodVariable?: pulumi.Input; /** * Shaping Rate (Kbps) * - Range: `8`-`100000000` */ qosShapingRate?: pulumi.Input; /** * Variable name */ qosShapingRateVariable?: pulumi.Input; /** * SGT value between 2 and 65519, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Range: `2`-`65519` */ securityGroupTag?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ securityGroupTagVariable?: pulumi.Input; /** * Service Provider Name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ serviceProvider?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ serviceProviderVariable?: pulumi.Input; /** * - Default value: `true` */ shutdown?: pulumi.Input; /** * Variable name */ shutdownVariable?: pulumi.Input; /** * Set interface speed, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `10`, `100`, `1000`, `2500`, `5000`, `10000`, `25000` */ speed?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ speedVariable?: pulumi.Input; /** * static NAT66, Attribute conditional on `natIpv6` equal to `true` */ staticNat66s?: pulumi.Input[] | undefined>; /** * Configure Port Forward entries, Attribute conditional on `natIpv4` equal to `true` */ staticPortForwards?: pulumi.Input[] | undefined>; /** * TCP MSS on SYN packets, in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `500`-`1460` */ tcpMss?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tcpMssVariable?: pulumi.Input; /** * Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tlocExtension?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tlocExtensionVariable?: pulumi.Input; /** * Enable tracker for this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tracker?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ trackerVariable?: pulumi.Input; /** * Transport WAN VPN Feature ID */ transportWanVpnFeatureId?: pulumi.Input; /** * Indicates that the interface is trustworthy for CTS., Attribute conditional on (`securityGroupTag` being set and `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher) or (`securityGroupTagVariable` being set and `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher) * - Default value: `true` */ trusted?: pulumi.Input; /** * Tunnels Bandwidth Percent, Attribute conditional on `tunnelInterface` equal to `true` and `tunnelQosMode` equal to `hub` * - Range: `1`-`100` * - Default value: `50` */ tunnelBandwidthPercent?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and `tunnelQosMode` equal to `hub` */ tunnelBandwidthPercentVariable?: pulumi.Input; /** * Tunnel Interface on/off * - Default value: `false` */ tunnelInterface?: pulumi.Input; /** * Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowAll?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowAllVariable?: pulumi.Input; /** * Allow/Deny BFD, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowBfd?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowBfdVariable?: pulumi.Input; /** * Allow/deny BGP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowBgp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowBgpVariable?: pulumi.Input; /** * Allow/Deny DHCP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowDhcp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowDhcpVariable?: pulumi.Input; /** * Allow/Deny DNS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowDns?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowDnsVariable?: pulumi.Input; /** * Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceAllowFragmentation?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceAllowFragmentationVariable?: pulumi.Input; /** * Allow/Deny HTTPS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowHttps?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowHttpsVariable?: pulumi.Input; /** * Allow/Deny ICMP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowIcmp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowIcmpVariable?: pulumi.Input; /** * Allow/Deny NETCONF, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowNetconf?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowNetconfVariable?: pulumi.Input; /** * Allow/Deny NTP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowNtp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowNtpVariable?: pulumi.Input; /** * Allow/Deny OSPF, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowOspf?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowOspfVariable?: pulumi.Input; /** * Allow/Deny SNMP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowSnmp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowSnmpVariable?: pulumi.Input; /** * Allow/Deny SSH, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowSsh?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowSshVariable?: pulumi.Input; /** * Allow/Deny STUN, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowStun?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowStunVariable?: pulumi.Input; /** * Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceBindLoopbackTunnel?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceBindLoopbackTunnelVariable?: pulumi.Input; /** * Set TLOC as border TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceBorder?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceBorderVariable?: pulumi.Input; /** * Set carrier for TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` * - Default value: `default` */ tunnelInterfaceCarrier?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceCarrierVariable?: pulumi.Input; /** * Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceClearDontFragment?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceClearDontFragmentVariable?: pulumi.Input; /** * Set color for TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` * - Default value: `mpls` */ tunnelInterfaceColor?: pulumi.Input; /** * Set color description for TLOC, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ tunnelInterfaceColorDescription?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ tunnelInterfaceColorDescriptionVariable?: pulumi.Input; /** * Restrict this TLOC behavior, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceColorRestrict?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceColorRestrictVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceColorVariable?: pulumi.Input; /** * CTS SGT Propagation configuration, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceCtsSgtPropagation?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceCtsSgtPropagationVariable?: pulumi.Input; /** * Encapsulation for TLOC, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceEncapsulations?: pulumi.Input[] | undefined>; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceExcludeControllerGroupListVariable?: pulumi.Input; /** * Exclude the following controller groups defined in this list., Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceExcludeControllerGroupLists?: pulumi.Input[] | undefined>; /** * Enable port hopping on the tunnel interface, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `false` */ tunnelInterfaceFullPortHop?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ tunnelInterfaceFullPortHopVariable?: pulumi.Input; /** * GRE tunnel destination IP, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceGreTunnelDestinationIp?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceGreTunnelDestinationIpVariable?: pulumi.Input; /** * List of groups, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `1`-`4294967295` */ tunnelInterfaceGroups?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceGroupsVariable?: pulumi.Input; /** * Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `100`-`600000` * - Default value: `1000` */ tunnelInterfaceHelloInterval?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceHelloIntervalVariable?: pulumi.Input; /** * Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `12`-`6000` * - Default value: `12` */ tunnelInterfaceHelloTolerance?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceHelloToleranceVariable?: pulumi.Input; /** * Set TLOC as last resort, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceLastResortCircuit?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceLastResortCircuitVariable?: pulumi.Input; /** * Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceLowBandwidthLink?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceLowBandwidthLinkVariable?: pulumi.Input; /** * Maximum Control Connections, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `0`-`100` */ tunnelInterfaceMaxControlConnections?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceMaxControlConnectionsVariable?: pulumi.Input; /** * Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `1`-`60` * - Default value: `5` */ tunnelInterfaceNatRefreshInterval?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceNatRefreshIntervalVariable?: pulumi.Input; /** * Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceNetworkBroadcast?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceNetworkBroadcastVariable?: pulumi.Input; /** * The port hop functionality is deprecated for devices 17.18 and higher. Use the full-port-hop field instead, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `true` */ tunnelInterfacePortHop?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfacePortHopVariable?: pulumi.Input; /** * Set current tunnel mtu to 9k, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceSetSdwanTunnelMtuToMax?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceSetSdwanTunnelMtuToMaxVariable?: pulumi.Input; /** * Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `500`-`1460` */ tunnelInterfaceTunnelTcpMss?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceTunnelTcpMssVariable?: pulumi.Input; /** * Put this wan interface in STUN mode only, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceVbondAsStunServer?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceVbondAsStunServerVariable?: pulumi.Input; /** * Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `0`-`8` * - Default value: `5` */ tunnelInterfaceVmanageConnectionPreference?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceVmanageConnectionPreferenceVariable?: pulumi.Input; /** * Set tunnel QoS mode, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `hub`, `spoke` */ tunnelQosMode?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelQosModeVariable?: pulumi.Input; /** * The version of the Feature */ version?: pulumi.Input; /** * Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ xconnect?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ xconnectVariable?: pulumi.Input; } /** * The set of arguments for constructing a TransportWanVpnInterfaceEthernetFeature resource. */ export interface TransportWanVpnInterfaceEthernetFeatureArgs { aclIpv4EgressFeatureId?: pulumi.Input; aclIpv4IngressFeatureId?: pulumi.Input; aclIpv6EgressFeatureId?: pulumi.Input; aclIpv6IngressFeatureId?: pulumi.Input; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `0`-`2147483` * - Default value: `1200` */ arpTimeout?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ arpTimeoutVariable?: pulumi.Input; /** * Configure ARP entries, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ arps?: pulumi.Input[] | undefined>; /** * Interface auto detect bandwidth, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ autoDetectBandwidth?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ autoDetectBandwidthVariable?: pulumi.Input; /** * Link autonegotiation */ autonegotiate?: pulumi.Input; /** * Variable name */ autonegotiateVariable?: pulumi.Input; /** * Interface downstream bandwidth capacity, in kbps, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `1`-`2147483647` */ bandwidthDownstream?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ bandwidthDownstreamVariable?: pulumi.Input; /** * Interface upstream bandwidth capacity, in kbps, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `1`-`2147483647` */ bandwidthUpstream?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ bandwidthUpstreamVariable?: pulumi.Input; /** * Block packets originating from IP address that is not from this source, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ blockNonSourceIp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ blockNonSourceIpVariable?: pulumi.Input; /** * The description of the Feature */ description?: pulumi.Input; /** * Duplex mode, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `full`, `half`, `auto` */ duplex?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ duplexVariable?: pulumi.Input; /** * Enable DHCPv6, Attribute conditional on `ipv6AddressType` equal to `dynamic` or `ipv6AddressTypeVariable` being set */ enableDhcpv6?: pulumi.Input; /** * Enable/Disable SGT Enforcement on an interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher */ enableEnforcedPropagation?: pulumi.Input; /** * HA Interlink interface on/off, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ enableHaInterlinkInterface?: pulumi.Input; /** * Indicates that the interface is trustworthy for CTS, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `false` */ enableSgtPropagation?: pulumi.Input; /** * SGT value between 2 and 65519, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Range: `2`-`65519` */ enforcedSecurityGroupTag?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and SD-WAN Manager version `20.18.1` or higher */ enforcedSecurityGroupTagVariable?: pulumi.Input; /** * Feature Profile ID */ featureProfileId: pulumi.Input; /** * GRE tunnel source IP, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ greTunnelSourceIp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ greTunnelSourceIpVariable?: pulumi.Input; /** * ICMP/ICMPv6 Redirect Disable, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ icmpRedirectDisable?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ icmpRedirectDisableVariable?: pulumi.Input; interfaceDescription?: pulumi.Input; /** * Variable name */ interfaceDescriptionVariable?: pulumi.Input; /** * Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `interfaceName` not containing `.` * - Range: `1500`-`9216` * - Default value: `1500` */ interfaceMtu?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `interfaceName` not containing `.` */ interfaceMtuVariable?: pulumi.Input; interfaceName?: pulumi.Input; /** * Variable name */ interfaceNameVariable?: pulumi.Input; /** * IP Directed-Broadcast, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ ipDirectedBroadcast?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipDirectedBroadcastVariable?: pulumi.Input; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `576`-`9216` * - Default value: `1500` */ ipMtu?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipMtuVariable?: pulumi.Input; /** * Iperf server for auto bandwidth detect, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ iperfServer?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ iperfServerVariable?: pulumi.Input; /** * IP Address, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4Address?: pulumi.Input; /** * address type, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `dynamic`, `static` */ ipv4AddressType?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv4AddressTypeVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4AddressVariable?: pulumi.Input; /** * DHCP Distance, Attribute conditional on `ipv4AddressType` equal to `dynamic` or `ipv4AddressTypeVariable` being set * - Range: `1`-`255` * - Default value: `1` */ ipv4DhcpDistance?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `dynamic` or `ipv4AddressTypeVariable` being set */ ipv4DhcpDistanceVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv4DhcpHelperVariable?: pulumi.Input; /** * List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv4DhcpHelpers?: pulumi.Input[] | undefined>; /** * Secondary IpV4 Addresses, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4SecondaryAddresses?: pulumi.Input[] | undefined>; /** * Subnet Mask, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set * - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.248.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0` */ ipv4SubnetMask?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv4AddressType` equal to `static` or `ipv4AddressTypeVariable` being set */ ipv4SubnetMaskVariable?: pulumi.Input; /** * IPv6 Address Secondary, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ ipv6Address?: pulumi.Input; /** * address type, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `dynamic`, `static` */ ipv6AddressType?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ ipv6AddressTypeVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ ipv6AddressVariable?: pulumi.Input; /** * secondary IPv6 addresses, Attribute conditional on `ipv6AddressType` equal to `dynamic` or `ipv6AddressTypeVariable` being set */ ipv6DhcpSecondaryAddresses?: pulumi.Input[] | undefined>; /** * Static secondary IPv6 addresses, Attribute conditional on `ipv6AddressType` equal to `static` or `ipv6AddressTypeVariable` being set */ ipv6SecondaryAddresses?: pulumi.Input[] | undefined>; /** * Interval for interface load calculation * - Range: `30`-`600` * - Default value: `30` */ loadInterval?: pulumi.Input; /** * Variable name */ loadIntervalVariable?: pulumi.Input; /** * MAC Address, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `portChannelInterface` not equal to `true` */ macAddress?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `portChannelInterface` not equal to `true` */ macAddressVariable?: pulumi.Input; /** * Media type, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `auto-select`, `rj45`, `sfp` */ mediaType?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ mediaTypeVariable?: pulumi.Input; /** * Core Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `core-shared`, `core` * - Default value: `core-shared` */ mrfCoreRegionType?: pulumi.Input; /** * Enable Core Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ mrfEnableCoreRegion?: pulumi.Input; /** * Enable Secondary Region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ mrfEnableSecondaryRegion?: pulumi.Input; /** * Enable secondary region, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Choices: `secondary-shared`, `secondary-only` * - Default value: `secondary-shared` */ mrfSecondaryRegionType?: pulumi.Input; /** * The name of the Feature */ name?: pulumi.Input; /** * NAT64 on this interface, Attribute conditional on `natIpv6` equal to `true` * - Default value: `false` */ nat64?: pulumi.Input; /** * NAT66 on this interface, Attribute conditional on `natIpv6` equal to `true` * - Default value: `false` */ nat66?: pulumi.Input; /** * enable Network Address Translation on this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ natIpv4?: pulumi.Input; /** * NAT Multiple Loopback, Attribute conditional on `natIpv4` equal to `true` */ natIpv4Loopbacks?: pulumi.Input[] | undefined>; /** * NAT Multiple Pool, Attribute conditional on `natIpv4` equal to `true` */ natIpv4Pools?: pulumi.Input[] | undefined>; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ natIpv4Variable?: pulumi.Input; /** * enable Network Address Translation ipv6 on this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ natIpv6?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ natIpv6Variable?: pulumi.Input; /** * NAT Inside Source Loopback Interface, Attribute conditional on `natIpv4` equal to `true` */ natLoopback?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natLoopbackVariable?: pulumi.Input; /** * NAT Match Interface, Attribute conditional on `natIpv4` equal to `true` * - Default value: `false` */ natMatchInterface?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natMatchInterfaceVariable?: pulumi.Input; /** * NAT Overload, Attribute conditional on `natIpv4` equal to `true` * - Default value: `true` */ natOverload?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natOverloadVariable?: pulumi.Input; /** * NAT Pool Prefix Length, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`32` */ natPrefixLength?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natPrefixLengthVariable?: pulumi.Input; /** * NAT Pool Range End, Attribute conditional on `natIpv4` equal to `true` */ natRangeEnd?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natRangeEndVariable?: pulumi.Input; /** * NAT Pool Range Start, Attribute conditional on `natIpv4` equal to `true` */ natRangeStart?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natRangeStartVariable?: pulumi.Input; /** * Set NAT TCP session timeout, in minutes, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`8947` * - Default value: `60` */ natTcpTimeout?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natTcpTimeoutVariable?: pulumi.Input; /** * NAT Type, Attribute conditional on `natIpv4` equal to `true` * - Choices: `interface`, `pool`, `loopback` * - Default value: `interface` */ natType?: pulumi.Input; /** * Set NAT UDP session timeout, in minutes, Attribute conditional on `natIpv4` equal to `true` * - Range: `1`-`8947` * - Default value: `1` */ natUdpTimeout?: pulumi.Input; /** * Variable name, Attribute conditional on `natIpv4` equal to `true` */ natUdpTimeoutVariable?: pulumi.Input; /** * static NAT, Attribute conditional on `natIpv4` equal to `true` */ newStaticNats?: pulumi.Input[] | undefined>; /** * Per-tunnel Qos, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ perTunnelQos?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ perTunnelQosVariable?: pulumi.Input; /** * Port-Channel interface on/off * - Default value: `false` */ portChannelInterface?: pulumi.Input; /** * Eanble lacp fast switchover, Attribute conditional on `portChannelMode` equal to `lacp` * - Default value: `false` */ portChannelLacpFastSwitchover?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpFastSwitchoverVariable?: pulumi.Input; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `lacp` * - Choices: `flow`, `vlan` */ portChannelLacpLoadBalance?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpLoadBalanceVariable?: pulumi.Input; /** * Set LACP max bundle, Attribute conditional on `portChannelMode` equal to `lacp` * - Range: `1`-`16` */ portChannelLacpMaxBundle?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpMaxBundleVariable?: pulumi.Input; /** * Configure Port-Channel member links, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpMemberLinks?: pulumi.Input[] | undefined>; /** * Set LACP min bundle, Attribute conditional on `portChannelMode` equal to `lacp` * - Range: `1`-`16` */ portChannelLacpMinBundle?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpMinBundleVariable?: pulumi.Input; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `lacp` * - Default value: `true` */ portChannelLacpQosAggregate?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `lacp` */ portChannelLacpQosAggregateVariable?: pulumi.Input; /** * Port-Channel member interface on/off * - Default value: `false` */ portChannelMemberInterface?: pulumi.Input; /** * Port Channel Mode, Attribute conditional on `portChannelInterface` equal to `true` * - Choices: `lacp`, `static` */ portChannelMode?: pulumi.Input; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `static` * - Choices: `flow`, `vlan` */ portChannelStaticLoadBalance?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `static` */ portChannelStaticLoadBalanceVariable?: pulumi.Input; /** * Configure Port-Channel member links, Attribute conditional on `portChannelMode` equal to `static` */ portChannelStaticMemberLinks?: pulumi.Input[] | undefined>; /** * Enable QoS Port-Channel aggregate, Attribute conditional on `portChannelMode` equal to `static` * - Default value: `true` */ portChannelStaticQosAggregate?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMode` equal to `static` */ portChannelStaticQosAggregateVariable?: pulumi.Input; /** * , Attribute conditional on `portChannelInterface` equal to `true` */ portChannelSubinterface?: pulumi.Input; /** * Enables the interface for CTS SGT authorization and forwarding, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `true` */ propagate?: pulumi.Input; /** * Adaptive QoS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ qosAdaptive?: pulumi.Input; /** * Shaping Rate Downstream * - Default value: `false` */ qosAdaptiveBandwidthDownstream?: pulumi.Input; /** * Shaping Rate Upstream * - Default value: `false` */ qosAdaptiveBandwidthUpstream?: pulumi.Input; /** * Adaptive QoS default downstream bandwidth (kbps) * - Range: `8`-`100000000` */ qosAdaptiveDefaultDownstream?: pulumi.Input; /** * Variable name */ qosAdaptiveDefaultDownstreamVariable?: pulumi.Input; /** * Adaptive QoS default upstream bandwidth (kbps) * - Range: `8`-`100000000` */ qosAdaptiveDefaultUpstream?: pulumi.Input; /** * Variable name */ qosAdaptiveDefaultUpstreamVariable?: pulumi.Input; /** * Downstream max bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMaxDownstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMaxDownstreamVariable?: pulumi.Input; /** * Upstream max bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMaxUpstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMaxUpstreamVariable?: pulumi.Input; /** * Downstream min bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMinDownstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMinDownstreamVariable?: pulumi.Input; /** * Upstream min bandwidth limit (kbps) * - Range: `8`-`100000000` */ qosAdaptiveMinUpstream?: pulumi.Input; /** * Variable name */ qosAdaptiveMinUpstreamVariable?: pulumi.Input; /** * Adapt Period(Minutes) * - Range: `1`-`720` * - Default value: `15` */ qosAdaptivePeriod?: pulumi.Input; /** * Variable name */ qosAdaptivePeriodVariable?: pulumi.Input; /** * Shaping Rate (Kbps) * - Range: `8`-`100000000` */ qosShapingRate?: pulumi.Input; /** * Variable name */ qosShapingRateVariable?: pulumi.Input; /** * SGT value between 2 and 65519, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Range: `2`-`65519` */ securityGroupTag?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ securityGroupTagVariable?: pulumi.Input; /** * Service Provider Name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ serviceProvider?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ serviceProviderVariable?: pulumi.Input; /** * - Default value: `true` */ shutdown?: pulumi.Input; /** * Variable name */ shutdownVariable?: pulumi.Input; /** * Set interface speed, Attribute conditional on `portChannelInterface` not equal to `true` * - Choices: `10`, `100`, `1000`, `2500`, `5000`, `10000`, `25000` */ speed?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelInterface` not equal to `true` */ speedVariable?: pulumi.Input; /** * static NAT66, Attribute conditional on `natIpv6` equal to `true` */ staticNat66s?: pulumi.Input[] | undefined>; /** * Configure Port Forward entries, Attribute conditional on `natIpv4` equal to `true` */ staticPortForwards?: pulumi.Input[] | undefined>; /** * TCP MSS on SYN packets, in bytes, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Range: `500`-`1460` */ tcpMss?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tcpMssVariable?: pulumi.Input; /** * Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tlocExtension?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tlocExtensionVariable?: pulumi.Input; /** * Enable tracker for this interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tracker?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ trackerVariable?: pulumi.Input; /** * Transport WAN VPN Feature ID */ transportWanVpnFeatureId: pulumi.Input; /** * Indicates that the interface is trustworthy for CTS., Attribute conditional on (`securityGroupTag` being set and `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher) or (`securityGroupTagVariable` being set and `portChannelMemberInterface` not equal to `true` and `enableSgtPropagation` equal to `true` and SD-WAN Manager version `20.18.1` or higher) * - Default value: `true` */ trusted?: pulumi.Input; /** * Tunnels Bandwidth Percent, Attribute conditional on `tunnelInterface` equal to `true` and `tunnelQosMode` equal to `hub` * - Range: `1`-`100` * - Default value: `50` */ tunnelBandwidthPercent?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and `tunnelQosMode` equal to `hub` */ tunnelBandwidthPercentVariable?: pulumi.Input; /** * Tunnel Interface on/off * - Default value: `false` */ tunnelInterface?: pulumi.Input; /** * Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowAll?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowAllVariable?: pulumi.Input; /** * Allow/Deny BFD, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowBfd?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowBfdVariable?: pulumi.Input; /** * Allow/deny BGP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowBgp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowBgpVariable?: pulumi.Input; /** * Allow/Deny DHCP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowDhcp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowDhcpVariable?: pulumi.Input; /** * Allow/Deny DNS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowDns?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowDnsVariable?: pulumi.Input; /** * Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceAllowFragmentation?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceAllowFragmentationVariable?: pulumi.Input; /** * Allow/Deny HTTPS, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowHttps?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowHttpsVariable?: pulumi.Input; /** * Allow/Deny ICMP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `true` */ tunnelInterfaceAllowIcmp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowIcmpVariable?: pulumi.Input; /** * Allow/Deny NETCONF, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowNetconf?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowNetconfVariable?: pulumi.Input; /** * Allow/Deny NTP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowNtp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowNtpVariable?: pulumi.Input; /** * Allow/Deny OSPF, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowOspf?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowOspfVariable?: pulumi.Input; /** * Allow/Deny SNMP, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowSnmp?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowSnmpVariable?: pulumi.Input; /** * Allow/Deny SSH, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowSsh?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowSshVariable?: pulumi.Input; /** * Allow/Deny STUN, Attribute conditional on `portChannelMemberInterface` not equal to `true` * - Default value: `false` */ tunnelInterfaceAllowStun?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceAllowStunVariable?: pulumi.Input; /** * Bind loopback tunnel interface to a physical interface, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceBindLoopbackTunnel?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceBindLoopbackTunnelVariable?: pulumi.Input; /** * Set TLOC as border TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceBorder?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceBorderVariable?: pulumi.Input; /** * Set carrier for TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `default`, `carrier1`, `carrier2`, `carrier3`, `carrier4`, `carrier5`, `carrier6`, `carrier7`, `carrier8` * - Default value: `default` */ tunnelInterfaceCarrier?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceCarrierVariable?: pulumi.Input; /** * Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceClearDontFragment?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceClearDontFragmentVariable?: pulumi.Input; /** * Set color for TLOC, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `default`, `mpls`, `metro-ethernet`, `biz-internet`, `public-internet`, `lte`, `3g`, `red`, `green`, `blue`, `gold`, `silver`, `bronze`, `custom1`, `custom2`, `custom3`, `private1`, `private2`, `private3`, `private4`, `private5`, `private6` * - Default value: `mpls` */ tunnelInterfaceColor?: pulumi.Input; /** * Set color description for TLOC, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ tunnelInterfaceColorDescription?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ tunnelInterfaceColorDescriptionVariable?: pulumi.Input; /** * Restrict this TLOC behavior, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceColorRestrict?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceColorRestrictVariable?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceColorVariable?: pulumi.Input; /** * CTS SGT Propagation configuration, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceCtsSgtPropagation?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceCtsSgtPropagationVariable?: pulumi.Input; /** * Encapsulation for TLOC, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ tunnelInterfaceEncapsulations?: pulumi.Input[] | undefined>; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceExcludeControllerGroupListVariable?: pulumi.Input; /** * Exclude the following controller groups defined in this list., Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceExcludeControllerGroupLists?: pulumi.Input[] | undefined>; /** * Enable port hopping on the tunnel interface, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher * - Default value: `false` */ tunnelInterfaceFullPortHop?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` and SD-WAN Manager version `20.18.1` or higher */ tunnelInterfaceFullPortHopVariable?: pulumi.Input; /** * GRE tunnel destination IP, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceGreTunnelDestinationIp?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceGreTunnelDestinationIpVariable?: pulumi.Input; /** * List of groups, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `1`-`4294967295` */ tunnelInterfaceGroups?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceGroupsVariable?: pulumi.Input; /** * Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `100`-`600000` * - Default value: `1000` */ tunnelInterfaceHelloInterval?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceHelloIntervalVariable?: pulumi.Input; /** * Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `12`-`6000` * - Default value: `12` */ tunnelInterfaceHelloTolerance?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceHelloToleranceVariable?: pulumi.Input; /** * Set TLOC as last resort, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceLastResortCircuit?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceLastResortCircuitVariable?: pulumi.Input; /** * Set the interface as a low-bandwidth circuit, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceLowBandwidthLink?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceLowBandwidthLinkVariable?: pulumi.Input; /** * Maximum Control Connections, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `0`-`100` */ tunnelInterfaceMaxControlConnections?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceMaxControlConnectionsVariable?: pulumi.Input; /** * Set time period of nat refresh packets <1...60> seconds, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `1`-`60` * - Default value: `5` */ tunnelInterfaceNatRefreshInterval?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceNatRefreshIntervalVariable?: pulumi.Input; /** * Accept and respond to network-prefix-directed broadcasts, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceNetworkBroadcast?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceNetworkBroadcastVariable?: pulumi.Input; /** * The port hop functionality is deprecated for devices 17.18 and higher. Use the full-port-hop field instead, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `true` */ tunnelInterfacePortHop?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfacePortHopVariable?: pulumi.Input; /** * Set current tunnel mtu to 9k, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceSetSdwanTunnelMtuToMax?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceSetSdwanTunnelMtuToMaxVariable?: pulumi.Input; /** * Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `500`-`1460` */ tunnelInterfaceTunnelTcpMss?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceTunnelTcpMssVariable?: pulumi.Input; /** * Put this wan interface in STUN mode only, Attribute conditional on `tunnelInterface` equal to `true` * - Default value: `false` */ tunnelInterfaceVbondAsStunServer?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceVbondAsStunServerVariable?: pulumi.Input; /** * Set interface preference for control connection to vManage <0..8>, Attribute conditional on `tunnelInterface` equal to `true` * - Range: `0`-`8` * - Default value: `5` */ tunnelInterfaceVmanageConnectionPreference?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelInterfaceVmanageConnectionPreferenceVariable?: pulumi.Input; /** * Set tunnel QoS mode, Attribute conditional on `tunnelInterface` equal to `true` * - Choices: `hub`, `spoke` */ tunnelQosMode?: pulumi.Input; /** * Variable name, Attribute conditional on `tunnelInterface` equal to `true` */ tunnelQosModeVariable?: pulumi.Input; /** * Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ xconnect?: pulumi.Input; /** * Variable name, Attribute conditional on `portChannelMemberInterface` not equal to `true` */ xconnectVariable?: pulumi.Input; } //# sourceMappingURL=transportWanVpnInterfaceEthernetFeature.d.ts.map