1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. OtherUcseFeature
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.OtherUcseFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    This resource can manage a Other UCSE 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.OtherUcseFeature;
    import com.pulumi.sdwan.OtherUcseFeatureArgs;
    import com.pulumi.sdwan.inputs.OtherUcseFeatureInterfaceArgs;
    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 OtherUcseFeature("example", OtherUcseFeatureArgs.builder()
                .name("Example")
                .description("My Example")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .bay(2)
                .slot(0)
                .accessPortDedicated(false)
                .accessPortSharedType("ge1")
                .accessPortSharedFailoverType("ge2")
                .ipv4Address("2.2.2.2/24")
                .defaultGateway("2.2.2.2")
                .vlanId(3)
                .assignPriority(3)
                .interfaces(OtherUcseFeatureInterfaceArgs.builder()
                    .interface_name("ucse2/0")
                    .ucse_interface_vpn(2)
                    .ipv4_address("10.1.15.15/24")
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:OtherUcseFeature
        properties:
          name: Example
          description: My Example
          featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
          bay: 2
          slot: 0
          accessPortDedicated: false
          accessPortSharedType: ge1
          accessPortSharedFailoverType: ge2
          ipv4Address: 2.2.2.2/24
          defaultGateway: 2.2.2.2
          vlanId: 3
          assignPriority: 3
          interfaces:
            - interface_name: ucse2/0
              ucse_interface_vpn: 2
              ipv4_address: 10.1.15.15/24
    

    Create OtherUcseFeature Resource

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

    Constructor syntax

    new OtherUcseFeature(name: string, args: OtherUcseFeatureArgs, opts?: CustomResourceOptions);
    @overload
    def OtherUcseFeature(resource_name: str,
                         args: OtherUcseFeatureArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def OtherUcseFeature(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         feature_profile_id: Optional[str] = None,
                         access_port_shared_failover_type: Optional[str] = None,
                         access_port_shared_type: Optional[str] = None,
                         slot: Optional[int] = None,
                         ipv4_address: Optional[str] = None,
                         bay: Optional[int] = None,
                         default_gateway: Optional[str] = None,
                         description: Optional[str] = None,
                         access_port_dedicated: Optional[bool] = None,
                         default_gateway_variable: Optional[str] = None,
                         interfaces: Optional[Sequence[OtherUcseFeatureInterfaceArgs]] = None,
                         assign_priority_variable: Optional[str] = None,
                         ipv4_address_variable: Optional[str] = None,
                         name: Optional[str] = None,
                         assign_priority: Optional[int] = None,
                         vlan_id: Optional[int] = None,
                         vlan_id_variable: Optional[str] = None)
    func NewOtherUcseFeature(ctx *Context, name string, args OtherUcseFeatureArgs, opts ...ResourceOption) (*OtherUcseFeature, error)
    public OtherUcseFeature(string name, OtherUcseFeatureArgs args, CustomResourceOptions? opts = null)
    public OtherUcseFeature(String name, OtherUcseFeatureArgs args)
    public OtherUcseFeature(String name, OtherUcseFeatureArgs args, CustomResourceOptions options)
    
    type: sdwan:OtherUcseFeature
    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 OtherUcseFeatureArgs
    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 OtherUcseFeatureArgs
    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 OtherUcseFeatureArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OtherUcseFeatureArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OtherUcseFeatureArgs
    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 otherUcseFeatureResource = new Sdwan.OtherUcseFeature("otherUcseFeatureResource", new()
    {
        FeatureProfileId = "string",
        AccessPortSharedFailoverType = "string",
        AccessPortSharedType = "string",
        Slot = 0,
        Ipv4Address = "string",
        Bay = 0,
        DefaultGateway = "string",
        Description = "string",
        AccessPortDedicated = false,
        DefaultGatewayVariable = "string",
        Interfaces = new[]
        {
            new Sdwan.Inputs.OtherUcseFeatureInterfaceArgs
            {
                InterfaceName = "string",
                InterfaceNameVariable = "string",
                Ipv4Address = "string",
                Ipv4AddressVariable = "string",
                UcseInterfaceVpn = 0,
                UcseInterfaceVpnVariable = "string",
            },
        },
        AssignPriorityVariable = "string",
        Ipv4AddressVariable = "string",
        Name = "string",
        AssignPriority = 0,
        VlanId = 0,
        VlanIdVariable = "string",
    });
    
    example, err := sdwan.NewOtherUcseFeature(ctx, "otherUcseFeatureResource", &sdwan.OtherUcseFeatureArgs{
    	FeatureProfileId:             pulumi.String("string"),
    	AccessPortSharedFailoverType: pulumi.String("string"),
    	AccessPortSharedType:         pulumi.String("string"),
    	Slot:                         pulumi.Int(0),
    	Ipv4Address:                  pulumi.String("string"),
    	Bay:                          pulumi.Int(0),
    	DefaultGateway:               pulumi.String("string"),
    	Description:                  pulumi.String("string"),
    	AccessPortDedicated:          pulumi.Bool(false),
    	DefaultGatewayVariable:       pulumi.String("string"),
    	Interfaces: sdwan.OtherUcseFeatureInterfaceArray{
    		&sdwan.OtherUcseFeatureInterfaceArgs{
    			InterfaceName:            pulumi.String("string"),
    			InterfaceNameVariable:    pulumi.String("string"),
    			Ipv4Address:              pulumi.String("string"),
    			Ipv4AddressVariable:      pulumi.String("string"),
    			UcseInterfaceVpn:         pulumi.Int(0),
    			UcseInterfaceVpnVariable: pulumi.String("string"),
    		},
    	},
    	AssignPriorityVariable: pulumi.String("string"),
    	Ipv4AddressVariable:    pulumi.String("string"),
    	Name:                   pulumi.String("string"),
    	AssignPriority:         pulumi.Int(0),
    	VlanId:                 pulumi.Int(0),
    	VlanIdVariable:         pulumi.String("string"),
    })
    
    var otherUcseFeatureResource = new OtherUcseFeature("otherUcseFeatureResource", OtherUcseFeatureArgs.builder()
        .featureProfileId("string")
        .accessPortSharedFailoverType("string")
        .accessPortSharedType("string")
        .slot(0)
        .ipv4Address("string")
        .bay(0)
        .defaultGateway("string")
        .description("string")
        .accessPortDedicated(false)
        .defaultGatewayVariable("string")
        .interfaces(OtherUcseFeatureInterfaceArgs.builder()
            .interfaceName("string")
            .interfaceNameVariable("string")
            .ipv4Address("string")
            .ipv4AddressVariable("string")
            .ucseInterfaceVpn(0)
            .ucseInterfaceVpnVariable("string")
            .build())
        .assignPriorityVariable("string")
        .ipv4AddressVariable("string")
        .name("string")
        .assignPriority(0)
        .vlanId(0)
        .vlanIdVariable("string")
        .build());
    
    other_ucse_feature_resource = sdwan.OtherUcseFeature("otherUcseFeatureResource",
        feature_profile_id="string",
        access_port_shared_failover_type="string",
        access_port_shared_type="string",
        slot=0,
        ipv4_address="string",
        bay=0,
        default_gateway="string",
        description="string",
        access_port_dedicated=False,
        default_gateway_variable="string",
        interfaces=[sdwan.OtherUcseFeatureInterfaceArgs(
            interface_name="string",
            interface_name_variable="string",
            ipv4_address="string",
            ipv4_address_variable="string",
            ucse_interface_vpn=0,
            ucse_interface_vpn_variable="string",
        )],
        assign_priority_variable="string",
        ipv4_address_variable="string",
        name="string",
        assign_priority=0,
        vlan_id=0,
        vlan_id_variable="string")
    
    const otherUcseFeatureResource = new sdwan.OtherUcseFeature("otherUcseFeatureResource", {
        featureProfileId: "string",
        accessPortSharedFailoverType: "string",
        accessPortSharedType: "string",
        slot: 0,
        ipv4Address: "string",
        bay: 0,
        defaultGateway: "string",
        description: "string",
        accessPortDedicated: false,
        defaultGatewayVariable: "string",
        interfaces: [{
            interfaceName: "string",
            interfaceNameVariable: "string",
            ipv4Address: "string",
            ipv4AddressVariable: "string",
            ucseInterfaceVpn: 0,
            ucseInterfaceVpnVariable: "string",
        }],
        assignPriorityVariable: "string",
        ipv4AddressVariable: "string",
        name: "string",
        assignPriority: 0,
        vlanId: 0,
        vlanIdVariable: "string",
    });
    
    type: sdwan:OtherUcseFeature
    properties:
        accessPortDedicated: false
        accessPortSharedFailoverType: string
        accessPortSharedType: string
        assignPriority: 0
        assignPriorityVariable: string
        bay: 0
        defaultGateway: string
        defaultGatewayVariable: string
        description: string
        featureProfileId: string
        interfaces:
            - interfaceName: string
              interfaceNameVariable: string
              ipv4Address: string
              ipv4AddressVariable: string
              ucseInterfaceVpn: 0
              ucseInterfaceVpnVariable: string
        ipv4Address: string
        ipv4AddressVariable: string
        name: string
        slot: 0
        vlanId: 0
        vlanIdVariable: string
    

    OtherUcseFeature Resource Properties

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

    Inputs

    The OtherUcseFeature resource accepts the following input properties:

    AccessPortSharedFailoverType string
    • Choices: ge2, te2
    AccessPortSharedType string
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    Bay int
    Bay - Range: 0-2
    DefaultGateway string
    Assign default gateway
    FeatureProfileId string
    Feature Profile ID
    Ipv4Address string
    Assign IPv4 address
    Slot int
    Slot - Range: 0-3
    AccessPortDedicated bool
    Dedicated - Default value: true
    AssignPriority int
    Assign priority - Range: 0-7
    AssignPriorityVariable string
    Variable name
    DefaultGatewayVariable string
    Variable name
    Description string
    The description of the Feature
    Interfaces List<OtherUcseFeatureInterface>
    Interface name: GigabitEthernet0/<>/<> when present
    Ipv4AddressVariable string
    Variable name
    Name string
    The name of the Feature
    VlanId int
    Assign Vlan Id - Range: 2-4095
    VlanIdVariable string
    Variable name
    AccessPortSharedFailoverType string
    • Choices: ge2, te2
    AccessPortSharedType string
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    Bay int
    Bay - Range: 0-2
    DefaultGateway string
    Assign default gateway
    FeatureProfileId string
    Feature Profile ID
    Ipv4Address string
    Assign IPv4 address
    Slot int
    Slot - Range: 0-3
    AccessPortDedicated bool
    Dedicated - Default value: true
    AssignPriority int
    Assign priority - Range: 0-7
    AssignPriorityVariable string
    Variable name
    DefaultGatewayVariable string
    Variable name
    Description string
    The description of the Feature
    Interfaces []OtherUcseFeatureInterfaceArgs
    Interface name: GigabitEthernet0/<>/<> when present
    Ipv4AddressVariable string
    Variable name
    Name string
    The name of the Feature
    VlanId int
    Assign Vlan Id - Range: 2-4095
    VlanIdVariable string
    Variable name
    accessPortSharedFailoverType String
    • Choices: ge2, te2
    accessPortSharedType String
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    bay Integer
    Bay - Range: 0-2
    defaultGateway String
    Assign default gateway
    featureProfileId String
    Feature Profile ID
    ipv4Address String
    Assign IPv4 address
    slot Integer
    Slot - Range: 0-3
    accessPortDedicated Boolean
    Dedicated - Default value: true
    assignPriority Integer
    Assign priority - Range: 0-7
    assignPriorityVariable String
    Variable name
    defaultGatewayVariable String
    Variable name
    description String
    The description of the Feature
    interfaces List<OtherUcseFeatureInterface>
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4AddressVariable String
    Variable name
    name String
    The name of the Feature
    vlanId Integer
    Assign Vlan Id - Range: 2-4095
    vlanIdVariable String
    Variable name
    accessPortSharedFailoverType string
    • Choices: ge2, te2
    accessPortSharedType string
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    bay number
    Bay - Range: 0-2
    defaultGateway string
    Assign default gateway
    featureProfileId string
    Feature Profile ID
    ipv4Address string
    Assign IPv4 address
    slot number
    Slot - Range: 0-3
    accessPortDedicated boolean
    Dedicated - Default value: true
    assignPriority number
    Assign priority - Range: 0-7
    assignPriorityVariable string
    Variable name
    defaultGatewayVariable string
    Variable name
    description string
    The description of the Feature
    interfaces OtherUcseFeatureInterface[]
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4AddressVariable string
    Variable name
    name string
    The name of the Feature
    vlanId number
    Assign Vlan Id - Range: 2-4095
    vlanIdVariable string
    Variable name
    access_port_shared_failover_type str
    • Choices: ge2, te2
    access_port_shared_type str
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    bay int
    Bay - Range: 0-2
    default_gateway str
    Assign default gateway
    feature_profile_id str
    Feature Profile ID
    ipv4_address str
    Assign IPv4 address
    slot int
    Slot - Range: 0-3
    access_port_dedicated bool
    Dedicated - Default value: true
    assign_priority int
    Assign priority - Range: 0-7
    assign_priority_variable str
    Variable name
    default_gateway_variable str
    Variable name
    description str
    The description of the Feature
    interfaces Sequence[OtherUcseFeatureInterfaceArgs]
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4_address_variable str
    Variable name
    name str
    The name of the Feature
    vlan_id int
    Assign Vlan Id - Range: 2-4095
    vlan_id_variable str
    Variable name
    accessPortSharedFailoverType String
    • Choices: ge2, te2
    accessPortSharedType String
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    bay Number
    Bay - Range: 0-2
    defaultGateway String
    Assign default gateway
    featureProfileId String
    Feature Profile ID
    ipv4Address String
    Assign IPv4 address
    slot Number
    Slot - Range: 0-3
    accessPortDedicated Boolean
    Dedicated - Default value: true
    assignPriority Number
    Assign priority - Range: 0-7
    assignPriorityVariable String
    Variable name
    defaultGatewayVariable String
    Variable name
    description String
    The description of the Feature
    interfaces List<Property Map>
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4AddressVariable String
    Variable name
    name String
    The name of the Feature
    vlanId Number
    Assign Vlan Id - Range: 2-4095
    vlanIdVariable String
    Variable name

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OtherUcseFeature 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 OtherUcseFeature Resource

    Get an existing OtherUcseFeature 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?: OtherUcseFeatureState, opts?: CustomResourceOptions): OtherUcseFeature
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_port_dedicated: Optional[bool] = None,
            access_port_shared_failover_type: Optional[str] = None,
            access_port_shared_type: Optional[str] = None,
            assign_priority: Optional[int] = None,
            assign_priority_variable: Optional[str] = None,
            bay: Optional[int] = None,
            default_gateway: Optional[str] = None,
            default_gateway_variable: Optional[str] = None,
            description: Optional[str] = None,
            feature_profile_id: Optional[str] = None,
            interfaces: Optional[Sequence[OtherUcseFeatureInterfaceArgs]] = None,
            ipv4_address: Optional[str] = None,
            ipv4_address_variable: Optional[str] = None,
            name: Optional[str] = None,
            slot: Optional[int] = None,
            version: Optional[int] = None,
            vlan_id: Optional[int] = None,
            vlan_id_variable: Optional[str] = None) -> OtherUcseFeature
    func GetOtherUcseFeature(ctx *Context, name string, id IDInput, state *OtherUcseFeatureState, opts ...ResourceOption) (*OtherUcseFeature, error)
    public static OtherUcseFeature Get(string name, Input<string> id, OtherUcseFeatureState? state, CustomResourceOptions? opts = null)
    public static OtherUcseFeature get(String name, Output<String> id, OtherUcseFeatureState 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:
    AccessPortDedicated bool
    Dedicated - Default value: true
    AccessPortSharedFailoverType string
    • Choices: ge2, te2
    AccessPortSharedType string
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    AssignPriority int
    Assign priority - Range: 0-7
    AssignPriorityVariable string
    Variable name
    Bay int
    Bay - Range: 0-2
    DefaultGateway string
    Assign default gateway
    DefaultGatewayVariable string
    Variable name
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Interfaces List<OtherUcseFeatureInterface>
    Interface name: GigabitEthernet0/<>/<> when present
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Name string
    The name of the Feature
    Slot int
    Slot - Range: 0-3
    Version int
    The version of the Feature
    VlanId int
    Assign Vlan Id - Range: 2-4095
    VlanIdVariable string
    Variable name
    AccessPortDedicated bool
    Dedicated - Default value: true
    AccessPortSharedFailoverType string
    • Choices: ge2, te2
    AccessPortSharedType string
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    AssignPriority int
    Assign priority - Range: 0-7
    AssignPriorityVariable string
    Variable name
    Bay int
    Bay - Range: 0-2
    DefaultGateway string
    Assign default gateway
    DefaultGatewayVariable string
    Variable name
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Interfaces []OtherUcseFeatureInterfaceArgs
    Interface name: GigabitEthernet0/<>/<> when present
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Name string
    The name of the Feature
    Slot int
    Slot - Range: 0-3
    Version int
    The version of the Feature
    VlanId int
    Assign Vlan Id - Range: 2-4095
    VlanIdVariable string
    Variable name
    accessPortDedicated Boolean
    Dedicated - Default value: true
    accessPortSharedFailoverType String
    • Choices: ge2, te2
    accessPortSharedType String
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    assignPriority Integer
    Assign priority - Range: 0-7
    assignPriorityVariable String
    Variable name
    bay Integer
    Bay - Range: 0-2
    defaultGateway String
    Assign default gateway
    defaultGatewayVariable String
    Variable name
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    interfaces List<OtherUcseFeatureInterface>
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    name String
    The name of the Feature
    slot Integer
    Slot - Range: 0-3
    version Integer
    The version of the Feature
    vlanId Integer
    Assign Vlan Id - Range: 2-4095
    vlanIdVariable String
    Variable name
    accessPortDedicated boolean
    Dedicated - Default value: true
    accessPortSharedFailoverType string
    • Choices: ge2, te2
    accessPortSharedType string
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    assignPriority number
    Assign priority - Range: 0-7
    assignPriorityVariable string
    Variable name
    bay number
    Bay - Range: 0-2
    defaultGateway string
    Assign default gateway
    defaultGatewayVariable string
    Variable name
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    interfaces OtherUcseFeatureInterface[]
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4Address string
    Assign IPv4 address
    ipv4AddressVariable string
    Variable name
    name string
    The name of the Feature
    slot number
    Slot - Range: 0-3
    version number
    The version of the Feature
    vlanId number
    Assign Vlan Id - Range: 2-4095
    vlanIdVariable string
    Variable name
    access_port_dedicated bool
    Dedicated - Default value: true
    access_port_shared_failover_type str
    • Choices: ge2, te2
    access_port_shared_type str
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    assign_priority int
    Assign priority - Range: 0-7
    assign_priority_variable str
    Variable name
    bay int
    Bay - Range: 0-2
    default_gateway str
    Assign default gateway
    default_gateway_variable str
    Variable name
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    interfaces Sequence[OtherUcseFeatureInterfaceArgs]
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    Variable name
    name str
    The name of the Feature
    slot int
    Slot - Range: 0-3
    version int
    The version of the Feature
    vlan_id int
    Assign Vlan Id - Range: 2-4095
    vlan_id_variable str
    Variable name
    accessPortDedicated Boolean
    Dedicated - Default value: true
    accessPortSharedFailoverType String
    • Choices: ge2, te2
    accessPortSharedType String
    • Choices: ge1, ge2, ge3, te2, te3, console, failover
    assignPriority Number
    Assign priority - Range: 0-7
    assignPriorityVariable String
    Variable name
    bay Number
    Bay - Range: 0-2
    defaultGateway String
    Assign default gateway
    defaultGatewayVariable String
    Variable name
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    interfaces List<Property Map>
    Interface name: GigabitEthernet0/<>/<> when present
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    name String
    The name of the Feature
    slot Number
    Slot - Range: 0-3
    version Number
    The version of the Feature
    vlanId Number
    Assign Vlan Id - Range: 2-4095
    vlanIdVariable String
    Variable name

    Supporting Types

    OtherUcseFeatureInterface, OtherUcseFeatureInterfaceArgs

    InterfaceName string
    Set Inteface name
    InterfaceNameVariable string
    Variable name
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    UcseInterfaceVpn int
    UCSE Interface VPN

    • Range: 1-65527
    UcseInterfaceVpnVariable string
    Variable name
    InterfaceName string
    Set Inteface name
    InterfaceNameVariable string
    Variable name
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    UcseInterfaceVpn int
    UCSE Interface VPN

    • Range: 1-65527
    UcseInterfaceVpnVariable string
    Variable name
    interfaceName String
    Set Inteface name
    interfaceNameVariable String
    Variable name
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ucseInterfaceVpn Integer
    UCSE Interface VPN

    • Range: 1-65527
    ucseInterfaceVpnVariable String
    Variable name
    interfaceName string
    Set Inteface name
    interfaceNameVariable string
    Variable name
    ipv4Address string
    Assign IPv4 address
    ipv4AddressVariable string
    Variable name
    ucseInterfaceVpn number
    UCSE Interface VPN

    • Range: 1-65527
    ucseInterfaceVpnVariable string
    Variable name
    interface_name str
    Set Inteface name
    interface_name_variable str
    Variable name
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    Variable name
    ucse_interface_vpn int
    UCSE Interface VPN

    • Range: 1-65527
    ucse_interface_vpn_variable str
    Variable name
    interfaceName String
    Set Inteface name
    interfaceNameVariable String
    Variable name
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ucseInterfaceVpn Number
    UCSE Interface VPN

    • Range: 1-65527
    ucseInterfaceVpnVariable String
    Variable name

    Import

    $ pulumi import sdwan:index/otherUcseFeature:OtherUcseFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
    

    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.1.3 published on Tuesday, Sep 24, 2024 by Pulumi