Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getOtherUcseFeature
Explore with Pulumi AI
This data source can read the Other UCSE Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getOtherUcseFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_other_ucse_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.LookupOtherUcseFeature(ctx, &sdwan.LookupOtherUcseFeatureArgs{
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.GetOtherUcseFeature.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.GetOtherUcseFeatureArgs;
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.getOtherUcseFeature(GetOtherUcseFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getOtherUcseFeature
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getOtherUcseFeature
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 getOtherUcseFeature(args: GetOtherUcseFeatureArgs, opts?: InvokeOptions): Promise<GetOtherUcseFeatureResult>
function getOtherUcseFeatureOutput(args: GetOtherUcseFeatureOutputArgs, opts?: InvokeOptions): Output<GetOtherUcseFeatureResult>
def get_other_ucse_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOtherUcseFeatureResult
def get_other_ucse_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOtherUcseFeatureResult]
func LookupOtherUcseFeature(ctx *Context, args *LookupOtherUcseFeatureArgs, opts ...InvokeOption) (*LookupOtherUcseFeatureResult, error)
func LookupOtherUcseFeatureOutput(ctx *Context, args *LookupOtherUcseFeatureOutputArgs, opts ...InvokeOption) LookupOtherUcseFeatureResultOutput
> Note: This function is named LookupOtherUcseFeature
in the Go SDK.
public static class GetOtherUcseFeature
{
public static Task<GetOtherUcseFeatureResult> InvokeAsync(GetOtherUcseFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetOtherUcseFeatureResult> Invoke(GetOtherUcseFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOtherUcseFeatureResult> getOtherUcseFeature(GetOtherUcseFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getOtherUcseFeature:getOtherUcseFeature
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
getOtherUcseFeature Result
The following output properties are available:
- Access
Port boolDedicated - Dedicated
- string
- string
- Assign
Priority int - Assign priority
- Assign
Priority stringVariable - Variable name
- Bay int
- Bay
- Default
Gateway string - Assign default gateway
- Default
Gateway stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interfaces
List<Get
Other Ucse Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Name string
- The name of the Feature
- Slot int
- Slot
- Version int
- The version of the Feature
- Vlan
Id int - Assign Vlan Id
- Vlan
Id stringVariable - Variable name
- Access
Port boolDedicated - Dedicated
- string
- string
- Assign
Priority int - Assign priority
- Assign
Priority stringVariable - Variable name
- Bay int
- Bay
- Default
Gateway string - Assign default gateway
- Default
Gateway stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interfaces
[]Get
Other Ucse Feature Interface - Interface name: GigabitEthernet0/<>/<> when present
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Name string
- The name of the Feature
- Slot int
- Slot
- Version int
- The version of the Feature
- Vlan
Id int - Assign Vlan Id
- Vlan
Id stringVariable - Variable name
- access
Port BooleanDedicated - Dedicated
- String
- String
- assign
Priority Integer - Assign priority
- assign
Priority StringVariable - Variable name
- bay Integer
- Bay
- default
Gateway String - Assign default gateway
- default
Gateway StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interfaces
List<Get
Other Ucse Feature Interface> - Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- name String
- The name of the Feature
- slot Integer
- Slot
- version Integer
- The version of the Feature
- vlan
Id Integer - Assign Vlan Id
- vlan
Id StringVariable - Variable name
- access
Port booleanDedicated - Dedicated
- string
- string
- assign
Priority number - Assign priority
- assign
Priority stringVariable - Variable name
- bay number
- Bay
- default
Gateway string - Assign default gateway
- default
Gateway stringVariable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- interfaces
Get
Other Ucse Feature Interface[] - Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- name string
- The name of the Feature
- slot number
- Slot
- version number
- The version of the Feature
- vlan
Id number - Assign Vlan Id
- vlan
Id stringVariable - Variable name
- access_
port_ booldedicated - Dedicated
- str
- str
- assign_
priority int - Assign priority
- assign_
priority_ strvariable - Variable name
- bay int
- Bay
- default_
gateway str - Assign default gateway
- default_
gateway_ strvariable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- interfaces
Sequence[Get
Other Ucse Feature Interface] - Interface name: GigabitEthernet0/<>/<> when present
- ipv4_
address str - Assign IPv4 address
- ipv4_
address_ strvariable - Variable name
- name str
- The name of the Feature
- slot int
- Slot
- version int
- The version of the Feature
- vlan_
id int - Assign Vlan Id
- vlan_
id_ strvariable - Variable name
- access
Port BooleanDedicated - Dedicated
- String
- String
- assign
Priority Number - Assign priority
- assign
Priority StringVariable - Variable name
- bay Number
- Bay
- default
Gateway String - Assign default gateway
- default
Gateway StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interfaces List<Property Map>
- Interface name: GigabitEthernet0/<>/<> when present
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- name String
- The name of the Feature
- slot Number
- Slot
- version Number
- The version of the Feature
- vlan
Id Number - Assign Vlan Id
- vlan
Id StringVariable - Variable name
Supporting Types
GetOtherUcseFeatureInterface
- Interface
Name string - Set Inteface name
- Interface
Name stringVariable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Ucse
Interface intVpn - UCSE Interface VPN
- Ucse
Interface stringVpn Variable - Variable name
- Interface
Name string - Set Inteface name
- Interface
Name stringVariable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Ucse
Interface intVpn - UCSE Interface VPN
- Ucse
Interface stringVpn Variable - Variable name
- interface
Name String - Set Inteface name
- interface
Name StringVariable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- ucse
Interface IntegerVpn - UCSE Interface VPN
- ucse
Interface StringVpn Variable - Variable name
- interface
Name string - Set Inteface name
- interface
Name stringVariable - Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- ucse
Interface numberVpn - UCSE Interface VPN
- ucse
Interface stringVpn Variable - Variable name
- interface_
name str - Set Inteface name
- interface_
name_ strvariable - Variable name
- ipv4_
address str - Assign IPv4 address
- ipv4_
address_ strvariable - Variable name
- ucse_
interface_ intvpn - UCSE Interface VPN
- ucse_
interface_ strvpn_ variable - Variable name
- interface
Name String - Set Inteface name
- interface
Name StringVariable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- ucse
Interface NumberVpn - UCSE Interface VPN
- ucse
Interface StringVpn Variable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.