Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getSwitchportFeatureTemplate
Explore with Pulumi AI
This data source can read the Switchport feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSwitchportFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_switchport_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupSwitchportFeatureTemplate(ctx, &sdwan.LookupSwitchportFeatureTemplateArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
}, 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.GetSwitchportFeatureTemplate.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
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.GetSwitchportFeatureTemplateArgs;
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.getSwitchportFeatureTemplate(GetSwitchportFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSwitchportFeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getSwitchportFeatureTemplate
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 getSwitchportFeatureTemplate(args: GetSwitchportFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetSwitchportFeatureTemplateResult>
function getSwitchportFeatureTemplateOutput(args: GetSwitchportFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetSwitchportFeatureTemplateResult>
def get_switchport_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSwitchportFeatureTemplateResult
def get_switchport_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSwitchportFeatureTemplateResult]
func LookupSwitchportFeatureTemplate(ctx *Context, args *LookupSwitchportFeatureTemplateArgs, opts ...InvokeOption) (*LookupSwitchportFeatureTemplateResult, error)
func LookupSwitchportFeatureTemplateOutput(ctx *Context, args *LookupSwitchportFeatureTemplateOutputArgs, opts ...InvokeOption) LookupSwitchportFeatureTemplateResultOutput
> Note: This function is named LookupSwitchportFeatureTemplate
in the Go SDK.
public static class GetSwitchportFeatureTemplate
{
public static Task<GetSwitchportFeatureTemplateResult> InvokeAsync(GetSwitchportFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetSwitchportFeatureTemplateResult> Invoke(GetSwitchportFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSwitchportFeatureTemplateResult> getSwitchportFeatureTemplate(GetSwitchportFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetSwitchportFeatureTemplateResult> getSwitchportFeatureTemplate(GetSwitchportFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSwitchportFeatureTemplate:getSwitchportFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getSwitchportFeatureTemplate 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 template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Interfaces
List<Get
Switchport Feature Template Interface> - Interface name: GigabitEthernet0/<>/<> when present
- Module
Type string - Module type
- Name string
- The name of the feature template
- Slot int
- Number of Slots
- Static
Mac List<GetAddresses Switchport Feature Template Static Mac Address> - Add static MAC address entries for interface
- Sub
Slot int - Number of Sub-Slots
- Template
Type string - The template type
- Version int
- The version of the feature template
- 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 template
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Interfaces
[]Get
Switchport Feature Template Interface - Interface name: GigabitEthernet0/<>/<> when present
- Module
Type string - Module type
- Name string
- The name of the feature template
- Slot int
- Number of Slots
- Static
Mac []GetAddresses Switchport Feature Template Static Mac Address - Add static MAC address entries for interface
- Sub
Slot int - Number of Sub-Slots
- Template
Type string - The template type
- Version int
- The version of the feature template
- 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 template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- interfaces
List<Get
Switchport Feature Template Interface> - Interface name: GigabitEthernet0/<>/<> when present
- module
Type String - Module type
- name String
- The name of the feature template
- slot Integer
- Number of Slots
- static
Mac List<GetAddresses Switchport Feature Template Static Mac Address> - Add static MAC address entries for interface
- sub
Slot Integer - Number of Sub-Slots
- template
Type String - The template type
- version Integer
- The version of the feature template
- 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 template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- interfaces
Get
Switchport Feature Template Interface[] - Interface name: GigabitEthernet0/<>/<> when present
- module
Type string - Module type
- name string
- The name of the feature template
- slot number
- Number of Slots
- static
Mac GetAddresses Switchport Feature Template Static Mac Address[] - Add static MAC address entries for interface
- sub
Slot number - Number of Sub-Slots
- template
Type string - The template type
- version number
- The version of the feature template
- 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 template
- device_
types Sequence[str] - List of supported device types
- id str
- The id of the feature template
- interfaces
Sequence[Get
Switchport Feature Template Interface] - Interface name: GigabitEthernet0/<>/<> when present
- module_
type str - Module type
- name str
- The name of the feature template
- slot int
- Number of Slots
- static_
mac_ Sequence[Getaddresses Switchport Feature Template Static Mac Address] - Add static MAC address entries for interface
- sub_
slot int - Number of Sub-Slots
- template_
type str - The template type
- version int
- The version of the feature template
- 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 template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- interfaces List<Property Map>
- Interface name: GigabitEthernet0/<>/<> when present
- module
Type String - Module type
- name String
- The name of the feature template
- slot Number
- Number of Slots
- static
Mac List<Property Map>Addresses - Add static MAC address entries for interface
- sub
Slot Number - Number of Sub-Slots
- template
Type String - The template type
- version Number
- The version of the feature template
Supporting Types
GetSwitchportFeatureTemplateInterface
- Dot1x
Authentication Order Variable This property is required. string - Variable name
- Dot1x
Authentication Orders This property is required. List<string> - Specify authentication methods in the order of preference
- Dot1x
Control Direction This property is required. string - Set uni or bi directional authorization mode
- Dot1x
Control Direction Variable This property is required. string - Variable name
- Dot1x
Critical Vlan This property is required. int - Set Critical VLAN
- Dot1x
Critical Vlan Variable This property is required. string - Variable name
- Dot1x
Enable This property is required. bool - Set 802.1x on off
- Dot1x
Enable Criticial Voice Vlan This property is required. bool - Enable Critical Voice VLAN
- Dot1x
Enable Criticial Voice Vlan Variable This property is required. string - Variable name
- Dot1x
Enable Periodic Reauth This property is required. bool - Enable Periodic Reauthentication
- Dot1x
Enable Periodic Reauth Variable This property is required. string - Variable name
- Dot1x
Enable Variable This property is required. string - Variable name
- Dot1x
Guest Vlan This property is required. int - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- Dot1x
Guest Vlan Variable This property is required. string - Variable name
- Dot1x
Host Mode This property is required. string - Set host mode
- Dot1x
Host Mode Variable This property is required. string - Variable name
- Dot1x
Mac Authentication Bypass This property is required. bool - MAC Authentication Bypass
- Dot1x
Mac Authentication Bypass Variable This property is required. string - Variable name
- Dot1x
Pae Enable This property is required. bool - Set 802.1x Interface Pae Type
- Dot1x
Pae Enable Variable This property is required. string - Variable name
- Dot1x
Periodic Reauth Inactivity Timeout This property is required. int - Periodic Reauthentication Inactivity Timeout (in seconds)
- Dot1x
Periodic Reauth Inactivity Timeout Variable This property is required. string - Variable name
- Dot1x
Periodic Reauth Interval This property is required. int - Periodic Reauthentication Interval (in seconds)
- Dot1x
Periodic Reauth Interval Variable This property is required. string - Variable name
- Dot1x
Port Control This property is required. string - Set Port-Control Mode
- Dot1x
Port Control Variable This property is required. string - Variable name
- Dot1x
Restricted Vlan This property is required. int - Set Restricted VLAN ID
- Dot1x
Restricted 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
- Name
This property is required. string - Set Interface name
- Name
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- 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
Mode This property is required. string - Set type of switch port: access/trunk
- 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
- Dot1x
Authentication Order Variable This property is required. string - Variable name
- Dot1x
Authentication Orders This property is required. []string - Specify authentication methods in the order of preference
- Dot1x
Control Direction This property is required. string - Set uni or bi directional authorization mode
- Dot1x
Control Direction Variable This property is required. string - Variable name
- Dot1x
Critical Vlan This property is required. int - Set Critical VLAN
- Dot1x
Critical Vlan Variable This property is required. string - Variable name
- Dot1x
Enable This property is required. bool - Set 802.1x on off
- Dot1x
Enable Criticial Voice Vlan This property is required. bool - Enable Critical Voice VLAN
- Dot1x
Enable Criticial Voice Vlan Variable This property is required. string - Variable name
- Dot1x
Enable Periodic Reauth This property is required. bool - Enable Periodic Reauthentication
- Dot1x
Enable Periodic Reauth Variable This property is required. string - Variable name
- Dot1x
Enable Variable This property is required. string - Variable name
- Dot1x
Guest Vlan This property is required. int - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- Dot1x
Guest Vlan Variable This property is required. string - Variable name
- Dot1x
Host Mode This property is required. string - Set host mode
- Dot1x
Host Mode Variable This property is required. string - Variable name
- Dot1x
Mac Authentication Bypass This property is required. bool - MAC Authentication Bypass
- Dot1x
Mac Authentication Bypass Variable This property is required. string - Variable name
- Dot1x
Pae Enable This property is required. bool - Set 802.1x Interface Pae Type
- Dot1x
Pae Enable Variable This property is required. string - Variable name
- Dot1x
Periodic Reauth Inactivity Timeout This property is required. int - Periodic Reauthentication Inactivity Timeout (in seconds)
- Dot1x
Periodic Reauth Inactivity Timeout Variable This property is required. string - Variable name
- Dot1x
Periodic Reauth Interval This property is required. int - Periodic Reauthentication Interval (in seconds)
- Dot1x
Periodic Reauth Interval Variable This property is required. string - Variable name
- Dot1x
Port Control This property is required. string - Set Port-Control Mode
- Dot1x
Port Control Variable This property is required. string - Variable name
- Dot1x
Restricted Vlan This property is required. int - Set Restricted VLAN ID
- Dot1x
Restricted 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
- Name
This property is required. string - Set Interface name
- Name
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- 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
Mode This property is required. string - Set type of switch port: access/trunk
- 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
- dot1x
Authentication Order Variable This property is required. String - Variable name
- dot1x
Authentication Orders This property is required. List<String> - Specify authentication methods in the order of preference
- dot1x
Control Direction This property is required. String - Set uni or bi directional authorization mode
- dot1x
Control Direction Variable This property is required. String - Variable name
- dot1x
Critical Vlan This property is required. Integer - Set Critical VLAN
- dot1x
Critical Vlan Variable This property is required. String - Variable name
- dot1x
Enable This property is required. Boolean - Set 802.1x on off
- dot1x
Enable Criticial Voice Vlan This property is required. Boolean - Enable Critical Voice VLAN
- dot1x
Enable Criticial Voice Vlan Variable This property is required. String - Variable name
- dot1x
Enable Periodic Reauth This property is required. Boolean - Enable Periodic Reauthentication
- dot1x
Enable Periodic Reauth Variable This property is required. String - Variable name
- dot1x
Enable Variable This property is required. String - Variable name
- dot1x
Guest Vlan This property is required. Integer - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x
Guest Vlan Variable This property is required. String - Variable name
- dot1x
Host Mode This property is required. String - Set host mode
- dot1x
Host Mode Variable This property is required. String - Variable name
- dot1x
Mac Authentication Bypass This property is required. Boolean - MAC Authentication Bypass
- dot1x
Mac Authentication Bypass Variable This property is required. String - Variable name
- dot1x
Pae Enable This property is required. Boolean - Set 802.1x Interface Pae Type
- dot1x
Pae Enable Variable This property is required. String - Variable name
- dot1x
Periodic Reauth Inactivity Timeout This property is required. Integer - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x
Periodic Reauth Inactivity Timeout Variable This property is required. String - Variable name
- dot1x
Periodic Reauth Interval This property is required. Integer - Periodic Reauthentication Interval (in seconds)
- dot1x
Periodic Reauth Interval Variable This property is required. String - Variable name
- dot1x
Port Control This property is required. String - Set Port-Control Mode
- dot1x
Port Control Variable This property is required. String - Variable name
- dot1x
Restricted Vlan This property is required. Integer - Set Restricted VLAN ID
- dot1x
Restricted 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
- name
This property is required. String - Set Interface name
- name
Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- 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
Mode This property is required. String - Set type of switch port: access/trunk
- 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
- dot1x
Authentication Order Variable This property is required. string - Variable name
- dot1x
Authentication Orders This property is required. string[] - Specify authentication methods in the order of preference
- dot1x
Control Direction This property is required. string - Set uni or bi directional authorization mode
- dot1x
Control Direction Variable This property is required. string - Variable name
- dot1x
Critical Vlan This property is required. number - Set Critical VLAN
- dot1x
Critical Vlan Variable This property is required. string - Variable name
- dot1x
Enable This property is required. boolean - Set 802.1x on off
- dot1x
Enable Criticial Voice Vlan This property is required. boolean - Enable Critical Voice VLAN
- dot1x
Enable Criticial Voice Vlan Variable This property is required. string - Variable name
- dot1x
Enable Periodic Reauth This property is required. boolean - Enable Periodic Reauthentication
- dot1x
Enable Periodic Reauth Variable This property is required. string - Variable name
- dot1x
Enable Variable This property is required. string - Variable name
- dot1x
Guest Vlan This property is required. number - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x
Guest Vlan Variable This property is required. string - Variable name
- dot1x
Host Mode This property is required. string - Set host mode
- dot1x
Host Mode Variable This property is required. string - Variable name
- dot1x
Mac Authentication Bypass This property is required. boolean - MAC Authentication Bypass
- dot1x
Mac Authentication Bypass Variable This property is required. string - Variable name
- dot1x
Pae Enable This property is required. boolean - Set 802.1x Interface Pae Type
- dot1x
Pae Enable Variable This property is required. string - Variable name
- dot1x
Periodic Reauth Inactivity Timeout This property is required. number - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x
Periodic Reauth Inactivity Timeout Variable This property is required. string - Variable name
- dot1x
Periodic Reauth Interval This property is required. number - Periodic Reauthentication Interval (in seconds)
- dot1x
Periodic Reauth Interval Variable This property is required. string - Variable name
- dot1x
Port Control This property is required. string - Set Port-Control Mode
- dot1x
Port Control Variable This property is required. string - Variable name
- dot1x
Restricted Vlan This property is required. number - Set Restricted VLAN ID
- dot1x
Restricted 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
- name
This property is required. string - Set Interface name
- name
Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- 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
Mode This property is required. string - Set type of switch port: access/trunk
- 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
- dot1x_
authentication_ order_ variable This property is required. str - Variable name
- dot1x_
authentication_ orders This property is required. Sequence[str] - Specify authentication methods in the order of preference
- dot1x_
control_ direction This property is required. str - Set uni or bi directional authorization mode
- dot1x_
control_ direction_ variable This property is required. str - Variable name
- dot1x_
critical_ vlan This property is required. int - Set Critical VLAN
- dot1x_
critical_ vlan_ variable This property is required. str - Variable name
- dot1x_
enable This property is required. bool - Set 802.1x on off
- dot1x_
enable_ criticial_ voice_ vlan This property is required. bool - Enable Critical Voice VLAN
- dot1x_
enable_ criticial_ voice_ vlan_ variable This property is required. str - Variable name
- dot1x_
enable_ periodic_ reauth This property is required. bool - Enable Periodic Reauthentication
- dot1x_
enable_ periodic_ reauth_ variable This property is required. str - Variable name
- dot1x_
enable_ variable This property is required. str - Variable name
- dot1x_
guest_ vlan This property is required. int - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x_
guest_ vlan_ variable This property is required. str - Variable name
- dot1x_
host_ mode This property is required. str - Set host mode
- dot1x_
host_ mode_ variable This property is required. str - Variable name
- dot1x_
mac_ authentication_ bypass This property is required. bool - MAC Authentication Bypass
- dot1x_
mac_ authentication_ bypass_ variable This property is required. str - Variable name
- dot1x_
pae_ enable This property is required. bool - Set 802.1x Interface Pae Type
- dot1x_
pae_ enable_ variable This property is required. str - Variable name
- dot1x_
periodic_ reauth_ inactivity_ timeout This property is required. int - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x_
periodic_ reauth_ inactivity_ timeout_ variable This property is required. str - Variable name
- dot1x_
periodic_ reauth_ interval This property is required. int - Periodic Reauthentication Interval (in seconds)
- dot1x_
periodic_ reauth_ interval_ variable This property is required. str - Variable name
- dot1x_
port_ control This property is required. str - Set Port-Control Mode
- dot1x_
port_ control_ variable This property is required. str - Variable name
- dot1x_
restricted_ vlan This property is required. int - Set Restricted VLAN ID
- dot1x_
restricted_ 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
- name
This property is required. str - Set Interface name
- name_
variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- 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_
mode This property is required. str - Set type of switch port: access/trunk
- 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
- dot1x
Authentication Order Variable This property is required. String - Variable name
- dot1x
Authentication Orders This property is required. List<String> - Specify authentication methods in the order of preference
- dot1x
Control Direction This property is required. String - Set uni or bi directional authorization mode
- dot1x
Control Direction Variable This property is required. String - Variable name
- dot1x
Critical Vlan This property is required. Number - Set Critical VLAN
- dot1x
Critical Vlan Variable This property is required. String - Variable name
- dot1x
Enable This property is required. Boolean - Set 802.1x on off
- dot1x
Enable Criticial Voice Vlan This property is required. Boolean - Enable Critical Voice VLAN
- dot1x
Enable Criticial Voice Vlan Variable This property is required. String - Variable name
- dot1x
Enable Periodic Reauth This property is required. Boolean - Enable Periodic Reauthentication
- dot1x
Enable Periodic Reauth Variable This property is required. String - Variable name
- dot1x
Enable Variable This property is required. String - Variable name
- dot1x
Guest Vlan This property is required. Number - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x
Guest Vlan Variable This property is required. String - Variable name
- dot1x
Host Mode This property is required. String - Set host mode
- dot1x
Host Mode Variable This property is required. String - Variable name
- dot1x
Mac Authentication Bypass This property is required. Boolean - MAC Authentication Bypass
- dot1x
Mac Authentication Bypass Variable This property is required. String - Variable name
- dot1x
Pae Enable This property is required. Boolean - Set 802.1x Interface Pae Type
- dot1x
Pae Enable Variable This property is required. String - Variable name
- dot1x
Periodic Reauth Inactivity Timeout This property is required. Number - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x
Periodic Reauth Inactivity Timeout Variable This property is required. String - Variable name
- dot1x
Periodic Reauth Interval This property is required. Number - Periodic Reauthentication Interval (in seconds)
- dot1x
Periodic Reauth Interval Variable This property is required. String - Variable name
- dot1x
Port Control This property is required. String - Set Port-Control Mode
- dot1x
Port Control Variable This property is required. String - Variable name
- dot1x
Restricted Vlan This property is required. Number - Set Restricted VLAN ID
- dot1x
Restricted 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
- name
This property is required. String - Set Interface name
- name
Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- 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
Mode This property is required. String - Set type of switch port: access/trunk
- 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
GetSwitchportFeatureTemplateStaticMacAddress
- If
Name This property is required. string - Interface name: GigabitEthernet0/<>/<>
- If
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
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Vlan
This property is required. int - Configure VLAN ID used with the mac and interface
- Vlan
Variable This property is required. string - Variable name
- If
Name This property is required. string - Interface name: GigabitEthernet0/<>/<>
- If
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
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Vlan
This property is required. int - Configure VLAN ID used with the mac and interface
- Vlan
Variable This property is required. string - Variable name
- if
Name This property is required. String - Interface name: GigabitEthernet0/<>/<>
- if
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
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- vlan
This property is required. Integer - Configure VLAN ID used with the mac and interface
- vlan
Variable This property is required. String - Variable name
- if
Name This property is required. string - Interface name: GigabitEthernet0/<>/<>
- if
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
- optional
This property is required. boolean - Indicates if list item is considered optional.
- vlan
This property is required. number - Configure VLAN ID used with the mac and interface
- vlan
Variable This property is required. string - Variable name
- if_
name This property is required. str - Interface name: GigabitEthernet0/<>/<>
- if_
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
- optional
This property is required. bool - Indicates if list item is considered optional.
- vlan
This property is required. int - Configure VLAN ID used with the mac and interface
- vlan_
variable This property is required. str - Variable name
- if
Name This property is required. String - Interface name: GigabitEthernet0/<>/<>
- if
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
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- vlan
This property is required. Number - Configure VLAN ID used with the mac and interface
- vlan
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.