Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 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)
public static Output<GetTransportManagementVpnInterfaceEthernetFeatureResult> getTransportManagementVpnInterfaceEthernetFeature(GetTransportManagementVpnInterfaceEthernetFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportManagementVpnInterfaceEthernetFeature:getTransportManagementVpnInterfaceEthernetFeature
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Management stringVpn Feature Id - Transport Management VPN Feature ID
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Management stringVpn Feature Id - Transport Management VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Management StringVpn Feature Id - Transport Management VPN Feature ID
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- transport
Management stringVpn Feature Id - Transport Management VPN Feature ID
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- transport_
management_ strvpn_ feature_ id - Transport Management VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Management StringVpn Feature Id - Transport Management VPN Feature ID
getTransportManagementVpnInterfaceEthernetFeature Result
The following output properties are available:
- Arp
Entries List<GetTransport Management Vpn Interface Ethernet Feature Arp Entry> - Configure ARP entries
- Arp
Timeout int - Timeout value for dynamically learned ARP entries, \n\n seconds
- Arp
Timeout stringVariable - Variable name
- Autonegotiate bool
- Link autonegotiation
- Autonegotiate
Variable string - Variable name
- Description string
- The description of the Feature
- Duplex string
- Duplex mode
- Duplex
Variable string - Variable name
- Enable
Dhcpv6 bool - Enable DHCPv6
- Feature
Profile stringId - Feature Profile ID
- Icmp
Redirect boolDisable - ICMP/ICMPv6 Redirect Disable
- Icmp
Redirect stringDisable Variable - Variable name
- Id string
- The id of the Feature
- Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU
- Interface
Mtu stringVariable - Variable name
- Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast
- Ip
Directed stringBroadcast Variable - Variable name
- Ip
Mtu int - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- IP Address
- Ipv4Address
Variable string - Variable name
- Ipv4Auto
Detect boolBandwidth - Interface auto detect bandwidth
- Ipv4Auto
Detect stringBandwidth Variable - Variable name
- Ipv4Configuration
Type string - IPv4 Configuration Type
- Ipv4Dhcp
Distance int - DHCP Distance
- Ipv4Dhcp
Distance stringVariable - Variable name
- Ipv4Dhcp
Helper stringVariable - Variable name
- Ipv4Dhcp
Helpers List<string> - List of DHCP IPv4 helper addresses (min 1, max 8)
- Ipv4Iperf
Server string - Iperf server for auto bandwidth detect
- Ipv4Iperf
Server stringVariable - Variable name
- Ipv4Secondary
Addresses List<GetTransport Management Vpn Interface Ethernet Feature Ipv4Secondary Address> - Secondary IpV4 Addresses
- Ipv4Subnet
Mask string - Subnet Mask
- Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- IPv6 Address Secondary
- Ipv6Address
Variable string - Variable name
- Ipv6Configuration
Type string - IPv6 Configuration Type
- Load
Interval int - Interval for interface load calculation
- Load
Interval stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- Media
Type string - Media type
- Media
Type stringVariable - Variable name
- Name string
- The name of the Feature
- Shutdown bool
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed
- Speed
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Transport
Management stringVpn Feature Id - Transport Management VPN Feature ID
- Version int
- The version of the Feature
- Arp
Entries []GetTransport Management Vpn Interface Ethernet Feature Arp Entry - Configure ARP entries
- Arp
Timeout int - Timeout value for dynamically learned ARP entries, \n\n seconds
- Arp
Timeout stringVariable - Variable name
- Autonegotiate bool
- Link autonegotiation
- Autonegotiate
Variable string - Variable name
- Description string
- The description of the Feature
- Duplex string
- Duplex mode
- Duplex
Variable string - Variable name
- Enable
Dhcpv6 bool - Enable DHCPv6
- Feature
Profile stringId - Feature Profile ID
- Icmp
Redirect boolDisable - ICMP/ICMPv6 Redirect Disable
- Icmp
Redirect stringDisable Variable - Variable name
- Id string
- The id of the Feature
- Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU
- Interface
Mtu stringVariable - Variable name
- Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast
- Ip
Directed stringBroadcast Variable - Variable name
- Ip
Mtu int - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- IP Address
- Ipv4Address
Variable string - Variable name
- Ipv4Auto
Detect boolBandwidth - Interface auto detect bandwidth
- Ipv4Auto
Detect stringBandwidth Variable - Variable name
- Ipv4Configuration
Type string - IPv4 Configuration Type
- Ipv4Dhcp
Distance int - DHCP Distance
- Ipv4Dhcp
Distance stringVariable - Variable name
- Ipv4Dhcp
Helper stringVariable - Variable name
- Ipv4Dhcp
Helpers []string - List of DHCP IPv4 helper addresses (min 1, max 8)
- Ipv4Iperf
Server string - Iperf server for auto bandwidth detect
- Ipv4Iperf
Server stringVariable - Variable name
- Ipv4Secondary
Addresses []GetTransport Management Vpn Interface Ethernet Feature Ipv4Secondary Address - Secondary IpV4 Addresses
- Ipv4Subnet
Mask string - Subnet Mask
- Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- IPv6 Address Secondary
- Ipv6Address
Variable string - Variable name
- Ipv6Configuration
Type string - IPv6 Configuration Type
- Load
Interval int - Interval for interface load calculation
- Load
Interval stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- Media
Type string - Media type
- Media
Type stringVariable - Variable name
- Name string
- The name of the Feature
- Shutdown bool
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed
- Speed
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Transport
Management stringVpn Feature Id - Transport Management VPN Feature ID
- Version int
- The version of the Feature
- arp
Entries List<GetTransport Management Vpn Interface Ethernet Feature Arp Entry> - Configure ARP entries
- arp
Timeout Integer - Timeout value for dynamically learned ARP entries, \n\n seconds
- arp
Timeout StringVariable - Variable name
- autonegotiate Boolean
- Link autonegotiation
- autonegotiate
Variable String - Variable name
- description String
- The description of the Feature
- duplex String
- Duplex mode
- duplex
Variable String - Variable name
- enable
Dhcpv6 Boolean - Enable DHCPv6
- feature
Profile StringId - Feature Profile ID
- icmp
Redirect BooleanDisable - ICMP/ICMPv6 Redirect Disable
- icmp
Redirect StringDisable Variable - Variable name
- id String
- The id of the Feature
- interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Integer - Interface MTU
- interface
Mtu StringVariable - Variable name
- interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast
- ip
Directed StringBroadcast Variable - Variable name
- ip
Mtu Integer - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- IP Address
- ipv4Address
Variable String - Variable name
- ipv4Auto
Detect BooleanBandwidth - Interface auto detect bandwidth
- ipv4Auto
Detect StringBandwidth Variable - Variable name
- ipv4Configuration
Type String - IPv4 Configuration Type
- ipv4Dhcp
Distance Integer - DHCP Distance
- ipv4Dhcp
Distance StringVariable - Variable name
- ipv4Dhcp
Helper StringVariable - Variable name
- ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4Iperf
Server String - Iperf server for auto bandwidth detect
- ipv4Iperf
Server StringVariable - Variable name
- ipv4Secondary
Addresses List<GetTransport Management Vpn Interface Ethernet Feature Ipv4Secondary Address> - Secondary IpV4 Addresses
- ipv4Subnet
Mask String - Subnet Mask
- ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- IPv6 Address Secondary
- ipv6Address
Variable String - Variable name
- ipv6Configuration
Type String - IPv6 Configuration Type
- load
Interval Integer - Interval for interface load calculation
- load
Interval StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
- media
Type String - Media type
- media
Type StringVariable - Variable name
- name String
- The name of the Feature
- shutdown Boolean
- shutdown
Variable String - Variable name
- speed String
- Set interface speed
- speed
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- transport
Management StringVpn Feature Id - Transport Management VPN Feature ID
- version Integer
- The version of the Feature
- arp
Entries GetTransport Management Vpn Interface Ethernet Feature Arp Entry[] - Configure ARP entries
- arp
Timeout number - Timeout value for dynamically learned ARP entries, \n\n seconds
- arp
Timeout stringVariable - Variable name
- autonegotiate boolean
- Link autonegotiation
- autonegotiate
Variable string - Variable name
- description string
- The description of the Feature
- duplex string
- Duplex mode
- duplex
Variable string - Variable name
- enable
Dhcpv6 boolean - Enable DHCPv6
- feature
Profile stringId - Feature Profile ID
- icmp
Redirect booleanDisable - ICMP/ICMPv6 Redirect Disable
- icmp
Redirect stringDisable Variable - Variable name
- id string
- The id of the Feature
- interface
Description string - interface
Description stringVariable - Variable name
- interface
Mtu number - Interface MTU
- interface
Mtu stringVariable - Variable name
- interface
Name string - interface
Name stringVariable - Variable name
- ip
Directed booleanBroadcast - IP Directed-Broadcast
- ip
Directed stringBroadcast Variable - Variable name
- ip
Mtu number - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip
Mtu stringVariable - Variable name
- ipv4Address string
- IP Address
- ipv4Address
Variable string - Variable name
- ipv4Auto
Detect booleanBandwidth - Interface auto detect bandwidth
- ipv4Auto
Detect stringBandwidth Variable - Variable name
- ipv4Configuration
Type string - IPv4 Configuration Type
- ipv4Dhcp
Distance number - DHCP Distance
- ipv4Dhcp
Distance stringVariable - Variable name
- ipv4Dhcp
Helper stringVariable - Variable name
- ipv4Dhcp
Helpers string[] - List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4Iperf
Server string - Iperf server for auto bandwidth detect
- ipv4Iperf
Server stringVariable - Variable name
- ipv4Secondary
Addresses GetTransport Management Vpn Interface Ethernet Feature Ipv4Secondary Address[] - Secondary IpV4 Addresses
- ipv4Subnet
Mask string - Subnet Mask
- ipv4Subnet
Mask stringVariable - Variable name
- ipv6Address string
- IPv6 Address Secondary
- ipv6Address
Variable string - Variable name
- ipv6Configuration
Type string - IPv6 Configuration Type
- load
Interval number - Interval for interface load calculation
- load
Interval stringVariable - Variable name
- mac
Address string - MAC Address
- mac
Address stringVariable - Variable name
- media
Type string - Media type
- media
Type stringVariable - Variable name
- name string
- The name of the Feature
- shutdown boolean
- shutdown
Variable string - Variable name
- speed string
- Set interface speed
- speed
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- tcp
Mss stringVariable - Variable name
- transport
Management stringVpn Feature Id - Transport Management VPN Feature ID
- version number
- The version of the Feature
- arp_
entries Sequence[GetTransport Management Vpn Interface Ethernet Feature Arp Entry] - Configure ARP entries
- arp_
timeout int - Timeout value for dynamically learned ARP entries, \n\n seconds
- arp_
timeout_ strvariable - 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_ strid - Feature Profile ID
- icmp_
redirect_ booldisable - ICMP/ICMPv6 Redirect Disable
- icmp_
redirect_ strdisable_ variable - Variable name
- id str
- The id of the Feature
- interface_
description str - interface_
description_ strvariable - Variable name
- interface_
mtu int - Interface MTU
- interface_
mtu_ strvariable - Variable name
- interface_
name str - interface_
name_ strvariable - Variable name
- ip_
directed_ boolbroadcast - IP Directed-Broadcast
- ip_
directed_ strbroadcast_ variable - Variable name
- ip_
mtu int - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip_
mtu_ strvariable - Variable name
- ipv4_
address str - IP Address
- ipv4_
address_ strvariable - Variable name
- ipv4_
auto_ booldetect_ bandwidth - Interface auto detect bandwidth
- ipv4_
auto_ strdetect_ bandwidth_ variable - Variable name
- ipv4_
configuration_ strtype - IPv4 Configuration Type
- ipv4_
dhcp_ intdistance - DHCP Distance
- ipv4_
dhcp_ strdistance_ variable - Variable name
- ipv4_
dhcp_ strhelper_ variable - Variable name
- ipv4_
dhcp_ Sequence[str]helpers - List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4_
iperf_ strserver - Iperf server for auto bandwidth detect
- ipv4_
iperf_ strserver_ variable - Variable name
- ipv4_
secondary_ Sequence[Getaddresses Transport Management Vpn Interface Ethernet Feature Ipv4Secondary Address] - Secondary IpV4 Addresses
- ipv4_
subnet_ strmask - Subnet Mask
- ipv4_
subnet_ strmask_ variable - Variable name
- ipv6_
address str - IPv6 Address Secondary
- ipv6_
address_ strvariable - Variable name
- ipv6_
configuration_ strtype - IPv6 Configuration Type
- load_
interval int - Interval for interface load calculation
- load_
interval_ strvariable - Variable name
- mac_
address str - MAC Address
- mac_
address_ strvariable - Variable name
- media_
type str - Media type
- media_
type_ strvariable - 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_ strvariable - Variable name
- transport_
management_ strvpn_ feature_ id - Transport Management VPN Feature ID
- version int
- The version of the Feature
- arp
Entries List<Property Map> - Configure ARP entries
- arp
Timeout Number - Timeout value for dynamically learned ARP entries, \n\n seconds
- arp
Timeout StringVariable - Variable name
- autonegotiate Boolean
- Link autonegotiation
- autonegotiate
Variable String - Variable name
- description String
- The description of the Feature
- duplex String
- Duplex mode
- duplex
Variable String - Variable name
- enable
Dhcpv6 Boolean - Enable DHCPv6
- feature
Profile StringId - Feature Profile ID
- icmp
Redirect BooleanDisable - ICMP/ICMPv6 Redirect Disable
- icmp
Redirect StringDisable Variable - Variable name
- id String
- The id of the Feature
- interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Number - Interface MTU
- interface
Mtu StringVariable - Variable name
- interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast
- ip
Directed StringBroadcast Variable - Variable name
- ip
Mtu Number - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- IP Address
- ipv4Address
Variable String - Variable name
- ipv4Auto
Detect BooleanBandwidth - Interface auto detect bandwidth
- ipv4Auto
Detect StringBandwidth Variable - Variable name
- ipv4Configuration
Type String - IPv4 Configuration Type
- ipv4Dhcp
Distance Number - DHCP Distance
- ipv4Dhcp
Distance StringVariable - Variable name
- ipv4Dhcp
Helper StringVariable - Variable name
- ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4Iperf
Server String - Iperf server for auto bandwidth detect
- ipv4Iperf
Server StringVariable - Variable name
- ipv4Secondary
Addresses List<Property Map> - Secondary IpV4 Addresses
- ipv4Subnet
Mask String - Subnet Mask
- ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- IPv6 Address Secondary
- ipv6Address
Variable String - Variable name
- ipv6Configuration
Type String - IPv6 Configuration Type
- load
Interval Number - Interval for interface load calculation
- load
Interval StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
- media
Type String - Media type
- media
Type StringVariable - Variable name
- name String
- The name of the Feature
- shutdown Boolean
- shutdown
Variable String - Variable name
- speed String
- Set interface speed
- speed
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- transport
Management StringVpn Feature Id - Transport Management VPN Feature ID
- version Number
- The version of the Feature
Supporting Types
GetTransportManagementVpnInterfaceEthernetFeatureArpEntry
- Ip
Address string - IPV4 Address
- Ip
Address stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- Ip
Address string - IPV4 Address
- Ip
Address stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- ip
Address String - IPV4 Address
- ip
Address StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
- ip
Address string - IPV4 Address
- ip
Address stringVariable - Variable name
- mac
Address string - MAC Address
- mac
Address stringVariable - Variable name
- ip_
address str - IPV4 Address
- ip_
address_ strvariable - Variable name
- mac_
address str - MAC Address
- mac_
address_ strvariable - Variable name
- ip
Address String - IPV4 Address
- ip
Address StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
GetTransportManagementVpnInterfaceEthernetFeatureIpv4SecondaryAddress
- Address string
- IpV4 Address
- Address
Variable string - Variable name
- Subnet
Mask string - Subnet Mask
- Subnet
Mask stringVariable - Variable name
- Address string
- IpV4 Address
- Address
Variable string - Variable name
- Subnet
Mask string - Subnet Mask
- Subnet
Mask stringVariable - Variable name
- address String
- IpV4 Address
- address
Variable String - Variable name
- subnet
Mask String - Subnet Mask
- subnet
Mask StringVariable - Variable name
- address string
- IpV4 Address
- address
Variable string - Variable name
- subnet
Mask string - Subnet Mask
- subnet
Mask stringVariable - Variable name
- address str
- IpV4 Address
- address_
variable str - Variable name
- subnet_
mask str - Subnet Mask
- subnet_
mask_ strvariable - Variable name
- address String
- IpV4 Address
- address
Variable String - Variable name
- subnet
Mask String - Subnet Mask
- subnet
Mask StringVariable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
