Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getGpsFeatureTemplate:getGpsFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getGpsFeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- Destination
Address string - Destination address
- Destination
Address stringVariable - Variable name
- Destination
Port int - Destination port
- Destination
Port stringVariable - Variable name
- Device
Types List<string> - List of supported device types
- Enable bool
- Enable/disable GPS
- Enable
Variable string - Variable name
- Gps
Mode string - Select GPS mode
- Gps
Mode 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
- Nmea
Variable string - Variable name
- Source
Address string - Source address
- Source
Address stringVariable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- Description string
- The description of the feature template
- Destination
Address string - Destination address
- Destination
Address stringVariable - Variable name
- Destination
Port int - Destination port
- Destination
Port stringVariable - Variable name
- Device
Types []string - List of supported device types
- Enable bool
- Enable/disable GPS
- Enable
Variable string - Variable name
- Gps
Mode string - Select GPS mode
- Gps
Mode 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
- Nmea
Variable string - Variable name
- Source
Address string - Source address
- Source
Address stringVariable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- description String
- The description of the feature template
- destination
Address String - Destination address
- destination
Address StringVariable - Variable name
- destination
Port Integer - Destination port
- destination
Port StringVariable - Variable name
- device
Types List<String> - List of supported device types
- enable Boolean
- Enable/disable GPS
- enable
Variable String - Variable name
- gps
Mode String - Select GPS mode
- gps
Mode 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
- nmea
Variable String - Variable name
- source
Address String - Source address
- source
Address StringVariable - Variable name
- template
Type String - The template type
- version Integer
- The version of the feature template
- description string
- The description of the feature template
- destination
Address string - Destination address
- destination
Address stringVariable - Variable name
- destination
Port number - Destination port
- destination
Port stringVariable - Variable name
- device
Types string[] - List of supported device types
- enable boolean
- Enable/disable GPS
- enable
Variable string - Variable name
- gps
Mode string - Select GPS mode
- gps
Mode 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
- nmea
Variable string - Variable name
- source
Address string - Source address
- source
Address stringVariable - Variable name
- template
Type 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
- destination
Address String - Destination address
- destination
Address StringVariable - Variable name
- destination
Port Number - Destination port
- destination
Port StringVariable - Variable name
- device
Types List<String> - List of supported device types
- enable Boolean
- Enable/disable GPS
- enable
Variable String - Variable name
- gps
Mode String - Select GPS mode
- gps
Mode 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
- nmea
Variable String - Variable name
- source
Address String - Source address
- source
Address StringVariable - Variable name
- template
Type 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.