Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getServiceSwitchportFeature
Explore with Pulumi AI
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",
});
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")
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
	})
}
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",
    });
});
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());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getServiceSwitchportFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
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>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]func LookupServiceSwitchportFeature(ctx *Context, args *LookupServiceSwitchportFeatureArgs, opts ...InvokeOption) (*LookupServiceSwitchportFeatureResult, error)
func LookupServiceSwitchportFeatureOutput(ctx *Context, args *LookupServiceSwitchportFeatureOutputArgs, opts ...InvokeOption) LookupServiceSwitchportFeatureResultOutput> 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)
}public static CompletableFuture<GetServiceSwitchportFeatureResult> getServiceSwitchportFeature(GetServiceSwitchportFeatureArgs args, InvokeOptions options)
public static Output<GetServiceSwitchportFeatureResult> getServiceSwitchportFeature(GetServiceSwitchportFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getServiceSwitchportFeature:getServiceSwitchportFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getServiceSwitchportFeature Result
The following output properties are available:
- AgeOut intTime 
- Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- AgeOut stringTime Variable 
- Variable name
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Interfaces
List<GetService Switchport Feature Interface> 
- Interface name: GigabitEthernet0/<>/<> when present
- Name string
- The name of the Feature
- StaticMac List<GetAddresses Service Switchport Feature Static Mac Address> 
- Add static MAC address entries for interface
- Version int
- The version of the Feature
- AgeOut intTime 
- Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- AgeOut stringTime Variable 
- Variable name
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Interfaces
[]GetService Switchport Feature Interface 
- Interface name: GigabitEthernet0/<>/<> when present
- Name string
- The name of the Feature
- StaticMac []GetAddresses Service Switchport Feature Static Mac Address 
- Add static MAC address entries for interface
- Version int
- The version of the Feature
- ageOut IntegerTime 
- Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- ageOut StringTime Variable 
- Variable name
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- interfaces
List<GetService Switchport Feature Interface> 
- Interface name: GigabitEthernet0/<>/<> when present
- name String
- The name of the Feature
- staticMac List<GetAddresses Service Switchport Feature Static Mac Address> 
- Add static MAC address entries for interface
- version Integer
- The version of the Feature
- ageOut numberTime 
- Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- ageOut stringTime Variable 
- Variable name
- description string
- The description of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- interfaces
GetService Switchport Feature Interface[] 
- Interface name: GigabitEthernet0/<>/<> when present
- name string
- The name of the Feature
- staticMac GetAddresses Service Switchport Feature Static Mac Address[] 
- Add static MAC address entries for interface
- version number
- The version of the Feature
- age_out_ inttime 
- Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age_out_ strtime_ variable 
- Variable name
- description str
- The description of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- interfaces
Sequence[GetService Switchport Feature Interface] 
- Interface name: GigabitEthernet0/<>/<> when present
- name str
- The name of the Feature
- static_mac_ Sequence[Getaddresses Service Switchport Feature Static Mac Address] 
- Add static MAC address entries for interface
- version int
- The version of the Feature
- ageOut NumberTime 
- Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- ageOut StringTime Variable 
- Variable name
- description String
- The description of the Feature
- featureProfile StringId 
- 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
- staticMac List<Property Map>Addresses 
- Add static MAC address entries for interface
- version Number
- The version of the Feature
Supporting Types
GetServiceSwitchportFeatureInterface    
- ControlDirection string
- Set uni or bi directional authorization mode
- ControlDirection stringVariable 
- Variable name
- CriticalVlan int
- Set Critical VLAN
- CriticalVlan stringVariable 
- Variable name
- Duplex string
- Duplex mode
- DuplexVariable string
- Variable name
- EnablePeriodic boolReauth 
- Enable Periodic Reauthentication
- EnablePeriodic stringReauth Variable 
- Variable name
- EnableVoice bool
- Enable Critical Voice VLAN
- EnableVoice stringVariable 
- Variable name
- GuestVlan int
- Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- GuestVlan stringVariable 
- Variable name
- HostMode string
- Set host mode
- HostMode stringVariable 
- Variable name
- Inactivity int
- Periodic Reauthentication Inactivity Timeout (in seconds)
- InactivityVariable string
- Variable name
- InterfaceName string
- Set Interface name
- InterfaceName stringVariable 
- Variable name
- MacAuthentication boolBypass 
- MAC Authentication Bypass
- MacAuthentication stringBypass Variable 
- Variable name
- Mode string
- Set type of switch port: access/trunk
- PaeEnable bool
- Set 802.1x Interface Pae Type
- PaeEnable stringVariable 
- Variable name
- PortControl string
- Set Port-Control Mode
- PortControl stringVariable 
- Variable name
- Reauthentication int
- Periodic Reauthentication Interval (in seconds)
- ReauthenticationVariable string
- Variable name
- RestrictedVlan int
- Set Restricted VLAN ID
- RestrictedVlan stringVariable 
- Variable name
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- Speed string
- Set interface speed
- SpeedVariable string
- Variable name
- SwitchportAccess intVlan 
- Set VLAN identifier associated with bridging domain
- SwitchportAccess stringVlan Variable 
- Variable name
- SwitchportTrunk stringAllowed Vlans 
- Configure VLAN IDs used with the trunk
- SwitchportTrunk stringAllowed Vlans Variable 
- Variable name
- SwitchportTrunk intNative Vlan 
- Configure VLAN ID used for native VLAN
- SwitchportTrunk stringNative Vlan Variable 
- Variable name
- VoiceVlan int
- Configure Voice Vlan
- VoiceVlan stringVariable 
- Variable name
- ControlDirection string
- Set uni or bi directional authorization mode
- ControlDirection stringVariable 
- Variable name
- CriticalVlan int
- Set Critical VLAN
- CriticalVlan stringVariable 
- Variable name
- Duplex string
- Duplex mode
- DuplexVariable string
- Variable name
- EnablePeriodic boolReauth 
- Enable Periodic Reauthentication
- EnablePeriodic stringReauth Variable 
- Variable name
- EnableVoice bool
- Enable Critical Voice VLAN
- EnableVoice stringVariable 
- Variable name
- GuestVlan int
- Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- GuestVlan stringVariable 
- Variable name
- HostMode string
- Set host mode
- HostMode stringVariable 
- Variable name
- Inactivity int
- Periodic Reauthentication Inactivity Timeout (in seconds)
- InactivityVariable string
- Variable name
- InterfaceName string
- Set Interface name
- InterfaceName stringVariable 
- Variable name
- MacAuthentication boolBypass 
- MAC Authentication Bypass
- MacAuthentication stringBypass Variable 
- Variable name
- Mode string
- Set type of switch port: access/trunk
- PaeEnable bool
- Set 802.1x Interface Pae Type
- PaeEnable stringVariable 
- Variable name
- PortControl string
- Set Port-Control Mode
- PortControl stringVariable 
- Variable name
- Reauthentication int
- Periodic Reauthentication Interval (in seconds)
- ReauthenticationVariable string
- Variable name
- RestrictedVlan int
- Set Restricted VLAN ID
- RestrictedVlan stringVariable 
- Variable name
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- Speed string
- Set interface speed
- SpeedVariable string
- Variable name
- SwitchportAccess intVlan 
- Set VLAN identifier associated with bridging domain
- SwitchportAccess stringVlan Variable 
- Variable name
- SwitchportTrunk stringAllowed Vlans 
- Configure VLAN IDs used with the trunk
- SwitchportTrunk stringAllowed Vlans Variable 
- Variable name
- SwitchportTrunk intNative Vlan 
- Configure VLAN ID used for native VLAN
- SwitchportTrunk stringNative Vlan Variable 
- Variable name
- VoiceVlan int
- Configure Voice Vlan
- VoiceVlan stringVariable 
- Variable name
- controlDirection String
- Set uni or bi directional authorization mode
- controlDirection StringVariable 
- Variable name
- criticalVlan Integer
- Set Critical VLAN
- criticalVlan StringVariable 
- Variable name
- duplex String
- Duplex mode
- duplexVariable String
- Variable name
- enablePeriodic BooleanReauth 
- Enable Periodic Reauthentication
- enablePeriodic StringReauth Variable 
- Variable name
- enableVoice Boolean
- Enable Critical Voice VLAN
- enableVoice StringVariable 
- Variable name
- guestVlan Integer
- Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guestVlan StringVariable 
- Variable name
- hostMode String
- Set host mode
- hostMode StringVariable 
- Variable name
- inactivity Integer
- Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivityVariable String
- Variable name
- interfaceName String
- Set Interface name
- interfaceName StringVariable 
- Variable name
- macAuthentication BooleanBypass 
- MAC Authentication Bypass
- macAuthentication StringBypass Variable 
- Variable name
- mode String
- Set type of switch port: access/trunk
- paeEnable Boolean
- Set 802.1x Interface Pae Type
- paeEnable StringVariable 
- Variable name
- portControl String
- Set Port-Control Mode
- portControl StringVariable 
- Variable name
- reauthentication Integer
- Periodic Reauthentication Interval (in seconds)
- reauthenticationVariable String
- Variable name
- restrictedVlan Integer
- Set Restricted VLAN ID
- restrictedVlan StringVariable 
- Variable name
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- speed String
- Set interface speed
- speedVariable String
- Variable name
- switchportAccess IntegerVlan 
- Set VLAN identifier associated with bridging domain
- switchportAccess StringVlan Variable 
- Variable name
- switchportTrunk StringAllowed Vlans 
- Configure VLAN IDs used with the trunk
- switchportTrunk StringAllowed Vlans Variable 
- Variable name
- switchportTrunk IntegerNative Vlan 
- Configure VLAN ID used for native VLAN
- switchportTrunk StringNative Vlan Variable 
- Variable name
- voiceVlan Integer
- Configure Voice Vlan
- voiceVlan StringVariable 
- Variable name
- controlDirection string
- Set uni or bi directional authorization mode
- controlDirection stringVariable 
- Variable name
- criticalVlan number
- Set Critical VLAN
- criticalVlan stringVariable 
- Variable name
- duplex string
- Duplex mode
- duplexVariable string
- Variable name
- enablePeriodic booleanReauth 
- Enable Periodic Reauthentication
- enablePeriodic stringReauth Variable 
- Variable name
- enableVoice boolean
- Enable Critical Voice VLAN
- enableVoice stringVariable 
- Variable name
- guestVlan number
- Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guestVlan stringVariable 
- Variable name
- hostMode string
- Set host mode
- hostMode stringVariable 
- Variable name
- inactivity number
- Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivityVariable string
- Variable name
- interfaceName string
- Set Interface name
- interfaceName stringVariable 
- Variable name
- macAuthentication booleanBypass 
- MAC Authentication Bypass
- macAuthentication stringBypass Variable 
- Variable name
- mode string
- Set type of switch port: access/trunk
- paeEnable boolean
- Set 802.1x Interface Pae Type
- paeEnable stringVariable 
- Variable name
- portControl string
- Set Port-Control Mode
- portControl stringVariable 
- Variable name
- reauthentication number
- Periodic Reauthentication Interval (in seconds)
- reauthenticationVariable string
- Variable name
- restrictedVlan number
- Set Restricted VLAN ID
- restrictedVlan stringVariable 
- Variable name
- shutdown boolean
- Administrative state
- shutdownVariable string
- Variable name
- speed string
- Set interface speed
- speedVariable string
- Variable name
- switchportAccess numberVlan 
- Set VLAN identifier associated with bridging domain
- switchportAccess stringVlan Variable 
- Variable name
- switchportTrunk stringAllowed Vlans 
- Configure VLAN IDs used with the trunk
- switchportTrunk stringAllowed Vlans Variable 
- Variable name
- switchportTrunk numberNative Vlan 
- Configure VLAN ID used for native VLAN
- switchportTrunk stringNative Vlan Variable 
- Variable name
- voiceVlan number
- Configure Voice Vlan
- voiceVlan stringVariable 
- Variable name
- control_direction str
- Set uni or bi directional authorization mode
- control_direction_ strvariable 
- Variable name
- critical_vlan int
- Set Critical VLAN
- critical_vlan_ strvariable 
- Variable name
- duplex str
- Duplex mode
- duplex_variable str
- Variable name
- enable_periodic_ boolreauth 
- Enable Periodic Reauthentication
- enable_periodic_ strreauth_ variable 
- Variable name
- enable_voice bool
- Enable Critical Voice VLAN
- enable_voice_ strvariable 
- Variable name
- guest_vlan int
- Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guest_vlan_ strvariable 
- Variable name
- host_mode str
- Set host mode
- host_mode_ strvariable 
- Variable name
- inactivity int
- Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivity_variable str
- Variable name
- interface_name str
- Set Interface name
- interface_name_ strvariable 
- Variable name
- mac_authentication_ boolbypass 
- MAC Authentication Bypass
- mac_authentication_ strbypass_ variable 
- Variable name
- mode str
- Set type of switch port: access/trunk
- pae_enable bool
- Set 802.1x Interface Pae Type
- pae_enable_ strvariable 
- Variable name
- port_control str
- Set Port-Control Mode
- port_control_ strvariable 
- Variable name
- reauthentication int
- Periodic Reauthentication Interval (in seconds)
- reauthentication_variable str
- Variable name
- restricted_vlan int
- Set Restricted VLAN ID
- restricted_vlan_ strvariable 
- Variable name
- shutdown bool
- Administrative state
- shutdown_variable str
- Variable name
- speed str
- Set interface speed
- speed_variable str
- Variable name
- switchport_access_ intvlan 
- Set VLAN identifier associated with bridging domain
- switchport_access_ strvlan_ variable 
- Variable name
- switchport_trunk_ strallowed_ vlans 
- Configure VLAN IDs used with the trunk
- switchport_trunk_ strallowed_ vlans_ variable 
- Variable name
- switchport_trunk_ intnative_ vlan 
- Configure VLAN ID used for native VLAN
- switchport_trunk_ strnative_ vlan_ variable 
- Variable name
- voice_vlan int
- Configure Voice Vlan
- voice_vlan_ strvariable 
- Variable name
- controlDirection String
- Set uni or bi directional authorization mode
- controlDirection StringVariable 
- Variable name
- criticalVlan Number
- Set Critical VLAN
- criticalVlan StringVariable 
- Variable name
- duplex String
- Duplex mode
- duplexVariable String
- Variable name
- enablePeriodic BooleanReauth 
- Enable Periodic Reauthentication
- enablePeriodic StringReauth Variable 
- Variable name
- enableVoice Boolean
- Enable Critical Voice VLAN
- enableVoice StringVariable 
- Variable name
- guestVlan Number
- Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guestVlan StringVariable 
- Variable name
- hostMode String
- Set host mode
- hostMode StringVariable 
- Variable name
- inactivity Number
- Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivityVariable String
- Variable name
- interfaceName String
- Set Interface name
- interfaceName StringVariable 
- Variable name
- macAuthentication BooleanBypass 
- MAC Authentication Bypass
- macAuthentication StringBypass Variable 
- Variable name
- mode String
- Set type of switch port: access/trunk
- paeEnable Boolean
- Set 802.1x Interface Pae Type
- paeEnable StringVariable 
- Variable name
- portControl String
- Set Port-Control Mode
- portControl StringVariable 
- Variable name
- reauthentication Number
- Periodic Reauthentication Interval (in seconds)
- reauthenticationVariable String
- Variable name
- restrictedVlan Number
- Set Restricted VLAN ID
- restrictedVlan StringVariable 
- Variable name
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- speed String
- Set interface speed
- speedVariable String
- Variable name
- switchportAccess NumberVlan 
- Set VLAN identifier associated with bridging domain
- switchportAccess StringVlan Variable 
- Variable name
- switchportTrunk StringAllowed Vlans 
- Configure VLAN IDs used with the trunk
- switchportTrunk StringAllowed Vlans Variable 
- Variable name
- switchportTrunk NumberNative Vlan 
- Configure VLAN ID used for native VLAN
- switchportTrunk StringNative Vlan Variable 
- Variable name
- voiceVlan Number
- Configure Voice Vlan
- voiceVlan StringVariable 
- Variable name
GetServiceSwitchportFeatureStaticMacAddress      
- InterfaceName string
- Interface name: GigabitEthernet0/<>/<>
- InterfaceName stringVariable 
- Variable name
- MacAddress string
- Set MAC address in xxxx.xxxx.xxxx format
- MacAddress stringVariable 
- Variable name
- VlanId int
- Configure VLAN ID used with the mac and interface
- VlanId stringVariable 
- Variable name
- InterfaceName string
- Interface name: GigabitEthernet0/<>/<>
- InterfaceName stringVariable 
- Variable name
- MacAddress string
- Set MAC address in xxxx.xxxx.xxxx format
- MacAddress stringVariable 
- Variable name
- VlanId int
- Configure VLAN ID used with the mac and interface
- VlanId stringVariable 
- Variable name
- interfaceName String
- Interface name: GigabitEthernet0/<>/<>
- interfaceName StringVariable 
- Variable name
- macAddress String
- Set MAC address in xxxx.xxxx.xxxx format
- macAddress StringVariable 
- Variable name
- vlanId Integer
- Configure VLAN ID used with the mac and interface
- vlanId StringVariable 
- Variable name
- interfaceName string
- Interface name: GigabitEthernet0/<>/<>
- interfaceName stringVariable 
- Variable name
- macAddress string
- Set MAC address in xxxx.xxxx.xxxx format
- macAddress stringVariable 
- Variable name
- vlanId number
- Configure VLAN ID used with the mac and interface
- vlanId stringVariable 
- Variable name
- interface_name str
- Interface name: GigabitEthernet0/<>/<>
- interface_name_ strvariable 
- Variable name
- mac_address str
- Set MAC address in xxxx.xxxx.xxxx format
- mac_address_ strvariable 
- Variable name
- vlan_id int
- Configure VLAN ID used with the mac and interface
- vlan_id_ strvariable 
- Variable name
- interfaceName String
- Interface name: GigabitEthernet0/<>/<>
- interfaceName StringVariable 
- Variable name
- macAddress String
- Set MAC address in xxxx.xxxx.xxxx format
- macAddress StringVariable 
- Variable name
- vlanId Number
- Configure VLAN ID used with the mac and interface
- vlanId StringVariable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
