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

sdwan.getTransportCellularProfileFeature

Explore with Pulumi AI

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

    This data source can read the Transport Cellular Profile Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getTransportCellularProfileFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_transport_cellular_profile_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
    
    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.LookupTransportCellularProfileFeature(ctx, &sdwan.LookupTransportCellularProfileFeatureArgs{
    			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    		}, 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.GetTransportCellularProfileFeature.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        });
    
    });
    
    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.GetTransportCellularProfileFeatureArgs;
    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.getTransportCellularProfileFeature(GetTransportCellularProfileFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: sdwan:getTransportCellularProfileFeature
          arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getTransportCellularProfileFeature

    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 getTransportCellularProfileFeature(args: GetTransportCellularProfileFeatureArgs, opts?: InvokeOptions): Promise<GetTransportCellularProfileFeatureResult>
    function getTransportCellularProfileFeatureOutput(args: GetTransportCellularProfileFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportCellularProfileFeatureResult>
    def get_transport_cellular_profile_feature(feature_profile_id: Optional[str] = None,
                                               id: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetTransportCellularProfileFeatureResult
    def get_transport_cellular_profile_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                               id: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetTransportCellularProfileFeatureResult]
    func LookupTransportCellularProfileFeature(ctx *Context, args *LookupTransportCellularProfileFeatureArgs, opts ...InvokeOption) (*LookupTransportCellularProfileFeatureResult, error)
    func LookupTransportCellularProfileFeatureOutput(ctx *Context, args *LookupTransportCellularProfileFeatureOutputArgs, opts ...InvokeOption) LookupTransportCellularProfileFeatureResultOutput

    > Note: This function is named LookupTransportCellularProfileFeature in the Go SDK.

    public static class GetTransportCellularProfileFeature 
    {
        public static Task<GetTransportCellularProfileFeatureResult> InvokeAsync(GetTransportCellularProfileFeatureArgs args, InvokeOptions? opts = null)
        public static Output<GetTransportCellularProfileFeatureResult> Invoke(GetTransportCellularProfileFeatureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransportCellularProfileFeatureResult> getTransportCellularProfileFeature(GetTransportCellularProfileFeatureArgs args, InvokeOptions options)
    public static Output<GetTransportCellularProfileFeatureResult> getTransportCellularProfileFeature(GetTransportCellularProfileFeatureArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdwan:index/getTransportCellularProfileFeature:getTransportCellularProfileFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature

    getTransportCellularProfileFeature Result

    The following output properties are available:

    AccessPointName string
    Set access point name
    AccessPointNameVariable string
    Variable name
    AuthenticationType string
    Set authentication type
    AuthenticationTypeVariable string
    Variable name
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    NoAuthentication string
    No Authentication
    NoOverwrite bool
    No Overwrite
    NoOverwriteVariable string
    Variable name
    PacketDataNetworkType string
    Set packet data network type
    PacketDataNetworkTypeVariable string
    Variable name
    ProfileId int
    Set Profile ID
    ProfileIdVariable string
    Variable name
    ProfilePassword string
    Set the profile password
    ProfilePasswordVariable string
    Variable name
    ProfileUsername string
    Set the profile username
    ProfileUsernameVariable string
    Variable name
    Version int
    The version of the Feature
    AccessPointName string
    Set access point name
    AccessPointNameVariable string
    Variable name
    AuthenticationType string
    Set authentication type
    AuthenticationTypeVariable string
    Variable name
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    NoAuthentication string
    No Authentication
    NoOverwrite bool
    No Overwrite
    NoOverwriteVariable string
    Variable name
    PacketDataNetworkType string
    Set packet data network type
    PacketDataNetworkTypeVariable string
    Variable name
    ProfileId int
    Set Profile ID
    ProfileIdVariable string
    Variable name
    ProfilePassword string
    Set the profile password
    ProfilePasswordVariable string
    Variable name
    ProfileUsername string
    Set the profile username
    ProfileUsernameVariable string
    Variable name
    Version int
    The version of the Feature
    accessPointName String
    Set access point name
    accessPointNameVariable String
    Variable name
    authenticationType String
    Set authentication type
    authenticationTypeVariable String
    Variable name
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    noAuthentication String
    No Authentication
    noOverwrite Boolean
    No Overwrite
    noOverwriteVariable String
    Variable name
    packetDataNetworkType String
    Set packet data network type
    packetDataNetworkTypeVariable String
    Variable name
    profileId Integer
    Set Profile ID
    profileIdVariable String
    Variable name
    profilePassword String
    Set the profile password
    profilePasswordVariable String
    Variable name
    profileUsername String
    Set the profile username
    profileUsernameVariable String
    Variable name
    version Integer
    The version of the Feature
    accessPointName string
    Set access point name
    accessPointNameVariable string
    Variable name
    authenticationType string
    Set authentication type
    authenticationTypeVariable string
    Variable name
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    name string
    The name of the Feature
    noAuthentication string
    No Authentication
    noOverwrite boolean
    No Overwrite
    noOverwriteVariable string
    Variable name
    packetDataNetworkType string
    Set packet data network type
    packetDataNetworkTypeVariable string
    Variable name
    profileId number
    Set Profile ID
    profileIdVariable string
    Variable name
    profilePassword string
    Set the profile password
    profilePasswordVariable string
    Variable name
    profileUsername string
    Set the profile username
    profileUsernameVariable string
    Variable name
    version number
    The version of the Feature
    access_point_name str
    Set access point name
    access_point_name_variable str
    Variable name
    authentication_type str
    Set authentication type
    authentication_type_variable str
    Variable name
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    name str
    The name of the Feature
    no_authentication str
    No Authentication
    no_overwrite bool
    No Overwrite
    no_overwrite_variable str
    Variable name
    packet_data_network_type str
    Set packet data network type
    packet_data_network_type_variable str
    Variable name
    profile_id int
    Set Profile ID
    profile_id_variable str
    Variable name
    profile_password str
    Set the profile password
    profile_password_variable str
    Variable name
    profile_username str
    Set the profile username
    profile_username_variable str
    Variable name
    version int
    The version of the Feature
    accessPointName String
    Set access point name
    accessPointNameVariable String
    Variable name
    authenticationType String
    Set authentication type
    authenticationTypeVariable String
    Variable name
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    noAuthentication String
    No Authentication
    noOverwrite Boolean
    No Overwrite
    noOverwriteVariable String
    Variable name
    packetDataNetworkType String
    Set packet data network type
    packetDataNetworkTypeVariable String
    Variable name
    profileId Number
    Set Profile ID
    profileIdVariable String
    Variable name
    profilePassword String
    Set the profile password
    profilePasswordVariable String
    Variable name
    profileUsername String
    Set the profile username
    profileUsernameVariable String
    Variable name
    version Number
    The version of the Feature

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi