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

sdwan.getGpsFeatureTemplate

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

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",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_gps_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.LookupGpsFeatureTemplate(ctx, &sdwan.LookupGpsFeatureTemplateArgs{
			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.GetGpsFeatureTemplate.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.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());

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

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>
Copy
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]
Copy
func LookupGpsFeatureTemplate(ctx *Context, args *LookupGpsFeatureTemplateArgs, opts ...InvokeOption) (*LookupGpsFeatureTemplateResult, error)
func LookupGpsFeatureTemplateOutput(ctx *Context, args *LookupGpsFeatureTemplateOutputArgs, opts ...InvokeOption) LookupGpsFeatureTemplateResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetGpsFeatureTemplateResult> getGpsFeatureTemplate(GetGpsFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetGpsFeatureTemplateResult> getGpsFeatureTemplate(GetGpsFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getGpsFeatureTemplate:getGpsFeatureTemplate
  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

getGpsFeatureTemplate Result

The following output properties are available:

Description string
The description of the feature template
DestinationAddress string
Destination address
DestinationAddressVariable string
Variable name
DestinationPort int
Destination port
DestinationPortVariable string
Variable name
DeviceTypes List<string>
List of supported device types
Enable bool
Enable/disable GPS
EnableVariable string
Variable name
GpsMode string
Select GPS mode
GpsModeVariable string
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
SourceAddressVariable string
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
DestinationAddressVariable string
Variable name
DestinationPort int
Destination port
DestinationPortVariable string
Variable name
DeviceTypes []string
List of supported device types
Enable bool
Enable/disable GPS
EnableVariable string
Variable name
GpsMode string
Select GPS mode
GpsModeVariable string
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
SourceAddressVariable string
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
destinationAddressVariable String
Variable name
destinationPort Integer
Destination port
destinationPortVariable String
Variable name
deviceTypes List<String>
List of supported device types
enable Boolean
Enable/disable GPS
enableVariable String
Variable name
gpsMode String
Select GPS mode
gpsModeVariable String
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
sourceAddressVariable String
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
destinationAddressVariable string
Variable name
destinationPort number
Destination port
destinationPortVariable string
Variable name
deviceTypes string[]
List of supported device types
enable boolean
Enable/disable GPS
enableVariable string
Variable name
gpsMode string
Select GPS mode
gpsModeVariable string
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
sourceAddressVariable string
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_variable str
Variable name
destination_port int
Destination port
destination_port_variable str
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_variable str
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_variable str
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
destinationAddressVariable String
Variable name
destinationPort Number
Destination port
destinationPortVariable String
Variable name
deviceTypes List<String>
List of supported device types
enable Boolean
Enable/disable GPS
enableVariable String
Variable name
gpsMode String
Select GPS mode
gpsModeVariable String
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
sourceAddressVariable 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.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi