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

sdwan.getTransportIpv4AclFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportIpv4AclFeature:getTransportIpv4AclFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature

    getTransportIpv4AclFeature Result

    The following output properties are available:

    DefaultAction string
    Default Action
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Sequences List<GetTransportIpv4AclFeatureSequence>
    Access Control List
    Version int
    The version of the Feature
    DefaultAction string
    Default Action
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Sequences []GetTransportIpv4AclFeatureSequence
    Access Control List
    Version int
    The version of the Feature
    defaultAction String
    Default Action
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    sequences List<GetTransportIpv4AclFeatureSequence>
    Access Control List
    version Integer
    The version of the Feature
    defaultAction string
    Default Action
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    name string
    The name of the Feature
    sequences GetTransportIpv4AclFeatureSequence[]
    Access Control List
    version number
    The version of the Feature
    default_action str
    Default Action
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    name str
    The name of the Feature
    sequences Sequence[GetTransportIpv4AclFeatureSequence]
    Access Control List
    version int
    The version of the Feature
    defaultAction String
    Default Action
    description String
    The description of the Feature
    featureProfileId String
    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<GetTransportIpv4AclFeatureSequenceAction>
    Define list of actions
    BaseAction string
    Base Action
    MatchEntries List<GetTransportIpv4AclFeatureSequenceMatchEntry>
    Define match conditions
    SequenceId int
    Sequence Id
    SequenceName string
    Sequence Name
    Actions []GetTransportIpv4AclFeatureSequenceAction
    Define list of actions
    BaseAction string
    Base Action
    MatchEntries []GetTransportIpv4AclFeatureSequenceMatchEntry
    Define match conditions
    SequenceId int
    Sequence Id
    SequenceName string
    Sequence Name
    actions List<GetTransportIpv4AclFeatureSequenceAction>
    Define list of actions
    baseAction String
    Base Action
    matchEntries List<GetTransportIpv4AclFeatureSequenceMatchEntry>
    Define match conditions
    sequenceId Integer
    Sequence Id
    sequenceName String
    Sequence Name
    actions GetTransportIpv4AclFeatureSequenceAction[]
    Define list of actions
    baseAction string
    Base Action
    matchEntries GetTransportIpv4AclFeatureSequenceMatchEntry[]
    Define match conditions
    sequenceId number
    Sequence Id
    sequenceName string
    Sequence Name
    actions List<Property Map>
    Define list of actions
    baseAction String
    Base Action
    matchEntries List<Property Map>
    Define match conditions
    sequenceId Number
    Sequence Id
    sequenceName String
    Sequence Name

    GetTransportIpv4AclFeatureSequenceAction

    AcceptCounterName string
    Counter Name
    AcceptLog bool
    Enable Log
    AcceptMirrorListId string
    AcceptPolicerId string
    AcceptSetDscp int
    DSCP number
    AcceptSetNextHop string
    Set Next Hop (IPV4 address)
    DropCounterName string
    Counter Name
    DropLog bool
    Enable Log
    AcceptCounterName string
    Counter Name
    AcceptLog bool
    Enable Log
    AcceptMirrorListId string
    AcceptPolicerId string
    AcceptSetDscp int
    DSCP number
    AcceptSetNextHop string
    Set Next Hop (IPV4 address)
    DropCounterName string
    Counter Name
    DropLog bool
    Enable Log
    acceptCounterName String
    Counter Name
    acceptLog Boolean
    Enable Log
    acceptMirrorListId String
    acceptPolicerId String
    acceptSetDscp Integer
    DSCP number
    acceptSetNextHop String
    Set Next Hop (IPV4 address)
    dropCounterName String
    Counter Name
    dropLog Boolean
    Enable Log
    acceptCounterName string
    Counter Name
    acceptLog boolean
    Enable Log
    acceptMirrorListId string
    acceptPolicerId string
    acceptSetDscp number
    DSCP number
    acceptSetNextHop string
    Set Next Hop (IPV4 address)
    dropCounterName string
    Counter Name
    dropLog boolean
    Enable Log
    accept_counter_name str
    Counter Name
    accept_log bool
    Enable Log
    accept_mirror_list_id str
    accept_policer_id str
    accept_set_dscp int
    DSCP number
    accept_set_next_hop str
    Set Next Hop (IPV4 address)
    drop_counter_name str
    Counter Name
    drop_log bool
    Enable Log
    acceptCounterName String
    Counter Name
    acceptLog Boolean
    Enable Log
    acceptMirrorListId String
    acceptPolicerId String
    acceptSetDscp Number
    DSCP number
    acceptSetNextHop String
    Set Next Hop (IPV4 address)
    dropCounterName String
    Counter Name
    dropLog Boolean
    Enable Log

    GetTransportIpv4AclFeatureSequenceMatchEntry

    DestinationDataPrefix string
    Destination Data IP Prefix
    DestinationDataPrefixListId string
    DestinationDataPrefixVariable string
    Variable name
    DestinationPorts List<GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort>
    Destination Port List
    Dscps List<int>
    DSCP number
    IcmpMessages List<string>
    ICMP Message
    PacketLength int
    Packet Length
    Protocols List<int>
    protocol number list with at least one item
    SourceDataPrefix string
    Source Data IP Prefix
    SourceDataPrefixListId string
    SourceDataPrefixVariable string
    Variable name
    SourcePorts List<GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort>
    Source Port List
    TcpState string
    TCP States
    DestinationDataPrefix string
    Destination Data IP Prefix
    DestinationDataPrefixListId string
    DestinationDataPrefixVariable string
    Variable name
    DestinationPorts []GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort
    Destination Port List
    Dscps []int
    DSCP number
    IcmpMessages []string
    ICMP Message
    PacketLength int
    Packet Length
    Protocols []int
    protocol number list with at least one item
    SourceDataPrefix string
    Source Data IP Prefix
    SourceDataPrefixListId string
    SourceDataPrefixVariable string
    Variable name
    SourcePorts []GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort
    Source Port List
    TcpState string
    TCP States
    destinationDataPrefix String
    Destination Data IP Prefix
    destinationDataPrefixListId String
    destinationDataPrefixVariable String
    Variable name
    destinationPorts List<GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort>
    Destination Port List
    dscps List<Integer>
    DSCP number
    icmpMessages List<String>
    ICMP Message
    packetLength Integer
    Packet Length
    protocols List<Integer>
    protocol number list with at least one item
    sourceDataPrefix String
    Source Data IP Prefix
    sourceDataPrefixListId String
    sourceDataPrefixVariable String
    Variable name
    sourcePorts List<GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort>
    Source Port List
    tcpState String
    TCP States
    destinationDataPrefix string
    Destination Data IP Prefix
    destinationDataPrefixListId string
    destinationDataPrefixVariable string
    Variable name
    destinationPorts GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort[]
    Destination Port List
    dscps number[]
    DSCP number
    icmpMessages string[]
    ICMP Message
    packetLength number
    Packet Length
    protocols number[]
    protocol number list with at least one item
    sourceDataPrefix string
    Source Data IP Prefix
    sourceDataPrefixListId string
    sourceDataPrefixVariable string
    Variable name
    sourcePorts GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort[]
    Source Port List
    tcpState string
    TCP States
    destination_data_prefix str
    Destination Data IP Prefix
    destination_data_prefix_list_id str
    destination_data_prefix_variable str
    Variable name
    destination_ports Sequence[GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort]
    Destination Port List
    dscps Sequence[int]
    DSCP number
    icmp_messages Sequence[str]
    ICMP Message
    packet_length int
    Packet Length
    protocols Sequence[int]
    protocol number list with at least one item
    source_data_prefix str
    Source Data IP Prefix
    source_data_prefix_list_id str
    source_data_prefix_variable str
    Variable name
    source_ports Sequence[GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort]
    Source Port List
    tcp_state str
    TCP States
    destinationDataPrefix String
    Destination Data IP Prefix
    destinationDataPrefixListId String
    destinationDataPrefixVariable String
    Variable name
    destinationPorts List<Property Map>
    Destination Port List
    dscps List<Number>
    DSCP number
    icmpMessages List<String>
    ICMP Message
    packetLength Number
    Packet Length
    protocols List<Number>
    protocol number list with at least one item
    sourceDataPrefix String
    Source Data IP Prefix
    sourceDataPrefixListId String
    sourceDataPrefixVariable String
    Variable name
    sourcePorts List<Property Map>
    Source Port List
    tcpState String
    TCP States

    GetTransportIpv4AclFeatureSequenceMatchEntryDestinationPort

    Port int
    destination port range or individual port number
    Port int
    destination port range or individual port number
    port Integer
    destination port range or individual port number
    port number
    destination port range or individual port number
    port int
    destination port range or individual port number
    port Number
    destination port range or individual port number

    GetTransportIpv4AclFeatureSequenceMatchEntrySourcePort

    Port int
    source port range or individual port number
    Port int
    source port range or individual port number
    port Integer
    source port range or individual port number
    port number
    source port range or individual port number
    port int
    source port range or individual port number
    port Number
    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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi