1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. Ipv4AclPolicyDefinition
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.Ipv4AclPolicyDefinition

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    This resource can manage a IPv4 ACL Policy Definition .

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.Ipv4AclPolicyDefinition;
    import com.pulumi.sdwan.Ipv4AclPolicyDefinitionArgs;
    import com.pulumi.sdwan.inputs.Ipv4AclPolicyDefinitionSequenceArgs;
    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) {
            var example = new Ipv4AclPolicyDefinition("example", Ipv4AclPolicyDefinitionArgs.builder()
                .name("Example")
                .description("My description")
                .defaultAction("drop")
                .sequences(Ipv4AclPolicyDefinitionSequenceArgs.builder()
                    .id(10)
                    .name("Sequence 10")
                    .base_action("accept")
                    .match_entries(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .action_entries(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:Ipv4AclPolicyDefinition
        properties:
          name: Example
          description: My description
          defaultAction: drop
          sequences:
            - id: 10
              name: Sequence 10
              base_action: accept
              match_entries:
                - type: dscp
                  dscp: 16
              action_entries:
                - type: set
                  setParameters:
                    - type: dscp
                      dscp: 16
    

    Create Ipv4AclPolicyDefinition Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Ipv4AclPolicyDefinition(name: string, args: Ipv4AclPolicyDefinitionArgs, opts?: CustomResourceOptions);
    @overload
    def Ipv4AclPolicyDefinition(resource_name: str,
                                args: Ipv4AclPolicyDefinitionArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Ipv4AclPolicyDefinition(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                description: Optional[str] = None,
                                sequences: Optional[Sequence[Ipv4AclPolicyDefinitionSequenceArgs]] = None,
                                default_action: Optional[str] = None,
                                name: Optional[str] = None)
    func NewIpv4AclPolicyDefinition(ctx *Context, name string, args Ipv4AclPolicyDefinitionArgs, opts ...ResourceOption) (*Ipv4AclPolicyDefinition, error)
    public Ipv4AclPolicyDefinition(string name, Ipv4AclPolicyDefinitionArgs args, CustomResourceOptions? opts = null)
    public Ipv4AclPolicyDefinition(String name, Ipv4AclPolicyDefinitionArgs args)
    public Ipv4AclPolicyDefinition(String name, Ipv4AclPolicyDefinitionArgs args, CustomResourceOptions options)
    
    type: sdwan:Ipv4AclPolicyDefinition
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args Ipv4AclPolicyDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args Ipv4AclPolicyDefinitionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args Ipv4AclPolicyDefinitionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args Ipv4AclPolicyDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args Ipv4AclPolicyDefinitionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var ipv4AclPolicyDefinitionResource = new Sdwan.Ipv4AclPolicyDefinition("ipv4AclPolicyDefinitionResource", new()
    {
        Description = "string",
        Sequences = new[]
        {
            new Sdwan.Inputs.Ipv4AclPolicyDefinitionSequenceArgs
            {
                Id = 0,
                Name = "string",
                ActionEntries = new[]
                {
                    new Sdwan.Inputs.Ipv4AclPolicyDefinitionSequenceActionEntryArgs
                    {
                        Type = "string",
                        ClassMapId = "string",
                        ClassMapVersion = 0,
                        CounterName = "string",
                        Log = false,
                        MirrorId = "string",
                        MirrorVersion = 0,
                        PolicerId = "string",
                        PolicerVersion = 0,
                        SetParameters = new[]
                        {
                            new Sdwan.Inputs.Ipv4AclPolicyDefinitionSequenceActionEntrySetParameterArgs
                            {
                                Type = "string",
                                Dscp = 0,
                                NextHop = "string",
                            },
                        },
                    },
                },
                BaseAction = "string",
                MatchEntries = new[]
                {
                    new Sdwan.Inputs.Ipv4AclPolicyDefinitionSequenceMatchEntryArgs
                    {
                        Type = "string",
                        PacketLength = 0,
                        IcmpMessage = "string",
                        DestinationDataIpv4PrefixListVersion = 0,
                        DestinationIp = "string",
                        Priority = "string",
                        Dscp = 0,
                        DestinationDataIpv4PrefixListId = "string",
                        ClassMapId = "string",
                        DestinationPorts = "string",
                        Protocol = "string",
                        SourceDataIpv4PrefixListId = "string",
                        SourceDataIpv4PrefixListVersion = 0,
                        SourceIp = "string",
                        SourcePorts = "string",
                        Tcp = "string",
                        ClassMapVersion = 0,
                    },
                },
            },
        },
        DefaultAction = "string",
        Name = "string",
    });
    
    example, err := sdwan.NewIpv4AclPolicyDefinition(ctx, "ipv4AclPolicyDefinitionResource", &sdwan.Ipv4AclPolicyDefinitionArgs{
    	Description: pulumi.String("string"),
    	Sequences: sdwan.Ipv4AclPolicyDefinitionSequenceArray{
    		&sdwan.Ipv4AclPolicyDefinitionSequenceArgs{
    			Id:   pulumi.Int(0),
    			Name: pulumi.String("string"),
    			ActionEntries: sdwan.Ipv4AclPolicyDefinitionSequenceActionEntryArray{
    				&sdwan.Ipv4AclPolicyDefinitionSequenceActionEntryArgs{
    					Type:            pulumi.String("string"),
    					ClassMapId:      pulumi.String("string"),
    					ClassMapVersion: pulumi.Int(0),
    					CounterName:     pulumi.String("string"),
    					Log:             pulumi.Bool(false),
    					MirrorId:        pulumi.String("string"),
    					MirrorVersion:   pulumi.Int(0),
    					PolicerId:       pulumi.String("string"),
    					PolicerVersion:  pulumi.Int(0),
    					SetParameters: sdwan.Ipv4AclPolicyDefinitionSequenceActionEntrySetParameterArray{
    						&sdwan.Ipv4AclPolicyDefinitionSequenceActionEntrySetParameterArgs{
    							Type:    pulumi.String("string"),
    							Dscp:    pulumi.Int(0),
    							NextHop: pulumi.String("string"),
    						},
    					},
    				},
    			},
    			BaseAction: pulumi.String("string"),
    			MatchEntries: sdwan.Ipv4AclPolicyDefinitionSequenceMatchEntryArray{
    				&sdwan.Ipv4AclPolicyDefinitionSequenceMatchEntryArgs{
    					Type:                                 pulumi.String("string"),
    					PacketLength:                         pulumi.Int(0),
    					IcmpMessage:                          pulumi.String("string"),
    					DestinationDataIpv4PrefixListVersion: pulumi.Int(0),
    					DestinationIp:                        pulumi.String("string"),
    					Priority:                             pulumi.String("string"),
    					Dscp:                                 pulumi.Int(0),
    					DestinationDataIpv4PrefixListId:      pulumi.String("string"),
    					ClassMapId:                           pulumi.String("string"),
    					DestinationPorts:                     pulumi.String("string"),
    					Protocol:                             pulumi.String("string"),
    					SourceDataIpv4PrefixListId:           pulumi.String("string"),
    					SourceDataIpv4PrefixListVersion:      pulumi.Int(0),
    					SourceIp:                             pulumi.String("string"),
    					SourcePorts:                          pulumi.String("string"),
    					Tcp:                                  pulumi.String("string"),
    					ClassMapVersion:                      pulumi.Int(0),
    				},
    			},
    		},
    	},
    	DefaultAction: pulumi.String("string"),
    	Name:          pulumi.String("string"),
    })
    
    var ipv4AclPolicyDefinitionResource = new Ipv4AclPolicyDefinition("ipv4AclPolicyDefinitionResource", Ipv4AclPolicyDefinitionArgs.builder()
        .description("string")
        .sequences(Ipv4AclPolicyDefinitionSequenceArgs.builder()
            .id(0)
            .name("string")
            .actionEntries(Ipv4AclPolicyDefinitionSequenceActionEntryArgs.builder()
                .type("string")
                .classMapId("string")
                .classMapVersion(0)
                .counterName("string")
                .log(false)
                .mirrorId("string")
                .mirrorVersion(0)
                .policerId("string")
                .policerVersion(0)
                .setParameters(Ipv4AclPolicyDefinitionSequenceActionEntrySetParameterArgs.builder()
                    .type("string")
                    .dscp(0)
                    .nextHop("string")
                    .build())
                .build())
            .baseAction("string")
            .matchEntries(Ipv4AclPolicyDefinitionSequenceMatchEntryArgs.builder()
                .type("string")
                .packetLength(0)
                .icmpMessage("string")
                .destinationDataIpv4PrefixListVersion(0)
                .destinationIp("string")
                .priority("string")
                .dscp(0)
                .destinationDataIpv4PrefixListId("string")
                .classMapId("string")
                .destinationPorts("string")
                .protocol("string")
                .sourceDataIpv4PrefixListId("string")
                .sourceDataIpv4PrefixListVersion(0)
                .sourceIp("string")
                .sourcePorts("string")
                .tcp("string")
                .classMapVersion(0)
                .build())
            .build())
        .defaultAction("string")
        .name("string")
        .build());
    
    ipv4_acl_policy_definition_resource = sdwan.Ipv4AclPolicyDefinition("ipv4AclPolicyDefinitionResource",
        description="string",
        sequences=[sdwan.Ipv4AclPolicyDefinitionSequenceArgs(
            id=0,
            name="string",
            action_entries=[sdwan.Ipv4AclPolicyDefinitionSequenceActionEntryArgs(
                type="string",
                class_map_id="string",
                class_map_version=0,
                counter_name="string",
                log=False,
                mirror_id="string",
                mirror_version=0,
                policer_id="string",
                policer_version=0,
                set_parameters=[sdwan.Ipv4AclPolicyDefinitionSequenceActionEntrySetParameterArgs(
                    type="string",
                    dscp=0,
                    next_hop="string",
                )],
            )],
            base_action="string",
            match_entries=[sdwan.Ipv4AclPolicyDefinitionSequenceMatchEntryArgs(
                type="string",
                packet_length=0,
                icmp_message="string",
                destination_data_ipv4_prefix_list_version=0,
                destination_ip="string",
                priority="string",
                dscp=0,
                destination_data_ipv4_prefix_list_id="string",
                class_map_id="string",
                destination_ports="string",
                protocol="string",
                source_data_ipv4_prefix_list_id="string",
                source_data_ipv4_prefix_list_version=0,
                source_ip="string",
                source_ports="string",
                tcp="string",
                class_map_version=0,
            )],
        )],
        default_action="string",
        name="string")
    
    const ipv4AclPolicyDefinitionResource = new sdwan.Ipv4AclPolicyDefinition("ipv4AclPolicyDefinitionResource", {
        description: "string",
        sequences: [{
            id: 0,
            name: "string",
            actionEntries: [{
                type: "string",
                classMapId: "string",
                classMapVersion: 0,
                counterName: "string",
                log: false,
                mirrorId: "string",
                mirrorVersion: 0,
                policerId: "string",
                policerVersion: 0,
                setParameters: [{
                    type: "string",
                    dscp: 0,
                    nextHop: "string",
                }],
            }],
            baseAction: "string",
            matchEntries: [{
                type: "string",
                packetLength: 0,
                icmpMessage: "string",
                destinationDataIpv4PrefixListVersion: 0,
                destinationIp: "string",
                priority: "string",
                dscp: 0,
                destinationDataIpv4PrefixListId: "string",
                classMapId: "string",
                destinationPorts: "string",
                protocol: "string",
                sourceDataIpv4PrefixListId: "string",
                sourceDataIpv4PrefixListVersion: 0,
                sourceIp: "string",
                sourcePorts: "string",
                tcp: "string",
                classMapVersion: 0,
            }],
        }],
        defaultAction: "string",
        name: "string",
    });
    
    type: sdwan:Ipv4AclPolicyDefinition
    properties:
        defaultAction: string
        description: string
        name: string
        sequences:
            - actionEntries:
                - classMapId: string
                  classMapVersion: 0
                  counterName: string
                  log: false
                  mirrorId: string
                  mirrorVersion: 0
                  policerId: string
                  policerVersion: 0
                  setParameters:
                    - dscp: 0
                      nextHop: string
                      type: string
                  type: string
              baseAction: string
              id: 0
              matchEntries:
                - classMapId: string
                  classMapVersion: 0
                  destinationDataIpv4PrefixListId: string
                  destinationDataIpv4PrefixListVersion: 0
                  destinationIp: string
                  destinationPorts: string
                  dscp: 0
                  icmpMessage: string
                  packetLength: 0
                  priority: string
                  protocol: string
                  sourceDataIpv4PrefixListId: string
                  sourceDataIpv4PrefixListVersion: 0
                  sourceIp: string
                  sourcePorts: string
                  tcp: string
                  type: string
              name: string
    

    Ipv4AclPolicyDefinition Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Ipv4AclPolicyDefinition resource accepts the following input properties:

    Description string
    The description of the policy definition
    Sequences List<Ipv4AclPolicyDefinitionSequence>
    List of ACL sequences
    DefaultAction string
    Default action, either accept or drop - Choices: accept, drop
    Name string
    The name of the policy definition
    Description string
    The description of the policy definition
    Sequences []Ipv4AclPolicyDefinitionSequenceArgs
    List of ACL sequences
    DefaultAction string
    Default action, either accept or drop - Choices: accept, drop
    Name string
    The name of the policy definition
    description String
    The description of the policy definition
    sequences List<Ipv4AclPolicyDefinitionSequence>
    List of ACL sequences
    defaultAction String
    Default action, either accept or drop - Choices: accept, drop
    name String
    The name of the policy definition
    description string
    The description of the policy definition
    sequences Ipv4AclPolicyDefinitionSequence[]
    List of ACL sequences
    defaultAction string
    Default action, either accept or drop - Choices: accept, drop
    name string
    The name of the policy definition
    description str
    The description of the policy definition
    sequences Sequence[Ipv4AclPolicyDefinitionSequenceArgs]
    List of ACL sequences
    default_action str
    Default action, either accept or drop - Choices: accept, drop
    name str
    The name of the policy definition
    description String
    The description of the policy definition
    sequences List<Property Map>
    List of ACL sequences
    defaultAction String
    Default action, either accept or drop - Choices: accept, drop
    name String
    The name of the policy definition

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Ipv4AclPolicyDefinition resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Type string
    Type
    Version int
    The version of the object
    Id string
    The provider-assigned unique ID for this managed resource.
    Type string
    Type
    Version int
    The version of the object
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    Type
    version Integer
    The version of the object
    id string
    The provider-assigned unique ID for this managed resource.
    type string
    Type
    version number
    The version of the object
    id str
    The provider-assigned unique ID for this managed resource.
    type str
    Type
    version int
    The version of the object
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    Type
    version Number
    The version of the object

    Look up Existing Ipv4AclPolicyDefinition Resource

    Get an existing Ipv4AclPolicyDefinition resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: Ipv4AclPolicyDefinitionState, opts?: CustomResourceOptions): Ipv4AclPolicyDefinition
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            default_action: Optional[str] = None,
            description: Optional[str] = None,
            name: Optional[str] = None,
            sequences: Optional[Sequence[Ipv4AclPolicyDefinitionSequenceArgs]] = None,
            type: Optional[str] = None,
            version: Optional[int] = None) -> Ipv4AclPolicyDefinition
    func GetIpv4AclPolicyDefinition(ctx *Context, name string, id IDInput, state *Ipv4AclPolicyDefinitionState, opts ...ResourceOption) (*Ipv4AclPolicyDefinition, error)
    public static Ipv4AclPolicyDefinition Get(string name, Input<string> id, Ipv4AclPolicyDefinitionState? state, CustomResourceOptions? opts = null)
    public static Ipv4AclPolicyDefinition get(String name, Output<String> id, Ipv4AclPolicyDefinitionState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    DefaultAction string
    Default action, either accept or drop - Choices: accept, drop
    Description string
    The description of the policy definition
    Name string
    The name of the policy definition
    Sequences List<Ipv4AclPolicyDefinitionSequence>
    List of ACL sequences
    Type string
    Type
    Version int
    The version of the object
    DefaultAction string
    Default action, either accept or drop - Choices: accept, drop
    Description string
    The description of the policy definition
    Name string
    The name of the policy definition
    Sequences []Ipv4AclPolicyDefinitionSequenceArgs
    List of ACL sequences
    Type string
    Type
    Version int
    The version of the object
    defaultAction String
    Default action, either accept or drop - Choices: accept, drop
    description String
    The description of the policy definition
    name String
    The name of the policy definition
    sequences List<Ipv4AclPolicyDefinitionSequence>
    List of ACL sequences
    type String
    Type
    version Integer
    The version of the object
    defaultAction string
    Default action, either accept or drop - Choices: accept, drop
    description string
    The description of the policy definition
    name string
    The name of the policy definition
    sequences Ipv4AclPolicyDefinitionSequence[]
    List of ACL sequences
    type string
    Type
    version number
    The version of the object
    default_action str
    Default action, either accept or drop - Choices: accept, drop
    description str
    The description of the policy definition
    name str
    The name of the policy definition
    sequences Sequence[Ipv4AclPolicyDefinitionSequenceArgs]
    List of ACL sequences
    type str
    Type
    version int
    The version of the object
    defaultAction String
    Default action, either accept or drop - Choices: accept, drop
    description String
    The description of the policy definition
    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

    Ipv4AclPolicyDefinitionSequence, Ipv4AclPolicyDefinitionSequenceArgs

    Id int
    Sequence ID

    • Range: 1-65534
    Name string
    Sequence name
    ActionEntries List<Ipv4AclPolicyDefinitionSequenceActionEntry>
    List of action entries
    BaseAction string
    Base action, either accept or drop

    • Choices: accept, drop
    MatchEntries List<Ipv4AclPolicyDefinitionSequenceMatchEntry>
    List of match entries
    Id int
    Sequence ID

    • Range: 1-65534
    Name string
    Sequence name
    ActionEntries []Ipv4AclPolicyDefinitionSequenceActionEntry
    List of action entries
    BaseAction string
    Base action, either accept or drop

    • Choices: accept, drop
    MatchEntries []Ipv4AclPolicyDefinitionSequenceMatchEntry
    List of match entries
    id Integer
    Sequence ID

    • Range: 1-65534
    name String
    Sequence name
    actionEntries List<Ipv4AclPolicyDefinitionSequenceActionEntry>
    List of action entries
    baseAction String
    Base action, either accept or drop

    • Choices: accept, drop
    matchEntries List<Ipv4AclPolicyDefinitionSequenceMatchEntry>
    List of match entries
    id number
    Sequence ID

    • Range: 1-65534
    name string
    Sequence name
    actionEntries Ipv4AclPolicyDefinitionSequenceActionEntry[]
    List of action entries
    baseAction string
    Base action, either accept or drop

    • Choices: accept, drop
    matchEntries Ipv4AclPolicyDefinitionSequenceMatchEntry[]
    List of match entries
    id int
    Sequence ID

    • Range: 1-65534
    name str
    Sequence name
    action_entries Sequence[Ipv4AclPolicyDefinitionSequenceActionEntry]
    List of action entries
    base_action str
    Base action, either accept or drop

    • Choices: accept, drop
    match_entries Sequence[Ipv4AclPolicyDefinitionSequenceMatchEntry]
    List of match entries
    id Number
    Sequence ID

    • Range: 1-65534
    name String
    Sequence name
    actionEntries List<Property Map>
    List of action entries
    baseAction String
    Base action, either accept or drop

    • Choices: accept, drop
    matchEntries List<Property Map>
    List of match entries

    Ipv4AclPolicyDefinitionSequenceActionEntry, Ipv4AclPolicyDefinitionSequenceActionEntryArgs

    Type string
    Type of action entry

    • Choices: class, count, set, log, mirror, policer
    ClassMapId string
    Class map ID
    ClassMapVersion int
    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<Ipv4AclPolicyDefinitionSequenceActionEntrySetParameter>
    List of set parameters
    Type string
    Type of action entry

    • Choices: class, count, set, log, mirror, policer
    ClassMapId string
    Class map ID
    ClassMapVersion int
    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 []Ipv4AclPolicyDefinitionSequenceActionEntrySetParameter
    List of set parameters
    type String
    Type of action entry

    • Choices: class, count, set, log, mirror, policer
    classMapId String
    Class map ID
    classMapVersion Integer
    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<Ipv4AclPolicyDefinitionSequenceActionEntrySetParameter>
    List of set parameters
    type string
    Type of action entry

    • Choices: class, count, set, log, mirror, policer
    classMapId string
    Class map ID
    classMapVersion number
    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 Ipv4AclPolicyDefinitionSequenceActionEntrySetParameter[]
    List of set parameters
    type str
    Type of action entry

    • Choices: class, count, set, log, mirror, policer
    class_map_id str
    Class map ID
    class_map_version int
    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[Ipv4AclPolicyDefinitionSequenceActionEntrySetParameter]
    List of set parameters
    type String
    Type of action entry

    • Choices: class, count, set, log, mirror, policer
    classMapId String
    Class map ID
    classMapVersion Number
    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

    Ipv4AclPolicyDefinitionSequenceActionEntrySetParameter, Ipv4AclPolicyDefinitionSequenceActionEntrySetParameterArgs

    Type string
    Type of set parameter

    • Choices: dscp, nextHop
    Dscp int
    DSCP value

    • Range: 0-63
    NextHop string
    Next hop IP
    Type string
    Type of set parameter

    • Choices: dscp, nextHop
    Dscp int
    DSCP value

    • Range: 0-63
    NextHop string
    Next hop IP
    type String
    Type of set parameter

    • Choices: dscp, nextHop
    dscp Integer
    DSCP value

    • Range: 0-63
    nextHop String
    Next hop IP
    type string
    Type of set parameter

    • Choices: dscp, nextHop
    dscp number
    DSCP value

    • Range: 0-63
    nextHop string
    Next hop IP
    type str
    Type of set parameter

    • Choices: dscp, nextHop
    dscp int
    DSCP value

    • Range: 0-63
    next_hop str
    Next hop IP
    type String
    Type of set parameter

    • Choices: dscp, nextHop
    dscp Number
    DSCP value

    • Range: 0-63
    nextHop String
    Next hop IP

    Ipv4AclPolicyDefinitionSequenceMatchEntry, Ipv4AclPolicyDefinitionSequenceMatchEntryArgs

    Type string
    Type of match entry

    • Choices: dscp, sourceIp, destinationIp, class, packetLength, plp, sourcePort, destinationPort, sourceDataPrefixList, destinationDataPrefixList, protocol, tcp, icmpMessage
    ClassMapId string
    Class map ID
    ClassMapVersion int
    Class map version
    DestinationDataIpv4PrefixListId string
    Destination data IPv4 prefix list ID
    DestinationDataIpv4PrefixListVersion int
    Destination data IPv4 prefix list version
    DestinationIp string
    Destination IP prefix
    DestinationPorts string
    Destination ports. Single value (0-65535) or ranges separated by spaces.
    Dscp int
    DSCP value

    • Range: 0-63
    IcmpMessage string
    ICMP Message
    PacketLength int
    Packet length

    • Range: 0-65535
    Priority string
    PLP - priority

    • Choices: high, low
    Protocol string
    Single value (0-255) or multiple values separated by spaces
    SourceDataIpv4PrefixListId string
    Source data IPv4 prefix list ID
    SourceDataIpv4PrefixListVersion int
    Source data IPv4 prefix list version
    SourceIp string
    Source IP prefix
    SourcePorts string
    Source ports. Single value (0-65535) or ranges separated by spaces.
    Tcp string
    TCP parameters

    • Choices: syn
    Type string
    Type of match entry

    • Choices: dscp, sourceIp, destinationIp, class, packetLength, plp, sourcePort, destinationPort, sourceDataPrefixList, destinationDataPrefixList, protocol, tcp, icmpMessage
    ClassMapId string
    Class map ID
    ClassMapVersion int
    Class map version
    DestinationDataIpv4PrefixListId string
    Destination data IPv4 prefix list ID
    DestinationDataIpv4PrefixListVersion int
    Destination data IPv4 prefix list version
    DestinationIp string
    Destination IP prefix
    DestinationPorts string
    Destination ports. Single value (0-65535) or ranges separated by spaces.
    Dscp int
    DSCP value

    • Range: 0-63
    IcmpMessage string
    ICMP Message
    PacketLength int
    Packet length

    • Range: 0-65535
    Priority string
    PLP - priority

    • Choices: high, low
    Protocol string
    Single value (0-255) or multiple values separated by spaces
    SourceDataIpv4PrefixListId string
    Source data IPv4 prefix list ID
    SourceDataIpv4PrefixListVersion int
    Source data IPv4 prefix list version
    SourceIp string
    Source IP prefix
    SourcePorts string
    Source ports. Single value (0-65535) or ranges separated by spaces.
    Tcp string
    TCP parameters

    • Choices: syn
    type String
    Type of match entry

    • Choices: dscp, sourceIp, destinationIp, class, packetLength, plp, sourcePort, destinationPort, sourceDataPrefixList, destinationDataPrefixList, protocol, tcp, icmpMessage
    classMapId String
    Class map ID
    classMapVersion Integer
    Class map version
    destinationDataIpv4PrefixListId String
    Destination data IPv4 prefix list ID
    destinationDataIpv4PrefixListVersion Integer
    Destination data IPv4 prefix list version
    destinationIp String
    Destination IP prefix
    destinationPorts String
    Destination ports. Single value (0-65535) or ranges separated by spaces.
    dscp Integer
    DSCP value

    • Range: 0-63
    icmpMessage String
    ICMP Message
    packetLength Integer
    Packet length

    • Range: 0-65535
    priority String
    PLP - priority

    • Choices: high, low
    protocol String
    Single value (0-255) or multiple values separated by spaces
    sourceDataIpv4PrefixListId String
    Source data IPv4 prefix list ID
    sourceDataIpv4PrefixListVersion Integer
    Source data IPv4 prefix list version
    sourceIp String
    Source IP prefix
    sourcePorts String
    Source ports. Single value (0-65535) or ranges separated by spaces.
    tcp String
    TCP parameters

    • Choices: syn
    type string
    Type of match entry

    • Choices: dscp, sourceIp, destinationIp, class, packetLength, plp, sourcePort, destinationPort, sourceDataPrefixList, destinationDataPrefixList, protocol, tcp, icmpMessage
    classMapId string
    Class map ID
    classMapVersion number
    Class map version
    destinationDataIpv4PrefixListId string
    Destination data IPv4 prefix list ID
    destinationDataIpv4PrefixListVersion number
    Destination data IPv4 prefix list version
    destinationIp string
    Destination IP prefix
    destinationPorts string
    Destination ports. Single value (0-65535) or ranges separated by spaces.
    dscp number
    DSCP value

    • Range: 0-63
    icmpMessage string
    ICMP Message
    packetLength number
    Packet length

    • Range: 0-65535
    priority string
    PLP - priority

    • Choices: high, low
    protocol string
    Single value (0-255) or multiple values separated by spaces
    sourceDataIpv4PrefixListId string
    Source data IPv4 prefix list ID
    sourceDataIpv4PrefixListVersion number
    Source data IPv4 prefix list version
    sourceIp string
    Source IP prefix
    sourcePorts string
    Source ports. Single value (0-65535) or ranges separated by spaces.
    tcp string
    TCP parameters

    • Choices: syn
    type str
    Type of match entry

    • Choices: dscp, sourceIp, destinationIp, class, packetLength, plp, sourcePort, destinationPort, sourceDataPrefixList, destinationDataPrefixList, protocol, tcp, icmpMessage
    class_map_id str
    Class map ID
    class_map_version int
    Class map version
    destination_data_ipv4_prefix_list_id str
    Destination data IPv4 prefix list ID
    destination_data_ipv4_prefix_list_version int
    Destination data IPv4 prefix list version
    destination_ip str
    Destination IP prefix
    destination_ports str
    Destination ports. Single value (0-65535) or ranges separated by spaces.
    dscp int
    DSCP value

    • Range: 0-63
    icmp_message str
    ICMP Message
    packet_length int
    Packet length

    • Range: 0-65535
    priority str
    PLP - priority

    • Choices: high, low
    protocol str
    Single value (0-255) or multiple values separated by spaces
    source_data_ipv4_prefix_list_id str
    Source data IPv4 prefix list ID
    source_data_ipv4_prefix_list_version int
    Source data IPv4 prefix list version
    source_ip str
    Source IP prefix
    source_ports str
    Source ports. Single value (0-65535) or ranges separated by spaces.
    tcp str
    TCP parameters

    • Choices: syn
    type String
    Type of match entry

    • Choices: dscp, sourceIp, destinationIp, class, packetLength, plp, sourcePort, destinationPort, sourceDataPrefixList, destinationDataPrefixList, protocol, tcp, icmpMessage
    classMapId String
    Class map ID
    classMapVersion Number
    Class map version
    destinationDataIpv4PrefixListId String
    Destination data IPv4 prefix list ID
    destinationDataIpv4PrefixListVersion Number
    Destination data IPv4 prefix list version
    destinationIp String
    Destination IP prefix
    destinationPorts String
    Destination ports. Single value (0-65535) or ranges separated by spaces.
    dscp Number
    DSCP value

    • Range: 0-63
    icmpMessage String
    ICMP Message
    packetLength Number
    Packet length

    • Range: 0-65535
    priority String
    PLP - priority

    • Choices: high, low
    protocol String
    Single value (0-255) or multiple values separated by spaces
    sourceDataIpv4PrefixListId String
    Source data IPv4 prefix list ID
    sourceDataIpv4PrefixListVersion Number
    Source data IPv4 prefix list version
    sourceIp String
    Source IP prefix
    sourcePorts String
    Source ports. Single value (0-65535) or ranges separated by spaces.
    tcp String
    TCP parameters

    • Choices: syn

    Import

    $ pulumi import sdwan:index/ipv4AclPolicyDefinition:Ipv4AclPolicyDefinition example "f6b2c44c-693c-4763-b010-895aa3d236bd"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.1.3 published on Tuesday, Sep 24, 2024 by Pulumi