Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getGpsFeatureTemplate
Explore with Pulumi AI
This data source can read the gps feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getGpsFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_gps_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.LookupGpsFeatureTemplate(ctx, &sdwan.LookupGpsFeatureTemplateArgs{
			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.GetGpsFeatureTemplate.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.GetGpsFeatureTemplateArgs;
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.getGpsFeatureTemplate(GetGpsFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getGpsFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getGpsFeatureTemplate
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 getGpsFeatureTemplate(args: GetGpsFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetGpsFeatureTemplateResult>
function getGpsFeatureTemplateOutput(args: GetGpsFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetGpsFeatureTemplateResult>def get_gps_feature_template(id: Optional[str] = None,
                             name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetGpsFeatureTemplateResult
def get_gps_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetGpsFeatureTemplateResult]func LookupGpsFeatureTemplate(ctx *Context, args *LookupGpsFeatureTemplateArgs, opts ...InvokeOption) (*LookupGpsFeatureTemplateResult, error)
func LookupGpsFeatureTemplateOutput(ctx *Context, args *LookupGpsFeatureTemplateOutputArgs, opts ...InvokeOption) LookupGpsFeatureTemplateResultOutput> Note: This function is named LookupGpsFeatureTemplate in the Go SDK.
public static class GetGpsFeatureTemplate 
{
    public static Task<GetGpsFeatureTemplateResult> InvokeAsync(GetGpsFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetGpsFeatureTemplateResult> Invoke(GetGpsFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGpsFeatureTemplateResult> getGpsFeatureTemplate(GetGpsFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetGpsFeatureTemplateResult> getGpsFeatureTemplate(GetGpsFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getGpsFeatureTemplate:getGpsFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getGpsFeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- DestinationAddress string
- Destination address
- DestinationAddress stringVariable 
- Variable name
- DestinationPort int
- Destination port
- DestinationPort stringVariable 
- Variable name
- DeviceTypes List<string>
- List of supported device types
- Enable bool
- Enable/disable GPS
- EnableVariable string
- Variable name
- GpsMode string
- Select GPS mode
- GpsMode stringVariable 
- Variable name
- Id string
- The id of the feature template
- Name string
- The name of the feature template
- Nmea bool
- Enable/disable NMEA data
- NmeaVariable string
- Variable name
- SourceAddress string
- Source address
- SourceAddress stringVariable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- Description string
- The description of the feature template
- DestinationAddress string
- Destination address
- DestinationAddress stringVariable 
- Variable name
- DestinationPort int
- Destination port
- DestinationPort stringVariable 
- Variable name
- DeviceTypes []string
- List of supported device types
- Enable bool
- Enable/disable GPS
- EnableVariable string
- Variable name
- GpsMode string
- Select GPS mode
- GpsMode stringVariable 
- Variable name
- Id string
- The id of the feature template
- Name string
- The name of the feature template
- Nmea bool
- Enable/disable NMEA data
- NmeaVariable string
- Variable name
- SourceAddress string
- Source address
- SourceAddress stringVariable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- description String
- The description of the feature template
- destinationAddress String
- Destination address
- destinationAddress StringVariable 
- Variable name
- destinationPort Integer
- Destination port
- destinationPort StringVariable 
- Variable name
- deviceTypes List<String>
- List of supported device types
- enable Boolean
- Enable/disable GPS
- enableVariable String
- Variable name
- gpsMode String
- Select GPS mode
- gpsMode StringVariable 
- Variable name
- id String
- The id of the feature template
- name String
- The name of the feature template
- nmea Boolean
- Enable/disable NMEA data
- nmeaVariable String
- Variable name
- sourceAddress String
- Source address
- sourceAddress StringVariable 
- Variable name
- templateType String
- The template type
- version Integer
- The version of the feature template
- description string
- The description of the feature template
- destinationAddress string
- Destination address
- destinationAddress stringVariable 
- Variable name
- destinationPort number
- Destination port
- destinationPort stringVariable 
- Variable name
- deviceTypes string[]
- List of supported device types
- enable boolean
- Enable/disable GPS
- enableVariable string
- Variable name
- gpsMode string
- Select GPS mode
- gpsMode stringVariable 
- Variable name
- id string
- The id of the feature template
- name string
- The name of the feature template
- nmea boolean
- Enable/disable NMEA data
- nmeaVariable string
- Variable name
- sourceAddress string
- Source address
- sourceAddress stringVariable 
- Variable name
- templateType string
- The template type
- version number
- The version of the feature template
- description str
- The description of the feature template
- destination_address str
- Destination address
- destination_address_ strvariable 
- Variable name
- destination_port int
- Destination port
- destination_port_ strvariable 
- Variable name
- device_types Sequence[str]
- List of supported device types
- enable bool
- Enable/disable GPS
- enable_variable str
- Variable name
- gps_mode str
- Select GPS mode
- gps_mode_ strvariable 
- Variable name
- id str
- The id of the feature template
- name str
- The name of the feature template
- nmea bool
- Enable/disable NMEA data
- nmea_variable str
- Variable name
- source_address str
- Source address
- source_address_ strvariable 
- Variable name
- template_type str
- The template type
- version int
- The version of the feature template
- description String
- The description of the feature template
- destinationAddress String
- Destination address
- destinationAddress StringVariable 
- Variable name
- destinationPort Number
- Destination port
- destinationPort StringVariable 
- Variable name
- deviceTypes List<String>
- List of supported device types
- enable Boolean
- Enable/disable GPS
- enableVariable String
- Variable name
- gpsMode String
- Select GPS mode
- gpsMode StringVariable 
- Variable name
- id String
- The id of the feature template
- name String
- The name of the feature template
- nmea Boolean
- Enable/disable NMEA data
- nmeaVariable String
- Variable name
- sourceAddress String
- Source address
- sourceAddress 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.
