Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getIpv6AclPolicyDefinition
Explore with Pulumi AI
This data source can read the IPv6 ACL Policy Definition .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getIpv6AclPolicyDefinition({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_ipv6_acl_policy_definition(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupIpv6AclPolicyDefinition(ctx, &sdwan.LookupIpv6AclPolicyDefinitionArgs{
			Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
		}, 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.GetIpv6AclPolicyDefinition.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
});
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.GetIpv6AclPolicyDefinitionArgs;
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.getIpv6AclPolicyDefinition(GetIpv6AclPolicyDefinitionArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getIpv6AclPolicyDefinition
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getIpv6AclPolicyDefinition
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 getIpv6AclPolicyDefinition(args: GetIpv6AclPolicyDefinitionArgs, opts?: InvokeOptions): Promise<GetIpv6AclPolicyDefinitionResult>
function getIpv6AclPolicyDefinitionOutput(args: GetIpv6AclPolicyDefinitionOutputArgs, opts?: InvokeOptions): Output<GetIpv6AclPolicyDefinitionResult>def get_ipv6_acl_policy_definition(id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetIpv6AclPolicyDefinitionResult
def get_ipv6_acl_policy_definition_output(id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetIpv6AclPolicyDefinitionResult]func LookupIpv6AclPolicyDefinition(ctx *Context, args *LookupIpv6AclPolicyDefinitionArgs, opts ...InvokeOption) (*LookupIpv6AclPolicyDefinitionResult, error)
func LookupIpv6AclPolicyDefinitionOutput(ctx *Context, args *LookupIpv6AclPolicyDefinitionOutputArgs, opts ...InvokeOption) LookupIpv6AclPolicyDefinitionResultOutput> Note: This function is named LookupIpv6AclPolicyDefinition in the Go SDK.
public static class GetIpv6AclPolicyDefinition 
{
    public static Task<GetIpv6AclPolicyDefinitionResult> InvokeAsync(GetIpv6AclPolicyDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetIpv6AclPolicyDefinitionResult> Invoke(GetIpv6AclPolicyDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIpv6AclPolicyDefinitionResult> getIpv6AclPolicyDefinition(GetIpv6AclPolicyDefinitionArgs args, InvokeOptions options)
public static Output<GetIpv6AclPolicyDefinitionResult> getIpv6AclPolicyDefinition(GetIpv6AclPolicyDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getIpv6AclPolicyDefinition:getIpv6AclPolicyDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The id of the object
- Id string
- The id of the object
- id String
- The id of the object
- id string
- The id of the object
- id str
- The id of the object
- id String
- The id of the object
getIpv6AclPolicyDefinition Result
The following output properties are available:
- DefaultAction string
- Default action, either acceptordrop
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
List<GetIpv6Acl Policy Definition Sequence> 
- List of ACL sequences
- Type string
- Type
- Version int
- The version of the object
- DefaultAction string
- Default action, either acceptordrop
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
[]GetIpv6Acl Policy Definition Sequence 
- List of ACL sequences
- Type string
- Type
- Version int
- The version of the object
- defaultAction String
- Default action, either acceptordrop
- description String
- The description of the policy definition
- id String
- The id of the object
- name String
- The name of the policy definition
- sequences
List<GetIpv6Acl Policy Definition Sequence> 
- List of ACL sequences
- type String
- Type
- version Integer
- The version of the object
- defaultAction string
- Default action, either acceptordrop
- description string
- The description of the policy definition
- id string
- The id of the object
- name string
- The name of the policy definition
- sequences
GetIpv6Acl Policy Definition Sequence[] 
- List of ACL sequences
- type string
- Type
- version number
- The version of the object
- default_action str
- Default action, either acceptordrop
- description str
- The description of the policy definition
- id str
- The id of the object
- name str
- The name of the policy definition
- sequences
Sequence[GetIpv6Acl Policy Definition Sequence] 
- List of ACL sequences
- type str
- Type
- version int
- The version of the object
- defaultAction String
- Default action, either acceptordrop
- description String
- The description of the policy definition
- id String
- The id of the object
- name String
- The name of the policy definition
- sequences List<Property Map>
- List of ACL sequences
- type String
- Type
- version Number
- The version of the object
Supporting Types
GetIpv6AclPolicyDefinitionSequence    
- ActionEntries List<GetIpv6Acl Policy Definition Sequence Action Entry> 
- List of action entries
- BaseAction string
- Base action, either acceptordrop
- Id int
- Sequence ID
- MatchEntries List<GetIpv6Acl Policy Definition Sequence Match Entry> 
- List of match entries
- Name string
- Sequence name
- ActionEntries []GetIpv6Acl Policy Definition Sequence Action Entry 
- List of action entries
- BaseAction string
- Base action, either acceptordrop
- Id int
- Sequence ID
- MatchEntries []GetIpv6Acl Policy Definition Sequence Match Entry 
- List of match entries
- Name string
- Sequence name
- actionEntries List<GetIpv6Acl Policy Definition Sequence Action Entry> 
- List of action entries
- baseAction String
- Base action, either acceptordrop
- id Integer
- Sequence ID
- matchEntries List<GetIpv6Acl Policy Definition Sequence Match Entry> 
- List of match entries
- name String
- Sequence name
- actionEntries GetIpv6Acl Policy Definition Sequence Action Entry[] 
- List of action entries
- baseAction string
- Base action, either acceptordrop
- id number
- Sequence ID
- matchEntries GetIpv6Acl Policy Definition Sequence Match Entry[] 
- List of match entries
- name string
- Sequence name
- action_entries Sequence[GetIpv6Acl Policy Definition Sequence Action Entry] 
- List of action entries
- base_action str
- Base action, either acceptordrop
- id int
- Sequence ID
- match_entries Sequence[GetIpv6Acl Policy Definition Sequence Match Entry] 
- List of match entries
- name str
- Sequence name
- actionEntries List<Property Map>
- List of action entries
- baseAction String
- Base action, either acceptordrop
- id Number
- Sequence ID
- matchEntries List<Property Map>
- List of match entries
- name String
- Sequence name
GetIpv6AclPolicyDefinitionSequenceActionEntry      
- ClassMap stringId 
- Class map ID
- ClassMap intVersion 
- Class map version
- CounterName string
- Counter name
- Log bool
- Enable logging
- MirrorId string
- Mirror ID
- MirrorVersion int
- Mirror version
- PolicerId string
- Policer ID
- PolicerVersion int
- Policer version
- SetParameters List<GetIpv6Acl Policy Definition Sequence Action Entry Set Parameter> 
- List of set parameters
- Type string
- Type of action entry
- ClassMap stringId 
- Class map ID
- ClassMap intVersion 
- Class map version
- CounterName string
- Counter name
- Log bool
- Enable logging
- MirrorId string
- Mirror ID
- MirrorVersion int
- Mirror version
- PolicerId string
- Policer ID
- PolicerVersion int
- Policer version
- SetParameters []GetIpv6Acl Policy Definition Sequence Action Entry Set Parameter 
- List of set parameters
- Type string
- Type of action entry
- classMap StringId 
- Class map ID
- classMap IntegerVersion 
- Class map version
- counterName String
- Counter name
- log Boolean
- Enable logging
- mirrorId String
- Mirror ID
- mirrorVersion Integer
- Mirror version
- policerId String
- Policer ID
- policerVersion Integer
- Policer version
- setParameters List<GetIpv6Acl Policy Definition Sequence Action Entry Set Parameter> 
- List of set parameters
- type String
- Type of action entry
- classMap stringId 
- Class map ID
- classMap numberVersion 
- Class map version
- counterName string
- Counter name
- log boolean
- Enable logging
- mirrorId string
- Mirror ID
- mirrorVersion number
- Mirror version
- policerId string
- Policer ID
- policerVersion number
- Policer version
- setParameters GetIpv6Acl Policy Definition Sequence Action Entry Set Parameter[] 
- List of set parameters
- type string
- Type of action entry
- class_map_ strid 
- Class map ID
- class_map_ intversion 
- Class map version
- counter_name str
- Counter name
- log bool
- Enable logging
- mirror_id str
- Mirror ID
- mirror_version int
- Mirror version
- policer_id str
- Policer ID
- policer_version int
- Policer version
- set_parameters Sequence[GetIpv6Acl Policy Definition Sequence Action Entry Set Parameter] 
- List of set parameters
- type str
- Type of action entry
- classMap StringId 
- Class map ID
- classMap NumberVersion 
- Class map version
- counterName String
- Counter name
- log Boolean
- Enable logging
- mirrorId String
- Mirror ID
- mirrorVersion Number
- Mirror version
- policerId String
- Policer ID
- policerVersion Number
- Policer version
- setParameters List<Property Map>
- List of set parameters
- type String
- Type of action entry
GetIpv6AclPolicyDefinitionSequenceActionEntrySetParameter        
- NextHop string
- Next hop IP
- TrafficClass int
- Traffic class
- Type string
- Type of set parameter
- NextHop string
- Next hop IP
- TrafficClass int
- Traffic class
- Type string
- Type of set parameter
- nextHop String
- Next hop IP
- trafficClass Integer
- Traffic class
- type String
- Type of set parameter
- nextHop string
- Next hop IP
- trafficClass number
- Traffic class
- type string
- Type of set parameter
- next_hop str
- Next hop IP
- traffic_class int
- Traffic class
- type str
- Type of set parameter
- nextHop String
- Next hop IP
- trafficClass Number
- Traffic class
- type String
- Type of set parameter
GetIpv6AclPolicyDefinitionSequenceMatchEntry      
- ClassMap stringId 
- Class map ID
- ClassMap intVersion 
- Class map version
- DestinationData stringIpv6Prefix List Id 
- Destination dataIPv6 prefix list ID
- DestinationData intIpv6Prefix List Version 
- Destination data prefix list version
- DestinationIp string
- Destination IPv6 prefix
- DestinationPorts string
- Destination ports. Single value (0-65535) or ranges separated by spaces.
- NextHeader int
- Next header
- PacketLength int
- Packet length
- Priority string
- PLP - priority
- SourceData stringIpv6Prefix List Id 
- Source data IPv6 prefix list ID
- SourceData intIpv6Prefix List Version 
- Source data IPv6 prefix list version
- SourceIp string
- Source IPv6 prefix
- SourcePorts string
- Source ports. Single value (0-65535) or ranges separated by spaces.
- Tcp string
- TCP parameters
- TrafficClass int
- Traffic class
- Type string
- Type of match entry
- ClassMap stringId 
- Class map ID
- ClassMap intVersion 
- Class map version
- DestinationData stringIpv6Prefix List Id 
- Destination dataIPv6 prefix list ID
- DestinationData intIpv6Prefix List Version 
- Destination data prefix list version
- DestinationIp string
- Destination IPv6 prefix
- DestinationPorts string
- Destination ports. Single value (0-65535) or ranges separated by spaces.
- NextHeader int
- Next header
- PacketLength int
- Packet length
- Priority string
- PLP - priority
- SourceData stringIpv6Prefix List Id 
- Source data IPv6 prefix list ID
- SourceData intIpv6Prefix List Version 
- Source data IPv6 prefix list version
- SourceIp string
- Source IPv6 prefix
- SourcePorts string
- Source ports. Single value (0-65535) or ranges separated by spaces.
- Tcp string
- TCP parameters
- TrafficClass int
- Traffic class
- Type string
- Type of match entry
- classMap StringId 
- Class map ID
- classMap IntegerVersion 
- Class map version
- destinationData StringIpv6Prefix List Id 
- Destination dataIPv6 prefix list ID
- destinationData IntegerIpv6Prefix List Version 
- Destination data prefix list version
- destinationIp String
- Destination IPv6 prefix
- destinationPorts String
- Destination ports. Single value (0-65535) or ranges separated by spaces.
- nextHeader Integer
- Next header
- packetLength Integer
- Packet length
- priority String
- PLP - priority
- sourceData StringIpv6Prefix List Id 
- Source data IPv6 prefix list ID
- sourceData IntegerIpv6Prefix List Version 
- Source data IPv6 prefix list version
- sourceIp String
- Source IPv6 prefix
- sourcePorts String
- Source ports. Single value (0-65535) or ranges separated by spaces.
- tcp String
- TCP parameters
- trafficClass Integer
- Traffic class
- type String
- Type of match entry
- classMap stringId 
- Class map ID
- classMap numberVersion 
- Class map version
- destinationData stringIpv6Prefix List Id 
- Destination dataIPv6 prefix list ID
- destinationData numberIpv6Prefix List Version 
- Destination data prefix list version
- destinationIp string
- Destination IPv6 prefix
- destinationPorts string
- Destination ports. Single value (0-65535) or ranges separated by spaces.
- nextHeader number
- Next header
- packetLength number
- Packet length
- priority string
- PLP - priority
- sourceData stringIpv6Prefix List Id 
- Source data IPv6 prefix list ID
- sourceData numberIpv6Prefix List Version 
- Source data IPv6 prefix list version
- sourceIp string
- Source IPv6 prefix
- sourcePorts string
- Source ports. Single value (0-65535) or ranges separated by spaces.
- tcp string
- TCP parameters
- trafficClass number
- Traffic class
- type string
- Type of match entry
- class_map_ strid 
- Class map ID
- class_map_ intversion 
- Class map version
- destination_data_ stripv6_ prefix_ list_ id 
- Destination dataIPv6 prefix list ID
- destination_data_ intipv6_ prefix_ list_ version 
- Destination data prefix list version
- destination_ip str
- Destination IPv6 prefix
- destination_ports str
- Destination ports. Single value (0-65535) or ranges separated by spaces.
- next_header int
- Next header
- packet_length int
- Packet length
- priority str
- PLP - priority
- source_data_ stripv6_ prefix_ list_ id 
- Source data IPv6 prefix list ID
- source_data_ intipv6_ prefix_ list_ version 
- Source data IPv6 prefix list version
- source_ip str
- Source IPv6 prefix
- source_ports str
- Source ports. Single value (0-65535) or ranges separated by spaces.
- tcp str
- TCP parameters
- traffic_class int
- Traffic class
- type str
- Type of match entry
- classMap StringId 
- Class map ID
- classMap NumberVersion 
- Class map version
- destinationData StringIpv6Prefix List Id 
- Destination dataIPv6 prefix list ID
- destinationData NumberIpv6Prefix List Version 
- Destination data prefix list version
- destinationIp String
- Destination IPv6 prefix
- destinationPorts String
- Destination ports. Single value (0-65535) or ranges separated by spaces.
- nextHeader Number
- Next header
- packetLength Number
- Packet length
- priority String
- PLP - priority
- sourceData StringIpv6Prefix List Id 
- Source data IPv6 prefix list ID
- sourceData NumberIpv6Prefix List Version 
- Source data IPv6 prefix list version
- sourceIp String
- Source IPv6 prefix
- sourcePorts String
- Source ports. Single value (0-65535) or ranges separated by spaces.
- tcp String
- TCP parameters
- trafficClass Number
- Traffic class
- type String
- Type of match entry
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
