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

sdwan.getTransportCellularControllerFeature

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 Controller Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getTransportCellularControllerFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_transport_cellular_controller_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.LookupTransportCellularControllerFeature(ctx, &sdwan.LookupTransportCellularControllerFeatureArgs{
    			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.GetTransportCellularControllerFeature.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.GetTransportCellularControllerFeatureArgs;
    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.getTransportCellularControllerFeature(GetTransportCellularControllerFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: sdwan:getTransportCellularControllerFeature
          arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getTransportCellularControllerFeature

    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 getTransportCellularControllerFeature(args: GetTransportCellularControllerFeatureArgs, opts?: InvokeOptions): Promise<GetTransportCellularControllerFeatureResult>
    function getTransportCellularControllerFeatureOutput(args: GetTransportCellularControllerFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportCellularControllerFeatureResult>
    def get_transport_cellular_controller_feature(feature_profile_id: Optional[str] = None,
                                                  id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetTransportCellularControllerFeatureResult
    def get_transport_cellular_controller_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                                  id: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetTransportCellularControllerFeatureResult]
    func LookupTransportCellularControllerFeature(ctx *Context, args *LookupTransportCellularControllerFeatureArgs, opts ...InvokeOption) (*LookupTransportCellularControllerFeatureResult, error)
    func LookupTransportCellularControllerFeatureOutput(ctx *Context, args *LookupTransportCellularControllerFeatureOutputArgs, opts ...InvokeOption) LookupTransportCellularControllerFeatureResultOutput

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

    public static class GetTransportCellularControllerFeature 
    {
        public static Task<GetTransportCellularControllerFeatureResult> InvokeAsync(GetTransportCellularControllerFeatureArgs args, InvokeOptions? opts = null)
        public static Output<GetTransportCellularControllerFeatureResult> Invoke(GetTransportCellularControllerFeatureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransportCellularControllerFeatureResult> getTransportCellularControllerFeature(GetTransportCellularControllerFeatureArgs args, InvokeOptions options)
    public static Output<GetTransportCellularControllerFeatureResult> getTransportCellularControllerFeature(GetTransportCellularControllerFeatureArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdwan:index/getTransportCellularControllerFeature:getTransportCellularControllerFeature
      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

    getTransportCellularControllerFeature Result

    The following output properties are available:

    CellularId string
    Cellular ID
    CellularIdVariable string
    Variable name
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    FirmwareAutoSim bool
    Enable/Disable Firmware Auto Sim
    FirmwareAutoSimVariable string
    Variable name
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    PrimarySimSlot int
    Set primary SIM slot
    PrimarySimSlotVariable string
    Variable name
    SimFailoverRetries int
    Set SIM failover retries
    SimFailoverRetriesVariable string
    Variable name
    SimFailoverTimeout int
    Set SIM failover timeout in minutes
    SimFailoverTimeoutVariable string
    Variable name
    Version int
    The version of the Feature
    CellularId string
    Cellular ID
    CellularIdVariable string
    Variable name
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    FirmwareAutoSim bool
    Enable/Disable Firmware Auto Sim
    FirmwareAutoSimVariable string
    Variable name
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    PrimarySimSlot int
    Set primary SIM slot
    PrimarySimSlotVariable string
    Variable name
    SimFailoverRetries int
    Set SIM failover retries
    SimFailoverRetriesVariable string
    Variable name
    SimFailoverTimeout int
    Set SIM failover timeout in minutes
    SimFailoverTimeoutVariable string
    Variable name
    Version int
    The version of the Feature
    cellularId String
    Cellular ID
    cellularIdVariable String
    Variable name
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    firmwareAutoSim Boolean
    Enable/Disable Firmware Auto Sim
    firmwareAutoSimVariable String
    Variable name
    id String
    The id of the Feature
    name String
    The name of the Feature
    primarySimSlot Integer
    Set primary SIM slot
    primarySimSlotVariable String
    Variable name
    simFailoverRetries Integer
    Set SIM failover retries
    simFailoverRetriesVariable String
    Variable name
    simFailoverTimeout Integer
    Set SIM failover timeout in minutes
    simFailoverTimeoutVariable String
    Variable name
    version Integer
    The version of the Feature
    cellularId string
    Cellular ID
    cellularIdVariable string
    Variable name
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    firmwareAutoSim boolean
    Enable/Disable Firmware Auto Sim
    firmwareAutoSimVariable string
    Variable name
    id string
    The id of the Feature
    name string
    The name of the Feature
    primarySimSlot number
    Set primary SIM slot
    primarySimSlotVariable string
    Variable name
    simFailoverRetries number
    Set SIM failover retries
    simFailoverRetriesVariable string
    Variable name
    simFailoverTimeout number
    Set SIM failover timeout in minutes
    simFailoverTimeoutVariable string
    Variable name
    version number
    The version of the Feature
    cellular_id str
    Cellular ID
    cellular_id_variable str
    Variable name
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    firmware_auto_sim bool
    Enable/Disable Firmware Auto Sim
    firmware_auto_sim_variable str
    Variable name
    id str
    The id of the Feature
    name str
    The name of the Feature
    primary_sim_slot int
    Set primary SIM slot
    primary_sim_slot_variable str
    Variable name
    sim_failover_retries int
    Set SIM failover retries
    sim_failover_retries_variable str
    Variable name
    sim_failover_timeout int
    Set SIM failover timeout in minutes
    sim_failover_timeout_variable str
    Variable name
    version int
    The version of the Feature
    cellularId String
    Cellular ID
    cellularIdVariable String
    Variable name
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    firmwareAutoSim Boolean
    Enable/Disable Firmware Auto Sim
    firmwareAutoSimVariable String
    Variable name
    id String
    The id of the Feature
    name String
    The name of the Feature
    primarySimSlot Number
    Set primary SIM slot
    primarySimSlotVariable String
    Variable name
    simFailoverRetries Number
    Set SIM failover retries
    simFailoverRetriesVariable String
    Variable name
    simFailoverTimeout Number
    Set SIM failover timeout in minutes
    simFailoverTimeoutVariable 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