1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature

Explore with Pulumi AI

This resource can manage a Service LAN VPN Feature Associate Routing OSPFv3 IPv4 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.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("example", {
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
    serviceRoutingOspfv3Ipv4FeatureId: "140331f6-5418-4755-a059-13c77eb96037",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("example",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
    service_routing_ospfv3_ipv4_feature_id="140331f6-5418-4755-a059-13c77eb96037")
Copy
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.NewServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature(ctx, "example", &sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs{
			FeatureProfileId:                  pulumi.String("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"),
			ServiceLanVpnFeatureId:            pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
			ServiceRoutingOspfv3Ipv4FeatureId: pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = new Sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("example", new()
    {
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        ServiceLanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
        ServiceRoutingOspfv3Ipv4FeatureId = "140331f6-5418-4755-a059-13c77eb96037",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature;
import com.pulumi.sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs;
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 ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("example", ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs.builder()
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .serviceLanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
            .serviceRoutingOspfv3Ipv4FeatureId("140331f6-5418-4755-a059-13c77eb96037")
            .build());

    }
}
Copy
resources:
  example:
    type: sdwan:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature
    properties:
      featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
      serviceLanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
      serviceRoutingOspfv3Ipv4FeatureId: 140331f6-5418-4755-a059-13c77eb96037
Copy

Create ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature Resource

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

Constructor syntax

new ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature(name: string, args: ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs, opts?: CustomResourceOptions);
@overload
def ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature(resource_name: str,
                                                          args: ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs,
                                                          opts: Optional[ResourceOptions] = None)

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

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs
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 serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource = new Sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource", new()
{
    FeatureProfileId = "string",
    ServiceLanVpnFeatureId = "string",
    ServiceRoutingOspfv3Ipv4FeatureId = "string",
});
Copy
example, err := sdwan.NewServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature(ctx, "serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource", &sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs{
	FeatureProfileId:                  pulumi.String("string"),
	ServiceLanVpnFeatureId:            pulumi.String("string"),
	ServiceRoutingOspfv3Ipv4FeatureId: pulumi.String("string"),
})
Copy
var serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource = new ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource", ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureArgs.builder()
    .featureProfileId("string")
    .serviceLanVpnFeatureId("string")
    .serviceRoutingOspfv3Ipv4FeatureId("string")
    .build());
Copy
service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature_resource = sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource",
    feature_profile_id="string",
    service_lan_vpn_feature_id="string",
    service_routing_ospfv3_ipv4_feature_id="string")
Copy
const serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource = new sdwan.ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature("serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureResource", {
    featureProfileId: "string",
    serviceLanVpnFeatureId: "string",
    serviceRoutingOspfv3Ipv4FeatureId: "string",
});
Copy
type: sdwan:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature
properties:
    featureProfileId: string
    serviceLanVpnFeatureId: string
    serviceRoutingOspfv3Ipv4FeatureId: string
Copy

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

FeatureProfileId This property is required. string
Feature Profile ID
ServiceLanVpnFeatureId This property is required. string
Service LAN VPN Feature ID
ServiceRoutingOspfv3Ipv4FeatureId This property is required. string
Service Routing OSPFv3 IPv4 Feature ID
FeatureProfileId This property is required. string
Feature Profile ID
ServiceLanVpnFeatureId This property is required. string
Service LAN VPN Feature ID
ServiceRoutingOspfv3Ipv4FeatureId This property is required. string
Service Routing OSPFv3 IPv4 Feature ID
featureProfileId This property is required. String
Feature Profile ID
serviceLanVpnFeatureId This property is required. String
Service LAN VPN Feature ID
serviceRoutingOspfv3Ipv4FeatureId This property is required. String
Service Routing OSPFv3 IPv4 Feature ID
featureProfileId This property is required. string
Feature Profile ID
serviceLanVpnFeatureId This property is required. string
Service LAN VPN Feature ID
serviceRoutingOspfv3Ipv4FeatureId This property is required. string
Service Routing OSPFv3 IPv4 Feature ID
feature_profile_id This property is required. str
Feature Profile ID
service_lan_vpn_feature_id This property is required. str
Service LAN VPN Feature ID
service_routing_ospfv3_ipv4_feature_id This property is required. str
Service Routing OSPFv3 IPv4 Feature ID
featureProfileId This property is required. String
Feature Profile ID
serviceLanVpnFeatureId This property is required. String
Service LAN VPN Feature ID
serviceRoutingOspfv3Ipv4FeatureId This property is required. String
Service Routing OSPFv3 IPv4 Feature ID

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Version int
The version of the object
Id string
The provider-assigned unique ID for this managed resource.
Version int
The version of the object
id String
The provider-assigned unique ID for this managed resource.
version Integer
The version of the object
id string
The provider-assigned unique ID for this managed resource.
version number
The version of the object
id str
The provider-assigned unique ID for this managed resource.
version int
The version of the object
id String
The provider-assigned unique ID for this managed resource.
version Number
The version of the object

Look up Existing ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature Resource

Get an existing ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature 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?: ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureState, opts?: CustomResourceOptions): ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature
@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_routing_ospfv3_ipv4_feature_id: Optional[str] = None,
        version: Optional[int] = None) -> ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature
func GetServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature(ctx *Context, name string, id IDInput, state *ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureState, opts ...ResourceOption) (*ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature, error)
public static ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature Get(string name, Input<string> id, ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureState? state, CustomResourceOptions? opts = null)
public static ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature get(String name, Output<String> id, ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4FeatureState state, CustomResourceOptions options)
resources:  _:    type: sdwan:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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
ServiceRoutingOspfv3Ipv4FeatureId string
Service Routing OSPFv3 IPv4 Feature ID
Version int
The version of the object
FeatureProfileId string
Feature Profile ID
ServiceLanVpnFeatureId string
Service LAN VPN Feature ID
ServiceRoutingOspfv3Ipv4FeatureId string
Service Routing OSPFv3 IPv4 Feature ID
Version int
The version of the object
featureProfileId String
Feature Profile ID
serviceLanVpnFeatureId String
Service LAN VPN Feature ID
serviceRoutingOspfv3Ipv4FeatureId String
Service Routing OSPFv3 IPv4 Feature ID
version Integer
The version of the object
featureProfileId string
Feature Profile ID
serviceLanVpnFeatureId string
Service LAN VPN Feature ID
serviceRoutingOspfv3Ipv4FeatureId string
Service Routing OSPFv3 IPv4 Feature ID
version number
The version of the object
feature_profile_id str
Feature Profile ID
service_lan_vpn_feature_id str
Service LAN VPN Feature ID
service_routing_ospfv3_ipv4_feature_id str
Service Routing OSPFv3 IPv4 Feature ID
version int
The version of the object
featureProfileId String
Feature Profile ID
serviceLanVpnFeatureId String
Service LAN VPN Feature ID
serviceRoutingOspfv3Ipv4FeatureId String
Service Routing OSPFv3 IPv4 Feature ID
version Number
The version of the object

Import

Expected import identifier with the format: “service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature_id,feature_profile_id,service_lan_vpn_feature_id”

$ pulumi import sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
Copy

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.