UNPKG

@pulumi/sdwan

Version:

A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1

355 lines 25.8 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.TransportWanVpnInterfaceT1E1SerialFeature = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * This resource can manage a Transport WAN VPN Interface T1 E1 Serial Feature. * - Minimum SD-WAN Manager version: `20.12.0` * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as sdwan from "@pulumi/sdwan"; * * const example = new sdwan.TransportWanVpnInterfaceT1E1SerialFeature("example", { * name: "Example", * description: "My Example", * featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac", * transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037", * shutdown: true, * interfaceName: "Serial0", * ipv4Address: "1.2.3.4", * ipv4SubnetMask: "0.0.0.0", * ipv6Address: "2001:0:0:1::/64", * bandwidth: 123456, * bandwidthDownstream: 123456, * clockRate: "1200", * encapsulation: "ppp", * tunnelInterface: true, * perTunnelQos: true, * perTunnelQosAggregator: false, * tunnelQosMode: "hub", * tunnelInterfaceColor: "mpls", * tunnelInterfaceRestrict: true, * tunnelInterfaceGroups: 42949672, * tunnelInterfaceBorder: false, * tunnelInterfaceMaxControlConnections: 62, * tunnelInterfaceVbondAsStunServer: false, * tunnelInterfaceExcludeControllerGroupLists: [2], * tunnelInterfaceVmanageConnectionPreference: 8, * tunnelInterfacePortHop: true, * tunnelInterfaceLowBandwidthLink: false, * tunnelInterfaceTunnelTcpMss: 1460, * tunnelInterfaceClearDontFragment: false, * tunnelInterfaceClearNetworkBroadcast: false, * tunnelInterfaceCarrier: "default", * tunnelInterfaceBindLoopbackTunnel: "example", * tunnelInterfaceLastResortCircuit: false, * tunnelInterfaceNatRefreshInterval: 5, * tunnelInterfaceHelloInterval: 1000, * tunnelInterfaceHelloTolerance: 12, * tunnelInterfaceAllowAll: false, * tunnelInterfaceAllowBgp: false, * tunnelInterfaceAllowDhcp: true, * tunnelInterfaceAllowDns: true, * tunnelInterfaceAllowIcmp: true, * tunnelInterfaceAllowNetconf: false, * tunnelInterfaceAllowNtp: false, * tunnelInterfaceAllowOspf: false, * tunnelInterfaceAllowSsh: false, * tunnelInterfaceAllowStun: false, * tunnelInterfaceAllowHttps: true, * tunnelInterfaceAllowSnmp: false, * tunnelInterfaceAllowBfd: false, * tunnelInterfaceEncapsulations: [{ * encapsulation: "gre", * preference: 4294967, * weight: 250, * }], * aclIpv4EgressFeatureId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac", * aclIpv6IngressFeatureId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac", * tcpMss: 1460, * mtu: 1500, * ipMtu: 1500, * tlocExtension: "tloc", * }); * ``` * * ## Import * * The `pulumi import` command can be used, for example: * * Expected import identifier with the format: "transport_wan_vpn_interface_t1_e1_serial_feature_id,feature_profile_id,transport_wan_vpn_feature_id" * * ```sh * $ pulumi import sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037" * ``` */ class TransportWanVpnInterfaceT1E1SerialFeature extends pulumi.CustomResource { /** * Get an existing TransportWanVpnInterfaceT1E1SerialFeature 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, id, state, opts) { return new TransportWanVpnInterfaceT1E1SerialFeature(name, state, { ...opts, id: id }); } /** * Returns true if the given object is an instance of TransportWanVpnInterfaceT1E1SerialFeature. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj) { if (obj === undefined || obj === null) { return false; } return obj['__pulumiType'] === TransportWanVpnInterfaceT1E1SerialFeature.__pulumiType; } constructor(name, argsOrState, opts) { let resourceInputs = {}; opts = opts || {}; if (opts.id) { const state = argsOrState; resourceInputs["aclIpv4EgressFeatureId"] = state?.aclIpv4EgressFeatureId; resourceInputs["aclIpv4IngressFeatureId"] = state?.aclIpv4IngressFeatureId; resourceInputs["aclIpv6EgressFeatureId"] = state?.aclIpv6EgressFeatureId; resourceInputs["aclIpv6IngressFeatureId"] = state?.aclIpv6IngressFeatureId; resourceInputs["bandwidth"] = state?.bandwidth; resourceInputs["bandwidthDownstream"] = state?.bandwidthDownstream; resourceInputs["bandwidthDownstreamVariable"] = state?.bandwidthDownstreamVariable; resourceInputs["bandwidthVariable"] = state?.bandwidthVariable; resourceInputs["clockRate"] = state?.clockRate; resourceInputs["clockRateVariable"] = state?.clockRateVariable; resourceInputs["description"] = state?.description; resourceInputs["encapsulation"] = state?.encapsulation; resourceInputs["encapsulationVariable"] = state?.encapsulationVariable; resourceInputs["featureProfileId"] = state?.featureProfileId; resourceInputs["interfaceName"] = state?.interfaceName; resourceInputs["interfaceNameVariable"] = state?.interfaceNameVariable; resourceInputs["ipMtu"] = state?.ipMtu; resourceInputs["ipMtuVariable"] = state?.ipMtuVariable; resourceInputs["ipv4Address"] = state?.ipv4Address; resourceInputs["ipv4AddressVariable"] = state?.ipv4AddressVariable; resourceInputs["ipv4SubnetMask"] = state?.ipv4SubnetMask; resourceInputs["ipv4SubnetMaskVariable"] = state?.ipv4SubnetMaskVariable; resourceInputs["ipv6Address"] = state?.ipv6Address; resourceInputs["ipv6AddressVariable"] = state?.ipv6AddressVariable; resourceInputs["mtu"] = state?.mtu; resourceInputs["mtuVariable"] = state?.mtuVariable; resourceInputs["name"] = state?.name; resourceInputs["perTunnelQos"] = state?.perTunnelQos; resourceInputs["perTunnelQosAggregator"] = state?.perTunnelQosAggregator; resourceInputs["perTunnelQosAggregatorVariable"] = state?.perTunnelQosAggregatorVariable; resourceInputs["perTunnelQosVariable"] = state?.perTunnelQosVariable; resourceInputs["qosShapingRate"] = state?.qosShapingRate; resourceInputs["qosShapingRateVariable"] = state?.qosShapingRateVariable; resourceInputs["shutdown"] = state?.shutdown; resourceInputs["shutdownVariable"] = state?.shutdownVariable; resourceInputs["tcpMss"] = state?.tcpMss; resourceInputs["tcpMssVariable"] = state?.tcpMssVariable; resourceInputs["tlocExtension"] = state?.tlocExtension; resourceInputs["tlocExtensionVariable"] = state?.tlocExtensionVariable; resourceInputs["transportWanVpnFeatureId"] = state?.transportWanVpnFeatureId; resourceInputs["tunnelInterface"] = state?.tunnelInterface; resourceInputs["tunnelInterfaceAllowAll"] = state?.tunnelInterfaceAllowAll; resourceInputs["tunnelInterfaceAllowAllVariable"] = state?.tunnelInterfaceAllowAllVariable; resourceInputs["tunnelInterfaceAllowBfd"] = state?.tunnelInterfaceAllowBfd; resourceInputs["tunnelInterfaceAllowBfdVariable"] = state?.tunnelInterfaceAllowBfdVariable; resourceInputs["tunnelInterfaceAllowBgp"] = state?.tunnelInterfaceAllowBgp; resourceInputs["tunnelInterfaceAllowBgpVariable"] = state?.tunnelInterfaceAllowBgpVariable; resourceInputs["tunnelInterfaceAllowDhcp"] = state?.tunnelInterfaceAllowDhcp; resourceInputs["tunnelInterfaceAllowDhcpVariable"] = state?.tunnelInterfaceAllowDhcpVariable; resourceInputs["tunnelInterfaceAllowDns"] = state?.tunnelInterfaceAllowDns; resourceInputs["tunnelInterfaceAllowDnsVariable"] = state?.tunnelInterfaceAllowDnsVariable; resourceInputs["tunnelInterfaceAllowHttps"] = state?.tunnelInterfaceAllowHttps; resourceInputs["tunnelInterfaceAllowHttpsVariable"] = state?.tunnelInterfaceAllowHttpsVariable; resourceInputs["tunnelInterfaceAllowIcmp"] = state?.tunnelInterfaceAllowIcmp; resourceInputs["tunnelInterfaceAllowIcmpVariable"] = state?.tunnelInterfaceAllowIcmpVariable; resourceInputs["tunnelInterfaceAllowNetconf"] = state?.tunnelInterfaceAllowNetconf; resourceInputs["tunnelInterfaceAllowNetconfVariable"] = state?.tunnelInterfaceAllowNetconfVariable; resourceInputs["tunnelInterfaceAllowNtp"] = state?.tunnelInterfaceAllowNtp; resourceInputs["tunnelInterfaceAllowNtpVariable"] = state?.tunnelInterfaceAllowNtpVariable; resourceInputs["tunnelInterfaceAllowOspf"] = state?.tunnelInterfaceAllowOspf; resourceInputs["tunnelInterfaceAllowOspfVariable"] = state?.tunnelInterfaceAllowOspfVariable; resourceInputs["tunnelInterfaceAllowSnmp"] = state?.tunnelInterfaceAllowSnmp; resourceInputs["tunnelInterfaceAllowSnmpVariable"] = state?.tunnelInterfaceAllowSnmpVariable; resourceInputs["tunnelInterfaceAllowSsh"] = state?.tunnelInterfaceAllowSsh; resourceInputs["tunnelInterfaceAllowSshVariable"] = state?.tunnelInterfaceAllowSshVariable; resourceInputs["tunnelInterfaceAllowStun"] = state?.tunnelInterfaceAllowStun; resourceInputs["tunnelInterfaceAllowStunVariable"] = state?.tunnelInterfaceAllowStunVariable; resourceInputs["tunnelInterfaceBindLoopbackTunnel"] = state?.tunnelInterfaceBindLoopbackTunnel; resourceInputs["tunnelInterfaceBindLoopbackTunnelVariable"] = state?.tunnelInterfaceBindLoopbackTunnelVariable; resourceInputs["tunnelInterfaceBorder"] = state?.tunnelInterfaceBorder; resourceInputs["tunnelInterfaceBorderVariable"] = state?.tunnelInterfaceBorderVariable; resourceInputs["tunnelInterfaceCarrier"] = state?.tunnelInterfaceCarrier; resourceInputs["tunnelInterfaceCarrierVariable"] = state?.tunnelInterfaceCarrierVariable; resourceInputs["tunnelInterfaceClearDontFragment"] = state?.tunnelInterfaceClearDontFragment; resourceInputs["tunnelInterfaceClearDontFragmentVariable"] = state?.tunnelInterfaceClearDontFragmentVariable; resourceInputs["tunnelInterfaceClearNetworkBroadcast"] = state?.tunnelInterfaceClearNetworkBroadcast; resourceInputs["tunnelInterfaceClearNetworkBroadcastVariable"] = state?.tunnelInterfaceClearNetworkBroadcastVariable; resourceInputs["tunnelInterfaceColor"] = state?.tunnelInterfaceColor; resourceInputs["tunnelInterfaceColorVariable"] = state?.tunnelInterfaceColorVariable; resourceInputs["tunnelInterfaceEncapsulations"] = state?.tunnelInterfaceEncapsulations; resourceInputs["tunnelInterfaceExcludeControllerGroupListVariable"] = state?.tunnelInterfaceExcludeControllerGroupListVariable; resourceInputs["tunnelInterfaceExcludeControllerGroupLists"] = state?.tunnelInterfaceExcludeControllerGroupLists; resourceInputs["tunnelInterfaceGroups"] = state?.tunnelInterfaceGroups; resourceInputs["tunnelInterfaceGroupsVariable"] = state?.tunnelInterfaceGroupsVariable; resourceInputs["tunnelInterfaceHelloInterval"] = state?.tunnelInterfaceHelloInterval; resourceInputs["tunnelInterfaceHelloIntervalVariable"] = state?.tunnelInterfaceHelloIntervalVariable; resourceInputs["tunnelInterfaceHelloTolerance"] = state?.tunnelInterfaceHelloTolerance; resourceInputs["tunnelInterfaceHelloToleranceVariable"] = state?.tunnelInterfaceHelloToleranceVariable; resourceInputs["tunnelInterfaceLastResortCircuit"] = state?.tunnelInterfaceLastResortCircuit; resourceInputs["tunnelInterfaceLastResortCircuitVariable"] = state?.tunnelInterfaceLastResortCircuitVariable; resourceInputs["tunnelInterfaceLowBandwidthLink"] = state?.tunnelInterfaceLowBandwidthLink; resourceInputs["tunnelInterfaceLowBandwidthLinkVariable"] = state?.tunnelInterfaceLowBandwidthLinkVariable; resourceInputs["tunnelInterfaceMaxControlConnections"] = state?.tunnelInterfaceMaxControlConnections; resourceInputs["tunnelInterfaceMaxControlConnectionsVariable"] = state?.tunnelInterfaceMaxControlConnectionsVariable; resourceInputs["tunnelInterfaceNatRefreshInterval"] = state?.tunnelInterfaceNatRefreshInterval; resourceInputs["tunnelInterfaceNatRefreshIntervalVariable"] = state?.tunnelInterfaceNatRefreshIntervalVariable; resourceInputs["tunnelInterfacePortHop"] = state?.tunnelInterfacePortHop; resourceInputs["tunnelInterfacePortHopVariable"] = state?.tunnelInterfacePortHopVariable; resourceInputs["tunnelInterfaceRestrict"] = state?.tunnelInterfaceRestrict; resourceInputs["tunnelInterfaceRestrictVariable"] = state?.tunnelInterfaceRestrictVariable; resourceInputs["tunnelInterfaceTunnelTcpMss"] = state?.tunnelInterfaceTunnelTcpMss; resourceInputs["tunnelInterfaceTunnelTcpMssVariable"] = state?.tunnelInterfaceTunnelTcpMssVariable; resourceInputs["tunnelInterfaceVbondAsStunServer"] = state?.tunnelInterfaceVbondAsStunServer; resourceInputs["tunnelInterfaceVbondAsStunServerVariable"] = state?.tunnelInterfaceVbondAsStunServerVariable; resourceInputs["tunnelInterfaceVmanageConnectionPreference"] = state?.tunnelInterfaceVmanageConnectionPreference; resourceInputs["tunnelInterfaceVmanageConnectionPreferenceVariable"] = state?.tunnelInterfaceVmanageConnectionPreferenceVariable; resourceInputs["tunnelQosMode"] = state?.tunnelQosMode; resourceInputs["tunnelQosModeVariable"] = state?.tunnelQosModeVariable; resourceInputs["version"] = state?.version; } else { const args = argsOrState; if (args?.featureProfileId === undefined && !opts.urn) { throw new Error("Missing required property 'featureProfileId'"); } if (args?.transportWanVpnFeatureId === undefined && !opts.urn) { throw new Error("Missing required property 'transportWanVpnFeatureId'"); } resourceInputs["aclIpv4EgressFeatureId"] = args?.aclIpv4EgressFeatureId; resourceInputs["aclIpv4IngressFeatureId"] = args?.aclIpv4IngressFeatureId; resourceInputs["aclIpv6EgressFeatureId"] = args?.aclIpv6EgressFeatureId; resourceInputs["aclIpv6IngressFeatureId"] = args?.aclIpv6IngressFeatureId; resourceInputs["bandwidth"] = args?.bandwidth; resourceInputs["bandwidthDownstream"] = args?.bandwidthDownstream; resourceInputs["bandwidthDownstreamVariable"] = args?.bandwidthDownstreamVariable; resourceInputs["bandwidthVariable"] = args?.bandwidthVariable; resourceInputs["clockRate"] = args?.clockRate; resourceInputs["clockRateVariable"] = args?.clockRateVariable; resourceInputs["description"] = args?.description; resourceInputs["encapsulation"] = args?.encapsulation; resourceInputs["encapsulationVariable"] = args?.encapsulationVariable; resourceInputs["featureProfileId"] = args?.featureProfileId; resourceInputs["interfaceName"] = args?.interfaceName; resourceInputs["interfaceNameVariable"] = args?.interfaceNameVariable; resourceInputs["ipMtu"] = args?.ipMtu; resourceInputs["ipMtuVariable"] = args?.ipMtuVariable; resourceInputs["ipv4Address"] = args?.ipv4Address; resourceInputs["ipv4AddressVariable"] = args?.ipv4AddressVariable; resourceInputs["ipv4SubnetMask"] = args?.ipv4SubnetMask; resourceInputs["ipv4SubnetMaskVariable"] = args?.ipv4SubnetMaskVariable; resourceInputs["ipv6Address"] = args?.ipv6Address; resourceInputs["ipv6AddressVariable"] = args?.ipv6AddressVariable; resourceInputs["mtu"] = args?.mtu; resourceInputs["mtuVariable"] = args?.mtuVariable; resourceInputs["name"] = args?.name; resourceInputs["perTunnelQos"] = args?.perTunnelQos; resourceInputs["perTunnelQosAggregator"] = args?.perTunnelQosAggregator; resourceInputs["perTunnelQosAggregatorVariable"] = args?.perTunnelQosAggregatorVariable; resourceInputs["perTunnelQosVariable"] = args?.perTunnelQosVariable; resourceInputs["qosShapingRate"] = args?.qosShapingRate; resourceInputs["qosShapingRateVariable"] = args?.qosShapingRateVariable; resourceInputs["shutdown"] = args?.shutdown; resourceInputs["shutdownVariable"] = args?.shutdownVariable; resourceInputs["tcpMss"] = args?.tcpMss; resourceInputs["tcpMssVariable"] = args?.tcpMssVariable; resourceInputs["tlocExtension"] = args?.tlocExtension; resourceInputs["tlocExtensionVariable"] = args?.tlocExtensionVariable; resourceInputs["transportWanVpnFeatureId"] = args?.transportWanVpnFeatureId; resourceInputs["tunnelInterface"] = args?.tunnelInterface; resourceInputs["tunnelInterfaceAllowAll"] = args?.tunnelInterfaceAllowAll; resourceInputs["tunnelInterfaceAllowAllVariable"] = args?.tunnelInterfaceAllowAllVariable; resourceInputs["tunnelInterfaceAllowBfd"] = args?.tunnelInterfaceAllowBfd; resourceInputs["tunnelInterfaceAllowBfdVariable"] = args?.tunnelInterfaceAllowBfdVariable; resourceInputs["tunnelInterfaceAllowBgp"] = args?.tunnelInterfaceAllowBgp; resourceInputs["tunnelInterfaceAllowBgpVariable"] = args?.tunnelInterfaceAllowBgpVariable; resourceInputs["tunnelInterfaceAllowDhcp"] = args?.tunnelInterfaceAllowDhcp; resourceInputs["tunnelInterfaceAllowDhcpVariable"] = args?.tunnelInterfaceAllowDhcpVariable; resourceInputs["tunnelInterfaceAllowDns"] = args?.tunnelInterfaceAllowDns; resourceInputs["tunnelInterfaceAllowDnsVariable"] = args?.tunnelInterfaceAllowDnsVariable; resourceInputs["tunnelInterfaceAllowHttps"] = args?.tunnelInterfaceAllowHttps; resourceInputs["tunnelInterfaceAllowHttpsVariable"] = args?.tunnelInterfaceAllowHttpsVariable; resourceInputs["tunnelInterfaceAllowIcmp"] = args?.tunnelInterfaceAllowIcmp; resourceInputs["tunnelInterfaceAllowIcmpVariable"] = args?.tunnelInterfaceAllowIcmpVariable; resourceInputs["tunnelInterfaceAllowNetconf"] = args?.tunnelInterfaceAllowNetconf; resourceInputs["tunnelInterfaceAllowNetconfVariable"] = args?.tunnelInterfaceAllowNetconfVariable; resourceInputs["tunnelInterfaceAllowNtp"] = args?.tunnelInterfaceAllowNtp; resourceInputs["tunnelInterfaceAllowNtpVariable"] = args?.tunnelInterfaceAllowNtpVariable; resourceInputs["tunnelInterfaceAllowOspf"] = args?.tunnelInterfaceAllowOspf; resourceInputs["tunnelInterfaceAllowOspfVariable"] = args?.tunnelInterfaceAllowOspfVariable; resourceInputs["tunnelInterfaceAllowSnmp"] = args?.tunnelInterfaceAllowSnmp; resourceInputs["tunnelInterfaceAllowSnmpVariable"] = args?.tunnelInterfaceAllowSnmpVariable; resourceInputs["tunnelInterfaceAllowSsh"] = args?.tunnelInterfaceAllowSsh; resourceInputs["tunnelInterfaceAllowSshVariable"] = args?.tunnelInterfaceAllowSshVariable; resourceInputs["tunnelInterfaceAllowStun"] = args?.tunnelInterfaceAllowStun; resourceInputs["tunnelInterfaceAllowStunVariable"] = args?.tunnelInterfaceAllowStunVariable; resourceInputs["tunnelInterfaceBindLoopbackTunnel"] = args?.tunnelInterfaceBindLoopbackTunnel; resourceInputs["tunnelInterfaceBindLoopbackTunnelVariable"] = args?.tunnelInterfaceBindLoopbackTunnelVariable; resourceInputs["tunnelInterfaceBorder"] = args?.tunnelInterfaceBorder; resourceInputs["tunnelInterfaceBorderVariable"] = args?.tunnelInterfaceBorderVariable; resourceInputs["tunnelInterfaceCarrier"] = args?.tunnelInterfaceCarrier; resourceInputs["tunnelInterfaceCarrierVariable"] = args?.tunnelInterfaceCarrierVariable; resourceInputs["tunnelInterfaceClearDontFragment"] = args?.tunnelInterfaceClearDontFragment; resourceInputs["tunnelInterfaceClearDontFragmentVariable"] = args?.tunnelInterfaceClearDontFragmentVariable; resourceInputs["tunnelInterfaceClearNetworkBroadcast"] = args?.tunnelInterfaceClearNetworkBroadcast; resourceInputs["tunnelInterfaceClearNetworkBroadcastVariable"] = args?.tunnelInterfaceClearNetworkBroadcastVariable; resourceInputs["tunnelInterfaceColor"] = args?.tunnelInterfaceColor; resourceInputs["tunnelInterfaceColorVariable"] = args?.tunnelInterfaceColorVariable; resourceInputs["tunnelInterfaceEncapsulations"] = args?.tunnelInterfaceEncapsulations; resourceInputs["tunnelInterfaceExcludeControllerGroupListVariable"] = args?.tunnelInterfaceExcludeControllerGroupListVariable; resourceInputs["tunnelInterfaceExcludeControllerGroupLists"] = args?.tunnelInterfaceExcludeControllerGroupLists; resourceInputs["tunnelInterfaceGroups"] = args?.tunnelInterfaceGroups; resourceInputs["tunnelInterfaceGroupsVariable"] = args?.tunnelInterfaceGroupsVariable; resourceInputs["tunnelInterfaceHelloInterval"] = args?.tunnelInterfaceHelloInterval; resourceInputs["tunnelInterfaceHelloIntervalVariable"] = args?.tunnelInterfaceHelloIntervalVariable; resourceInputs["tunnelInterfaceHelloTolerance"] = args?.tunnelInterfaceHelloTolerance; resourceInputs["tunnelInterfaceHelloToleranceVariable"] = args?.tunnelInterfaceHelloToleranceVariable; resourceInputs["tunnelInterfaceLastResortCircuit"] = args?.tunnelInterfaceLastResortCircuit; resourceInputs["tunnelInterfaceLastResortCircuitVariable"] = args?.tunnelInterfaceLastResortCircuitVariable; resourceInputs["tunnelInterfaceLowBandwidthLink"] = args?.tunnelInterfaceLowBandwidthLink; resourceInputs["tunnelInterfaceLowBandwidthLinkVariable"] = args?.tunnelInterfaceLowBandwidthLinkVariable; resourceInputs["tunnelInterfaceMaxControlConnections"] = args?.tunnelInterfaceMaxControlConnections; resourceInputs["tunnelInterfaceMaxControlConnectionsVariable"] = args?.tunnelInterfaceMaxControlConnectionsVariable; resourceInputs["tunnelInterfaceNatRefreshInterval"] = args?.tunnelInterfaceNatRefreshInterval; resourceInputs["tunnelInterfaceNatRefreshIntervalVariable"] = args?.tunnelInterfaceNatRefreshIntervalVariable; resourceInputs["tunnelInterfacePortHop"] = args?.tunnelInterfacePortHop; resourceInputs["tunnelInterfacePortHopVariable"] = args?.tunnelInterfacePortHopVariable; resourceInputs["tunnelInterfaceRestrict"] = args?.tunnelInterfaceRestrict; resourceInputs["tunnelInterfaceRestrictVariable"] = args?.tunnelInterfaceRestrictVariable; resourceInputs["tunnelInterfaceTunnelTcpMss"] = args?.tunnelInterfaceTunnelTcpMss; resourceInputs["tunnelInterfaceTunnelTcpMssVariable"] = args?.tunnelInterfaceTunnelTcpMssVariable; resourceInputs["tunnelInterfaceVbondAsStunServer"] = args?.tunnelInterfaceVbondAsStunServer; resourceInputs["tunnelInterfaceVbondAsStunServerVariable"] = args?.tunnelInterfaceVbondAsStunServerVariable; resourceInputs["tunnelInterfaceVmanageConnectionPreference"] = args?.tunnelInterfaceVmanageConnectionPreference; resourceInputs["tunnelInterfaceVmanageConnectionPreferenceVariable"] = args?.tunnelInterfaceVmanageConnectionPreferenceVariable; resourceInputs["tunnelQosMode"] = args?.tunnelQosMode; resourceInputs["tunnelQosModeVariable"] = args?.tunnelQosModeVariable; resourceInputs["version"] = undefined /*out*/; } opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); super(TransportWanVpnInterfaceT1E1SerialFeature.__pulumiType, name, resourceInputs, opts); } } exports.TransportWanVpnInterfaceT1E1SerialFeature = TransportWanVpnInterfaceT1E1SerialFeature; /** @internal */ TransportWanVpnInterfaceT1E1SerialFeature.__pulumiType = 'sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature'; //# sourceMappingURL=transportWanVpnInterfaceT1E1SerialFeature.js.map