Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getTransportT1E1ControllerFeature
Explore with Pulumi AI
This data source can read the Transport T1 E1 Controller Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportT1E1ControllerFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_t1_e1_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.LookupTransportT1E1ControllerFeature(ctx, &sdwan.LookupTransportT1E1ControllerFeatureArgs{
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.GetTransportT1E1ControllerFeature.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.GetTransportT1E1ControllerFeatureArgs;
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.getTransportT1E1ControllerFeature(GetTransportT1E1ControllerFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getTransportT1E1ControllerFeature
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportT1E1ControllerFeature
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 getTransportT1E1ControllerFeature(args: GetTransportT1E1ControllerFeatureArgs, opts?: InvokeOptions): Promise<GetTransportT1E1ControllerFeatureResult>
function getTransportT1E1ControllerFeatureOutput(args: GetTransportT1E1ControllerFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportT1E1ControllerFeatureResult>
def get_transport_t1_e1_controller_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportT1E1ControllerFeatureResult
def get_transport_t1_e1_controller_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportT1E1ControllerFeatureResult]
func LookupTransportT1E1ControllerFeature(ctx *Context, args *LookupTransportT1E1ControllerFeatureArgs, opts ...InvokeOption) (*LookupTransportT1E1ControllerFeatureResult, error)
func LookupTransportT1E1ControllerFeatureOutput(ctx *Context, args *LookupTransportT1E1ControllerFeatureOutputArgs, opts ...InvokeOption) LookupTransportT1E1ControllerFeatureResultOutput
> Note: This function is named LookupTransportT1E1ControllerFeature
in the Go SDK.
public static class GetTransportT1E1ControllerFeature
{
public static Task<GetTransportT1E1ControllerFeatureResult> InvokeAsync(GetTransportT1E1ControllerFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportT1E1ControllerFeatureResult> Invoke(GetTransportT1E1ControllerFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTransportT1E1ControllerFeatureResult> getTransportT1E1ControllerFeature(GetTransportT1E1ControllerFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getTransportT1E1ControllerFeature:getTransportT1E1ControllerFeature
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
getTransportT1E1ControllerFeature Result
The following output properties are available:
- Description string
- The description of the Feature
- Entries
List<Get
Transport T1E1Controller Feature Entry> - Controller tx-ex List
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Slot string
- Slot number
- Slot
Variable string - Variable name
- Type string
- Card Type
- Version int
- The version of the Feature
- Description string
- The description of the Feature
- Entries
[]Get
Transport T1E1Controller Feature Entry - Controller tx-ex List
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Slot string
- Slot number
- Slot
Variable string - Variable name
- Type string
- Card Type
- Version int
- The version of the Feature
- description String
- The description of the Feature
- entries
List<Get
Transport T1E1Controller Feature Entry> - Controller tx-ex List
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- slot String
- Slot number
- slot
Variable String - Variable name
- type String
- Card Type
- version Integer
- The version of the Feature
- description string
- The description of the Feature
- entries
Get
Transport T1E1Controller Feature Entry[] - Controller tx-ex List
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- slot string
- Slot number
- slot
Variable string - Variable name
- type string
- Card Type
- version number
- The version of the Feature
- description str
- The description of the Feature
- entries
Sequence[Get
Transport T1E1Controller Feature Entry] - Controller tx-ex List
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- slot str
- Slot number
- slot_
variable str - Variable name
- type str
- Card Type
- version int
- The version of the Feature
- description String
- The description of the Feature
- entries List<Property Map>
- Controller tx-ex List
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- slot String
- Slot number
- slot
Variable String - Variable name
- type String
- Card Type
- version Number
- The version of the Feature
Supporting Types
GetTransportT1E1ControllerFeatureEntry
- Cable
Length string - Cable Config
- Channel
Groups List<GetTransport T1E1Controller Feature Entry Channel Group> - Channel Group List
- Clock
Source string - Clock Source
- Description string
- Description
- Description
Variable string - Variable name
- E1Description string
- Card Type
- E1Framing string
- Framing
- E1Framing
Variable string - Variable name
- E1Linecode string
- LineCode
- E1Linecode
Variable string - Variable name
- Length
Long string - length
- Length
Long stringVariable - Variable name
- Length
Short string - length
- Length
Short stringVariable - Variable name
- Line
Mode string - Line Mode
- Line
Mode stringVariable - Variable name
- T1Description string
- Card Type
- T1Framing string
- Framing
- T1Framing
Variable string - Variable name
- T1Linecode string
- LineCode
- T1Linecode
Variable string - Variable name
- Cable
Length string - Cable Config
- Channel
Groups []GetTransport T1E1Controller Feature Entry Channel Group - Channel Group List
- Clock
Source string - Clock Source
- Description string
- Description
- Description
Variable string - Variable name
- E1Description string
- Card Type
- E1Framing string
- Framing
- E1Framing
Variable string - Variable name
- E1Linecode string
- LineCode
- E1Linecode
Variable string - Variable name
- Length
Long string - length
- Length
Long stringVariable - Variable name
- Length
Short string - length
- Length
Short stringVariable - Variable name
- Line
Mode string - Line Mode
- Line
Mode stringVariable - Variable name
- T1Description string
- Card Type
- T1Framing string
- Framing
- T1Framing
Variable string - Variable name
- T1Linecode string
- LineCode
- T1Linecode
Variable string - Variable name
- cable
Length String - Cable Config
- channel
Groups List<GetTransport T1E1Controller Feature Entry Channel Group> - Channel Group List
- clock
Source String - Clock Source
- description String
- Description
- description
Variable String - Variable name
- e1Description String
- Card Type
- e1Framing String
- Framing
- e1Framing
Variable String - Variable name
- e1Linecode String
- LineCode
- e1Linecode
Variable String - Variable name
- length
Long String - length
- length
Long StringVariable - Variable name
- length
Short String - length
- length
Short StringVariable - Variable name
- line
Mode String - Line Mode
- line
Mode StringVariable - Variable name
- t1Description String
- Card Type
- t1Framing String
- Framing
- t1Framing
Variable String - Variable name
- t1Linecode String
- LineCode
- t1Linecode
Variable String - Variable name
- cable
Length string - Cable Config
- channel
Groups GetTransport T1E1Controller Feature Entry Channel Group[] - Channel Group List
- clock
Source string - Clock Source
- description string
- Description
- description
Variable string - Variable name
- e1Description string
- Card Type
- e1Framing string
- Framing
- e1Framing
Variable string - Variable name
- e1Linecode string
- LineCode
- e1Linecode
Variable string - Variable name
- length
Long string - length
- length
Long stringVariable - Variable name
- length
Short string - length
- length
Short stringVariable - Variable name
- line
Mode string - Line Mode
- line
Mode stringVariable - Variable name
- t1Description string
- Card Type
- t1Framing string
- Framing
- t1Framing
Variable string - Variable name
- t1Linecode string
- LineCode
- t1Linecode
Variable string - Variable name
- cable_
length str - Cable Config
- channel_
groups Sequence[GetTransport T1E1Controller Feature Entry Channel Group] - Channel Group List
- clock_
source str - Clock Source
- description str
- Description
- description_
variable str - Variable name
- e1_
description str - Card Type
- e1_
framing str - Framing
- e1_
framing_ strvariable - Variable name
- e1_
linecode str - LineCode
- e1_
linecode_ strvariable - Variable name
- length_
long str - length
- length_
long_ strvariable - Variable name
- length_
short str - length
- length_
short_ strvariable - Variable name
- line_
mode str - Line Mode
- line_
mode_ strvariable - Variable name
- t1_
description str - Card Type
- t1_
framing str - Framing
- t1_
framing_ strvariable - Variable name
- t1_
linecode str - LineCode
- t1_
linecode_ strvariable - Variable name
- cable
Length String - Cable Config
- channel
Groups List<Property Map> - Channel Group List
- clock
Source String - Clock Source
- description String
- Description
- description
Variable String - Variable name
- e1Description String
- Card Type
- e1Framing String
- Framing
- e1Framing
Variable String - Variable name
- e1Linecode String
- LineCode
- e1Linecode
Variable String - Variable name
- length
Long String - length
- length
Long StringVariable - Variable name
- length
Short String - length
- length
Short StringVariable - Variable name
- line
Mode String - Line Mode
- line
Mode StringVariable - Variable name
- t1Description String
- Card Type
- t1Framing String
- Framing
- t1Framing
Variable String - Variable name
- t1Linecode String
- LineCode
- t1Linecode
Variable String - Variable name
GetTransportT1E1ControllerFeatureEntryChannelGroup
- Channel
Group int - Number
- Channel
Group stringVariable - Variable name
- Time
Slot string - Time slots
- Time
Slot stringVariable - Variable name
- Channel
Group int - Number
- Channel
Group stringVariable - Variable name
- Time
Slot string - Time slots
- Time
Slot stringVariable - Variable name
- channel
Group Integer - Number
- channel
Group StringVariable - Variable name
- time
Slot String - Time slots
- time
Slot StringVariable - Variable name
- channel
Group number - Number
- channel
Group stringVariable - Variable name
- time
Slot string - Time slots
- time
Slot stringVariable - Variable name
- channel_
group int - Number
- channel_
group_ strvariable - Variable name
- time_
slot str - Time slots
- time_
slot_ strvariable - Variable name
- channel
Group Number - Number
- channel
Group StringVariable - Variable name
- time
Slot String - Time slots
- time
Slot StringVariable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.