1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature
Cisco Catalyst SD-WAN v0.2.5 published on Saturday, Mar 15, 2025 by Pulumi

sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.2.5 published on Saturday, Mar 15, 2025 by Pulumi

    This resource can manage a Service LAN VPN Interface Ethernet Feature Associate Tracker Group Feature .

    • Minimum SD-WAN Manager version: 20.12.0

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = new sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("example", {
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
        serviceLanVpnInterfaceEthernetFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
        serviceTrackerGroupFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("example",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
        service_lan_vpn_interface_ethernet_feature_id="140331f6-5418-4755-a059-13c77eb96037",
        service_tracker_group_feature_id="140331f6-5418-4755-a059-13c77eb96037")
    
    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.NewServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(ctx, "example", &sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs{
    			FeatureProfileId:                        pulumi.String("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"),
    			ServiceLanVpnFeatureId:                  pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
    			ServiceLanVpnInterfaceEthernetFeatureId: pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
    			ServiceTrackerGroupFeatureId:            pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
    		})
    		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 = new Sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("example", new()
        {
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
            ServiceLanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
            ServiceLanVpnInterfaceEthernetFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
            ServiceTrackerGroupFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature;
    import com.pulumi.sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs;
    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) {
            var example = new ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("example", ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs.builder()
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .serviceLanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .serviceLanVpnInterfaceEthernetFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .serviceTrackerGroupFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature
        properties:
          featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
          serviceLanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
          serviceLanVpnInterfaceEthernetFeatureId: 140331f6-5418-4755-a059-13c77eb96037
          serviceTrackerGroupFeatureId: 140331f6-5418-4755-a059-13c77eb96037
    

    Create ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(name: string, args: ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs, opts?: CustomResourceOptions);
    @overload
    def ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(resource_name: str,
                                                                          args: ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs,
                                                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(resource_name: str,
                                                                          opts: Optional[ResourceOptions] = None,
                                                                          feature_profile_id: Optional[str] = None,
                                                                          service_lan_vpn_feature_id: Optional[str] = None,
                                                                          service_lan_vpn_interface_ethernet_feature_id: Optional[str] = None,
                                                                          service_tracker_group_feature_id: Optional[str] = None)
    func NewServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(ctx *Context, name string, args ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs, opts ...ResourceOption) (*ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature, error)
    public ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(string name, ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs args, CustomResourceOptions? opts = null)
    public ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(String name, ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs args)
    public ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(String name, ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs args, CustomResourceOptions options)
    
    type: sdwan:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource = new Sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource", new()
    {
        FeatureProfileId = "string",
        ServiceLanVpnFeatureId = "string",
        ServiceLanVpnInterfaceEthernetFeatureId = "string",
        ServiceTrackerGroupFeatureId = "string",
    });
    
    example, err := sdwan.NewServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(ctx, "serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource", &sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs{
    	FeatureProfileId:                        pulumi.String("string"),
    	ServiceLanVpnFeatureId:                  pulumi.String("string"),
    	ServiceLanVpnInterfaceEthernetFeatureId: pulumi.String("string"),
    	ServiceTrackerGroupFeatureId:            pulumi.String("string"),
    })
    
    var serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource = new ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource", ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureArgs.builder()
        .featureProfileId("string")
        .serviceLanVpnFeatureId("string")
        .serviceLanVpnInterfaceEthernetFeatureId("string")
        .serviceTrackerGroupFeatureId("string")
        .build());
    
    service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature_resource = sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource",
        feature_profile_id="string",
        service_lan_vpn_feature_id="string",
        service_lan_vpn_interface_ethernet_feature_id="string",
        service_tracker_group_feature_id="string")
    
    const serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource = new sdwan.ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature("serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureResource", {
        featureProfileId: "string",
        serviceLanVpnFeatureId: "string",
        serviceLanVpnInterfaceEthernetFeatureId: "string",
        serviceTrackerGroupFeatureId: "string",
    });
    
    type: sdwan:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature
    properties:
        featureProfileId: string
        serviceLanVpnFeatureId: string
        serviceLanVpnInterfaceEthernetFeatureId: string
        serviceTrackerGroupFeatureId: string
    

    ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature resource accepts the following input properties:

    FeatureProfileId string
    Feature Profile ID
    ServiceLanVpnFeatureId string
    Service LAN VPN Feature ID
    ServiceLanVpnInterfaceEthernetFeatureId string
    Service LAN VPN Interface Ethernet Feature ID
    ServiceTrackerGroupFeatureId string
    Service Tracker Group Feature ID
    FeatureProfileId string
    Feature Profile ID
    ServiceLanVpnFeatureId string
    Service LAN VPN Feature ID
    ServiceLanVpnInterfaceEthernetFeatureId string
    Service LAN VPN Interface Ethernet Feature ID
    ServiceTrackerGroupFeatureId string
    Service Tracker Group Feature ID
    featureProfileId String
    Feature Profile ID
    serviceLanVpnFeatureId String
    Service LAN VPN Feature ID
    serviceLanVpnInterfaceEthernetFeatureId String
    Service LAN VPN Interface Ethernet Feature ID
    serviceTrackerGroupFeatureId String
    Service Tracker Group Feature ID
    featureProfileId string
    Feature Profile ID
    serviceLanVpnFeatureId string
    Service LAN VPN Feature ID
    serviceLanVpnInterfaceEthernetFeatureId string
    Service LAN VPN Interface Ethernet Feature ID
    serviceTrackerGroupFeatureId string
    Service Tracker Group Feature ID
    feature_profile_id str
    Feature Profile ID
    service_lan_vpn_feature_id str
    Service LAN VPN Feature ID
    service_lan_vpn_interface_ethernet_feature_id str
    Service LAN VPN Interface Ethernet Feature ID
    service_tracker_group_feature_id str
    Service Tracker Group Feature ID
    featureProfileId String
    Feature Profile ID
    serviceLanVpnFeatureId String
    Service LAN VPN Feature ID
    serviceLanVpnInterfaceEthernetFeatureId String
    Service LAN VPN Interface Ethernet Feature ID
    serviceTrackerGroupFeatureId String
    Service Tracker Group Feature ID

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature Resource

    Get an existing ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState, opts?: CustomResourceOptions): ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            feature_profile_id: Optional[str] = None,
            service_lan_vpn_feature_id: Optional[str] = None,
            service_lan_vpn_interface_ethernet_feature_id: Optional[str] = None,
            service_tracker_group_feature_id: Optional[str] = None) -> ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature
    func GetServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature(ctx *Context, name string, id IDInput, state *ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState, opts ...ResourceOption) (*ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature, error)
    public static ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature Get(string name, Input<string> id, ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState? state, CustomResourceOptions? opts = null)
    public static ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature get(String name, Output<String> id, ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeatureState state, CustomResourceOptions options)
    resources:  _:    type: sdwan:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    FeatureProfileId string
    Feature Profile ID
    ServiceLanVpnFeatureId string
    Service LAN VPN Feature ID
    ServiceLanVpnInterfaceEthernetFeatureId string
    Service LAN VPN Interface Ethernet Feature ID
    ServiceTrackerGroupFeatureId string
    Service Tracker Group Feature ID
    FeatureProfileId string
    Feature Profile ID
    ServiceLanVpnFeatureId string
    Service LAN VPN Feature ID
    ServiceLanVpnInterfaceEthernetFeatureId string
    Service LAN VPN Interface Ethernet Feature ID
    ServiceTrackerGroupFeatureId string
    Service Tracker Group Feature ID
    featureProfileId String
    Feature Profile ID
    serviceLanVpnFeatureId String
    Service LAN VPN Feature ID
    serviceLanVpnInterfaceEthernetFeatureId String
    Service LAN VPN Interface Ethernet Feature ID
    serviceTrackerGroupFeatureId String
    Service Tracker Group Feature ID
    featureProfileId string
    Feature Profile ID
    serviceLanVpnFeatureId string
    Service LAN VPN Feature ID
    serviceLanVpnInterfaceEthernetFeatureId string
    Service LAN VPN Interface Ethernet Feature ID
    serviceTrackerGroupFeatureId string
    Service Tracker Group Feature ID
    feature_profile_id str
    Feature Profile ID
    service_lan_vpn_feature_id str
    Service LAN VPN Feature ID
    service_lan_vpn_interface_ethernet_feature_id str
    Service LAN VPN Interface Ethernet Feature ID
    service_tracker_group_feature_id str
    Service Tracker Group Feature ID
    featureProfileId String
    Feature Profile ID
    serviceLanVpnFeatureId String
    Service LAN VPN Feature ID
    serviceLanVpnInterfaceEthernetFeatureId String
    Service LAN VPN Interface Ethernet Feature ID
    serviceTrackerGroupFeatureId String
    Service Tracker Group Feature ID

    Import

    $ pulumi import sdwan:index/serviceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:ServiceLanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.2.5 published on Saturday, Mar 15, 2025 by Pulumi