UNPKG

@pulumi/sdwan

Version:

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

1,090 lines (1,089 loc) 34 kB
import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; /** * This resource can manage a Service LAN VPN Interface Ethernet Feature. * - Minimum SD-WAN Manager version: `20.12.0` * * ## Import * * The `pulumi import` command can be used, for example: * * Expected import identifier with the format: "service_lan_vpn_interface_ethernet_feature_id,feature_profile_id,service_lan_vpn_feature_id" * * ```sh * $ pulumi import sdwan:index/serviceLanVpnInterfaceEthernetFeature:ServiceLanVpnInterfaceEthernetFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037" * ``` */ export declare class ServiceLanVpnInterfaceEthernetFeature extends pulumi.CustomResource { /** * Get an existing ServiceLanVpnInterfaceEthernetFeature 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<pulumi.ID>, state?: ServiceLanVpnInterfaceEthernetFeatureState, opts?: pulumi.CustomResourceOptions): ServiceLanVpnInterfaceEthernetFeature; /** * Returns true if the given object is an instance of ServiceLanVpnInterfaceEthernetFeature. 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 ServiceLanVpnInterfaceEthernetFeature; readonly aclIpv4EgressPolicyId: pulumi.Output<string | undefined>; readonly aclIpv4IngressPolicyId: pulumi.Output<string | undefined>; readonly aclIpv6EgressPolicyId: pulumi.Output<string | undefined>; readonly aclIpv6IngressPolicyId: pulumi.Output<string | undefined>; /** * Shaping Rate (Kbps) - Range: `8`-`100000000` */ readonly aclShapingRate: pulumi.Output<number | undefined>; /** * Variable name */ readonly aclShapingRateVariable: pulumi.Output<string | undefined>; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200` */ readonly arpTimeout: pulumi.Output<number | undefined>; /** * Variable name */ readonly arpTimeoutVariable: pulumi.Output<string | undefined>; /** * Configure ARP entries */ readonly arps: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureArp[] | undefined>; /** * Link autonegotiation */ readonly autonegotiate: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly autonegotiateVariable: pulumi.Output<string | undefined>; /** * The description of the Feature */ readonly description: pulumi.Output<string | undefined>; /** * Duplex mode - Choices: `full`, `half`, `auto` */ readonly duplex: pulumi.Output<string | undefined>; /** * Variable name */ readonly duplexVariable: pulumi.Output<string | undefined>; /** * Enable DHCPv6 */ readonly enableDhcpv6: pulumi.Output<boolean | undefined>; /** * Feature Profile ID */ readonly featureProfileId: pulumi.Output<string>; /** * ICMP/ICMPv6 Redirect Disable - Default value: `true` */ readonly icmpRedirectDisable: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly icmpRedirectDisableVariable: pulumi.Output<string | undefined>; readonly interfaceDescription: pulumi.Output<string | undefined>; /** * Variable name */ readonly interfaceDescriptionVariable: pulumi.Output<string | undefined>; /** * Interface MTU - Range: `1500`-`9216` - Default value: `1500` */ readonly interfaceMtu: pulumi.Output<number | undefined>; /** * Variable name */ readonly interfaceMtuVariable: pulumi.Output<string | undefined>; readonly interfaceName: pulumi.Output<string | undefined>; /** * Variable name */ readonly interfaceNameVariable: pulumi.Output<string | undefined>; /** * IP Directed-Broadcast - Default value: `false` */ readonly ipDirectedBroadcast: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly ipDirectedBroadcastVariable: pulumi.Output<string | undefined>; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces * <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500` */ readonly ipMtu: pulumi.Output<number | undefined>; /** * Variable name */ readonly ipMtuVariable: pulumi.Output<string | undefined>; /** * IP Address */ readonly ipv4Address: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4AddressVariable: pulumi.Output<string | undefined>; /** * DHCP Distance - Range: `1`-`65536` */ readonly ipv4DhcpDistance: pulumi.Output<number | undefined>; /** * Variable name */ readonly ipv4DhcpDistanceVariable: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4DhcpHelperVariable: pulumi.Output<string | undefined>; /** * List of DHCP IPv4 helper addresses (min 1, max 8) */ readonly ipv4DhcpHelpers: pulumi.Output<string[] | undefined>; /** * enable Network Address Translation on this interface - Default value: `false` */ readonly ipv4Nat: pulumi.Output<boolean | undefined>; /** * NAT Inside Source Loopback Interface */ readonly ipv4NatLoopback: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4NatLoopbackVariable: pulumi.Output<string | undefined>; /** * NAT Overload - Default value: `true` */ readonly ipv4NatOverload: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly ipv4NatOverloadVariable: pulumi.Output<string | undefined>; /** * NAT Pool Prefix Length - Range: `1`-`32` */ readonly ipv4NatPrefixLength: pulumi.Output<number | undefined>; /** * Variable name */ readonly ipv4NatPrefixLengthVariable: pulumi.Output<string | undefined>; /** * NAT Pool Range End */ readonly ipv4NatRangeEnd: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4NatRangeEndVariable: pulumi.Output<string | undefined>; /** * NAT Pool Range Start */ readonly ipv4NatRangeStart: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4NatRangeStartVariable: pulumi.Output<string | undefined>; /** * Set NAT TCP session timeout, in minutes - Range: `1`-`8947` - Default value: `60` */ readonly ipv4NatTcpTimeout: pulumi.Output<number | undefined>; /** * Variable name */ readonly ipv4NatTcpTimeoutVariable: pulumi.Output<string | undefined>; /** * NAT Type - Choices: `pool`, `loopback` */ readonly ipv4NatType: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv4NatTypeVariable: pulumi.Output<string | undefined>; /** * Set NAT UDP session timeout, in minutes - Range: `1`-`8947` - Default value: `1` */ readonly ipv4NatUdpTimeout: pulumi.Output<number | undefined>; /** * Variable name */ readonly ipv4NatUdpTimeoutVariable: pulumi.Output<string | undefined>; /** * Secondary IpV4 Addresses */ readonly ipv4SecondaryAddresses: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddress[] | undefined>; /** * Subnet Mask - 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.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<string | undefined>; /** * Variable name */ readonly ipv4SubnetMaskVariable: pulumi.Output<string | undefined>; /** * Enable VRRP */ readonly ipv4Vrrps: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureIpv4Vrrp[] | undefined>; /** * IPv6 Address Secondary */ readonly ipv6Address: pulumi.Output<string | undefined>; /** * Variable name */ readonly ipv6AddressVariable: pulumi.Output<string | undefined>; /** * DHCPv6 Helper */ readonly ipv6DhcpHelpers: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelper[] | undefined>; /** * secondary IPv6 addresses */ readonly ipv6DhcpSecondaryAddresses: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress[] | undefined>; /** * enable Network Address Translation ipv6 on this interface - Default value: `false` */ readonly ipv6Nat: pulumi.Output<boolean | undefined>; /** * Static secondary IPv6 addresses */ readonly ipv6SecondaryAddresses: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddress[] | undefined>; /** * Enable VRRP Ipv6 */ readonly ipv6Vrrps: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureIpv6Vrrp[] | undefined>; /** * Interval for interface load calculation - Range: `30`-`600` - Default value: `30` */ readonly loadInterval: pulumi.Output<number | undefined>; /** * Variable name */ readonly loadIntervalVariable: pulumi.Output<string | undefined>; /** * MAC Address */ readonly macAddress: pulumi.Output<string | undefined>; /** * Variable name */ readonly macAddressVariable: pulumi.Output<string | undefined>; /** * Media type - Choices: `auto-select`, `rj45`, `sfp` */ readonly mediaType: pulumi.Output<string | undefined>; /** * Variable name */ readonly mediaTypeVariable: pulumi.Output<string | undefined>; /** * The name of the Feature */ readonly name: pulumi.Output<string>; /** * NAT64 on this interface - Default value: `false` */ readonly nat64: pulumi.Output<boolean | undefined>; /** * Service LAN VPN Feature ID */ readonly serviceLanVpnFeatureId: pulumi.Output<string>; /** * - Default value: `true` */ readonly shutdown: pulumi.Output<boolean | undefined>; /** * Variable name */ readonly shutdownVariable: pulumi.Output<string | undefined>; /** * Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000` */ readonly speed: pulumi.Output<string | undefined>; /** * Variable name */ readonly speedVariable: pulumi.Output<string | undefined>; /** * static NAT */ readonly staticNats: pulumi.Output<outputs.ServiceLanVpnInterfaceEthernetFeatureStaticNat[] | undefined>; /** * TCP MSS on SYN packets, in bytes - Range: `500`-`1460` */ readonly tcpMss: pulumi.Output<number | undefined>; /** * Variable name */ readonly tcpMssVariable: pulumi.Output<string | undefined>; /** * Enable tracker for this interface */ readonly tracker: pulumi.Output<string | undefined>; /** * Variable name */ readonly trackerVariable: pulumi.Output<string | undefined>; /** * Enable/Disable SGT Enforcement on an interface */ readonly trustsecEnableEnforcedPropogation: pulumi.Output<boolean | undefined>; /** * Indicates that the interface is trustworthy for CTS - Default value: `false` */ readonly trustsecEnableSgtPropogation: pulumi.Output<boolean | undefined>; /** * SGT value between 2 and 65519 - Range: `2`-`65519` */ readonly trustsecEnforcedSecurityGroupTag: pulumi.Output<number | undefined>; /** * Variable name */ readonly trustsecEnforcedSecurityGroupTagVariable: pulumi.Output<string | undefined>; /** * Enables the interface for CTS SGT authorization and forwarding - Default value: `true` */ readonly trustsecPropogate: pulumi.Output<boolean | undefined>; /** * SGT value between 2 and 65519 - Range: `2`-`65519` */ readonly trustsecSecurityGroupTag: pulumi.Output<number | undefined>; /** * Variable name */ readonly trustsecSecurityGroupTagVariable: pulumi.Output<string | undefined>; /** * The version of the Feature */ readonly version: pulumi.Output<number>; /** * Extend remote TLOC over a GRE tunnel to a local LAN interface */ readonly xconnect: pulumi.Output<string | undefined>; /** * Variable name */ readonly xconnectVariable: pulumi.Output<string | undefined>; /** * Create a ServiceLanVpnInterfaceEthernetFeature 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: ServiceLanVpnInterfaceEthernetFeatureArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering ServiceLanVpnInterfaceEthernetFeature resources. */ export interface ServiceLanVpnInterfaceEthernetFeatureState { aclIpv4EgressPolicyId?: pulumi.Input<string>; aclIpv4IngressPolicyId?: pulumi.Input<string>; aclIpv6EgressPolicyId?: pulumi.Input<string>; aclIpv6IngressPolicyId?: pulumi.Input<string>; /** * Shaping Rate (Kbps) - Range: `8`-`100000000` */ aclShapingRate?: pulumi.Input<number>; /** * Variable name */ aclShapingRateVariable?: pulumi.Input<string>; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200` */ arpTimeout?: pulumi.Input<number>; /** * Variable name */ arpTimeoutVariable?: pulumi.Input<string>; /** * Configure ARP entries */ arps?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureArp>[]>; /** * Link autonegotiation */ autonegotiate?: pulumi.Input<boolean>; /** * Variable name */ autonegotiateVariable?: pulumi.Input<string>; /** * The description of the Feature */ description?: pulumi.Input<string>; /** * Duplex mode - Choices: `full`, `half`, `auto` */ duplex?: pulumi.Input<string>; /** * Variable name */ duplexVariable?: pulumi.Input<string>; /** * Enable DHCPv6 */ enableDhcpv6?: pulumi.Input<boolean>; /** * Feature Profile ID */ featureProfileId?: pulumi.Input<string>; /** * ICMP/ICMPv6 Redirect Disable - Default value: `true` */ icmpRedirectDisable?: pulumi.Input<boolean>; /** * Variable name */ icmpRedirectDisableVariable?: pulumi.Input<string>; interfaceDescription?: pulumi.Input<string>; /** * Variable name */ interfaceDescriptionVariable?: pulumi.Input<string>; /** * Interface MTU - Range: `1500`-`9216` - Default value: `1500` */ interfaceMtu?: pulumi.Input<number>; /** * Variable name */ interfaceMtuVariable?: pulumi.Input<string>; interfaceName?: pulumi.Input<string>; /** * Variable name */ interfaceNameVariable?: pulumi.Input<string>; /** * IP Directed-Broadcast - Default value: `false` */ ipDirectedBroadcast?: pulumi.Input<boolean>; /** * Variable name */ ipDirectedBroadcastVariable?: pulumi.Input<string>; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces * <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500` */ ipMtu?: pulumi.Input<number>; /** * Variable name */ ipMtuVariable?: pulumi.Input<string>; /** * IP Address */ ipv4Address?: pulumi.Input<string>; /** * Variable name */ ipv4AddressVariable?: pulumi.Input<string>; /** * DHCP Distance - Range: `1`-`65536` */ ipv4DhcpDistance?: pulumi.Input<number>; /** * Variable name */ ipv4DhcpDistanceVariable?: pulumi.Input<string>; /** * Variable name */ ipv4DhcpHelperVariable?: pulumi.Input<string>; /** * List of DHCP IPv4 helper addresses (min 1, max 8) */ ipv4DhcpHelpers?: pulumi.Input<pulumi.Input<string>[]>; /** * enable Network Address Translation on this interface - Default value: `false` */ ipv4Nat?: pulumi.Input<boolean>; /** * NAT Inside Source Loopback Interface */ ipv4NatLoopback?: pulumi.Input<string>; /** * Variable name */ ipv4NatLoopbackVariable?: pulumi.Input<string>; /** * NAT Overload - Default value: `true` */ ipv4NatOverload?: pulumi.Input<boolean>; /** * Variable name */ ipv4NatOverloadVariable?: pulumi.Input<string>; /** * NAT Pool Prefix Length - Range: `1`-`32` */ ipv4NatPrefixLength?: pulumi.Input<number>; /** * Variable name */ ipv4NatPrefixLengthVariable?: pulumi.Input<string>; /** * NAT Pool Range End */ ipv4NatRangeEnd?: pulumi.Input<string>; /** * Variable name */ ipv4NatRangeEndVariable?: pulumi.Input<string>; /** * NAT Pool Range Start */ ipv4NatRangeStart?: pulumi.Input<string>; /** * Variable name */ ipv4NatRangeStartVariable?: pulumi.Input<string>; /** * Set NAT TCP session timeout, in minutes - Range: `1`-`8947` - Default value: `60` */ ipv4NatTcpTimeout?: pulumi.Input<number>; /** * Variable name */ ipv4NatTcpTimeoutVariable?: pulumi.Input<string>; /** * NAT Type - Choices: `pool`, `loopback` */ ipv4NatType?: pulumi.Input<string>; /** * Variable name */ ipv4NatTypeVariable?: pulumi.Input<string>; /** * Set NAT UDP session timeout, in minutes - Range: `1`-`8947` - Default value: `1` */ ipv4NatUdpTimeout?: pulumi.Input<number>; /** * Variable name */ ipv4NatUdpTimeoutVariable?: pulumi.Input<string>; /** * Secondary IpV4 Addresses */ ipv4SecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddress>[]>; /** * Subnet Mask - 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.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<string>; /** * Variable name */ ipv4SubnetMaskVariable?: pulumi.Input<string>; /** * Enable VRRP */ ipv4Vrrps?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv4Vrrp>[]>; /** * IPv6 Address Secondary */ ipv6Address?: pulumi.Input<string>; /** * Variable name */ ipv6AddressVariable?: pulumi.Input<string>; /** * DHCPv6 Helper */ ipv6DhcpHelpers?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelper>[]>; /** * secondary IPv6 addresses */ ipv6DhcpSecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress>[]>; /** * enable Network Address Translation ipv6 on this interface - Default value: `false` */ ipv6Nat?: pulumi.Input<boolean>; /** * Static secondary IPv6 addresses */ ipv6SecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddress>[]>; /** * Enable VRRP Ipv6 */ ipv6Vrrps?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6Vrrp>[]>; /** * Interval for interface load calculation - Range: `30`-`600` - Default value: `30` */ loadInterval?: pulumi.Input<number>; /** * Variable name */ loadIntervalVariable?: pulumi.Input<string>; /** * MAC Address */ macAddress?: pulumi.Input<string>; /** * Variable name */ macAddressVariable?: pulumi.Input<string>; /** * Media type - Choices: `auto-select`, `rj45`, `sfp` */ mediaType?: pulumi.Input<string>; /** * Variable name */ mediaTypeVariable?: pulumi.Input<string>; /** * The name of the Feature */ name?: pulumi.Input<string>; /** * NAT64 on this interface - Default value: `false` */ nat64?: pulumi.Input<boolean>; /** * Service LAN VPN Feature ID */ serviceLanVpnFeatureId?: pulumi.Input<string>; /** * - Default value: `true` */ shutdown?: pulumi.Input<boolean>; /** * Variable name */ shutdownVariable?: pulumi.Input<string>; /** * Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000` */ speed?: pulumi.Input<string>; /** * Variable name */ speedVariable?: pulumi.Input<string>; /** * static NAT */ staticNats?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureStaticNat>[]>; /** * TCP MSS on SYN packets, in bytes - Range: `500`-`1460` */ tcpMss?: pulumi.Input<number>; /** * Variable name */ tcpMssVariable?: pulumi.Input<string>; /** * Enable tracker for this interface */ tracker?: pulumi.Input<string>; /** * Variable name */ trackerVariable?: pulumi.Input<string>; /** * Enable/Disable SGT Enforcement on an interface */ trustsecEnableEnforcedPropogation?: pulumi.Input<boolean>; /** * Indicates that the interface is trustworthy for CTS - Default value: `false` */ trustsecEnableSgtPropogation?: pulumi.Input<boolean>; /** * SGT value between 2 and 65519 - Range: `2`-`65519` */ trustsecEnforcedSecurityGroupTag?: pulumi.Input<number>; /** * Variable name */ trustsecEnforcedSecurityGroupTagVariable?: pulumi.Input<string>; /** * Enables the interface for CTS SGT authorization and forwarding - Default value: `true` */ trustsecPropogate?: pulumi.Input<boolean>; /** * SGT value between 2 and 65519 - Range: `2`-`65519` */ trustsecSecurityGroupTag?: pulumi.Input<number>; /** * Variable name */ trustsecSecurityGroupTagVariable?: pulumi.Input<string>; /** * The version of the Feature */ version?: pulumi.Input<number>; /** * Extend remote TLOC over a GRE tunnel to a local LAN interface */ xconnect?: pulumi.Input<string>; /** * Variable name */ xconnectVariable?: pulumi.Input<string>; } /** * The set of arguments for constructing a ServiceLanVpnInterfaceEthernetFeature resource. */ export interface ServiceLanVpnInterfaceEthernetFeatureArgs { aclIpv4EgressPolicyId?: pulumi.Input<string>; aclIpv4IngressPolicyId?: pulumi.Input<string>; aclIpv6EgressPolicyId?: pulumi.Input<string>; aclIpv6IngressPolicyId?: pulumi.Input<string>; /** * Shaping Rate (Kbps) - Range: `8`-`100000000` */ aclShapingRate?: pulumi.Input<number>; /** * Variable name */ aclShapingRateVariable?: pulumi.Input<string>; /** * Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2147483` - Default value: `1200` */ arpTimeout?: pulumi.Input<number>; /** * Variable name */ arpTimeoutVariable?: pulumi.Input<string>; /** * Configure ARP entries */ arps?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureArp>[]>; /** * Link autonegotiation */ autonegotiate?: pulumi.Input<boolean>; /** * Variable name */ autonegotiateVariable?: pulumi.Input<string>; /** * The description of the Feature */ description?: pulumi.Input<string>; /** * Duplex mode - Choices: `full`, `half`, `auto` */ duplex?: pulumi.Input<string>; /** * Variable name */ duplexVariable?: pulumi.Input<string>; /** * Enable DHCPv6 */ enableDhcpv6?: pulumi.Input<boolean>; /** * Feature Profile ID */ featureProfileId: pulumi.Input<string>; /** * ICMP/ICMPv6 Redirect Disable - Default value: `true` */ icmpRedirectDisable?: pulumi.Input<boolean>; /** * Variable name */ icmpRedirectDisableVariable?: pulumi.Input<string>; interfaceDescription?: pulumi.Input<string>; /** * Variable name */ interfaceDescriptionVariable?: pulumi.Input<string>; /** * Interface MTU - Range: `1500`-`9216` - Default value: `1500` */ interfaceMtu?: pulumi.Input<number>; /** * Variable name */ interfaceMtuVariable?: pulumi.Input<string>; interfaceName?: pulumi.Input<string>; /** * Variable name */ interfaceNameVariable?: pulumi.Input<string>; /** * IP Directed-Broadcast - Default value: `false` */ ipDirectedBroadcast?: pulumi.Input<boolean>; /** * Variable name */ ipDirectedBroadcastVariable?: pulumi.Input<string>; /** * IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces * <576..2000> in bytes - Range: `576`-`9216` - Default value: `1500` */ ipMtu?: pulumi.Input<number>; /** * Variable name */ ipMtuVariable?: pulumi.Input<string>; /** * IP Address */ ipv4Address?: pulumi.Input<string>; /** * Variable name */ ipv4AddressVariable?: pulumi.Input<string>; /** * DHCP Distance - Range: `1`-`65536` */ ipv4DhcpDistance?: pulumi.Input<number>; /** * Variable name */ ipv4DhcpDistanceVariable?: pulumi.Input<string>; /** * Variable name */ ipv4DhcpHelperVariable?: pulumi.Input<string>; /** * List of DHCP IPv4 helper addresses (min 1, max 8) */ ipv4DhcpHelpers?: pulumi.Input<pulumi.Input<string>[]>; /** * enable Network Address Translation on this interface - Default value: `false` */ ipv4Nat?: pulumi.Input<boolean>; /** * NAT Inside Source Loopback Interface */ ipv4NatLoopback?: pulumi.Input<string>; /** * Variable name */ ipv4NatLoopbackVariable?: pulumi.Input<string>; /** * NAT Overload - Default value: `true` */ ipv4NatOverload?: pulumi.Input<boolean>; /** * Variable name */ ipv4NatOverloadVariable?: pulumi.Input<string>; /** * NAT Pool Prefix Length - Range: `1`-`32` */ ipv4NatPrefixLength?: pulumi.Input<number>; /** * Variable name */ ipv4NatPrefixLengthVariable?: pulumi.Input<string>; /** * NAT Pool Range End */ ipv4NatRangeEnd?: pulumi.Input<string>; /** * Variable name */ ipv4NatRangeEndVariable?: pulumi.Input<string>; /** * NAT Pool Range Start */ ipv4NatRangeStart?: pulumi.Input<string>; /** * Variable name */ ipv4NatRangeStartVariable?: pulumi.Input<string>; /** * Set NAT TCP session timeout, in minutes - Range: `1`-`8947` - Default value: `60` */ ipv4NatTcpTimeout?: pulumi.Input<number>; /** * Variable name */ ipv4NatTcpTimeoutVariable?: pulumi.Input<string>; /** * NAT Type - Choices: `pool`, `loopback` */ ipv4NatType?: pulumi.Input<string>; /** * Variable name */ ipv4NatTypeVariable?: pulumi.Input<string>; /** * Set NAT UDP session timeout, in minutes - Range: `1`-`8947` - Default value: `1` */ ipv4NatUdpTimeout?: pulumi.Input<number>; /** * Variable name */ ipv4NatUdpTimeoutVariable?: pulumi.Input<string>; /** * Secondary IpV4 Addresses */ ipv4SecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv4SecondaryAddress>[]>; /** * Subnet Mask - 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.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<string>; /** * Variable name */ ipv4SubnetMaskVariable?: pulumi.Input<string>; /** * Enable VRRP */ ipv4Vrrps?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv4Vrrp>[]>; /** * IPv6 Address Secondary */ ipv6Address?: pulumi.Input<string>; /** * Variable name */ ipv6AddressVariable?: pulumi.Input<string>; /** * DHCPv6 Helper */ ipv6DhcpHelpers?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpHelper>[]>; /** * secondary IPv6 addresses */ ipv6DhcpSecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress>[]>; /** * enable Network Address Translation ipv6 on this interface - Default value: `false` */ ipv6Nat?: pulumi.Input<boolean>; /** * Static secondary IPv6 addresses */ ipv6SecondaryAddresses?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6SecondaryAddress>[]>; /** * Enable VRRP Ipv6 */ ipv6Vrrps?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureIpv6Vrrp>[]>; /** * Interval for interface load calculation - Range: `30`-`600` - Default value: `30` */ loadInterval?: pulumi.Input<number>; /** * Variable name */ loadIntervalVariable?: pulumi.Input<string>; /** * MAC Address */ macAddress?: pulumi.Input<string>; /** * Variable name */ macAddressVariable?: pulumi.Input<string>; /** * Media type - Choices: `auto-select`, `rj45`, `sfp` */ mediaType?: pulumi.Input<string>; /** * Variable name */ mediaTypeVariable?: pulumi.Input<string>; /** * The name of the Feature */ name?: pulumi.Input<string>; /** * NAT64 on this interface - Default value: `false` */ nat64?: pulumi.Input<boolean>; /** * Service LAN VPN Feature ID */ serviceLanVpnFeatureId: pulumi.Input<string>; /** * - Default value: `true` */ shutdown?: pulumi.Input<boolean>; /** * Variable name */ shutdownVariable?: pulumi.Input<string>; /** * Set interface speed - Choices: `10`, `100`, `1000`, `2500`, `10000` */ speed?: pulumi.Input<string>; /** * Variable name */ speedVariable?: pulumi.Input<string>; /** * static NAT */ staticNats?: pulumi.Input<pulumi.Input<inputs.ServiceLanVpnInterfaceEthernetFeatureStaticNat>[]>; /** * TCP MSS on SYN packets, in bytes - Range: `500`-`1460` */ tcpMss?: pulumi.Input<number>; /** * Variable name */ tcpMssVariable?: pulumi.Input<string>; /** * Enable tracker for this interface */ tracker?: pulumi.Input<string>; /** * Variable name */ trackerVariable?: pulumi.Input<string>; /** * Enable/Disable SGT Enforcement on an interface */ trustsecEnableEnforcedPropogation?: pulumi.Input<boolean>; /** * Indicates that the interface is trustworthy for CTS - Default value: `false` */ trustsecEnableSgtPropogation?: pulumi.Input<boolean>; /** * SGT value between 2 and 65519 - Range: `2`-`65519` */ trustsecEnforcedSecurityGroupTag?: pulumi.Input<number>; /** * Variable name */ trustsecEnforcedSecurityGroupTagVariable?: pulumi.Input<string>; /** * Enables the interface for CTS SGT authorization and forwarding - Default value: `true` */ trustsecPropogate?: pulumi.Input<boolean>; /** * SGT value between 2 and 65519 - Range: `2`-`65519` */ trustsecSecurityGroupTag?: pulumi.Input<number>; /** * Variable name */ trustsecSecurityGroupTagVariable?: pulumi.Input<string>; /** * Extend remote TLOC over a GRE tunnel to a local LAN interface */ xconnect?: pulumi.Input<string>; /** * Variable name */ xconnectVariable?: pulumi.Input<string>; }