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

sdwan.getCellularCedgeProfileFeatureTemplate

Explore with Pulumi AI

This data source can read the Cellular cEdge Profile feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCellularCedgeProfileFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cellular_cedge_profile_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupCellularCedgeProfileFeatureTemplate(ctx, &sdwan.LookupCellularCedgeProfileFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		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 = Sdwan.GetCellularCedgeProfileFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
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.GetCellularCedgeProfileFeatureTemplateArgs;
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.getCellularCedgeProfileFeatureTemplate(GetCellularCedgeProfileFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCellularCedgeProfileFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getCellularCedgeProfileFeatureTemplate

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 getCellularCedgeProfileFeatureTemplate(args: GetCellularCedgeProfileFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCellularCedgeProfileFeatureTemplateResult>
function getCellularCedgeProfileFeatureTemplateOutput(args: GetCellularCedgeProfileFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCellularCedgeProfileFeatureTemplateResult>
Copy
def get_cellular_cedge_profile_feature_template(id: Optional[str] = None,
                                                name: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetCellularCedgeProfileFeatureTemplateResult
def get_cellular_cedge_profile_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                                name: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetCellularCedgeProfileFeatureTemplateResult]
Copy
func LookupCellularCedgeProfileFeatureTemplate(ctx *Context, args *LookupCellularCedgeProfileFeatureTemplateArgs, opts ...InvokeOption) (*LookupCellularCedgeProfileFeatureTemplateResult, error)
func LookupCellularCedgeProfileFeatureTemplateOutput(ctx *Context, args *LookupCellularCedgeProfileFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCellularCedgeProfileFeatureTemplateResultOutput
Copy

> Note: This function is named LookupCellularCedgeProfileFeatureTemplate in the Go SDK.

public static class GetCellularCedgeProfileFeatureTemplate 
{
    public static Task<GetCellularCedgeProfileFeatureTemplateResult> InvokeAsync(GetCellularCedgeProfileFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCellularCedgeProfileFeatureTemplateResult> Invoke(GetCellularCedgeProfileFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCellularCedgeProfileFeatureTemplateResult> getCellularCedgeProfileFeatureTemplate(GetCellularCedgeProfileFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCellularCedgeProfileFeatureTemplateResult> getCellularCedgeProfileFeatureTemplate(GetCellularCedgeProfileFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCellularCedgeProfileFeatureTemplate:getCellularCedgeProfileFeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the feature template
Name string
The name of the feature template
Id string
The id of the feature template
Name string
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template
id string
The id of the feature template
name string
The name of the feature template
id str
The id of the feature template
name str
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template

getCellularCedgeProfileFeatureTemplate Result

The following output properties are available:

AccessPointName string
Set access point name
AccessPointNameVariable string
Variable name
AuthenticationType string
Set authentication type
AuthenticationTypeVariable string
Variable name
Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
Id string
The id of the feature template
Name string
The name of the feature template
NoOverwrite bool
No Overwrite
NoOverwriteVariable string
Variable name
PacketDataNetworkType string
Set packet data network type
PacketDataNetworkTypeVariable string
Variable name
ProfileId int
Set Profile ID
ProfileIdVariable string
Variable name
ProfilePassword string
Set the profile password
ProfilePasswordVariable string
Variable name
ProfileUsername string
Set the profile username
ProfileUsernameVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
AccessPointName string
Set access point name
AccessPointNameVariable string
Variable name
AuthenticationType string
Set authentication type
AuthenticationTypeVariable string
Variable name
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
Id string
The id of the feature template
Name string
The name of the feature template
NoOverwrite bool
No Overwrite
NoOverwriteVariable string
Variable name
PacketDataNetworkType string
Set packet data network type
PacketDataNetworkTypeVariable string
Variable name
ProfileId int
Set Profile ID
ProfileIdVariable string
Variable name
ProfilePassword string
Set the profile password
ProfilePasswordVariable string
Variable name
ProfileUsername string
Set the profile username
ProfileUsernameVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
accessPointName String
Set access point name
accessPointNameVariable String
Variable name
authenticationType String
Set authentication type
authenticationTypeVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
name String
The name of the feature template
noOverwrite Boolean
No Overwrite
noOverwriteVariable String
Variable name
packetDataNetworkType String
Set packet data network type
packetDataNetworkTypeVariable String
Variable name
profileId Integer
Set Profile ID
profileIdVariable String
Variable name
profilePassword String
Set the profile password
profilePasswordVariable String
Variable name
profileUsername String
Set the profile username
profileUsernameVariable String
Variable name
templateType String
The template type
version Integer
The version of the feature template
accessPointName string
Set access point name
accessPointNameVariable string
Variable name
authenticationType string
Set authentication type
authenticationTypeVariable string
Variable name
description string
The description of the feature template
deviceTypes string[]
List of supported device types
id string
The id of the feature template
name string
The name of the feature template
noOverwrite boolean
No Overwrite
noOverwriteVariable string
Variable name
packetDataNetworkType string
Set packet data network type
packetDataNetworkTypeVariable string
Variable name
profileId number
Set Profile ID
profileIdVariable string
Variable name
profilePassword string
Set the profile password
profilePasswordVariable string
Variable name
profileUsername string
Set the profile username
profileUsernameVariable string
Variable name
templateType string
The template type
version number
The version of the feature template
access_point_name str
Set access point name
access_point_name_variable str
Variable name
authentication_type str
Set authentication type
authentication_type_variable str
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
name str
The name of the feature template
no_overwrite bool
No Overwrite
no_overwrite_variable str
Variable name
packet_data_network_type str
Set packet data network type
packet_data_network_type_variable str
Variable name
profile_id int
Set Profile ID
profile_id_variable str
Variable name
profile_password str
Set the profile password
profile_password_variable str
Variable name
profile_username str
Set the profile username
profile_username_variable str
Variable name
template_type str
The template type
version int
The version of the feature template
accessPointName String
Set access point name
accessPointNameVariable String
Variable name
authenticationType String
Set authentication type
authenticationTypeVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
name String
The name of the feature template
noOverwrite Boolean
No Overwrite
noOverwriteVariable String
Variable name
packetDataNetworkType String
Set packet data network type
packetDataNetworkTypeVariable String
Variable name
profileId Number
Set Profile ID
profileIdVariable String
Variable name
profilePassword String
Set the profile password
profilePasswordVariable String
Variable name
profileUsername String
Set the profile username
profileUsernameVariable String
Variable name
templateType String
The template type
version Number
The version of the feature template

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.