1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getTransportManagementVpnInterfaceEthernetFeature
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.getTransportManagementVpnInterfaceEthernetFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    This data source can read the Transport Management VPN Interface Ethernet Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getTransportManagementVpnInterfaceEthernetFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        transportManagementVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_transport_management_vpn_interface_ethernet_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        transport_management_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.LookupTransportManagementVpnInterfaceEthernetFeature(ctx, &sdwan.LookupTransportManagementVpnInterfaceEthernetFeatureArgs{
    			Id:                              "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId:                "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    			TransportManagementVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetTransportManagementVpnInterfaceEthernetFeature.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
            TransportManagementVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetTransportManagementVpnInterfaceEthernetFeatureArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = SdwanFunctions.getTransportManagementVpnInterfaceEthernetFeature(GetTransportManagementVpnInterfaceEthernetFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .transportManagementVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getTransportManagementVpnInterfaceEthernetFeature
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
            transportManagementVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
    

    Using getTransportManagementVpnInterfaceEthernetFeature

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTransportManagementVpnInterfaceEthernetFeature(args: GetTransportManagementVpnInterfaceEthernetFeatureArgs, opts?: InvokeOptions): Promise<GetTransportManagementVpnInterfaceEthernetFeatureResult>
    function getTransportManagementVpnInterfaceEthernetFeatureOutput(args: GetTransportManagementVpnInterfaceEthernetFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportManagementVpnInterfaceEthernetFeatureResult>
    def get_transport_management_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
                                                                id: Optional[str] = None,
                                                                transport_management_vpn_feature_id: Optional[str] = None,
                                                                opts: Optional[InvokeOptions] = None) -> GetTransportManagementVpnInterfaceEthernetFeatureResult
    def get_transport_management_vpn_interface_ethernet_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                                                id: Optional[pulumi.Input[str]] = None,
                                                                transport_management_vpn_feature_id: Optional[pulumi.Input[str]] = None,
                                                                opts: Optional[InvokeOptions] = None) -> Output[GetTransportManagementVpnInterfaceEthernetFeatureResult]
    func LookupTransportManagementVpnInterfaceEthernetFeature(ctx *Context, args *LookupTransportManagementVpnInterfaceEthernetFeatureArgs, opts ...InvokeOption) (*LookupTransportManagementVpnInterfaceEthernetFeatureResult, error)
    func LookupTransportManagementVpnInterfaceEthernetFeatureOutput(ctx *Context, args *LookupTransportManagementVpnInterfaceEthernetFeatureOutputArgs, opts ...InvokeOption) LookupTransportManagementVpnInterfaceEthernetFeatureResultOutput

    > Note: This function is named LookupTransportManagementVpnInterfaceEthernetFeature in the Go SDK.

    public static class GetTransportManagementVpnInterfaceEthernetFeature 
    {
        public static Task<GetTransportManagementVpnInterfaceEthernetFeatureResult> InvokeAsync(GetTransportManagementVpnInterfaceEthernetFeatureArgs args, InvokeOptions? opts = null)
        public static Output<GetTransportManagementVpnInterfaceEthernetFeatureResult> Invoke(GetTransportManagementVpnInterfaceEthernetFeatureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransportManagementVpnInterfaceEthernetFeatureResult> getTransportManagementVpnInterfaceEthernetFeature(GetTransportManagementVpnInterfaceEthernetFeatureArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportManagementVpnInterfaceEthernetFeature:getTransportManagementVpnInterfaceEthernetFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    TransportManagementVpnFeatureId string
    Transport Management VPN Feature ID
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    TransportManagementVpnFeatureId string
    Transport Management VPN Feature ID
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    transportManagementVpnFeatureId String
    Transport Management VPN Feature ID
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    transportManagementVpnFeatureId string
    Transport Management VPN Feature ID
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    transport_management_vpn_feature_id str
    Transport Management VPN Feature ID
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    transportManagementVpnFeatureId String
    Transport Management VPN Feature ID

    getTransportManagementVpnInterfaceEthernetFeature Result

    The following output properties are available:

    ArpEntries List<GetTransportManagementVpnInterfaceEthernetFeatureArpEntry>
    Configure ARP entries
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    Autonegotiate bool
    Link autonegotiation
    AutonegotiateVariable string
    Variable name
    Description string
    The description of the Feature
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableDhcpv6 bool
    Enable DHCPv6
    FeatureProfileId string
    Feature Profile ID
    IcmpRedirectDisable bool
    ICMP/ICMPv6 Redirect Disable
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the Feature
    InterfaceDescription string
    InterfaceDescriptionVariable string
    Variable name
    InterfaceMtu int
    Interface MTU
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    InterfaceNameVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    IpMtuVariable string
    Variable name
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4AutoDetectBandwidth bool
    Interface auto detect bandwidth
    Ipv4AutoDetectBandwidthVariable string
    Variable name
    Ipv4DhcpDistance int
    DHCP Distance
    Ipv4DhcpDistanceVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers List<string>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    Ipv4IperfServer string
    Iperf server for auto bandwidth detect
    Ipv4IperfServerVariable string
    Variable name
    Ipv4SecondaryAddresses List<GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress>
    Secondary IpV4 Addresses
    Ipv4SubnetMask string
    Subnet Mask
    Ipv4SubnetMaskVariable string
    Variable name
    Ipv6Address string
    IPv6 Address Secondary
    Ipv6AddressVariable string
    Variable name
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    Variable name
    Name string
    The name of the Feature
    Shutdown bool
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    TcpMss int
    TCP MSS on SYN packets, in bytes
    TcpMssVariable string
    Variable name
    TransportManagementVpnFeatureId string
    Transport Management VPN Feature ID
    Version int
    The version of the Feature
    ArpEntries []GetTransportManagementVpnInterfaceEthernetFeatureArpEntry
    Configure ARP entries
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    Autonegotiate bool
    Link autonegotiation
    AutonegotiateVariable string
    Variable name
    Description string
    The description of the Feature
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableDhcpv6 bool
    Enable DHCPv6
    FeatureProfileId string
    Feature Profile ID
    IcmpRedirectDisable bool
    ICMP/ICMPv6 Redirect Disable
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the Feature
    InterfaceDescription string
    InterfaceDescriptionVariable string
    Variable name
    InterfaceMtu int
    Interface MTU
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    InterfaceNameVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    IpMtuVariable string
    Variable name
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4AutoDetectBandwidth bool
    Interface auto detect bandwidth
    Ipv4AutoDetectBandwidthVariable string
    Variable name
    Ipv4DhcpDistance int
    DHCP Distance
    Ipv4DhcpDistanceVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers []string
    List of DHCP IPv4 helper addresses (min 1, max 8)
    Ipv4IperfServer string
    Iperf server for auto bandwidth detect
    Ipv4IperfServerVariable string
    Variable name
    Ipv4SecondaryAddresses []GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress
    Secondary IpV4 Addresses
    Ipv4SubnetMask string
    Subnet Mask
    Ipv4SubnetMaskVariable string
    Variable name
    Ipv6Address string
    IPv6 Address Secondary
    Ipv6AddressVariable string
    Variable name
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    Variable name
    Name string
    The name of the Feature
    Shutdown bool
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    TcpMss int
    TCP MSS on SYN packets, in bytes
    TcpMssVariable string
    Variable name
    TransportManagementVpnFeatureId string
    Transport Management VPN Feature ID
    Version int
    The version of the Feature
    arpEntries List<GetTransportManagementVpnInterfaceEthernetFeatureArpEntry>
    Configure ARP entries
    arpTimeout Integer
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    autonegotiate Boolean
    Link autonegotiation
    autonegotiateVariable String
    Variable name
    description String
    The description of the Feature
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableDhcpv6 Boolean
    Enable DHCPv6
    featureProfileId String
    Feature Profile ID
    icmpRedirectDisable Boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the Feature
    interfaceDescription String
    interfaceDescriptionVariable String
    Variable name
    interfaceMtu Integer
    Interface MTU
    interfaceMtuVariable String
    Variable name
    interfaceName String
    interfaceNameVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Integer
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable String
    Variable name
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    ipv4AutoDetectBandwidth Boolean
    Interface auto detect bandwidth
    ipv4AutoDetectBandwidthVariable String
    Variable name
    ipv4DhcpDistance Integer
    DHCP Distance
    ipv4DhcpDistanceVariable String
    Variable name
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4IperfServer String
    Iperf server for auto bandwidth detect
    ipv4IperfServerVariable String
    Variable name
    ipv4SecondaryAddresses List<GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress>
    Secondary IpV4 Addresses
    ipv4SubnetMask String
    Subnet Mask
    ipv4SubnetMaskVariable String
    Variable name
    ipv6Address String
    IPv6 Address Secondary
    ipv6AddressVariable String
    Variable name
    loadInterval Integer
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    Variable name
    name String
    The name of the Feature
    shutdown Boolean
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    tcpMss Integer
    TCP MSS on SYN packets, in bytes
    tcpMssVariable String
    Variable name
    transportManagementVpnFeatureId String
    Transport Management VPN Feature ID
    version Integer
    The version of the Feature
    arpEntries GetTransportManagementVpnInterfaceEthernetFeatureArpEntry[]
    Configure ARP entries
    arpTimeout number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable string
    Variable name
    autonegotiate boolean
    Link autonegotiation
    autonegotiateVariable string
    Variable name
    description string
    The description of the Feature
    duplex string
    Duplex mode
    duplexVariable string
    Variable name
    enableDhcpv6 boolean
    Enable DHCPv6
    featureProfileId string
    Feature Profile ID
    icmpRedirectDisable boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable string
    Variable name
    id string
    The id of the Feature
    interfaceDescription string
    interfaceDescriptionVariable string
    Variable name
    interfaceMtu number
    Interface MTU
    interfaceMtuVariable string
    Variable name
    interfaceName string
    interfaceNameVariable string
    Variable name
    ipDirectedBroadcast boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable string
    Variable name
    ipMtu number
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable string
    Variable name
    ipv4Address string
    IP Address
    ipv4AddressVariable string
    Variable name
    ipv4AutoDetectBandwidth boolean
    Interface auto detect bandwidth
    ipv4AutoDetectBandwidthVariable string
    Variable name
    ipv4DhcpDistance number
    DHCP Distance
    ipv4DhcpDistanceVariable string
    Variable name
    ipv4DhcpHelperVariable string
    Variable name
    ipv4DhcpHelpers string[]
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4IperfServer string
    Iperf server for auto bandwidth detect
    ipv4IperfServerVariable string
    Variable name
    ipv4SecondaryAddresses GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress[]
    Secondary IpV4 Addresses
    ipv4SubnetMask string
    Subnet Mask
    ipv4SubnetMaskVariable string
    Variable name
    ipv6Address string
    IPv6 Address Secondary
    ipv6AddressVariable string
    Variable name
    loadInterval number
    Interval for interface load calculation
    loadIntervalVariable string
    Variable name
    macAddress string
    MAC Address
    macAddressVariable string
    Variable name
    mediaType string
    Media type
    mediaTypeVariable string
    Variable name
    name string
    The name of the Feature
    shutdown boolean
    shutdownVariable string
    Variable name
    speed string
    Set interface speed
    speedVariable string
    Variable name
    tcpMss number
    TCP MSS on SYN packets, in bytes
    tcpMssVariable string
    Variable name
    transportManagementVpnFeatureId string
    Transport Management VPN Feature ID
    version number
    The version of the Feature
    arp_entries Sequence[GetTransportManagementVpnInterfaceEthernetFeatureArpEntry]
    Configure ARP entries
    arp_timeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arp_timeout_variable str
    Variable name
    autonegotiate bool
    Link autonegotiation
    autonegotiate_variable str
    Variable name
    description str
    The description of the Feature
    duplex str
    Duplex mode
    duplex_variable str
    Variable name
    enable_dhcpv6 bool
    Enable DHCPv6
    feature_profile_id str
    Feature Profile ID
    icmp_redirect_disable bool
    ICMP/ICMPv6 Redirect Disable
    icmp_redirect_disable_variable str
    Variable name
    id str
    The id of the Feature
    interface_description str
    interface_description_variable str
    Variable name
    interface_mtu int
    Interface MTU
    interface_mtu_variable str
    Variable name
    interface_name str
    interface_name_variable str
    Variable name
    ip_directed_broadcast bool
    IP Directed-Broadcast
    ip_directed_broadcast_variable str
    Variable name
    ip_mtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ip_mtu_variable str
    Variable name
    ipv4_address str
    IP Address
    ipv4_address_variable str
    Variable name
    ipv4_auto_detect_bandwidth bool
    Interface auto detect bandwidth
    ipv4_auto_detect_bandwidth_variable str
    Variable name
    ipv4_dhcp_distance int
    DHCP Distance
    ipv4_dhcp_distance_variable str
    Variable name
    ipv4_dhcp_helper_variable str
    Variable name
    ipv4_dhcp_helpers Sequence[str]
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4_iperf_server str
    Iperf server for auto bandwidth detect
    ipv4_iperf_server_variable str
    Variable name
    ipv4_secondary_addresses Sequence[GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress]
    Secondary IpV4 Addresses
    ipv4_subnet_mask str
    Subnet Mask
    ipv4_subnet_mask_variable str
    Variable name
    ipv6_address str
    IPv6 Address Secondary
    ipv6_address_variable str
    Variable name
    load_interval int
    Interval for interface load calculation
    load_interval_variable str
    Variable name
    mac_address str
    MAC Address
    mac_address_variable str
    Variable name
    media_type str
    Media type
    media_type_variable str
    Variable name
    name str
    The name of the Feature
    shutdown bool
    shutdown_variable str
    Variable name
    speed str
    Set interface speed
    speed_variable str
    Variable name
    tcp_mss int
    TCP MSS on SYN packets, in bytes
    tcp_mss_variable str
    Variable name
    transport_management_vpn_feature_id str
    Transport Management VPN Feature ID
    version int
    The version of the Feature
    arpEntries List<Property Map>
    Configure ARP entries
    arpTimeout Number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    autonegotiate Boolean
    Link autonegotiation
    autonegotiateVariable String
    Variable name
    description String
    The description of the Feature
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableDhcpv6 Boolean
    Enable DHCPv6
    featureProfileId String
    Feature Profile ID
    icmpRedirectDisable Boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the Feature
    interfaceDescription String
    interfaceDescriptionVariable String
    Variable name
    interfaceMtu Number
    Interface MTU
    interfaceMtuVariable String
    Variable name
    interfaceName String
    interfaceNameVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Number
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable String
    Variable name
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    ipv4AutoDetectBandwidth Boolean
    Interface auto detect bandwidth
    ipv4AutoDetectBandwidthVariable String
    Variable name
    ipv4DhcpDistance Number
    DHCP Distance
    ipv4DhcpDistanceVariable String
    Variable name
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4IperfServer String
    Iperf server for auto bandwidth detect
    ipv4IperfServerVariable String
    Variable name
    ipv4SecondaryAddresses List<Property Map>
    Secondary IpV4 Addresses
    ipv4SubnetMask String
    Subnet Mask
    ipv4SubnetMaskVariable String
    Variable name
    ipv6Address String
    IPv6 Address Secondary
    ipv6AddressVariable String
    Variable name
    loadInterval Number
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    Variable name
    name String
    The name of the Feature
    shutdown Boolean
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    tcpMss Number
    TCP MSS on SYN packets, in bytes
    tcpMssVariable String
    Variable name
    transportManagementVpnFeatureId String
    Transport Management VPN Feature ID
    version Number
    The version of the Feature

    Supporting Types

    GetTransportManagementVpnInterfaceEthernetFeatureArpEntry

    IpAddress string
    IPV4 Address
    IpAddressVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    IpAddress string
    IPV4 Address
    IpAddressVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    ipAddress String
    IPV4 Address
    ipAddressVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    ipAddress string
    IPV4 Address
    ipAddressVariable string
    Variable name
    macAddress string
    MAC Address
    macAddressVariable string
    Variable name
    ip_address str
    IPV4 Address
    ip_address_variable str
    Variable name
    mac_address str
    MAC Address
    mac_address_variable str
    Variable name
    ipAddress String
    IPV4 Address
    ipAddressVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name

    GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress

    Address string
    IpV4 Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    Address string
    IpV4 Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    address String
    IpV4 Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    address string
    IpV4 Address
    addressVariable string
    Variable name
    subnetMask string
    Subnet Mask
    subnetMaskVariable string
    Variable name
    address str
    IpV4 Address
    address_variable str
    Variable name
    subnet_mask str
    Subnet Mask
    subnet_mask_variable str
    Variable name
    address String
    IpV4 Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi