1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getServiceSwitchportFeature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getServiceSwitchportFeature

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

This data source can read the Service Switchport Feature.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getServiceSwitchportFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_service_switchport_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
Copy
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.LookupServiceSwitchportFeature(ctx, &sdwan.LookupServiceSwitchportFeatureArgs{
			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetServiceSwitchportFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });

});
Copy
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.GetServiceSwitchportFeatureArgs;
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.getServiceSwitchportFeature(GetServiceSwitchportFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getServiceSwitchportFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Copy

Using getServiceSwitchportFeature

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 getServiceSwitchportFeature(args: GetServiceSwitchportFeatureArgs, opts?: InvokeOptions): Promise<GetServiceSwitchportFeatureResult>
function getServiceSwitchportFeatureOutput(args: GetServiceSwitchportFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceSwitchportFeatureResult>
Copy
def get_service_switchport_feature(feature_profile_id: Optional[str] = None,
                                   id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetServiceSwitchportFeatureResult
def get_service_switchport_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetServiceSwitchportFeatureResult]
Copy
func LookupServiceSwitchportFeature(ctx *Context, args *LookupServiceSwitchportFeatureArgs, opts ...InvokeOption) (*LookupServiceSwitchportFeatureResult, error)
func LookupServiceSwitchportFeatureOutput(ctx *Context, args *LookupServiceSwitchportFeatureOutputArgs, opts ...InvokeOption) LookupServiceSwitchportFeatureResultOutput
Copy

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

public static class GetServiceSwitchportFeature 
{
    public static Task<GetServiceSwitchportFeatureResult> InvokeAsync(GetServiceSwitchportFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceSwitchportFeatureResult> Invoke(GetServiceSwitchportFeatureInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetServiceSwitchportFeatureResult> getServiceSwitchportFeature(GetServiceSwitchportFeatureArgs args, InvokeOptions options)
public static Output<GetServiceSwitchportFeatureResult> getServiceSwitchportFeature(GetServiceSwitchportFeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getServiceSwitchportFeature:getServiceSwitchportFeature
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
featureProfileId This property is required. string
Feature Profile ID
id This property is required. string
The id of the Feature
feature_profile_id This property is required. str
Feature Profile ID
id This property is required. str
The id of the Feature
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature

getServiceSwitchportFeature Result

The following output properties are available:

AgeOutTime int
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
AgeOutTimeVariable string
Variable name
Description string
The description of the Feature
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
Interfaces List<GetServiceSwitchportFeatureInterface>
Interface name: GigabitEthernet0/<>/<> when present
Name string
The name of the Feature
StaticMacAddresses List<GetServiceSwitchportFeatureStaticMacAddress>
Add static MAC address entries for interface
Version int
The version of the Feature
AgeOutTime int
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
AgeOutTimeVariable string
Variable name
Description string
The description of the Feature
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
Interfaces []GetServiceSwitchportFeatureInterface
Interface name: GigabitEthernet0/<>/<> when present
Name string
The name of the Feature
StaticMacAddresses []GetServiceSwitchportFeatureStaticMacAddress
Add static MAC address entries for interface
Version int
The version of the Feature
ageOutTime Integer
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
ageOutTimeVariable String
Variable name
description String
The description of the Feature
featureProfileId String
Feature Profile ID
id String
The id of the Feature
interfaces List<GetServiceSwitchportFeatureInterface>
Interface name: GigabitEthernet0/<>/<> when present
name String
The name of the Feature
staticMacAddresses List<GetServiceSwitchportFeatureStaticMacAddress>
Add static MAC address entries for interface
version Integer
The version of the Feature
ageOutTime number
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
ageOutTimeVariable string
Variable name
description string
The description of the Feature
featureProfileId string
Feature Profile ID
id string
The id of the Feature
interfaces GetServiceSwitchportFeatureInterface[]
Interface name: GigabitEthernet0/<>/<> when present
name string
The name of the Feature
staticMacAddresses GetServiceSwitchportFeatureStaticMacAddress[]
Add static MAC address entries for interface
version number
The version of the Feature
age_out_time int
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
age_out_time_variable str
Variable name
description str
The description of the Feature
feature_profile_id str
Feature Profile ID
id str
The id of the Feature
interfaces Sequence[GetServiceSwitchportFeatureInterface]
Interface name: GigabitEthernet0/<>/<> when present
name str
The name of the Feature
static_mac_addresses Sequence[GetServiceSwitchportFeatureStaticMacAddress]
Add static MAC address entries for interface
version int
The version of the Feature
ageOutTime Number
Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
ageOutTimeVariable String
Variable name
description String
The description of the Feature
featureProfileId String
Feature Profile ID
id String
The id of the Feature
interfaces List<Property Map>
Interface name: GigabitEthernet0/<>/<> when present
name String
The name of the Feature
staticMacAddresses List<Property Map>
Add static MAC address entries for interface
version Number
The version of the Feature

Supporting Types

GetServiceSwitchportFeatureInterface

ControlDirection This property is required. string
Set uni or bi directional authorization mode
ControlDirectionVariable This property is required. string
Variable name
CriticalVlan This property is required. int
Set Critical VLAN
CriticalVlanVariable This property is required. string
Variable name
Duplex This property is required. string
Duplex mode
DuplexVariable This property is required. string
Variable name
EnablePeriodicReauth This property is required. bool
Enable Periodic Reauthentication
EnablePeriodicReauthVariable This property is required. string
Variable name
EnableVoice This property is required. bool
Enable Critical Voice VLAN
EnableVoiceVariable This property is required. string
Variable name
GuestVlan This property is required. int
Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
GuestVlanVariable This property is required. string
Variable name
HostMode This property is required. string
Set host mode
HostModeVariable This property is required. string
Variable name
Inactivity This property is required. int
Periodic Reauthentication Inactivity Timeout (in seconds)
InactivityVariable This property is required. string
Variable name
InterfaceName This property is required. string
Set Interface name
InterfaceNameVariable This property is required. string
Variable name
MacAuthenticationBypass This property is required. bool
MAC Authentication Bypass
MacAuthenticationBypassVariable This property is required. string
Variable name
Mode This property is required. string
Set type of switch port: access/trunk
PaeEnable This property is required. bool
Set 802.1x Interface Pae Type
PaeEnableVariable This property is required. string
Variable name
PortControl This property is required. string
Set Port-Control Mode
PortControlVariable This property is required. string
Variable name
Reauthentication This property is required. int
Periodic Reauthentication Interval (in seconds)
ReauthenticationVariable This property is required. string
Variable name
RestrictedVlan This property is required. int
Set Restricted VLAN ID
RestrictedVlanVariable This property is required. string
Variable name
Shutdown This property is required. bool
Administrative state
ShutdownVariable This property is required. string
Variable name
Speed This property is required. string
Set interface speed
SpeedVariable This property is required. string
Variable name
SwitchportAccessVlan This property is required. int
Set VLAN identifier associated with bridging domain
SwitchportAccessVlanVariable This property is required. string
Variable name
SwitchportTrunkAllowedVlans This property is required. string
Configure VLAN IDs used with the trunk
SwitchportTrunkAllowedVlansVariable This property is required. string
Variable name
SwitchportTrunkNativeVlan This property is required. int
Configure VLAN ID used for native VLAN
SwitchportTrunkNativeVlanVariable This property is required. string
Variable name
VoiceVlan This property is required. int
Configure Voice Vlan
VoiceVlanVariable This property is required. string
Variable name
ControlDirection This property is required. string
Set uni or bi directional authorization mode
ControlDirectionVariable This property is required. string
Variable name
CriticalVlan This property is required. int
Set Critical VLAN
CriticalVlanVariable This property is required. string
Variable name
Duplex This property is required. string
Duplex mode
DuplexVariable This property is required. string
Variable name
EnablePeriodicReauth This property is required. bool
Enable Periodic Reauthentication
EnablePeriodicReauthVariable This property is required. string
Variable name
EnableVoice This property is required. bool
Enable Critical Voice VLAN
EnableVoiceVariable This property is required. string
Variable name
GuestVlan This property is required. int
Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
GuestVlanVariable This property is required. string
Variable name
HostMode This property is required. string
Set host mode
HostModeVariable This property is required. string
Variable name
Inactivity This property is required. int
Periodic Reauthentication Inactivity Timeout (in seconds)
InactivityVariable This property is required. string
Variable name
InterfaceName This property is required. string
Set Interface name
InterfaceNameVariable This property is required. string
Variable name
MacAuthenticationBypass This property is required. bool
MAC Authentication Bypass
MacAuthenticationBypassVariable This property is required. string
Variable name
Mode This property is required. string
Set type of switch port: access/trunk
PaeEnable This property is required. bool
Set 802.1x Interface Pae Type
PaeEnableVariable This property is required. string
Variable name
PortControl This property is required. string
Set Port-Control Mode
PortControlVariable This property is required. string
Variable name
Reauthentication This property is required. int
Periodic Reauthentication Interval (in seconds)
ReauthenticationVariable This property is required. string
Variable name
RestrictedVlan This property is required. int
Set Restricted VLAN ID
RestrictedVlanVariable This property is required. string
Variable name
Shutdown This property is required. bool
Administrative state
ShutdownVariable This property is required. string
Variable name
Speed This property is required. string
Set interface speed
SpeedVariable This property is required. string
Variable name
SwitchportAccessVlan This property is required. int
Set VLAN identifier associated with bridging domain
SwitchportAccessVlanVariable This property is required. string
Variable name
SwitchportTrunkAllowedVlans This property is required. string
Configure VLAN IDs used with the trunk
SwitchportTrunkAllowedVlansVariable This property is required. string
Variable name
SwitchportTrunkNativeVlan This property is required. int
Configure VLAN ID used for native VLAN
SwitchportTrunkNativeVlanVariable This property is required. string
Variable name
VoiceVlan This property is required. int
Configure Voice Vlan
VoiceVlanVariable This property is required. string
Variable name
controlDirection This property is required. String
Set uni or bi directional authorization mode
controlDirectionVariable This property is required. String
Variable name
criticalVlan This property is required. Integer
Set Critical VLAN
criticalVlanVariable This property is required. String
Variable name
duplex This property is required. String
Duplex mode
duplexVariable This property is required. String
Variable name
enablePeriodicReauth This property is required. Boolean
Enable Periodic Reauthentication
enablePeriodicReauthVariable This property is required. String
Variable name
enableVoice This property is required. Boolean
Enable Critical Voice VLAN
enableVoiceVariable This property is required. String
Variable name
guestVlan This property is required. Integer
Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
guestVlanVariable This property is required. String
Variable name
hostMode This property is required. String
Set host mode
hostModeVariable This property is required. String
Variable name
inactivity This property is required. Integer
Periodic Reauthentication Inactivity Timeout (in seconds)
inactivityVariable This property is required. String
Variable name
interfaceName This property is required. String
Set Interface name
interfaceNameVariable This property is required. String
Variable name
macAuthenticationBypass This property is required. Boolean
MAC Authentication Bypass
macAuthenticationBypassVariable This property is required. String
Variable name
mode This property is required. String
Set type of switch port: access/trunk
paeEnable This property is required. Boolean
Set 802.1x Interface Pae Type
paeEnableVariable This property is required. String
Variable name
portControl This property is required. String
Set Port-Control Mode
portControlVariable This property is required. String
Variable name
reauthentication This property is required. Integer
Periodic Reauthentication Interval (in seconds)
reauthenticationVariable This property is required. String
Variable name
restrictedVlan This property is required. Integer
Set Restricted VLAN ID
restrictedVlanVariable This property is required. String
Variable name
shutdown This property is required. Boolean
Administrative state
shutdownVariable This property is required. String
Variable name
speed This property is required. String
Set interface speed
speedVariable This property is required. String
Variable name
switchportAccessVlan This property is required. Integer
Set VLAN identifier associated with bridging domain
switchportAccessVlanVariable This property is required. String
Variable name
switchportTrunkAllowedVlans This property is required. String
Configure VLAN IDs used with the trunk
switchportTrunkAllowedVlansVariable This property is required. String
Variable name
switchportTrunkNativeVlan This property is required. Integer
Configure VLAN ID used for native VLAN
switchportTrunkNativeVlanVariable This property is required. String
Variable name
voiceVlan This property is required. Integer
Configure Voice Vlan
voiceVlanVariable This property is required. String
Variable name
controlDirection This property is required. string
Set uni or bi directional authorization mode
controlDirectionVariable This property is required. string
Variable name
criticalVlan This property is required. number
Set Critical VLAN
criticalVlanVariable This property is required. string
Variable name
duplex This property is required. string
Duplex mode
duplexVariable This property is required. string
Variable name
enablePeriodicReauth This property is required. boolean
Enable Periodic Reauthentication
enablePeriodicReauthVariable This property is required. string
Variable name
enableVoice This property is required. boolean
Enable Critical Voice VLAN
enableVoiceVariable This property is required. string
Variable name
guestVlan This property is required. number
Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
guestVlanVariable This property is required. string
Variable name
hostMode This property is required. string
Set host mode
hostModeVariable This property is required. string
Variable name
inactivity This property is required. number
Periodic Reauthentication Inactivity Timeout (in seconds)
inactivityVariable This property is required. string
Variable name
interfaceName This property is required. string
Set Interface name
interfaceNameVariable This property is required. string
Variable name
macAuthenticationBypass This property is required. boolean
MAC Authentication Bypass
macAuthenticationBypassVariable This property is required. string
Variable name
mode This property is required. string
Set type of switch port: access/trunk
paeEnable This property is required. boolean
Set 802.1x Interface Pae Type
paeEnableVariable This property is required. string
Variable name
portControl This property is required. string
Set Port-Control Mode
portControlVariable This property is required. string
Variable name
reauthentication This property is required. number
Periodic Reauthentication Interval (in seconds)
reauthenticationVariable This property is required. string
Variable name
restrictedVlan This property is required. number
Set Restricted VLAN ID
restrictedVlanVariable This property is required. string
Variable name
shutdown This property is required. boolean
Administrative state
shutdownVariable This property is required. string
Variable name
speed This property is required. string
Set interface speed
speedVariable This property is required. string
Variable name
switchportAccessVlan This property is required. number
Set VLAN identifier associated with bridging domain
switchportAccessVlanVariable This property is required. string
Variable name
switchportTrunkAllowedVlans This property is required. string
Configure VLAN IDs used with the trunk
switchportTrunkAllowedVlansVariable This property is required. string
Variable name
switchportTrunkNativeVlan This property is required. number
Configure VLAN ID used for native VLAN
switchportTrunkNativeVlanVariable This property is required. string
Variable name
voiceVlan This property is required. number
Configure Voice Vlan
voiceVlanVariable This property is required. string
Variable name
control_direction This property is required. str
Set uni or bi directional authorization mode
control_direction_variable This property is required. str
Variable name
critical_vlan This property is required. int
Set Critical VLAN
critical_vlan_variable This property is required. str
Variable name
duplex This property is required. str
Duplex mode
duplex_variable This property is required. str
Variable name
enable_periodic_reauth This property is required. bool
Enable Periodic Reauthentication
enable_periodic_reauth_variable This property is required. str
Variable name
enable_voice This property is required. bool
Enable Critical Voice VLAN
enable_voice_variable This property is required. str
Variable name
guest_vlan This property is required. int
Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
guest_vlan_variable This property is required. str
Variable name
host_mode This property is required. str
Set host mode
host_mode_variable This property is required. str
Variable name
inactivity This property is required. int
Periodic Reauthentication Inactivity Timeout (in seconds)
inactivity_variable This property is required. str
Variable name
interface_name This property is required. str
Set Interface name
interface_name_variable This property is required. str
Variable name
mac_authentication_bypass This property is required. bool
MAC Authentication Bypass
mac_authentication_bypass_variable This property is required. str
Variable name
mode This property is required. str
Set type of switch port: access/trunk
pae_enable This property is required. bool
Set 802.1x Interface Pae Type
pae_enable_variable This property is required. str
Variable name
port_control This property is required. str
Set Port-Control Mode
port_control_variable This property is required. str
Variable name
reauthentication This property is required. int
Periodic Reauthentication Interval (in seconds)
reauthentication_variable This property is required. str
Variable name
restricted_vlan This property is required. int
Set Restricted VLAN ID
restricted_vlan_variable This property is required. str
Variable name
shutdown This property is required. bool
Administrative state
shutdown_variable This property is required. str
Variable name
speed This property is required. str
Set interface speed
speed_variable This property is required. str
Variable name
switchport_access_vlan This property is required. int
Set VLAN identifier associated with bridging domain
switchport_access_vlan_variable This property is required. str
Variable name
switchport_trunk_allowed_vlans This property is required. str
Configure VLAN IDs used with the trunk
switchport_trunk_allowed_vlans_variable This property is required. str
Variable name
switchport_trunk_native_vlan This property is required. int
Configure VLAN ID used for native VLAN
switchport_trunk_native_vlan_variable This property is required. str
Variable name
voice_vlan This property is required. int
Configure Voice Vlan
voice_vlan_variable This property is required. str
Variable name
controlDirection This property is required. String
Set uni or bi directional authorization mode
controlDirectionVariable This property is required. String
Variable name
criticalVlan This property is required. Number
Set Critical VLAN
criticalVlanVariable This property is required. String
Variable name
duplex This property is required. String
Duplex mode
duplexVariable This property is required. String
Variable name
enablePeriodicReauth This property is required. Boolean
Enable Periodic Reauthentication
enablePeriodicReauthVariable This property is required. String
Variable name
enableVoice This property is required. Boolean
Enable Critical Voice VLAN
enableVoiceVariable This property is required. String
Variable name
guestVlan This property is required. Number
Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
guestVlanVariable This property is required. String
Variable name
hostMode This property is required. String
Set host mode
hostModeVariable This property is required. String
Variable name
inactivity This property is required. Number
Periodic Reauthentication Inactivity Timeout (in seconds)
inactivityVariable This property is required. String
Variable name
interfaceName This property is required. String
Set Interface name
interfaceNameVariable This property is required. String
Variable name
macAuthenticationBypass This property is required. Boolean
MAC Authentication Bypass
macAuthenticationBypassVariable This property is required. String
Variable name
mode This property is required. String
Set type of switch port: access/trunk
paeEnable This property is required. Boolean
Set 802.1x Interface Pae Type
paeEnableVariable This property is required. String
Variable name
portControl This property is required. String
Set Port-Control Mode
portControlVariable This property is required. String
Variable name
reauthentication This property is required. Number
Periodic Reauthentication Interval (in seconds)
reauthenticationVariable This property is required. String
Variable name
restrictedVlan This property is required. Number
Set Restricted VLAN ID
restrictedVlanVariable This property is required. String
Variable name
shutdown This property is required. Boolean
Administrative state
shutdownVariable This property is required. String
Variable name
speed This property is required. String
Set interface speed
speedVariable This property is required. String
Variable name
switchportAccessVlan This property is required. Number
Set VLAN identifier associated with bridging domain
switchportAccessVlanVariable This property is required. String
Variable name
switchportTrunkAllowedVlans This property is required. String
Configure VLAN IDs used with the trunk
switchportTrunkAllowedVlansVariable This property is required. String
Variable name
switchportTrunkNativeVlan This property is required. Number
Configure VLAN ID used for native VLAN
switchportTrunkNativeVlanVariable This property is required. String
Variable name
voiceVlan This property is required. Number
Configure Voice Vlan
voiceVlanVariable This property is required. String
Variable name

GetServiceSwitchportFeatureStaticMacAddress

InterfaceName This property is required. string
Interface name: GigabitEthernet0/<>/<>
InterfaceNameVariable This property is required. string
Variable name
MacAddress This property is required. string
Set MAC address in xxxx.xxxx.xxxx format
MacAddressVariable This property is required. string
Variable name
VlanId This property is required. int
Configure VLAN ID used with the mac and interface
VlanIdVariable This property is required. string
Variable name
InterfaceName This property is required. string
Interface name: GigabitEthernet0/<>/<>
InterfaceNameVariable This property is required. string
Variable name
MacAddress This property is required. string
Set MAC address in xxxx.xxxx.xxxx format
MacAddressVariable This property is required. string
Variable name
VlanId This property is required. int
Configure VLAN ID used with the mac and interface
VlanIdVariable This property is required. string
Variable name
interfaceName This property is required. String
Interface name: GigabitEthernet0/<>/<>
interfaceNameVariable This property is required. String
Variable name
macAddress This property is required. String
Set MAC address in xxxx.xxxx.xxxx format
macAddressVariable This property is required. String
Variable name
vlanId This property is required. Integer
Configure VLAN ID used with the mac and interface
vlanIdVariable This property is required. String
Variable name
interfaceName This property is required. string
Interface name: GigabitEthernet0/<>/<>
interfaceNameVariable This property is required. string
Variable name
macAddress This property is required. string
Set MAC address in xxxx.xxxx.xxxx format
macAddressVariable This property is required. string
Variable name
vlanId This property is required. number
Configure VLAN ID used with the mac and interface
vlanIdVariable This property is required. string
Variable name
interface_name This property is required. str
Interface name: GigabitEthernet0/<>/<>
interface_name_variable This property is required. str
Variable name
mac_address This property is required. str
Set MAC address in xxxx.xxxx.xxxx format
mac_address_variable This property is required. str
Variable name
vlan_id This property is required. int
Configure VLAN ID used with the mac and interface
vlan_id_variable This property is required. str
Variable name
interfaceName This property is required. String
Interface name: GigabitEthernet0/<>/<>
interfaceNameVariable This property is required. String
Variable name
macAddress This property is required. String
Set MAC address in xxxx.xxxx.xxxx format
macAddressVariable This property is required. String
Variable name
vlanId This property is required. Number
Configure VLAN ID used with the mac and interface
vlanIdVariable This property is required. 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.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi