Cisco Catalyst SD-WAN v0.2.5 published on Saturday, Mar 15, 2025 by Pulumi
sdwan.getTransportCellularControllerFeature
Explore with Pulumi AI
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:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
getTransportCellularControllerFeature Result
The following output properties are available:
- Cellular
Id string - Cellular ID
- Cellular
Id stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Firmware
Auto boolSim - Enable/Disable Firmware Auto Sim
- Firmware
Auto stringSim Variable - Variable name
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Primary
Sim intSlot - Set primary SIM slot
- Primary
Sim stringSlot Variable - Variable name
- Sim
Failover intRetries - Set SIM failover retries
- Sim
Failover stringRetries Variable - Variable name
- Sim
Failover intTimeout - Set SIM failover timeout in minutes
- Sim
Failover stringTimeout Variable - Variable name
- Version int
- The version of the Feature
- Cellular
Id string - Cellular ID
- Cellular
Id stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Firmware
Auto boolSim - Enable/Disable Firmware Auto Sim
- Firmware
Auto stringSim Variable - Variable name
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Primary
Sim intSlot - Set primary SIM slot
- Primary
Sim stringSlot Variable - Variable name
- Sim
Failover intRetries - Set SIM failover retries
- Sim
Failover stringRetries Variable - Variable name
- Sim
Failover intTimeout - Set SIM failover timeout in minutes
- Sim
Failover stringTimeout Variable - Variable name
- Version int
- The version of the Feature
- cellular
Id String - Cellular ID
- cellular
Id StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- firmware
Auto BooleanSim - Enable/Disable Firmware Auto Sim
- firmware
Auto StringSim Variable - Variable name
- id String
- The id of the Feature
- name String
- The name of the Feature
- primary
Sim IntegerSlot - Set primary SIM slot
- primary
Sim StringSlot Variable - Variable name
- sim
Failover IntegerRetries - Set SIM failover retries
- sim
Failover StringRetries Variable - Variable name
- sim
Failover IntegerTimeout - Set SIM failover timeout in minutes
- sim
Failover StringTimeout Variable - Variable name
- version Integer
- The version of the Feature
- cellular
Id string - Cellular ID
- cellular
Id stringVariable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- firmware
Auto booleanSim - Enable/Disable Firmware Auto Sim
- firmware
Auto stringSim Variable - Variable name
- id string
- The id of the Feature
- name string
- The name of the Feature
- primary
Sim numberSlot - Set primary SIM slot
- primary
Sim stringSlot Variable - Variable name
- sim
Failover numberRetries - Set SIM failover retries
- sim
Failover stringRetries Variable - Variable name
- sim
Failover numberTimeout - Set SIM failover timeout in minutes
- sim
Failover stringTimeout Variable - Variable name
- version number
- The version of the Feature
- cellular_
id str - Cellular ID
- cellular_
id_ strvariable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- firmware_
auto_ boolsim - Enable/Disable Firmware Auto Sim
- firmware_
auto_ strsim_ variable - Variable name
- id str
- The id of the Feature
- name str
- The name of the Feature
- primary_
sim_ intslot - Set primary SIM slot
- primary_
sim_ strslot_ variable - Variable name
- sim_
failover_ intretries - Set SIM failover retries
- sim_
failover_ strretries_ variable - Variable name
- sim_
failover_ inttimeout - Set SIM failover timeout in minutes
- sim_
failover_ strtimeout_ variable - Variable name
- version int
- The version of the Feature
- cellular
Id String - Cellular ID
- cellular
Id StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- firmware
Auto BooleanSim - Enable/Disable Firmware Auto Sim
- firmware
Auto StringSim Variable - Variable name
- id String
- The id of the Feature
- name String
- The name of the Feature
- primary
Sim NumberSlot - Set primary SIM slot
- primary
Sim StringSlot Variable - Variable name
- sim
Failover NumberRetries - Set SIM failover retries
- sim
Failover StringRetries Variable - Variable name
- sim
Failover NumberTimeout - Set SIM failover timeout in minutes
- sim
Failover StringTimeout Variable - 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.