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 dictionary
The following arguments are supported:
- Feature
Profile Id 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. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- feature
Profile Id 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. 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
- feature
Profile Id 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:
- Age
Out intTime - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- Age
Out stringTime Variable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interfaces
List<Get
Service Switchport Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- Name string
- The name of the Feature
- Static
Mac List<GetAddresses Service Switchport Feature Static Mac Address> - Add static MAC address entries for interface
- Version int
- The version of the Feature
- Age
Out intTime - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- Age
Out stringTime Variable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interfaces
[]Get
Service Switchport Feature Interface - Interface name: GigabitEthernet0/<>/<> when present
- Name string
- The name of the Feature
- Static
Mac []GetAddresses Service Switchport Feature Static Mac Address - Add static MAC address entries for interface
- Version int
- The version of the Feature
- age
Out IntegerTime - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age
Out StringTime Variable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interfaces
List<Get
Service Switchport Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- name String
- The name of the Feature
- static
Mac List<GetAddresses Service Switchport Feature Static Mac Address> - Add static MAC address entries for interface
- version Integer
- The version of the Feature
- age
Out numberTime - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age
Out stringTime Variable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- interfaces
Get
Service Switchport Feature Interface[] - Interface name: GigabitEthernet0/<>/<> when present
- name string
- The name of the Feature
- static
Mac 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[Get
Service 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
- age
Out NumberTime - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age
Out StringTime Variable - Variable name
- description String
- The description of the Feature
- feature
Profile 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
- static
Mac List<Property Map>Addresses - Add static MAC address entries for interface
- version Number
- The version of the Feature
Supporting Types
GetServiceSwitchportFeatureInterface
- Control
Direction This property is required. string - Set uni or bi directional authorization mode
- Control
Direction Variable This property is required. string - Variable name
- Critical
Vlan This property is required. int - Set Critical VLAN
- Critical
Vlan Variable This property is required. string - Variable name
- Duplex
This property is required. string - Duplex mode
- Duplex
Variable This property is required. string - Variable name
- Enable
Periodic Reauth This property is required. bool - Enable Periodic Reauthentication
- Enable
Periodic Reauth Variable This property is required. string - Variable name
- Enable
Voice This property is required. bool - Enable Critical Voice VLAN
- Enable
Voice Variable This property is required. string - 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. string - Variable name
- Host
Mode This property is required. string - Set host mode
- Host
Mode Variable This property is required. string - Variable name
- Inactivity
This property is required. int - Periodic Reauthentication Inactivity Timeout (in seconds)
- Inactivity
Variable This property is required. string - Variable name
- Interface
Name This property is required. string - Set Interface name
- Interface
Name Variable This property is required. string - Variable name
- Mac
Authentication Bypass This property is required. bool - MAC Authentication Bypass
- Mac
Authentication Bypass Variable This property is required. string - Variable name
- Mode
This property is required. string - 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. string - Variable name
- Port
Control This property is required. string - Set Port-Control Mode
- Port
Control Variable This property is required. string - Variable name
- Reauthentication
This property is required. int - Periodic Reauthentication Interval (in seconds)
- Reauthentication
Variable This property is required. string - Variable name
- Restricted
Vlan This property is required. int - Set Restricted VLAN ID
- Restricted
Vlan Variable This property is required. string - Variable name
- Shutdown
This property is required. bool - Administrative state
- Shutdown
Variable This property is required. string - Variable name
- Speed
This property is required. string - Set interface speed
- Speed
Variable This property is required. string - 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. string - Variable name
- Switchport
Trunk Allowed Vlans This property is required. string - Configure VLAN IDs used with the trunk
- Switchport
Trunk Allowed Vlans Variable This property is required. string - 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. string - Variable name
- Voice
Vlan This property is required. int - Configure Voice Vlan
- Voice
Vlan Variable This property is required. string - Variable name
- Control
Direction This property is required. string - Set uni or bi directional authorization mode
- Control
Direction Variable This property is required. string - Variable name
- Critical
Vlan This property is required. int - Set Critical VLAN
- Critical
Vlan Variable This property is required. string - Variable name
- Duplex
This property is required. string - Duplex mode
- Duplex
Variable This property is required. string - Variable name
- Enable
Periodic Reauth This property is required. bool - Enable Periodic Reauthentication
- Enable
Periodic Reauth Variable This property is required. string - Variable name
- Enable
Voice This property is required. bool - Enable Critical Voice VLAN
- Enable
Voice Variable This property is required. string - 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. string - Variable name
- Host
Mode This property is required. string - Set host mode
- Host
Mode Variable This property is required. string - Variable name
- Inactivity
This property is required. int - Periodic Reauthentication Inactivity Timeout (in seconds)
- Inactivity
Variable This property is required. string - Variable name
- Interface
Name This property is required. string - Set Interface name
- Interface
Name Variable This property is required. string - Variable name
- Mac
Authentication Bypass This property is required. bool - MAC Authentication Bypass
- Mac
Authentication Bypass Variable This property is required. string - Variable name
- Mode
This property is required. string - 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. string - Variable name
- Port
Control This property is required. string - Set Port-Control Mode
- Port
Control Variable This property is required. string - Variable name
- Reauthentication
This property is required. int - Periodic Reauthentication Interval (in seconds)
- Reauthentication
Variable This property is required. string - Variable name
- Restricted
Vlan This property is required. int - Set Restricted VLAN ID
- Restricted
Vlan Variable This property is required. string - Variable name
- Shutdown
This property is required. bool - Administrative state
- Shutdown
Variable This property is required. string - Variable name
- Speed
This property is required. string - Set interface speed
- Speed
Variable This property is required. string - 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. string - Variable name
- Switchport
Trunk Allowed Vlans This property is required. string - Configure VLAN IDs used with the trunk
- Switchport
Trunk Allowed Vlans Variable This property is required. string - 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. string - Variable name
- Voice
Vlan This property is required. int - Configure Voice Vlan
- Voice
Vlan Variable This property is required. string - Variable name
- control
Direction This property is required. String - Set uni or bi directional authorization mode
- control
Direction Variable This property is required. String - Variable name
- critical
Vlan This property is required. Integer - Set Critical VLAN
- critical
Vlan Variable This property is required. String - Variable name
- duplex
This property is required. String - Duplex mode
- duplex
Variable This property is required. String - Variable name
- enable
Periodic Reauth This property is required. Boolean - Enable Periodic Reauthentication
- enable
Periodic Reauth Variable This property is required. String - Variable name
- enable
Voice This property is required. Boolean - Enable Critical Voice VLAN
- enable
Voice Variable This property is required. String - Variable name
- guest
Vlan This property is required. Integer - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guest
Vlan Variable This property is required. String - Variable name
- host
Mode This property is required. String - Set host mode
- host
Mode Variable This property is required. String - Variable name
- inactivity
This property is required. Integer - Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivity
Variable This property is required. String - Variable name
- interface
Name This property is required. String - Set Interface name
- interface
Name Variable This property is required. String - Variable name
- mac
Authentication Bypass This property is required. Boolean - MAC Authentication Bypass
- mac
Authentication Bypass Variable This property is required. String - Variable name
- mode
This property is required. String - Set type of switch port: access/trunk
- pae
Enable This property is required. Boolean - Set 802.1x Interface Pae Type
- pae
Enable Variable This property is required. String - Variable name
- port
Control This property is required. String - Set Port-Control Mode
- port
Control Variable This property is required. String - Variable name
- reauthentication
This property is required. Integer - Periodic Reauthentication Interval (in seconds)
- reauthentication
Variable This property is required. String - Variable name
- restricted
Vlan This property is required. Integer - Set Restricted VLAN ID
- restricted
Vlan Variable This property is required. String - Variable name
- shutdown
This property is required. Boolean - Administrative state
- shutdown
Variable This property is required. String - Variable name
- speed
This property is required. String - Set interface speed
- speed
Variable This property is required. String - Variable name
- switchport
Access Vlan This property is required. Integer - Set VLAN identifier associated with bridging domain
- switchport
Access Vlan Variable This property is required. String - Variable name
- switchport
Trunk Allowed Vlans This property is required. String - Configure VLAN IDs used with the trunk
- switchport
Trunk Allowed Vlans Variable This property is required. String - Variable name
- switchport
Trunk Native Vlan This property is required. Integer - Configure VLAN ID used for native VLAN
- switchport
Trunk Native Vlan Variable This property is required. String - Variable name
- voice
Vlan This property is required. Integer - Configure Voice Vlan
- voice
Vlan Variable This property is required. String - Variable name
- control
Direction This property is required. string - Set uni or bi directional authorization mode
- control
Direction Variable This property is required. string - Variable name
- critical
Vlan This property is required. number - Set Critical VLAN
- critical
Vlan Variable This property is required. string - Variable name
- duplex
This property is required. string - Duplex mode
- duplex
Variable This property is required. string - Variable name
- enable
Periodic Reauth This property is required. boolean - Enable Periodic Reauthentication
- enable
Periodic Reauth Variable This property is required. string - Variable name
- enable
Voice This property is required. boolean - Enable Critical Voice VLAN
- enable
Voice Variable This property is required. string - Variable name
- guest
Vlan This property is required. number - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guest
Vlan Variable This property is required. string - Variable name
- host
Mode This property is required. string - Set host mode
- host
Mode Variable This property is required. string - Variable name
- inactivity
This property is required. number - Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivity
Variable This property is required. string - Variable name
- interface
Name This property is required. string - Set Interface name
- interface
Name Variable This property is required. string - Variable name
- mac
Authentication Bypass This property is required. boolean - MAC Authentication Bypass
- mac
Authentication Bypass Variable This property is required. string - Variable name
- mode
This property is required. string - Set type of switch port: access/trunk
- pae
Enable This property is required. boolean - Set 802.1x Interface Pae Type
- pae
Enable Variable This property is required. string - Variable name
- port
Control This property is required. string - Set Port-Control Mode
- port
Control Variable This property is required. string - Variable name
- reauthentication
This property is required. number - Periodic Reauthentication Interval (in seconds)
- reauthentication
Variable This property is required. string - Variable name
- restricted
Vlan This property is required. number - Set Restricted VLAN ID
- restricted
Vlan Variable This property is required. string - Variable name
- shutdown
This property is required. boolean - Administrative state
- shutdown
Variable This property is required. string - Variable name
- speed
This property is required. string - Set interface speed
- speed
Variable This property is required. string - Variable name
- switchport
Access Vlan This property is required. number - Set VLAN identifier associated with bridging domain
- switchport
Access Vlan Variable This property is required. string - Variable name
- switchport
Trunk Allowed Vlans This property is required. string - Configure VLAN IDs used with the trunk
- switchport
Trunk Allowed Vlans Variable This property is required. string - Variable name
- switchport
Trunk Native Vlan This property is required. number - Configure VLAN ID used for native VLAN
- switchport
Trunk Native Vlan Variable This property is required. string - Variable name
- voice
Vlan This property is required. number - Configure Voice Vlan
- voice
Vlan Variable 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
- control
Direction This property is required. String - Set uni or bi directional authorization mode
- control
Direction Variable This property is required. String - Variable name
- critical
Vlan This property is required. Number - Set Critical VLAN
- critical
Vlan Variable This property is required. String - Variable name
- duplex
This property is required. String - Duplex mode
- duplex
Variable This property is required. String - Variable name
- enable
Periodic Reauth This property is required. Boolean - Enable Periodic Reauthentication
- enable
Periodic Reauth Variable This property is required. String - Variable name
- enable
Voice This property is required. Boolean - Enable Critical Voice VLAN
- enable
Voice Variable This property is required. String - Variable name
- guest
Vlan This property is required. Number - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- guest
Vlan Variable This property is required. String - Variable name
- host
Mode This property is required. String - Set host mode
- host
Mode Variable This property is required. String - Variable name
- inactivity
This property is required. Number - Periodic Reauthentication Inactivity Timeout (in seconds)
- inactivity
Variable This property is required. String - Variable name
- interface
Name This property is required. String - Set Interface name
- interface
Name Variable This property is required. String - Variable name
- mac
Authentication Bypass This property is required. Boolean - MAC Authentication Bypass
- mac
Authentication Bypass Variable This property is required. String - Variable name
- mode
This property is required. String - Set type of switch port: access/trunk
- pae
Enable This property is required. Boolean - Set 802.1x Interface Pae Type
- pae
Enable Variable This property is required. String - Variable name
- port
Control This property is required. String - Set Port-Control Mode
- port
Control Variable This property is required. String - Variable name
- reauthentication
This property is required. Number - Periodic Reauthentication Interval (in seconds)
- reauthentication
Variable This property is required. String - Variable name
- restricted
Vlan This property is required. Number - Set Restricted VLAN ID
- restricted
Vlan Variable This property is required. String - Variable name
- shutdown
This property is required. Boolean - Administrative state
- shutdown
Variable This property is required. String - Variable name
- speed
This property is required. String - Set interface speed
- speed
Variable This property is required. String - Variable name
- switchport
Access Vlan This property is required. Number - Set VLAN identifier associated with bridging domain
- switchport
Access Vlan Variable This property is required. String - Variable name
- switchport
Trunk Allowed Vlans This property is required. String - Configure VLAN IDs used with the trunk
- switchport
Trunk Allowed Vlans Variable This property is required. String - Variable name
- switchport
Trunk Native Vlan This property is required. Number - Configure VLAN ID used for native VLAN
- switchport
Trunk Native Vlan Variable This property is required. String - Variable name
- voice
Vlan This property is required. Number - Configure Voice Vlan
- voice
Vlan Variable This property is required. String - Variable name
GetServiceSwitchportFeatureStaticMacAddress
- Interface
Name This property is required. string - Interface name: GigabitEthernet0/<>/<>
- Interface
Name Variable This property is required. string - Variable name
- Mac
Address This property is required. string - Set MAC address in xxxx.xxxx.xxxx format
- Mac
Address Variable This property is required. string - 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. string - Variable name
- Interface
Name This property is required. string - Interface name: GigabitEthernet0/<>/<>
- Interface
Name Variable This property is required. string - Variable name
- Mac
Address This property is required. string - Set MAC address in xxxx.xxxx.xxxx format
- Mac
Address Variable This property is required. string - 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. string - Variable name
- interface
Name This property is required. String - Interface name: GigabitEthernet0/<>/<>
- interface
Name Variable This property is required. String - Variable name
- mac
Address This property is required. String - Set MAC address in xxxx.xxxx.xxxx format
- mac
Address Variable This property is required. String - Variable name
- vlan
Id This property is required. Integer - Configure VLAN ID used with the mac and interface
- vlan
Id Variable This property is required. String - Variable name
- interface
Name This property is required. string - Interface name: GigabitEthernet0/<>/<>
- interface
Name Variable This property is required. string - Variable name
- mac
Address This property is required. string - Set MAC address in xxxx.xxxx.xxxx format
- mac
Address Variable This property is required. string - Variable name
- vlan
Id This property is required. number - Configure VLAN ID used with the mac and interface
- vlan
Id Variable 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
- interface
Name This property is required. String - Interface name: GigabitEthernet0/<>/<>
- interface
Name Variable This property is required. String - Variable name
- mac
Address This property is required. String - Set MAC address in xxxx.xxxx.xxxx format
- mac
Address Variable This property is required. String - Variable name
- vlan
Id This property is required. Number - Configure VLAN ID used with the mac and interface
- vlan
Id Variable 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.