Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCellularProfileFeatureTemplate
Explore with Pulumi AI
This data source can read the Cellular Profile feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCellularProfileFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cellular_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.LookupCellularProfileFeatureTemplate(ctx, &sdwan.LookupCellularProfileFeatureTemplateArgs{
			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.GetCellularProfileFeatureTemplate.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.GetCellularProfileFeatureTemplateArgs;
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.getCellularProfileFeatureTemplate(GetCellularProfileFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCellularProfileFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCellularProfileFeatureTemplate
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 getCellularProfileFeatureTemplate(args: GetCellularProfileFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCellularProfileFeatureTemplateResult>
function getCellularProfileFeatureTemplateOutput(args: GetCellularProfileFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCellularProfileFeatureTemplateResult>def get_cellular_profile_feature_template(id: Optional[str] = None,
                                          name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetCellularProfileFeatureTemplateResult
def get_cellular_profile_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetCellularProfileFeatureTemplateResult]func LookupCellularProfileFeatureTemplate(ctx *Context, args *LookupCellularProfileFeatureTemplateArgs, opts ...InvokeOption) (*LookupCellularProfileFeatureTemplateResult, error)
func LookupCellularProfileFeatureTemplateOutput(ctx *Context, args *LookupCellularProfileFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCellularProfileFeatureTemplateResultOutput> Note: This function is named LookupCellularProfileFeatureTemplate in the Go SDK.
public static class GetCellularProfileFeatureTemplate 
{
    public static Task<GetCellularProfileFeatureTemplateResult> InvokeAsync(GetCellularProfileFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCellularProfileFeatureTemplateResult> Invoke(GetCellularProfileFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCellularProfileFeatureTemplateResult> getCellularProfileFeatureTemplate(GetCellularProfileFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCellularProfileFeatureTemplateResult> getCellularProfileFeatureTemplate(GetCellularProfileFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCellularProfileFeatureTemplate:getCellularProfileFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCellularProfileFeatureTemplate 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
- IfName string
- Set interface name
- IfName stringVariable 
- Variable name
- IpAddress string
- Set IP address
- IpAddress stringVariable 
- Variable name
- Name string
- The name of the feature template
- PacketData stringNetwork Type 
- Set packet data network type
- PacketData stringNetwork Type Variable 
- Variable name
- PrimaryDns stringAddress 
- Set the address of the primary DNS server
- PrimaryDns stringAddress Variable 
- Variable name
- ProfileId int
- Set Profile ID
- ProfileId stringVariable 
- Variable name
- ProfileName string
- Set profile name
- ProfileName stringVariable 
- Variable name
- ProfilePassword string
- Set the profile password
- ProfilePassword stringVariable 
- Variable name
- ProfileUsername string
- Set the profile username
- ProfileUsername stringVariable 
- Variable name
- SecondaryDns stringAddress 
- Set the address of the secondary DNS server
- SecondaryDns stringAddress Variable 
- 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
- IfName string
- Set interface name
- IfName stringVariable 
- Variable name
- IpAddress string
- Set IP address
- IpAddress stringVariable 
- Variable name
- Name string
- The name of the feature template
- PacketData stringNetwork Type 
- Set packet data network type
- PacketData stringNetwork Type Variable 
- Variable name
- PrimaryDns stringAddress 
- Set the address of the primary DNS server
- PrimaryDns stringAddress Variable 
- Variable name
- ProfileId int
- Set Profile ID
- ProfileId stringVariable 
- Variable name
- ProfileName string
- Set profile name
- ProfileName stringVariable 
- Variable name
- ProfilePassword string
- Set the profile password
- ProfilePassword stringVariable 
- Variable name
- ProfileUsername string
- Set the profile username
- ProfileUsername stringVariable 
- Variable name
- SecondaryDns stringAddress 
- Set the address of the secondary DNS server
- SecondaryDns stringAddress Variable 
- 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
- ifName String
- Set interface name
- ifName StringVariable 
- Variable name
- ipAddress String
- Set IP address
- ipAddress StringVariable 
- Variable name
- name String
- The name of the feature template
- packetData StringNetwork Type 
- Set packet data network type
- packetData StringNetwork Type Variable 
- Variable name
- primaryDns StringAddress 
- Set the address of the primary DNS server
- primaryDns StringAddress Variable 
- Variable name
- profileId Integer
- Set Profile ID
- profileId StringVariable 
- Variable name
- profileName String
- Set profile name
- profileName StringVariable 
- Variable name
- profilePassword String
- Set the profile password
- profilePassword StringVariable 
- Variable name
- profileUsername String
- Set the profile username
- profileUsername StringVariable 
- Variable name
- secondaryDns StringAddress 
- Set the address of the secondary DNS server
- secondaryDns StringAddress Variable 
- 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
- ifName string
- Set interface name
- ifName stringVariable 
- Variable name
- ipAddress string
- Set IP address
- ipAddress stringVariable 
- Variable name
- name string
- The name of the feature template
- packetData stringNetwork Type 
- Set packet data network type
- packetData stringNetwork Type Variable 
- Variable name
- primaryDns stringAddress 
- Set the address of the primary DNS server
- primaryDns stringAddress Variable 
- Variable name
- profileId number
- Set Profile ID
- profileId stringVariable 
- Variable name
- profileName string
- Set profile name
- profileName stringVariable 
- Variable name
- profilePassword string
- Set the profile password
- profilePassword stringVariable 
- Variable name
- profileUsername string
- Set the profile username
- profileUsername stringVariable 
- Variable name
- secondaryDns stringAddress 
- Set the address of the secondary DNS server
- secondaryDns stringAddress Variable 
- 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
- if_name str
- Set interface name
- if_name_ strvariable 
- Variable name
- ip_address str
- Set IP address
- ip_address_ strvariable 
- Variable name
- name str
- The name of the feature template
- packet_data_ strnetwork_ type 
- Set packet data network type
- packet_data_ strnetwork_ type_ variable 
- Variable name
- primary_dns_ straddress 
- Set the address of the primary DNS server
- primary_dns_ straddress_ variable 
- Variable name
- profile_id int
- Set Profile ID
- profile_id_ strvariable 
- Variable name
- profile_name str
- Set profile name
- profile_name_ 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
- secondary_dns_ straddress 
- Set the address of the secondary DNS server
- secondary_dns_ straddress_ variable 
- 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
- ifName String
- Set interface name
- ifName StringVariable 
- Variable name
- ipAddress String
- Set IP address
- ipAddress StringVariable 
- Variable name
- name String
- The name of the feature template
- packetData StringNetwork Type 
- Set packet data network type
- packetData StringNetwork Type Variable 
- Variable name
- primaryDns StringAddress 
- Set the address of the primary DNS server
- primaryDns StringAddress Variable 
- Variable name
- profileId Number
- Set Profile ID
- profileId StringVariable 
- Variable name
- profileName String
- Set profile name
- profileName StringVariable 
- Variable name
- profilePassword String
- Set the profile password
- profilePassword StringVariable 
- Variable name
- profileUsername String
- Set the profile username
- profileUsername StringVariable 
- Variable name
- secondaryDns StringAddress 
- Set the address of the secondary DNS server
- secondaryDns StringAddress Variable 
- 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.
