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

sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature

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 Transport WAN VPN Interface GRE Feature Associate Tracker 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.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("example", {
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
        transportWanVpnInterfaceGreFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
        transportTrackerFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("example",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
        transport_wan_vpn_interface_gre_feature_id="140331f6-5418-4755-a059-13c77eb96037",
        transport_tracker_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.NewTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(ctx, "example", &sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs{
    			FeatureProfileId:                     pulumi.String("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"),
    			TransportWanVpnFeatureId:             pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
    			TransportWanVpnInterfaceGreFeatureId: pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
    			TransportTrackerFeatureId:            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.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("example", new()
        {
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
            TransportWanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
            TransportWanVpnInterfaceGreFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
            TransportTrackerFeatureId = "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.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature;
    import com.pulumi.sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs;
    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 TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("example", TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs.builder()
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .transportWanVpnInterfaceGreFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .transportTrackerFeatureId("140331f6-5418-4755-a059-13c77eb96037")
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature
        properties:
          featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
          transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
          transportWanVpnInterfaceGreFeatureId: 140331f6-5418-4755-a059-13c77eb96037
          transportTrackerFeatureId: 140331f6-5418-4755-a059-13c77eb96037
    

    Create TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature Resource

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

    Constructor syntax

    new TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(name: string, args: TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs, opts?: CustomResourceOptions);
    @overload
    def TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(resource_name: str,
                                                                  args: TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs,
                                                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(resource_name: str,
                                                                  opts: Optional[ResourceOptions] = None,
                                                                  feature_profile_id: Optional[str] = None,
                                                                  transport_tracker_feature_id: Optional[str] = None,
                                                                  transport_wan_vpn_feature_id: Optional[str] = None,
                                                                  transport_wan_vpn_interface_gre_feature_id: Optional[str] = None)
    func NewTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(ctx *Context, name string, args TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs, opts ...ResourceOption) (*TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature, error)
    public TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(string name, TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs args, CustomResourceOptions? opts = null)
    public TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(String name, TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs args)
    public TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(String name, TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs args, CustomResourceOptions options)
    
    type: sdwan:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature
    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 TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs
    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 TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs
    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 TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs
    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 transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource = new Sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource", new()
    {
        FeatureProfileId = "string",
        TransportTrackerFeatureId = "string",
        TransportWanVpnFeatureId = "string",
        TransportWanVpnInterfaceGreFeatureId = "string",
    });
    
    example, err := sdwan.NewTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(ctx, "transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource", &sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs{
    	FeatureProfileId:                     pulumi.String("string"),
    	TransportTrackerFeatureId:            pulumi.String("string"),
    	TransportWanVpnFeatureId:             pulumi.String("string"),
    	TransportWanVpnInterfaceGreFeatureId: pulumi.String("string"),
    })
    
    var transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource = new TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource", TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureArgs.builder()
        .featureProfileId("string")
        .transportTrackerFeatureId("string")
        .transportWanVpnFeatureId("string")
        .transportWanVpnInterfaceGreFeatureId("string")
        .build());
    
    transport_wan_vpn_interface_gre_feature_associate_tracker_feature_resource = sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource",
        feature_profile_id="string",
        transport_tracker_feature_id="string",
        transport_wan_vpn_feature_id="string",
        transport_wan_vpn_interface_gre_feature_id="string")
    
    const transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource = new sdwan.TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature("transportWanVpnInterfaceGreFeatureAssociateTrackerFeatureResource", {
        featureProfileId: "string",
        transportTrackerFeatureId: "string",
        transportWanVpnFeatureId: "string",
        transportWanVpnInterfaceGreFeatureId: "string",
    });
    
    type: sdwan:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature
    properties:
        featureProfileId: string
        transportTrackerFeatureId: string
        transportWanVpnFeatureId: string
        transportWanVpnInterfaceGreFeatureId: string
    

    TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature 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 TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature resource accepts the following input properties:

    FeatureProfileId string
    Feature Profile ID
    TransportTrackerFeatureId string
    Transport Tracker Feature ID
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    TransportWanVpnInterfaceGreFeatureId string
    Transport WAN VPN Interface GRE Feature ID
    FeatureProfileId string
    Feature Profile ID
    TransportTrackerFeatureId string
    Transport Tracker Feature ID
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    TransportWanVpnInterfaceGreFeatureId string
    Transport WAN VPN Interface GRE Feature ID
    featureProfileId String
    Feature Profile ID
    transportTrackerFeatureId String
    Transport Tracker Feature ID
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    transportWanVpnInterfaceGreFeatureId String
    Transport WAN VPN Interface GRE Feature ID
    featureProfileId string
    Feature Profile ID
    transportTrackerFeatureId string
    Transport Tracker Feature ID
    transportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    transportWanVpnInterfaceGreFeatureId string
    Transport WAN VPN Interface GRE Feature ID
    feature_profile_id str
    Feature Profile ID
    transport_tracker_feature_id str
    Transport Tracker Feature ID
    transport_wan_vpn_feature_id str
    Transport WAN VPN Feature ID
    transport_wan_vpn_interface_gre_feature_id str
    Transport WAN VPN Interface GRE Feature ID
    featureProfileId String
    Feature Profile ID
    transportTrackerFeatureId String
    Transport Tracker Feature ID
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    transportWanVpnInterfaceGreFeatureId String
    Transport WAN VPN Interface GRE Feature ID

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature 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 TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature Resource

    Get an existing TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature 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?: TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState, opts?: CustomResourceOptions): TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            feature_profile_id: Optional[str] = None,
            transport_tracker_feature_id: Optional[str] = None,
            transport_wan_vpn_feature_id: Optional[str] = None,
            transport_wan_vpn_interface_gre_feature_id: Optional[str] = None) -> TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature
    func GetTransportWanVpnInterfaceGreFeatureAssociateTrackerFeature(ctx *Context, name string, id IDInput, state *TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState, opts ...ResourceOption) (*TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature, error)
    public static TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature Get(string name, Input<string> id, TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState? state, CustomResourceOptions? opts = null)
    public static TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature get(String name, Output<String> id, TransportWanVpnInterfaceGreFeatureAssociateTrackerFeatureState state, CustomResourceOptions options)
    resources:  _:    type: sdwan:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature    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
    TransportTrackerFeatureId string
    Transport Tracker Feature ID
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    TransportWanVpnInterfaceGreFeatureId string
    Transport WAN VPN Interface GRE Feature ID
    FeatureProfileId string
    Feature Profile ID
    TransportTrackerFeatureId string
    Transport Tracker Feature ID
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    TransportWanVpnInterfaceGreFeatureId string
    Transport WAN VPN Interface GRE Feature ID
    featureProfileId String
    Feature Profile ID
    transportTrackerFeatureId String
    Transport Tracker Feature ID
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    transportWanVpnInterfaceGreFeatureId String
    Transport WAN VPN Interface GRE Feature ID
    featureProfileId string
    Feature Profile ID
    transportTrackerFeatureId string
    Transport Tracker Feature ID
    transportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    transportWanVpnInterfaceGreFeatureId string
    Transport WAN VPN Interface GRE Feature ID
    feature_profile_id str
    Feature Profile ID
    transport_tracker_feature_id str
    Transport Tracker Feature ID
    transport_wan_vpn_feature_id str
    Transport WAN VPN Feature ID
    transport_wan_vpn_interface_gre_feature_id str
    Transport WAN VPN Interface GRE Feature ID
    featureProfileId String
    Feature Profile ID
    transportTrackerFeatureId String
    Transport Tracker Feature ID
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    transportWanVpnInterfaceGreFeatureId String
    Transport WAN VPN Interface GRE Feature ID

    Import

    $ pulumi import sdwan:index/transportWanVpnInterfaceGreFeatureAssociateTrackerFeature:TransportWanVpnInterfaceGreFeatureAssociateTrackerFeature 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