1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. TransportT1E1ControllerFeature
Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi

sdwan.TransportT1E1ControllerFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi

    This resource can manage a Transport T1 E1 Controller Feature.

    • Minimum SD-WAN Manager version: 20.12.0

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.TransportT1E1ControllerFeature;
    import com.pulumi.sdwan.TransportT1E1ControllerFeatureArgs;
    import com.pulumi.sdwan.inputs.TransportT1E1ControllerFeatureEntryArgs;
    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) {
            var example = new TransportT1E1ControllerFeature("example", TransportT1E1ControllerFeatureArgs.builder()
                .name("Example")
                .description("My Example")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .type("t1")
                .slot("11")
                .entries(TransportT1E1ControllerFeatureEntryArgs.builder()
                    .t1_description("T1")
                    .t1_framing("esf")
                    .t1_linecode("ami")
                    .cable_length("long")
                    .length_long("-7.5db")
                    .clock_source("line")
                    .line_mode("primary")
                    .description("desc")
                    .channel_groups(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:TransportT1E1ControllerFeature
        properties:
          name: Example
          description: My Example
          featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
          type: t1
          slot: '11'
          entries:
            - t1_description: T1
              t1_framing: esf
              t1_linecode: ami
              cable_length: long
              length_long: -7.5db
              clock_source: line
              line_mode: primary
              description: desc
              channel_groups:
                - channelGroup: 12
                  timeSlot: timeslots 15
    

    Create TransportT1E1ControllerFeature Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TransportT1E1ControllerFeature(name: string, args: TransportT1E1ControllerFeatureArgs, opts?: CustomResourceOptions);
    @overload
    def TransportT1E1ControllerFeature(resource_name: str,
                                       args: TransportT1E1ControllerFeatureArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def TransportT1E1ControllerFeature(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       entries: Optional[Sequence[TransportT1E1ControllerFeatureEntryArgs]] = None,
                                       feature_profile_id: Optional[str] = None,
                                       type: Optional[str] = None,
                                       description: Optional[str] = None,
                                       name: Optional[str] = None,
                                       slot: Optional[str] = None,
                                       slot_variable: Optional[str] = None)
    func NewTransportT1E1ControllerFeature(ctx *Context, name string, args TransportT1E1ControllerFeatureArgs, opts ...ResourceOption) (*TransportT1E1ControllerFeature, error)
    public TransportT1E1ControllerFeature(string name, TransportT1E1ControllerFeatureArgs args, CustomResourceOptions? opts = null)
    public TransportT1E1ControllerFeature(String name, TransportT1E1ControllerFeatureArgs args)
    public TransportT1E1ControllerFeature(String name, TransportT1E1ControllerFeatureArgs args, CustomResourceOptions options)
    
    type: sdwan:TransportT1E1ControllerFeature
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TransportT1E1ControllerFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TransportT1E1ControllerFeatureArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TransportT1E1ControllerFeatureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransportT1E1ControllerFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransportT1E1ControllerFeatureArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var transportT1E1ControllerFeatureResource = new Sdwan.TransportT1E1ControllerFeature("transportT1E1ControllerFeatureResource", new()
    {
        Entries = new[]
        {
            new Sdwan.Inputs.TransportT1E1ControllerFeatureEntryArgs
            {
                CableLength = "string",
                ChannelGroups = new[]
                {
                    new Sdwan.Inputs.TransportT1E1ControllerFeatureEntryChannelGroupArgs
                    {
                        ChannelGroup = 0,
                        ChannelGroupVariable = "string",
                        TimeSlot = "string",
                        TimeSlotVariable = "string",
                    },
                },
                ClockSource = "string",
                Description = "string",
                DescriptionVariable = "string",
                E1Description = "string",
                E1Framing = "string",
                E1FramingVariable = "string",
                E1Linecode = "string",
                E1LinecodeVariable = "string",
                LengthLong = "string",
                LengthLongVariable = "string",
                LengthShort = "string",
                LengthShortVariable = "string",
                LineMode = "string",
                LineModeVariable = "string",
                T1Description = "string",
                T1Framing = "string",
                T1FramingVariable = "string",
                T1Linecode = "string",
                T1LinecodeVariable = "string",
            },
        },
        FeatureProfileId = "string",
        Type = "string",
        Description = "string",
        Name = "string",
        Slot = "string",
        SlotVariable = "string",
    });
    
    example, err := sdwan.NewTransportT1E1ControllerFeature(ctx, "transportT1E1ControllerFeatureResource", &sdwan.TransportT1E1ControllerFeatureArgs{
    	Entries: sdwan.TransportT1E1ControllerFeatureEntryArray{
    		&sdwan.TransportT1E1ControllerFeatureEntryArgs{
    			CableLength: pulumi.String("string"),
    			ChannelGroups: sdwan.TransportT1E1ControllerFeatureEntryChannelGroupArray{
    				&sdwan.TransportT1E1ControllerFeatureEntryChannelGroupArgs{
    					ChannelGroup:         pulumi.Int(0),
    					ChannelGroupVariable: pulumi.String("string"),
    					TimeSlot:             pulumi.String("string"),
    					TimeSlotVariable:     pulumi.String("string"),
    				},
    			},
    			ClockSource:         pulumi.String("string"),
    			Description:         pulumi.String("string"),
    			DescriptionVariable: pulumi.String("string"),
    			E1Description:       pulumi.String("string"),
    			E1Framing:           pulumi.String("string"),
    			E1FramingVariable:   pulumi.String("string"),
    			E1Linecode:          pulumi.String("string"),
    			E1LinecodeVariable:  pulumi.String("string"),
    			LengthLong:          pulumi.String("string"),
    			LengthLongVariable:  pulumi.String("string"),
    			LengthShort:         pulumi.String("string"),
    			LengthShortVariable: pulumi.String("string"),
    			LineMode:            pulumi.String("string"),
    			LineModeVariable:    pulumi.String("string"),
    			T1Description:       pulumi.String("string"),
    			T1Framing:           pulumi.String("string"),
    			T1FramingVariable:   pulumi.String("string"),
    			T1Linecode:          pulumi.String("string"),
    			T1LinecodeVariable:  pulumi.String("string"),
    		},
    	},
    	FeatureProfileId: pulumi.String("string"),
    	Type:             pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	Name:             pulumi.String("string"),
    	Slot:             pulumi.String("string"),
    	SlotVariable:     pulumi.String("string"),
    })
    
    var transportT1E1ControllerFeatureResource = new TransportT1E1ControllerFeature("transportT1E1ControllerFeatureResource", TransportT1E1ControllerFeatureArgs.builder()
        .entries(TransportT1E1ControllerFeatureEntryArgs.builder()
            .cableLength("string")
            .channelGroups(TransportT1E1ControllerFeatureEntryChannelGroupArgs.builder()
                .channelGroup(0)
                .channelGroupVariable("string")
                .timeSlot("string")
                .timeSlotVariable("string")
                .build())
            .clockSource("string")
            .description("string")
            .descriptionVariable("string")
            .e1Description("string")
            .e1Framing("string")
            .e1FramingVariable("string")
            .e1Linecode("string")
            .e1LinecodeVariable("string")
            .lengthLong("string")
            .lengthLongVariable("string")
            .lengthShort("string")
            .lengthShortVariable("string")
            .lineMode("string")
            .lineModeVariable("string")
            .t1Description("string")
            .t1Framing("string")
            .t1FramingVariable("string")
            .t1Linecode("string")
            .t1LinecodeVariable("string")
            .build())
        .featureProfileId("string")
        .type("string")
        .description("string")
        .name("string")
        .slot("string")
        .slotVariable("string")
        .build());
    
    transport_t1_e1_controller_feature_resource = sdwan.TransportT1E1ControllerFeature("transportT1E1ControllerFeatureResource",
        entries=[{
            "cable_length": "string",
            "channel_groups": [{
                "channel_group": 0,
                "channel_group_variable": "string",
                "time_slot": "string",
                "time_slot_variable": "string",
            }],
            "clock_source": "string",
            "description": "string",
            "description_variable": "string",
            "e1_description": "string",
            "e1_framing": "string",
            "e1_framing_variable": "string",
            "e1_linecode": "string",
            "e1_linecode_variable": "string",
            "length_long": "string",
            "length_long_variable": "string",
            "length_short": "string",
            "length_short_variable": "string",
            "line_mode": "string",
            "line_mode_variable": "string",
            "t1_description": "string",
            "t1_framing": "string",
            "t1_framing_variable": "string",
            "t1_linecode": "string",
            "t1_linecode_variable": "string",
        }],
        feature_profile_id="string",
        type="string",
        description="string",
        name="string",
        slot="string",
        slot_variable="string")
    
    const transportT1E1ControllerFeatureResource = new sdwan.TransportT1E1ControllerFeature("transportT1E1ControllerFeatureResource", {
        entries: [{
            cableLength: "string",
            channelGroups: [{
                channelGroup: 0,
                channelGroupVariable: "string",
                timeSlot: "string",
                timeSlotVariable: "string",
            }],
            clockSource: "string",
            description: "string",
            descriptionVariable: "string",
            e1Description: "string",
            e1Framing: "string",
            e1FramingVariable: "string",
            e1Linecode: "string",
            e1LinecodeVariable: "string",
            lengthLong: "string",
            lengthLongVariable: "string",
            lengthShort: "string",
            lengthShortVariable: "string",
            lineMode: "string",
            lineModeVariable: "string",
            t1Description: "string",
            t1Framing: "string",
            t1FramingVariable: "string",
            t1Linecode: "string",
            t1LinecodeVariable: "string",
        }],
        featureProfileId: "string",
        type: "string",
        description: "string",
        name: "string",
        slot: "string",
        slotVariable: "string",
    });
    
    type: sdwan:TransportT1E1ControllerFeature
    properties:
        description: string
        entries:
            - cableLength: string
              channelGroups:
                - channelGroup: 0
                  channelGroupVariable: string
                  timeSlot: string
                  timeSlotVariable: string
              clockSource: string
              description: string
              descriptionVariable: string
              e1Description: string
              e1Framing: string
              e1FramingVariable: string
              e1Linecode: string
              e1LinecodeVariable: string
              lengthLong: string
              lengthLongVariable: string
              lengthShort: string
              lengthShortVariable: string
              lineMode: string
              lineModeVariable: string
              t1Description: string
              t1Framing: string
              t1FramingVariable: string
              t1Linecode: string
              t1LinecodeVariable: string
        featureProfileId: string
        name: string
        slot: string
        slotVariable: string
        type: string
    

    TransportT1E1ControllerFeature Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TransportT1E1ControllerFeature resource accepts the following input properties:

    Entries List<TransportT1E1ControllerFeatureEntry>
    Controller tx-ex List
    FeatureProfileId string
    Feature Profile ID
    Type string
    Card Type - Choices: e1, t1
    Description string
    The description of the Feature
    Name string
    The name of the Feature
    Slot string
    Slot number
    SlotVariable string
    Variable name
    Entries []TransportT1E1ControllerFeatureEntryArgs
    Controller tx-ex List
    FeatureProfileId string
    Feature Profile ID
    Type string
    Card Type - Choices: e1, t1
    Description string
    The description of the Feature
    Name string
    The name of the Feature
    Slot string
    Slot number
    SlotVariable string
    Variable name
    entries List<TransportT1E1ControllerFeatureEntry>
    Controller tx-ex List
    featureProfileId String
    Feature Profile ID
    type String
    Card Type - Choices: e1, t1
    description String
    The description of the Feature
    name String
    The name of the Feature
    slot String
    Slot number
    slotVariable String
    Variable name
    entries TransportT1E1ControllerFeatureEntry[]
    Controller tx-ex List
    featureProfileId string
    Feature Profile ID
    type string
    Card Type - Choices: e1, t1
    description string
    The description of the Feature
    name string
    The name of the Feature
    slot string
    Slot number
    slotVariable string
    Variable name
    entries Sequence[TransportT1E1ControllerFeatureEntryArgs]
    Controller tx-ex List
    feature_profile_id str
    Feature Profile ID
    type str
    Card Type - Choices: e1, t1
    description str
    The description of the Feature
    name str
    The name of the Feature
    slot str
    Slot number
    slot_variable str
    Variable name
    entries List<Property Map>
    Controller tx-ex List
    featureProfileId String
    Feature Profile ID
    type String
    Card Type - Choices: e1, t1
    description String
    The description of the Feature
    name String
    The name of the Feature
    slot String
    Slot number
    slotVariable String
    Variable name

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TransportT1E1ControllerFeature resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the Feature
    Id string
    The provider-assigned unique ID for this managed resource.
    Version int
    The version of the Feature
    id String
    The provider-assigned unique ID for this managed resource.
    version Integer
    The version of the Feature
    id string
    The provider-assigned unique ID for this managed resource.
    version number
    The version of the Feature
    id str
    The provider-assigned unique ID for this managed resource.
    version int
    The version of the Feature
    id String
    The provider-assigned unique ID for this managed resource.
    version Number
    The version of the Feature

    Look up Existing TransportT1E1ControllerFeature Resource

    Get an existing TransportT1E1ControllerFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TransportT1E1ControllerFeatureState, opts?: CustomResourceOptions): TransportT1E1ControllerFeature
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            entries: Optional[Sequence[TransportT1E1ControllerFeatureEntryArgs]] = None,
            feature_profile_id: Optional[str] = None,
            name: Optional[str] = None,
            slot: Optional[str] = None,
            slot_variable: Optional[str] = None,
            type: Optional[str] = None,
            version: Optional[int] = None) -> TransportT1E1ControllerFeature
    func GetTransportT1E1ControllerFeature(ctx *Context, name string, id IDInput, state *TransportT1E1ControllerFeatureState, opts ...ResourceOption) (*TransportT1E1ControllerFeature, error)
    public static TransportT1E1ControllerFeature Get(string name, Input<string> id, TransportT1E1ControllerFeatureState? state, CustomResourceOptions? opts = null)
    public static TransportT1E1ControllerFeature get(String name, Output<String> id, TransportT1E1ControllerFeatureState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Description string
    The description of the Feature
    Entries List<TransportT1E1ControllerFeatureEntry>
    Controller tx-ex List
    FeatureProfileId string
    Feature Profile ID
    Name string
    The name of the Feature
    Slot string
    Slot number
    SlotVariable string
    Variable name
    Type string
    Card Type - Choices: e1, t1
    Version int
    The version of the Feature
    Description string
    The description of the Feature
    Entries []TransportT1E1ControllerFeatureEntryArgs
    Controller tx-ex List
    FeatureProfileId string
    Feature Profile ID
    Name string
    The name of the Feature
    Slot string
    Slot number
    SlotVariable string
    Variable name
    Type string
    Card Type - Choices: e1, t1
    Version int
    The version of the Feature
    description String
    The description of the Feature
    entries List<TransportT1E1ControllerFeatureEntry>
    Controller tx-ex List
    featureProfileId String
    Feature Profile ID
    name String
    The name of the Feature
    slot String
    Slot number
    slotVariable String
    Variable name
    type String
    Card Type - Choices: e1, t1
    version Integer
    The version of the Feature
    description string
    The description of the Feature
    entries TransportT1E1ControllerFeatureEntry[]
    Controller tx-ex List
    featureProfileId string
    Feature Profile ID
    name string
    The name of the Feature
    slot string
    Slot number
    slotVariable string
    Variable name
    type string
    Card Type - Choices: e1, t1
    version number
    The version of the Feature
    description str
    The description of the Feature
    entries Sequence[TransportT1E1ControllerFeatureEntryArgs]
    Controller tx-ex List
    feature_profile_id str
    Feature Profile ID
    name str
    The name of the Feature
    slot str
    Slot number
    slot_variable str
    Variable name
    type str
    Card Type - Choices: e1, t1
    version int
    The version of the Feature
    description String
    The description of the Feature
    entries List<Property Map>
    Controller tx-ex List
    featureProfileId String
    Feature Profile ID
    name String
    The name of the Feature
    slot String
    Slot number
    slotVariable String
    Variable name
    type String
    Card Type - Choices: e1, t1
    version Number
    The version of the Feature

    Supporting Types

    TransportT1E1ControllerFeatureEntry, TransportT1E1ControllerFeatureEntryArgs

    CableLength string
    Cable Config

    • Choices: short, long
    ChannelGroups List<TransportT1E1ControllerFeatureEntryChannelGroup>
    Channel Group List
    ClockSource string
    Clock Source

    • Choices: line, internal, loop-timed, network
    Description string
    Description
    DescriptionVariable string
    Variable name
    E1Description string
    Card Type

    • Choices: E1
    E1Framing string
    Framing

    • Choices: crc4, no-crc4
    E1FramingVariable string
    Variable name
    E1Linecode string
    LineCode

    • Choices: ami, hdb3
    E1LinecodeVariable string
    Variable name
    LengthLong string
    length, Attribute conditional on cable_length being equal to long

    • Choices: -15db, -22.5db, -7.5db, 0db
    LengthLongVariable string
    Variable name
    LengthShort string
    length, Attribute conditional on cable_length being equal to short

    • Choices: 110ft, 220ft, 330ft, 440ft, 550ft, 660ft
    LengthShortVariable string
    Variable name
    LineMode string
    Line Mode

    • Choices: secondary, primary
    LineModeVariable string
    Variable name
    T1Description string
    Card Type

    • Choices: T1
    T1Framing string
    Framing

    • Choices: esf, sf
    T1FramingVariable string
    Variable name
    T1Linecode string
    LineCode

    • Choices: ami, b8zs
    T1LinecodeVariable string
    Variable name
    CableLength string
    Cable Config

    • Choices: short, long
    ChannelGroups []TransportT1E1ControllerFeatureEntryChannelGroup
    Channel Group List
    ClockSource string
    Clock Source

    • Choices: line, internal, loop-timed, network
    Description string
    Description
    DescriptionVariable string
    Variable name
    E1Description string
    Card Type

    • Choices: E1
    E1Framing string
    Framing

    • Choices: crc4, no-crc4
    E1FramingVariable string
    Variable name
    E1Linecode string
    LineCode

    • Choices: ami, hdb3
    E1LinecodeVariable string
    Variable name
    LengthLong string
    length, Attribute conditional on cable_length being equal to long

    • Choices: -15db, -22.5db, -7.5db, 0db
    LengthLongVariable string
    Variable name
    LengthShort string
    length, Attribute conditional on cable_length being equal to short

    • Choices: 110ft, 220ft, 330ft, 440ft, 550ft, 660ft
    LengthShortVariable string
    Variable name
    LineMode string
    Line Mode

    • Choices: secondary, primary
    LineModeVariable string
    Variable name
    T1Description string
    Card Type

    • Choices: T1
    T1Framing string
    Framing

    • Choices: esf, sf
    T1FramingVariable string
    Variable name
    T1Linecode string
    LineCode

    • Choices: ami, b8zs
    T1LinecodeVariable string
    Variable name
    cableLength String
    Cable Config

    • Choices: short, long
    channelGroups List<TransportT1E1ControllerFeatureEntryChannelGroup>
    Channel Group List
    clockSource String
    Clock Source

    • Choices: line, internal, loop-timed, network
    description String
    Description
    descriptionVariable String
    Variable name
    e1Description String
    Card Type

    • Choices: E1
    e1Framing String
    Framing

    • Choices: crc4, no-crc4
    e1FramingVariable String
    Variable name
    e1Linecode String
    LineCode

    • Choices: ami, hdb3
    e1LinecodeVariable String
    Variable name
    lengthLong String
    length, Attribute conditional on cable_length being equal to long

    • Choices: -15db, -22.5db, -7.5db, 0db
    lengthLongVariable String
    Variable name
    lengthShort String
    length, Attribute conditional on cable_length being equal to short

    • Choices: 110ft, 220ft, 330ft, 440ft, 550ft, 660ft
    lengthShortVariable String
    Variable name
    lineMode String
    Line Mode

    • Choices: secondary, primary
    lineModeVariable String
    Variable name
    t1Description String
    Card Type

    • Choices: T1
    t1Framing String
    Framing

    • Choices: esf, sf
    t1FramingVariable String
    Variable name
    t1Linecode String
    LineCode

    • Choices: ami, b8zs
    t1LinecodeVariable String
    Variable name
    cableLength string
    Cable Config

    • Choices: short, long
    channelGroups TransportT1E1ControllerFeatureEntryChannelGroup[]
    Channel Group List
    clockSource string
    Clock Source

    • Choices: line, internal, loop-timed, network
    description string
    Description
    descriptionVariable string
    Variable name
    e1Description string
    Card Type

    • Choices: E1
    e1Framing string
    Framing

    • Choices: crc4, no-crc4
    e1FramingVariable string
    Variable name
    e1Linecode string
    LineCode

    • Choices: ami, hdb3
    e1LinecodeVariable string
    Variable name
    lengthLong string
    length, Attribute conditional on cable_length being equal to long

    • Choices: -15db, -22.5db, -7.5db, 0db
    lengthLongVariable string
    Variable name
    lengthShort string
    length, Attribute conditional on cable_length being equal to short

    • Choices: 110ft, 220ft, 330ft, 440ft, 550ft, 660ft
    lengthShortVariable string
    Variable name
    lineMode string
    Line Mode

    • Choices: secondary, primary
    lineModeVariable string
    Variable name
    t1Description string
    Card Type

    • Choices: T1
    t1Framing string
    Framing

    • Choices: esf, sf
    t1FramingVariable string
    Variable name
    t1Linecode string
    LineCode

    • Choices: ami, b8zs
    t1LinecodeVariable string
    Variable name
    cable_length str
    Cable Config

    • Choices: short, long
    channel_groups Sequence[TransportT1E1ControllerFeatureEntryChannelGroup]
    Channel Group List
    clock_source str
    Clock Source

    • Choices: line, internal, loop-timed, network
    description str
    Description
    description_variable str
    Variable name
    e1_description str
    Card Type

    • Choices: E1
    e1_framing str
    Framing

    • Choices: crc4, no-crc4
    e1_framing_variable str
    Variable name
    e1_linecode str
    LineCode

    • Choices: ami, hdb3
    e1_linecode_variable str
    Variable name
    length_long str
    length, Attribute conditional on cable_length being equal to long

    • Choices: -15db, -22.5db, -7.5db, 0db
    length_long_variable str
    Variable name
    length_short str
    length, Attribute conditional on cable_length being equal to short

    • Choices: 110ft, 220ft, 330ft, 440ft, 550ft, 660ft
    length_short_variable str
    Variable name
    line_mode str
    Line Mode

    • Choices: secondary, primary
    line_mode_variable str
    Variable name
    t1_description str
    Card Type

    • Choices: T1
    t1_framing str
    Framing

    • Choices: esf, sf
    t1_framing_variable str
    Variable name
    t1_linecode str
    LineCode

    • Choices: ami, b8zs
    t1_linecode_variable str
    Variable name
    cableLength String
    Cable Config

    • Choices: short, long
    channelGroups List<Property Map>
    Channel Group List
    clockSource String
    Clock Source

    • Choices: line, internal, loop-timed, network
    description String
    Description
    descriptionVariable String
    Variable name
    e1Description String
    Card Type

    • Choices: E1
    e1Framing String
    Framing

    • Choices: crc4, no-crc4
    e1FramingVariable String
    Variable name
    e1Linecode String
    LineCode

    • Choices: ami, hdb3
    e1LinecodeVariable String
    Variable name
    lengthLong String
    length, Attribute conditional on cable_length being equal to long

    • Choices: -15db, -22.5db, -7.5db, 0db
    lengthLongVariable String
    Variable name
    lengthShort String
    length, Attribute conditional on cable_length being equal to short

    • Choices: 110ft, 220ft, 330ft, 440ft, 550ft, 660ft
    lengthShortVariable String
    Variable name
    lineMode String
    Line Mode

    • Choices: secondary, primary
    lineModeVariable String
    Variable name
    t1Description String
    Card Type

    • Choices: T1
    t1Framing String
    Framing

    • Choices: esf, sf
    t1FramingVariable String
    Variable name
    t1Linecode String
    LineCode

    • Choices: ami, b8zs
    t1LinecodeVariable String
    Variable name

    TransportT1E1ControllerFeatureEntryChannelGroup, TransportT1E1ControllerFeatureEntryChannelGroupArgs

    ChannelGroup int
    Number

    • Range: 0-23
    ChannelGroupVariable string
    Variable name
    TimeSlot string
    Time slots
    TimeSlotVariable string
    Variable name
    ChannelGroup int
    Number

    • Range: 0-23
    ChannelGroupVariable string
    Variable name
    TimeSlot string
    Time slots
    TimeSlotVariable string
    Variable name
    channelGroup Integer
    Number

    • Range: 0-23
    channelGroupVariable String
    Variable name
    timeSlot String
    Time slots
    timeSlotVariable String
    Variable name
    channelGroup number
    Number

    • Range: 0-23
    channelGroupVariable string
    Variable name
    timeSlot string
    Time slots
    timeSlotVariable string
    Variable name
    channel_group int
    Number

    • Range: 0-23
    channel_group_variable str
    Variable name
    time_slot str
    Time slots
    time_slot_variable str
    Variable name
    channelGroup Number
    Number

    • Range: 0-23
    channelGroupVariable String
    Variable name
    timeSlot String
    Time slots
    timeSlotVariable String
    Variable name

    Import

    Expected import identifier with the format: “transport_t1_e1_controller_feature_id,feature_profile_id”

    $ pulumi import sdwan:index/transportT1E1ControllerFeature:TransportT1E1ControllerFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.2.0 published on Friday, Nov 1, 2024 by Pulumi