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",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cellular_cedge_profile_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.LookupCellularCedgeProfileFeatureTemplate(ctx, &sdwan.LookupCellularCedgeProfileFeatureTemplateArgs{
			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.GetCellularCedgeProfileFeatureTemplate.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.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());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCellularCedgeProfileFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
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>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]func LookupCellularCedgeProfileFeatureTemplate(ctx *Context, args *LookupCellularCedgeProfileFeatureTemplateArgs, opts ...InvokeOption) (*LookupCellularCedgeProfileFeatureTemplateResult, error)
func LookupCellularCedgeProfileFeatureTemplateOutput(ctx *Context, args *LookupCellularCedgeProfileFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCellularCedgeProfileFeatureTemplateResultOutput> 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)
}public static CompletableFuture<GetCellularCedgeProfileFeatureTemplateResult> getCellularCedgeProfileFeatureTemplate(GetCellularCedgeProfileFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCellularCedgeProfileFeatureTemplateResult> getCellularCedgeProfileFeatureTemplate(GetCellularCedgeProfileFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCellularCedgeProfileFeatureTemplate:getCellularCedgeProfileFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCellularCedgeProfileFeatureTemplate Result
The following output properties are available:
- AccessPoint stringName 
- Set access point name
- AccessPoint stringName Variable 
- Variable name
- AuthenticationType string
- Set authentication type
- AuthenticationType stringVariable 
- 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
- NoOverwrite stringVariable 
- Variable name
- PacketData stringNetwork Type 
- Set packet data network type
- PacketData stringNetwork Type Variable 
- Variable name
- ProfileId int
- Set Profile ID
- ProfileId stringVariable 
- Variable name
- ProfilePassword string
- Set the profile password
- ProfilePassword stringVariable 
- Variable name
- ProfileUsername string
- Set the profile username
- ProfileUsername stringVariable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- AccessPoint stringName 
- Set access point name
- AccessPoint stringName Variable 
- Variable name
- AuthenticationType string
- Set authentication type
- AuthenticationType stringVariable 
- 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
- NoOverwrite stringVariable 
- Variable name
- PacketData stringNetwork Type 
- Set packet data network type
- PacketData stringNetwork Type Variable 
- Variable name
- ProfileId int
- Set Profile ID
- ProfileId stringVariable 
- Variable name
- ProfilePassword string
- Set the profile password
- ProfilePassword stringVariable 
- Variable name
- ProfileUsername string
- Set the profile username
- ProfileUsername stringVariable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- accessPoint StringName 
- Set access point name
- accessPoint StringName Variable 
- Variable name
- authenticationType String
- Set authentication type
- authenticationType StringVariable 
- 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
- noOverwrite StringVariable 
- Variable name
- packetData StringNetwork Type 
- Set packet data network type
- packetData StringNetwork Type Variable 
- Variable name
- profileId Integer
- Set Profile ID
- profileId StringVariable 
- Variable name
- profilePassword String
- Set the profile password
- profilePassword StringVariable 
- Variable name
- profileUsername String
- Set the profile username
- profileUsername StringVariable 
- Variable name
- templateType String
- The template type
- version Integer
- The version of the feature template
- accessPoint stringName 
- Set access point name
- accessPoint stringName Variable 
- Variable name
- authenticationType string
- Set authentication type
- authenticationType stringVariable 
- 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
- noOverwrite stringVariable 
- Variable name
- packetData stringNetwork Type 
- Set packet data network type
- packetData stringNetwork Type Variable 
- Variable name
- profileId number
- Set Profile ID
- profileId stringVariable 
- Variable name
- profilePassword string
- Set the profile password
- profilePassword stringVariable 
- Variable name
- profileUsername string
- Set the profile username
- profileUsername stringVariable 
- Variable name
- templateType string
- The template type
- version number
- The version of the feature template
- access_point_ strname 
- Set access point name
- access_point_ strname_ variable 
- Variable name
- authentication_type str
- Set authentication type
- authentication_type_ strvariable 
- 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_ strvariable 
- Variable name
- packet_data_ strnetwork_ type 
- Set packet data network type
- packet_data_ strnetwork_ type_ variable 
- Variable name
- profile_id int
- Set Profile ID
- profile_id_ strvariable 
- Variable name
- profile_password str
- Set the profile password
- profile_password_ strvariable 
- Variable name
- profile_username str
- Set the profile username
- profile_username_ strvariable 
- Variable name
- template_type str
- The template type
- version int
- The version of the feature template
- accessPoint StringName 
- Set access point name
- accessPoint StringName Variable 
- Variable name
- authenticationType String
- Set authentication type
- authenticationType StringVariable 
- 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
- noOverwrite StringVariable 
- Variable name
- packetData StringNetwork Type 
- Set packet data network type
- packetData StringNetwork Type Variable 
- Variable name
- profileId Number
- Set Profile ID
- profileId StringVariable 
- Variable name
- profilePassword String
- Set the profile password
- profilePassword StringVariable 
- Variable name
- profileUsername String
- Set the profile username
- profileUsername StringVariable 
- 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 sdwanTerraform Provider.
