Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getServiceIpv4AclFeature
Explore with Pulumi AI
This data source can read the Service IPv4 ACL Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getServiceIpv4AclFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_service_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.LookupServiceIpv4AclFeature(ctx, &sdwan.LookupServiceIpv4AclFeatureArgs{
			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.GetServiceIpv4AclFeature.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.GetServiceIpv4AclFeatureArgs;
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.getServiceIpv4AclFeature(GetServiceIpv4AclFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getServiceIpv4AclFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getServiceIpv4AclFeature
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 getServiceIpv4AclFeature(args: GetServiceIpv4AclFeatureArgs, opts?: InvokeOptions): Promise<GetServiceIpv4AclFeatureResult>
function getServiceIpv4AclFeatureOutput(args: GetServiceIpv4AclFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceIpv4AclFeatureResult>def get_service_ipv4_acl_feature(feature_profile_id: Optional[str] = None,
                                 id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetServiceIpv4AclFeatureResult
def get_service_ipv4_acl_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                 id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetServiceIpv4AclFeatureResult]func LookupServiceIpv4AclFeature(ctx *Context, args *LookupServiceIpv4AclFeatureArgs, opts ...InvokeOption) (*LookupServiceIpv4AclFeatureResult, error)
func LookupServiceIpv4AclFeatureOutput(ctx *Context, args *LookupServiceIpv4AclFeatureOutputArgs, opts ...InvokeOption) LookupServiceIpv4AclFeatureResultOutput> Note: This function is named LookupServiceIpv4AclFeature in the Go SDK.
public static class GetServiceIpv4AclFeature 
{
    public static Task<GetServiceIpv4AclFeatureResult> InvokeAsync(GetServiceIpv4AclFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceIpv4AclFeatureResult> Invoke(GetServiceIpv4AclFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceIpv4AclFeatureResult> getServiceIpv4AclFeature(GetServiceIpv4AclFeatureArgs args, InvokeOptions options)
public static Output<GetServiceIpv4AclFeatureResult> getServiceIpv4AclFeature(GetServiceIpv4AclFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getServiceIpv4AclFeature:getServiceIpv4AclFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getServiceIpv4AclFeature Result
The following output properties are available:
- DefaultAction string
- Default Action
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
List<GetService Ipv4Acl Feature Sequence> 
- Access Control List
- Version int
- The version of the Feature
- DefaultAction string
- Default Action
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
[]GetService Ipv4Acl Feature Sequence 
- Access Control List
- Version int
- The version of the Feature
- defaultAction String
- Default Action
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences
List<GetService Ipv4Acl Feature Sequence> 
- Access Control List
- version Integer
- The version of the Feature
- defaultAction string
- Default Action
- description string
- The description of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- sequences
GetService 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[GetService Ipv4Acl Feature Sequence] 
- Access Control List
- version int
- The version of the Feature
- defaultAction String
- Default Action
- description String
- The description of the Feature
- featureProfile 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
GetServiceIpv4AclFeatureSequence    
- Actions
List<GetService Ipv4Acl Feature Sequence Action> 
- Define list of actions
- BaseAction string
- Base Action
- MatchEntries List<GetService Ipv4Acl Feature Sequence Match Entry> 
- Define match conditions
- SequenceId int
- Sequence Id
- SequenceName string
- Sequence Name
- Actions
[]GetService Ipv4Acl Feature Sequence Action 
- Define list of actions
- BaseAction string
- Base Action
- MatchEntries []GetService Ipv4Acl Feature Sequence Match Entry 
- Define match conditions
- SequenceId int
- Sequence Id
- SequenceName string
- Sequence Name
- actions
List<GetService Ipv4Acl Feature Sequence Action> 
- Define list of actions
- baseAction String
- Base Action
- matchEntries List<GetService Ipv4Acl Feature Sequence Match Entry> 
- Define match conditions
- sequenceId Integer
- Sequence Id
- sequenceName String
- Sequence Name
- actions
GetService Ipv4Acl Feature Sequence Action[] 
- Define list of actions
- baseAction string
- Base Action
- matchEntries GetService Ipv4Acl Feature Sequence Match Entry[] 
- Define match conditions
- sequenceId number
- Sequence Id
- sequenceName string
- Sequence Name
- actions
Sequence[GetService Ipv4Acl Feature Sequence Action] 
- Define list of actions
- base_action str
- Base Action
- match_entries Sequence[GetService 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
- baseAction String
- Base Action
- matchEntries List<Property Map>
- Define match conditions
- sequenceId Number
- Sequence Id
- sequenceName String
- Sequence Name
GetServiceIpv4AclFeatureSequenceAction     
- AcceptCounter stringName 
- Counter Name
- AcceptLog bool
- Enable Log
- AcceptMirror stringList Id 
- AcceptPolicer stringId 
- AcceptSet intDscp 
- DSCP number
- AcceptSet stringNext Hop 
- Set Next Hop (IPV4 address)
- DropCounter stringName 
- Counter Name
- DropLog bool
- Enable Log
- AcceptCounter stringName 
- Counter Name
- AcceptLog bool
- Enable Log
- AcceptMirror stringList Id 
- AcceptPolicer stringId 
- AcceptSet intDscp 
- DSCP number
- AcceptSet stringNext Hop 
- Set Next Hop (IPV4 address)
- DropCounter stringName 
- Counter Name
- DropLog bool
- Enable Log
- acceptCounter StringName 
- Counter Name
- acceptLog Boolean
- Enable Log
- acceptMirror StringList Id 
- acceptPolicer StringId 
- acceptSet IntegerDscp 
- DSCP number
- acceptSet StringNext Hop 
- Set Next Hop (IPV4 address)
- dropCounter StringName 
- Counter Name
- dropLog Boolean
- Enable Log
- acceptCounter stringName 
- Counter Name
- acceptLog boolean
- Enable Log
- acceptMirror stringList Id 
- acceptPolicer stringId 
- acceptSet numberDscp 
- DSCP number
- acceptSet stringNext Hop 
- Set Next Hop (IPV4 address)
- dropCounter stringName 
- Counter Name
- dropLog 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
- acceptCounter StringName 
- Counter Name
- acceptLog Boolean
- Enable Log
- acceptMirror StringList Id 
- acceptPolicer StringId 
- acceptSet NumberDscp 
- DSCP number
- acceptSet StringNext Hop 
- Set Next Hop (IPV4 address)
- dropCounter StringName 
- Counter Name
- dropLog Boolean
- Enable Log
GetServiceIpv4AclFeatureSequenceMatchEntry      
- DestinationData stringPrefix 
- Destination Data IP Prefix
- DestinationData stringPrefix List Id 
- DestinationData stringPrefix Variable 
- Variable name
- DestinationPorts List<GetService Ipv4Acl Feature Sequence Match Entry Destination Port> 
- Destination Port List
- Dscps List<int>
- DSCP number
- IcmpMessages List<string>
- ICMP Message
- PacketLength string
- Packet Length
- Protocols List<int>
- protocol number list with at least one item
- SourceData stringPrefix 
- Source Data IP Prefix
- SourceData stringPrefix List Id 
- SourceData stringPrefix Variable 
- Variable name
- SourcePorts List<GetService Ipv4Acl Feature Sequence Match Entry Source Port> 
- Source Port List
- TcpState string
- TCP States
- DestinationData stringPrefix 
- Destination Data IP Prefix
- DestinationData stringPrefix List Id 
- DestinationData stringPrefix Variable 
- Variable name
- DestinationPorts []GetService Ipv4Acl Feature Sequence Match Entry Destination Port 
- Destination Port List
- Dscps []int
- DSCP number
- IcmpMessages []string
- ICMP Message
- PacketLength string
- Packet Length
- Protocols []int
- protocol number list with at least one item
- SourceData stringPrefix 
- Source Data IP Prefix
- SourceData stringPrefix List Id 
- SourceData stringPrefix Variable 
- Variable name
- SourcePorts []GetService Ipv4Acl Feature Sequence Match Entry Source Port 
- Source Port List
- TcpState string
- TCP States
- destinationData StringPrefix 
- Destination Data IP Prefix
- destinationData StringPrefix List Id 
- destinationData StringPrefix Variable 
- Variable name
- destinationPorts List<GetService Ipv4Acl Feature Sequence Match Entry Destination Port> 
- Destination Port List
- dscps List<Integer>
- DSCP number
- icmpMessages List<String>
- ICMP Message
- packetLength String
- Packet Length
- protocols List<Integer>
- protocol number list with at least one item
- sourceData StringPrefix 
- Source Data IP Prefix
- sourceData StringPrefix List Id 
- sourceData StringPrefix Variable 
- Variable name
- sourcePorts List<GetService Ipv4Acl Feature Sequence Match Entry Source Port> 
- Source Port List
- tcpState String
- TCP States
- destinationData stringPrefix 
- Destination Data IP Prefix
- destinationData stringPrefix List Id 
- destinationData stringPrefix Variable 
- Variable name
- destinationPorts GetService Ipv4Acl Feature Sequence Match Entry Destination Port[] 
- Destination Port List
- dscps number[]
- DSCP number
- icmpMessages string[]
- ICMP Message
- packetLength string
- Packet Length
- protocols number[]
- protocol number list with at least one item
- sourceData stringPrefix 
- Source Data IP Prefix
- sourceData stringPrefix List Id 
- sourceData stringPrefix Variable 
- Variable name
- sourcePorts GetService Ipv4Acl Feature Sequence Match Entry Source Port[] 
- Source Port List
- tcpState string
- TCP States
- destination_data_ strprefix 
- Destination Data IP Prefix
- destination_data_ strprefix_ list_ id 
- destination_data_ strprefix_ variable 
- Variable name
- destination_ports Sequence[GetService 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[GetService Ipv4Acl Feature Sequence Match Entry Source Port] 
- Source Port List
- tcp_state str
- TCP States
- destinationData StringPrefix 
- Destination Data IP Prefix
- destinationData StringPrefix List Id 
- destinationData StringPrefix Variable 
- Variable name
- destinationPorts List<Property Map>
- Destination Port List
- dscps List<Number>
- DSCP number
- icmpMessages List<String>
- ICMP Message
- packetLength String
- Packet Length
- protocols List<Number>
- protocol number list with at least one item
- sourceData StringPrefix 
- Source Data IP Prefix
- sourceData StringPrefix List Id 
- sourceData StringPrefix Variable 
- Variable name
- sourcePorts List<Property Map>
- Source Port List
- tcpState String
- TCP States
GetServiceIpv4AclFeatureSequenceMatchEntryDestinationPort        
- 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
GetServiceIpv4AclFeatureSequenceMatchEntrySourcePort        
- 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.
