1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. Ipv6DeviceAclPolicyDefinition
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.Ipv6DeviceAclPolicyDefinition

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This resource can manage a IPv6 Device 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.Ipv6DeviceAclPolicyDefinition;
    import com.pulumi.sdwan.Ipv6DeviceAclPolicyDefinitionArgs;
    import com.pulumi.sdwan.inputs.Ipv6DeviceAclPolicyDefinitionSequenceArgs;
    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 Ipv6DeviceAclPolicyDefinition("example", Ipv6DeviceAclPolicyDefinitionArgs.builder()        
                .name("Example")
                .description("My description")
                .defaultAction("drop")
                .sequences(Ipv6DeviceAclPolicyDefinitionSequenceArgs.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:Ipv6DeviceAclPolicyDefinition
        properties:
          name: Example
          description: My description
          defaultAction: drop
          sequences:
            - id: 10
              name: Sequence 10
              base_action: accept
              match_entries:
                - type: destinationPort
                  destinationPort: 22
              action_entries:
                - type: count
                  counterName: count1
    

    Create Ipv6DeviceAclPolicyDefinition Resource

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

    Constructor syntax

    new Ipv6DeviceAclPolicyDefinition(name: string, args: Ipv6DeviceAclPolicyDefinitionArgs, opts?: CustomResourceOptions);
    @overload
    def Ipv6DeviceAclPolicyDefinition(resource_name: str,
                                      args: Ipv6DeviceAclPolicyDefinitionArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def Ipv6DeviceAclPolicyDefinition(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      description: Optional[str] = None,
                                      sequences: Optional[Sequence[Ipv6DeviceAclPolicyDefinitionSequenceArgs]] = None,
                                      default_action: Optional[str] = None,
                                      name: Optional[str] = None)
    func NewIpv6DeviceAclPolicyDefinition(ctx *Context, name string, args Ipv6DeviceAclPolicyDefinitionArgs, opts ...ResourceOption) (*Ipv6DeviceAclPolicyDefinition, error)
    public Ipv6DeviceAclPolicyDefinition(string name, Ipv6DeviceAclPolicyDefinitionArgs args, CustomResourceOptions? opts = null)
    public Ipv6DeviceAclPolicyDefinition(String name, Ipv6DeviceAclPolicyDefinitionArgs args)
    public Ipv6DeviceAclPolicyDefinition(String name, Ipv6DeviceAclPolicyDefinitionArgs args, CustomResourceOptions options)
    
    type: sdwan:Ipv6DeviceAclPolicyDefinition
    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 Ipv6DeviceAclPolicyDefinitionArgs
    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 Ipv6DeviceAclPolicyDefinitionArgs
    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 Ipv6DeviceAclPolicyDefinitionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args Ipv6DeviceAclPolicyDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args Ipv6DeviceAclPolicyDefinitionArgs
    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 ipv6DeviceAclPolicyDefinitionResource = new Sdwan.Ipv6DeviceAclPolicyDefinition("ipv6DeviceAclPolicyDefinitionResource", new()
    {
        Description = "string",
        Sequences = new[]
        {
            new Sdwan.Inputs.Ipv6DeviceAclPolicyDefinitionSequenceArgs
            {
                Id = 0,
                Name = "string",
                ActionEntries = new[]
                {
                    new Sdwan.Inputs.Ipv6DeviceAclPolicyDefinitionSequenceActionEntryArgs
                    {
                        Type = "string",
                        CounterName = "string",
                    },
                },
                BaseAction = "string",
                MatchEntries = new[]
                {
                    new Sdwan.Inputs.Ipv6DeviceAclPolicyDefinitionSequenceMatchEntryArgs
                    {
                        Type = "string",
                        DestinationDataIpv6PrefixListId = "string",
                        DestinationDataIpv6PrefixListVersion = 0,
                        DestinationIp = "string",
                        DestinationPort = 0,
                        SourceDataIpv6PrefixListId = "string",
                        SourceDataIpv6PrefixListVersion = 0,
                        SourceIp = "string",
                        SourcePorts = "string",
                    },
                },
            },
        },
        DefaultAction = "string",
        Name = "string",
    });
    
    example, err := sdwan.NewIpv6DeviceAclPolicyDefinition(ctx, "ipv6DeviceAclPolicyDefinitionResource", &sdwan.Ipv6DeviceAclPolicyDefinitionArgs{
    	Description: pulumi.String("string"),
    	Sequences: sdwan.Ipv6DeviceAclPolicyDefinitionSequenceArray{
    		&sdwan.Ipv6DeviceAclPolicyDefinitionSequenceArgs{
    			Id:   pulumi.Int(0),
    			Name: pulumi.String("string"),
    			ActionEntries: sdwan.Ipv6DeviceAclPolicyDefinitionSequenceActionEntryArray{
    				&sdwan.Ipv6DeviceAclPolicyDefinitionSequenceActionEntryArgs{
    					Type:        pulumi.String("string"),
    					CounterName: pulumi.String("string"),
    				},
    			},
    			BaseAction: pulumi.String("string"),
    			MatchEntries: sdwan.Ipv6DeviceAclPolicyDefinitionSequenceMatchEntryArray{
    				&sdwan.Ipv6DeviceAclPolicyDefinitionSequenceMatchEntryArgs{
    					Type:                                 pulumi.String("string"),
    					DestinationDataIpv6PrefixListId:      pulumi.String("string"),
    					DestinationDataIpv6PrefixListVersion: pulumi.Int(0),
    					DestinationIp:                        pulumi.String("string"),
    					DestinationPort:                      pulumi.Int(0),
    					SourceDataIpv6PrefixListId:           pulumi.String("string"),
    					SourceDataIpv6PrefixListVersion:      pulumi.Int(0),
    					SourceIp:                             pulumi.String("string"),
    					SourcePorts:                          pulumi.String("string"),
    				},
    			},
    		},
    	},
    	DefaultAction: pulumi.String("string"),
    	Name:          pulumi.String("string"),
    })
    
    var ipv6DeviceAclPolicyDefinitionResource = new Ipv6DeviceAclPolicyDefinition("ipv6DeviceAclPolicyDefinitionResource", Ipv6DeviceAclPolicyDefinitionArgs.builder()
        .description("string")
        .sequences(Ipv6DeviceAclPolicyDefinitionSequenceArgs.builder()
            .id(0)
            .name("string")
            .actionEntries(Ipv6DeviceAclPolicyDefinitionSequenceActionEntryArgs.builder()
                .type("string")
                .counterName("string")
                .build())
            .baseAction("string")
            .matchEntries(Ipv6DeviceAclPolicyDefinitionSequenceMatchEntryArgs.builder()
                .type("string")
                .destinationDataIpv6PrefixListId("string")
                .destinationDataIpv6PrefixListVersion(0)
                .destinationIp("string")
                .destinationPort(0)
                .sourceDataIpv6PrefixListId("string")
                .sourceDataIpv6PrefixListVersion(0)
                .sourceIp("string")
                .sourcePorts("string")
                .build())
            .build())
        .defaultAction("string")
        .name("string")
        .build());
    
    ipv6_device_acl_policy_definition_resource = sdwan.Ipv6DeviceAclPolicyDefinition("ipv6DeviceAclPolicyDefinitionResource",
        description="string",
        sequences=[sdwan.Ipv6DeviceAclPolicyDefinitionSequenceArgs(
            id=0,
            name="string",
            action_entries=[sdwan.Ipv6DeviceAclPolicyDefinitionSequenceActionEntryArgs(
                type="string",
                counter_name="string",
            )],
            base_action="string",
            match_entries=[sdwan.Ipv6DeviceAclPolicyDefinitionSequenceMatchEntryArgs(
                type="string",
                destination_data_ipv6_prefix_list_id="string",
                destination_data_ipv6_prefix_list_version=0,
                destination_ip="string",
                destination_port=0,
                source_data_ipv6_prefix_list_id="string",
                source_data_ipv6_prefix_list_version=0,
                source_ip="string",
                source_ports="string",
            )],
        )],
        default_action="string",
        name="string")
    
    const ipv6DeviceAclPolicyDefinitionResource = new sdwan.Ipv6DeviceAclPolicyDefinition("ipv6DeviceAclPolicyDefinitionResource", {
        description: "string",
        sequences: [{
            id: 0,
            name: "string",
            actionEntries: [{
                type: "string",
                counterName: "string",
            }],
            baseAction: "string",
            matchEntries: [{
                type: "string",
                destinationDataIpv6PrefixListId: "string",
                destinationDataIpv6PrefixListVersion: 0,
                destinationIp: "string",
                destinationPort: 0,
                sourceDataIpv6PrefixListId: "string",
                sourceDataIpv6PrefixListVersion: 0,
                sourceIp: "string",
                sourcePorts: "string",
            }],
        }],
        defaultAction: "string",
        name: "string",
    });
    
    type: sdwan:Ipv6DeviceAclPolicyDefinition
    properties:
        defaultAction: string
        description: string
        name: string
        sequences:
            - actionEntries:
                - counterName: string
                  type: string
              baseAction: string
              id: 0
              matchEntries:
                - destinationDataIpv6PrefixListId: string
                  destinationDataIpv6PrefixListVersion: 0
                  destinationIp: string
                  destinationPort: 0
                  sourceDataIpv6PrefixListId: string
                  sourceDataIpv6PrefixListVersion: 0
                  sourceIp: string
                  sourcePorts: string
                  type: string
              name: string
    

    Ipv6DeviceAclPolicyDefinition 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 Ipv6DeviceAclPolicyDefinition resource accepts the following input properties:

    Description string
    The description of the policy definition
    Sequences List<Ipv6DeviceAclPolicyDefinitionSequence>
    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 []Ipv6DeviceAclPolicyDefinitionSequenceArgs
    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<Ipv6DeviceAclPolicyDefinitionSequence>
    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 Ipv6DeviceAclPolicyDefinitionSequence[]
    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[Ipv6DeviceAclPolicyDefinitionSequenceArgs]
    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 Ipv6DeviceAclPolicyDefinition 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 Ipv6DeviceAclPolicyDefinition Resource

    Get an existing Ipv6DeviceAclPolicyDefinition 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?: Ipv6DeviceAclPolicyDefinitionState, opts?: CustomResourceOptions): Ipv6DeviceAclPolicyDefinition
    @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[Ipv6DeviceAclPolicyDefinitionSequenceArgs]] = None,
            type: Optional[str] = None,
            version: Optional[int] = None) -> Ipv6DeviceAclPolicyDefinition
    func GetIpv6DeviceAclPolicyDefinition(ctx *Context, name string, id IDInput, state *Ipv6DeviceAclPolicyDefinitionState, opts ...ResourceOption) (*Ipv6DeviceAclPolicyDefinition, error)
    public static Ipv6DeviceAclPolicyDefinition Get(string name, Input<string> id, Ipv6DeviceAclPolicyDefinitionState? state, CustomResourceOptions? opts = null)
    public static Ipv6DeviceAclPolicyDefinition get(String name, Output<String> id, Ipv6DeviceAclPolicyDefinitionState 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<Ipv6DeviceAclPolicyDefinitionSequence>
    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 []Ipv6DeviceAclPolicyDefinitionSequenceArgs
    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<Ipv6DeviceAclPolicyDefinitionSequence>
    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 Ipv6DeviceAclPolicyDefinitionSequence[]
    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[Ipv6DeviceAclPolicyDefinitionSequenceArgs]
    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

    Ipv6DeviceAclPolicyDefinitionSequence, Ipv6DeviceAclPolicyDefinitionSequenceArgs

    Id int
    Sequence ID

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

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

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

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

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

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

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

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

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

    • Choices: accept, drop
    match_entries Sequence[Ipv6DeviceAclPolicyDefinitionSequenceMatchEntry]
    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

    Ipv6DeviceAclPolicyDefinitionSequenceActionEntry, Ipv6DeviceAclPolicyDefinitionSequenceActionEntryArgs

    Type string
    Type of action entry

    • Choices: count
    CounterName string
    Counter name
    Type string
    Type of action entry

    • Choices: count
    CounterName string
    Counter name
    type String
    Type of action entry

    • Choices: count
    counterName String
    Counter name
    type string
    Type of action entry

    • Choices: count
    counterName string
    Counter name
    type str
    Type of action entry

    • Choices: count
    counter_name str
    Counter name
    type String
    Type of action entry

    • Choices: count
    counterName String
    Counter name

    Ipv6DeviceAclPolicyDefinitionSequenceMatchEntry, Ipv6DeviceAclPolicyDefinitionSequenceMatchEntryArgs

    Type string
    Type of match entry

    • Choices: sourceIpv6, destinationIpv6, sourcePort, destinationPort, sourceDataIpv6PrefixList, destinationDataIpv6PrefixList
    DestinationDataIpv6PrefixListId string
    Destination data IPv6 prefix list ID
    DestinationDataIpv6PrefixListVersion int
    Destination data IPv6 prefix list version
    DestinationIp string
    Destination IP prefix
    DestinationPort int
    Destination port, only 22 and 161 supported

    • Range: 0-65535
    SourceDataIpv6PrefixListId string
    Source data IPv6 prefix list ID
    SourceDataIpv6PrefixListVersion int
    Source data IPv6 prefix list version
    SourceIp string
    Source IP prefix
    SourcePorts string
    Source ports. Single value (0-65535) or ranges separated by spaces.
    Type string
    Type of match entry

    • Choices: sourceIpv6, destinationIpv6, sourcePort, destinationPort, sourceDataIpv6PrefixList, destinationDataIpv6PrefixList
    DestinationDataIpv6PrefixListId string
    Destination data IPv6 prefix list ID
    DestinationDataIpv6PrefixListVersion int
    Destination data IPv6 prefix list version
    DestinationIp string
    Destination IP prefix
    DestinationPort int
    Destination port, only 22 and 161 supported

    • Range: 0-65535
    SourceDataIpv6PrefixListId string
    Source data IPv6 prefix list ID
    SourceDataIpv6PrefixListVersion int
    Source data IPv6 prefix list version
    SourceIp string
    Source IP prefix
    SourcePorts string
    Source ports. Single value (0-65535) or ranges separated by spaces.
    type String
    Type of match entry

    • Choices: sourceIpv6, destinationIpv6, sourcePort, destinationPort, sourceDataIpv6PrefixList, destinationDataIpv6PrefixList
    destinationDataIpv6PrefixListId String
    Destination data IPv6 prefix list ID
    destinationDataIpv6PrefixListVersion Integer
    Destination data IPv6 prefix list version
    destinationIp String
    Destination IP prefix
    destinationPort Integer
    Destination port, only 22 and 161 supported

    • Range: 0-65535
    sourceDataIpv6PrefixListId String
    Source data IPv6 prefix list ID
    sourceDataIpv6PrefixListVersion Integer
    Source data IPv6 prefix list version
    sourceIp String
    Source IP prefix
    sourcePorts String
    Source ports. Single value (0-65535) or ranges separated by spaces.
    type string
    Type of match entry

    • Choices: sourceIpv6, destinationIpv6, sourcePort, destinationPort, sourceDataIpv6PrefixList, destinationDataIpv6PrefixList
    destinationDataIpv6PrefixListId string
    Destination data IPv6 prefix list ID
    destinationDataIpv6PrefixListVersion number
    Destination data IPv6 prefix list version
    destinationIp string
    Destination IP prefix
    destinationPort number
    Destination port, only 22 and 161 supported

    • Range: 0-65535
    sourceDataIpv6PrefixListId string
    Source data IPv6 prefix list ID
    sourceDataIpv6PrefixListVersion number
    Source data IPv6 prefix list version
    sourceIp string
    Source IP prefix
    sourcePorts string
    Source ports. Single value (0-65535) or ranges separated by spaces.
    type str
    Type of match entry

    • Choices: sourceIpv6, destinationIpv6, sourcePort, destinationPort, sourceDataIpv6PrefixList, destinationDataIpv6PrefixList
    destination_data_ipv6_prefix_list_id str
    Destination data IPv6 prefix list ID
    destination_data_ipv6_prefix_list_version int
    Destination data IPv6 prefix list version
    destination_ip str
    Destination IP prefix
    destination_port int
    Destination port, only 22 and 161 supported

    • Range: 0-65535
    source_data_ipv6_prefix_list_id str
    Source data IPv6 prefix list ID
    source_data_ipv6_prefix_list_version int
    Source data IPv6 prefix list version
    source_ip str
    Source IP prefix
    source_ports str
    Source ports. Single value (0-65535) or ranges separated by spaces.
    type String
    Type of match entry

    • Choices: sourceIpv6, destinationIpv6, sourcePort, destinationPort, sourceDataIpv6PrefixList, destinationDataIpv6PrefixList
    destinationDataIpv6PrefixListId String
    Destination data IPv6 prefix list ID
    destinationDataIpv6PrefixListVersion Number
    Destination data IPv6 prefix list version
    destinationIp String
    Destination IP prefix
    destinationPort Number
    Destination port, only 22 and 161 supported

    • Range: 0-65535
    sourceDataIpv6PrefixListId String
    Source data IPv6 prefix list ID
    sourceDataIpv6PrefixListVersion Number
    Source data IPv6 prefix list version
    sourceIp String
    Source IP prefix
    sourcePorts String
    Source ports. Single value (0-65535) or ranges separated by spaces.

    Import

    $ pulumi import sdwan:index/ipv6DeviceAclPolicyDefinition:Ipv6DeviceAclPolicyDefinition 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.1 published on Friday, May 31, 2024 by Pulumi