Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This data source can read the Transport IPv4 ACL Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportIpv4AclFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_ipv4_acl_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.LookupTransportIpv4AclFeature(ctx, &sdwan.LookupTransportIpv4AclFeatureArgs{
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.GetTransportIpv4AclFeature.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.GetTransportIpv4AclFeatureArgs;
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.getTransportIpv4AclFeature(GetTransportIpv4AclFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTransportIpv4AclFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportIpv4AclFeature
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 getTransportIpv4AclFeature(args: GetTransportIpv4AclFeatureArgs, opts?: InvokeOptions): Promise<GetTransportIpv4AclFeatureResult>
function getTransportIpv4AclFeatureOutput(args: GetTransportIpv4AclFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportIpv4AclFeatureResult>def get_transport_ipv4_acl_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportIpv4AclFeatureResult
def get_transport_ipv4_acl_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportIpv4AclFeatureResult]func LookupTransportIpv4AclFeature(ctx *Context, args *LookupTransportIpv4AclFeatureArgs, opts ...InvokeOption) (*LookupTransportIpv4AclFeatureResult, error)
func LookupTransportIpv4AclFeatureOutput(ctx *Context, args *LookupTransportIpv4AclFeatureOutputArgs, opts ...InvokeOption) LookupTransportIpv4AclFeatureResultOutput> Note: This function is named LookupTransportIpv4AclFeature in the Go SDK.
public static class GetTransportIpv4AclFeature
{
public static Task<GetTransportIpv4AclFeatureResult> InvokeAsync(GetTransportIpv4AclFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportIpv4AclFeatureResult> Invoke(GetTransportIpv4AclFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportIpv4AclFeatureResult> getTransportIpv4AclFeature(GetTransportIpv4AclFeatureArgs args, InvokeOptions options)
public static Output<GetTransportIpv4AclFeatureResult> getTransportIpv4AclFeature(GetTransportIpv4AclFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportIpv4AclFeature:getTransportIpv4AclFeature
arguments:
# arguments dictionaryThe 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
getTransportIpv4AclFeature Result
The following output properties are available:
- Default
Action string - Default Action
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
List<Get
Transport Ipv4Acl Feature Sequence> - Access Control List
- Version int
- The version of the Feature
- Default
Action string - Default Action
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
[]Get
Transport Ipv4Acl Feature Sequence - Access Control List
- Version int
- The version of the Feature
- default
Action String - Default Action
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences
List<Get
Transport Ipv4Acl Feature Sequence> - Access Control List
- version Integer
- The version of the Feature
- default
Action string - Default Action
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- sequences
Get
Transport Ipv4Acl Feature Sequence[] - Access Control List
- version number
- The version of the Feature
- default_
action str - Default Action
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- sequences
Sequence[Get
Transport Ipv4Acl Feature Sequence] - Access Control List
- version int
- The version of the Feature
- default
Action String - Default Action
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences List<Property Map>
- Access Control List
- version Number
- The version of the Feature
Supporting Types
GetTransportIpv4AclFeatureSequence
- Actions
List<Get
Transport Ipv4Acl Feature Sequence Action> - Define list of actions
- Base
Action string - Base Action
- Match
Entries List<GetTransport Ipv4Acl Feature Sequence Match Entry> - Define match conditions
- Sequence
Id int - Sequence Id
- Sequence
Name string - Sequence Name
- Actions
[]Get
Transport Ipv4Acl Feature Sequence Action - Define list of actions
- Base
Action string - Base Action
- Match
Entries []GetTransport Ipv4Acl Feature Sequence Match Entry - Define match conditions
- Sequence
Id int - Sequence Id
- Sequence
Name string - Sequence Name
- actions
List<Get
Transport Ipv4Acl Feature Sequence Action> - Define list of actions
- base
Action String - Base Action
- match
Entries List<GetTransport Ipv4Acl Feature Sequence Match Entry> - Define match conditions
- sequence
Id Integer - Sequence Id
- sequence
Name String - Sequence Name
- actions
Get
Transport Ipv4Acl Feature Sequence Action[] - Define list of actions
- base
Action string - Base Action
- match
Entries GetTransport Ipv4Acl Feature Sequence Match Entry[] - Define match conditions
- sequence
Id number - Sequence Id
- sequence
Name string - Sequence Name
- actions
Sequence[Get
Transport Ipv4Acl Feature Sequence Action] - Define list of actions
- base_
action str - Base Action
- match_
entries Sequence[GetTransport Ipv4Acl Feature Sequence Match Entry] - Define match conditions
- sequence_
id int - Sequence Id
- sequence_
name str - Sequence Name
- actions List<Property Map>
- Define list of actions
- base
Action String - Base Action
- match
Entries List<Property Map> - Define match conditions
- sequence
Id Number - Sequence Id
- sequence
Name String - Sequence Name
GetTransportIpv4AclFeatureSequenceAction
- Accept
Counter stringName - Counter Name
- Accept
Log bool - Enable Log
- Accept
Mirror stringList Id - Accept
Policer stringId - Accept
Set intDscp - DSCP number
- Accept
Set stringNext Hop - Set Next Hop (IPV4 address)
- Drop
Counter stringName - Counter Name
- Drop
Log bool - Enable Log
- Accept
Counter stringName - Counter Name
- Accept
Log bool - Enable Log
- Accept
Mirror stringList Id - Accept
Policer stringId - Accept
Set intDscp - DSCP number
- Accept
Set stringNext Hop - Set Next Hop (IPV4 address)
- Drop
Counter stringName - Counter Name
- Drop
Log bool - Enable Log
- accept
Counter StringName - Counter Name
- accept
Log Boolean - Enable Log
- accept
Mirror StringList Id - accept
Policer StringId - accept
Set IntegerDscp - DSCP number
- accept
Set StringNext Hop - Set Next Hop (IPV4 address)
- drop
Counter StringName - Counter Name
- drop
Log Boolean - Enable Log
- accept
Counter stringName - Counter Name
- accept
Log boolean - Enable Log
- accept
Mirror stringList Id - accept
Policer stringId - accept
Set numberDscp - DSCP number
- accept
Set stringNext Hop - Set Next Hop (IPV4 address)
- drop
Counter stringName - Counter Name
- drop
Log boolean - Enable Log
- accept_
counter_ strname - Counter Name
- accept_
log bool - Enable Log
- accept_
mirror_ strlist_ id - accept_
policer_ strid - accept_
set_ intdscp - DSCP number
- accept_
set_ strnext_ hop - Set Next Hop (IPV4 address)
- drop_
counter_ strname - Counter Name
- drop_
log bool - Enable Log
- accept
Counter StringName - Counter Name
- accept
Log Boolean - Enable Log
- accept
Mirror StringList Id - accept
Policer StringId - accept
Set NumberDscp - DSCP number
- accept
Set StringNext Hop - Set Next Hop (IPV4 address)
- drop
Counter StringName - Counter Name
- drop
Log Boolean - Enable Log
GetTransportIpv4AclFeatureSequenceMatchEntry
- Destination
Data stringPrefix - Destination Data IP Prefix
- Destination
Data stringPrefix List Id - Destination
Data stringPrefix Variable - Variable name
- Destination
Ports List<GetTransport Ipv4Acl Feature Sequence Match Entry Destination Port> - Destination Port List
- Dscps List<int>
- DSCP number
- Icmp
Messages List<string> - ICMP Message
- Packet
Length string - Packet Length
- Protocols List<int>
- protocol number list with at least one item
- Source
Data stringPrefix - Source Data IP Prefix
- Source
Data stringPrefix List Id - Source
Data stringPrefix Variable - Variable name
- Source
Ports List<GetTransport Ipv4Acl Feature Sequence Match Entry Source Port> - Source Port List
- Tcp
State string - TCP States
- Destination
Data stringPrefix - Destination Data IP Prefix
- Destination
Data stringPrefix List Id - Destination
Data stringPrefix Variable - Variable name
- Destination
Ports []GetTransport Ipv4Acl Feature Sequence Match Entry Destination Port - Destination Port List
- Dscps []int
- DSCP number
- Icmp
Messages []string - ICMP Message
- Packet
Length string - Packet Length
- Protocols []int
- protocol number list with at least one item
- Source
Data stringPrefix - Source Data IP Prefix
- Source
Data stringPrefix List Id - Source
Data stringPrefix Variable - Variable name
- Source
Ports []GetTransport Ipv4Acl Feature Sequence Match Entry Source Port - Source Port List
- Tcp
State string - TCP States
- destination
Data StringPrefix - Destination Data IP Prefix
- destination
Data StringPrefix List Id - destination
Data StringPrefix Variable - Variable name
- destination
Ports List<GetTransport Ipv4Acl Feature Sequence Match Entry Destination Port> - Destination Port List
- dscps List<Integer>
- DSCP number
- icmp
Messages List<String> - ICMP Message
- packet
Length String - Packet Length
- protocols List<Integer>
- protocol number list with at least one item
- source
Data StringPrefix - Source Data IP Prefix
- source
Data StringPrefix List Id - source
Data StringPrefix Variable - Variable name
- source
Ports List<GetTransport Ipv4Acl Feature Sequence Match Entry Source Port> - Source Port List
- tcp
State String - TCP States
- destination
Data stringPrefix - Destination Data IP Prefix
- destination
Data stringPrefix List Id - destination
Data stringPrefix Variable - Variable name
- destination
Ports GetTransport Ipv4Acl Feature Sequence Match Entry Destination Port[] - Destination Port List
- dscps number[]
- DSCP number
- icmp
Messages string[] - ICMP Message
- packet
Length string - Packet Length
- protocols number[]
- protocol number list with at least one item
- source
Data stringPrefix - Source Data IP Prefix
- source
Data stringPrefix List Id - source
Data stringPrefix Variable - Variable name
- source
Ports GetTransport Ipv4Acl Feature Sequence Match Entry Source Port[] - Source Port List
- tcp
State string - TCP States
- destination_
data_ strprefix - Destination Data IP Prefix
- destination_
data_ strprefix_ list_ id - destination_
data_ strprefix_ variable - Variable name
- destination_
ports Sequence[GetTransport Ipv4Acl Feature Sequence Match Entry Destination Port] - Destination Port List
- dscps Sequence[int]
- DSCP number
- icmp_
messages Sequence[str] - ICMP Message
- packet_
length str - Packet Length
- protocols Sequence[int]
- protocol number list with at least one item
- source_
data_ strprefix - Source Data IP Prefix
- source_
data_ strprefix_ list_ id - source_
data_ strprefix_ variable - Variable name
- source_
ports Sequence[GetTransport Ipv4Acl Feature Sequence Match Entry Source Port] - Source Port List
- tcp_
state str - TCP States
- destination
Data StringPrefix - Destination Data IP Prefix
- destination
Data StringPrefix List Id - destination
Data StringPrefix Variable - Variable name
- destination
Ports List<Property Map> - Destination Port List
- dscps List<Number>
- DSCP number
- icmp
Messages List<String> - ICMP Message
- packet
Length String - Packet Length
- protocols List<Number>
- protocol number list with at least one item
- source
Data StringPrefix - Source Data IP Prefix
- source
Data StringPrefix List Id - source
Data StringPrefix Variable - Variable name
- source
Ports List<Property Map> - Source Port List
- tcp
State String - TCP States
GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort
- Port string
- destination port range or individual port number
- Port string
- destination port range or individual port number
- port String
- destination port range or individual port number
- port string
- destination port range or individual port number
- port str
- destination port range or individual port number
- port String
- destination port range or individual port number
GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort
- Port string
- source port range or individual port number
- Port string
- source port range or individual port number
- port String
- source port range or individual port number
- port string
- source port range or individual port number
- port str
- source port range or individual port number
- port String
- source port range or individual port number
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
