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

sdwan.getServiceSwitchportFeature

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 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getServiceSwitchportFeature:getServiceSwitchportFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    GetServiceSwitchportFeatureStaticMacAddress

    InterfaceName string
    Interface name: GigabitEthernet0/<>/<>
    InterfaceNameVariable string
    Variable name
    MacAddress string
    Set MAC address in xxxx.xxxx.xxxx format
    MacAddressVariable string
    Variable name
    VlanId int
    Configure VLAN ID used with the mac and interface
    VlanIdVariable string
    Variable name
    InterfaceName string
    Interface name: GigabitEthernet0/<>/<>
    InterfaceNameVariable string
    Variable name
    MacAddress string
    Set MAC address in xxxx.xxxx.xxxx format
    MacAddressVariable string
    Variable name
    VlanId int
    Configure VLAN ID used with the mac and interface
    VlanIdVariable string
    Variable name
    interfaceName String
    Interface name: GigabitEthernet0/<>/<>
    interfaceNameVariable String
    Variable name
    macAddress String
    Set MAC address in xxxx.xxxx.xxxx format
    macAddressVariable String
    Variable name
    vlanId Integer
    Configure VLAN ID used with the mac and interface
    vlanIdVariable String
    Variable name
    interfaceName string
    Interface name: GigabitEthernet0/<>/<>
    interfaceNameVariable string
    Variable name
    macAddress string
    Set MAC address in xxxx.xxxx.xxxx format
    macAddressVariable string
    Variable name
    vlanId number
    Configure VLAN ID used with the mac and interface
    vlanIdVariable string
    Variable name
    interface_name str
    Interface name: GigabitEthernet0/<>/<>
    interface_name_variable str
    Variable name
    mac_address str
    Set MAC address in xxxx.xxxx.xxxx format
    mac_address_variable str
    Variable name
    vlan_id int
    Configure VLAN ID used with the mac and interface
    vlan_id_variable str
    Variable name
    interfaceName String
    Interface name: GigabitEthernet0/<>/<>
    interfaceNameVariable String
    Variable name
    macAddress String
    Set MAC address in xxxx.xxxx.xxxx format
    macAddressVariable String
    Variable name
    vlanId Number
    Configure VLAN ID used with the mac and interface
    vlanIdVariable 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