sdwan.TransportIpv4AclFeature
Explore with Pulumi AI
This resource can manage a Transport IPv4 ACL Feature.
- Minimum SD-WAN Manager version:
20.12.0
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.TransportIpv4AclFeature;
import com.pulumi.sdwan.TransportIpv4AclFeatureArgs;
import com.pulumi.sdwan.inputs.TransportIpv4AclFeatureSequenceArgs;
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 TransportIpv4AclFeature("example", TransportIpv4AclFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.defaultAction("drop")
.sequences(TransportIpv4AclFeatureSequenceArgs.builder()
.sequence_id(1)
.sequence_name("AccessControlList1")
.match_entries(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.actions(TransportIpv4AclFeatureSequenceActionArgs.builder()
.acceptSetDscp(60)
.acceptCounterName("COUNTER_1")
.acceptLog(false)
.acceptSetNextHop("1.2.3.4")
.build())
.build())
.build());
}
}
resources:
example:
type: sdwan:TransportIpv4AclFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
defaultAction: drop
sequences:
- sequence_id: 1
sequence_name: AccessControlList1
match_entries:
- dscps:
- 16
packetLength: 1500
protocols:
- 1
sourcePorts:
- port: 8000
tcpState: syn
actions:
- acceptSetDscp: 60
acceptCounterName: COUNTER_1
acceptLog: false
acceptSetNextHop: 1.2.3.4
Create TransportIpv4AclFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransportIpv4AclFeature(name: string, args?: TransportIpv4AclFeatureArgs, opts?: CustomResourceOptions);
@overload
def TransportIpv4AclFeature(resource_name: str,
args: Optional[TransportIpv4AclFeatureArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TransportIpv4AclFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
default_action: Optional[str] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
name: Optional[str] = None,
sequences: Optional[Sequence[TransportIpv4AclFeatureSequenceArgs]] = None)
func NewTransportIpv4AclFeature(ctx *Context, name string, args *TransportIpv4AclFeatureArgs, opts ...ResourceOption) (*TransportIpv4AclFeature, error)
public TransportIpv4AclFeature(string name, TransportIpv4AclFeatureArgs? args = null, CustomResourceOptions? opts = null)
public TransportIpv4AclFeature(String name, TransportIpv4AclFeatureArgs args)
public TransportIpv4AclFeature(String name, TransportIpv4AclFeatureArgs args, CustomResourceOptions options)
type: sdwan:TransportIpv4AclFeature
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 TransportIpv4AclFeatureArgs
- 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 TransportIpv4AclFeatureArgs
- 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 TransportIpv4AclFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransportIpv4AclFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransportIpv4AclFeatureArgs
- 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 transportIpv4AclFeatureResource = new Sdwan.TransportIpv4AclFeature("transportIpv4AclFeatureResource", new()
{
DefaultAction = "string",
Description = "string",
FeatureProfileId = "string",
Name = "string",
Sequences = new[]
{
new Sdwan.Inputs.TransportIpv4AclFeatureSequenceArgs
{
Actions = new[]
{
new Sdwan.Inputs.TransportIpv4AclFeatureSequenceActionArgs
{
AcceptCounterName = "string",
AcceptLog = false,
AcceptMirrorListId = "string",
AcceptPolicerId = "string",
AcceptSetDscp = 0,
AcceptSetNextHop = "string",
DropCounterName = "string",
DropLog = false,
},
},
BaseAction = "string",
MatchEntries = new[]
{
new Sdwan.Inputs.TransportIpv4AclFeatureSequenceMatchEntryArgs
{
DestinationDataPrefix = "string",
DestinationDataPrefixListId = "string",
DestinationDataPrefixVariable = "string",
DestinationPorts = new[]
{
new Sdwan.Inputs.TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArgs
{
Port = 0,
},
},
Dscps = new[]
{
0,
},
IcmpMessages = new[]
{
"string",
},
PacketLength = 0,
Protocols = new[]
{
0,
},
SourceDataPrefix = "string",
SourceDataPrefixListId = "string",
SourceDataPrefixVariable = "string",
SourcePorts = new[]
{
new Sdwan.Inputs.TransportIpv4AclFeatureSequenceMatchEntrySourcePortArgs
{
Port = 0,
},
},
TcpState = "string",
},
},
SequenceId = 0,
SequenceName = "string",
},
},
});
example, err := sdwan.NewTransportIpv4AclFeature(ctx, "transportIpv4AclFeatureResource", &sdwan.TransportIpv4AclFeatureArgs{
DefaultAction: pulumi.String("string"),
Description: pulumi.String("string"),
FeatureProfileId: pulumi.String("string"),
Name: pulumi.String("string"),
Sequences: sdwan.TransportIpv4AclFeatureSequenceArray{
&sdwan.TransportIpv4AclFeatureSequenceArgs{
Actions: sdwan.TransportIpv4AclFeatureSequenceActionArray{
&sdwan.TransportIpv4AclFeatureSequenceActionArgs{
AcceptCounterName: pulumi.String("string"),
AcceptLog: pulumi.Bool(false),
AcceptMirrorListId: pulumi.String("string"),
AcceptPolicerId: pulumi.String("string"),
AcceptSetDscp: pulumi.Int(0),
AcceptSetNextHop: pulumi.String("string"),
DropCounterName: pulumi.String("string"),
DropLog: pulumi.Bool(false),
},
},
BaseAction: pulumi.String("string"),
MatchEntries: sdwan.TransportIpv4AclFeatureSequenceMatchEntryArray{
&sdwan.TransportIpv4AclFeatureSequenceMatchEntryArgs{
DestinationDataPrefix: pulumi.String("string"),
DestinationDataPrefixListId: pulumi.String("string"),
DestinationDataPrefixVariable: pulumi.String("string"),
DestinationPorts: sdwan.TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArray{
&sdwan.TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArgs{
Port: pulumi.Int(0),
},
},
Dscps: pulumi.IntArray{
pulumi.Int(0),
},
IcmpMessages: pulumi.StringArray{
pulumi.String("string"),
},
PacketLength: pulumi.Int(0),
Protocols: pulumi.IntArray{
pulumi.Int(0),
},
SourceDataPrefix: pulumi.String("string"),
SourceDataPrefixListId: pulumi.String("string"),
SourceDataPrefixVariable: pulumi.String("string"),
SourcePorts: sdwan.TransportIpv4AclFeatureSequenceMatchEntrySourcePortArray{
&sdwan.TransportIpv4AclFeatureSequenceMatchEntrySourcePortArgs{
Port: pulumi.Int(0),
},
},
TcpState: pulumi.String("string"),
},
},
SequenceId: pulumi.Int(0),
SequenceName: pulumi.String("string"),
},
},
})
var transportIpv4AclFeatureResource = new TransportIpv4AclFeature("transportIpv4AclFeatureResource", TransportIpv4AclFeatureArgs.builder()
.defaultAction("string")
.description("string")
.featureProfileId("string")
.name("string")
.sequences(TransportIpv4AclFeatureSequenceArgs.builder()
.actions(TransportIpv4AclFeatureSequenceActionArgs.builder()
.acceptCounterName("string")
.acceptLog(false)
.acceptMirrorListId("string")
.acceptPolicerId("string")
.acceptSetDscp(0)
.acceptSetNextHop("string")
.dropCounterName("string")
.dropLog(false)
.build())
.baseAction("string")
.matchEntries(TransportIpv4AclFeatureSequenceMatchEntryArgs.builder()
.destinationDataPrefix("string")
.destinationDataPrefixListId("string")
.destinationDataPrefixVariable("string")
.destinationPorts(TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArgs.builder()
.port(0)
.build())
.dscps(0)
.icmpMessages("string")
.packetLength(0)
.protocols(0)
.sourceDataPrefix("string")
.sourceDataPrefixListId("string")
.sourceDataPrefixVariable("string")
.sourcePorts(TransportIpv4AclFeatureSequenceMatchEntrySourcePortArgs.builder()
.port(0)
.build())
.tcpState("string")
.build())
.sequenceId(0)
.sequenceName("string")
.build())
.build());
transport_ipv4_acl_feature_resource = sdwan.TransportIpv4AclFeature("transportIpv4AclFeatureResource",
default_action="string",
description="string",
feature_profile_id="string",
name="string",
sequences=[{
"actions": [{
"accept_counter_name": "string",
"accept_log": False,
"accept_mirror_list_id": "string",
"accept_policer_id": "string",
"accept_set_dscp": 0,
"accept_set_next_hop": "string",
"drop_counter_name": "string",
"drop_log": False,
}],
"base_action": "string",
"match_entries": [{
"destination_data_prefix": "string",
"destination_data_prefix_list_id": "string",
"destination_data_prefix_variable": "string",
"destination_ports": [{
"port": 0,
}],
"dscps": [0],
"icmp_messages": ["string"],
"packet_length": 0,
"protocols": [0],
"source_data_prefix": "string",
"source_data_prefix_list_id": "string",
"source_data_prefix_variable": "string",
"source_ports": [{
"port": 0,
}],
"tcp_state": "string",
}],
"sequence_id": 0,
"sequence_name": "string",
}])
const transportIpv4AclFeatureResource = new sdwan.TransportIpv4AclFeature("transportIpv4AclFeatureResource", {
defaultAction: "string",
description: "string",
featureProfileId: "string",
name: "string",
sequences: [{
actions: [{
acceptCounterName: "string",
acceptLog: false,
acceptMirrorListId: "string",
acceptPolicerId: "string",
acceptSetDscp: 0,
acceptSetNextHop: "string",
dropCounterName: "string",
dropLog: false,
}],
baseAction: "string",
matchEntries: [{
destinationDataPrefix: "string",
destinationDataPrefixListId: "string",
destinationDataPrefixVariable: "string",
destinationPorts: [{
port: 0,
}],
dscps: [0],
icmpMessages: ["string"],
packetLength: 0,
protocols: [0],
sourceDataPrefix: "string",
sourceDataPrefixListId: "string",
sourceDataPrefixVariable: "string",
sourcePorts: [{
port: 0,
}],
tcpState: "string",
}],
sequenceId: 0,
sequenceName: "string",
}],
});
type: sdwan:TransportIpv4AclFeature
properties:
defaultAction: string
description: string
featureProfileId: string
name: string
sequences:
- actions:
- acceptCounterName: string
acceptLog: false
acceptMirrorListId: string
acceptPolicerId: string
acceptSetDscp: 0
acceptSetNextHop: string
dropCounterName: string
dropLog: false
baseAction: string
matchEntries:
- destinationDataPrefix: string
destinationDataPrefixListId: string
destinationDataPrefixVariable: string
destinationPorts:
- port: 0
dscps:
- 0
icmpMessages:
- string
packetLength: 0
protocols:
- 0
sourceDataPrefix: string
sourceDataPrefixListId: string
sourceDataPrefixVariable: string
sourcePorts:
- port: 0
tcpState: string
sequenceId: 0
sequenceName: string
TransportIpv4AclFeature Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TransportIpv4AclFeature resource accepts the following input properties:
- Default
Action string - Default Action - Choices:
drop
,accept
- Default value:drop
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the Feature
- Sequences
List<Transport
Ipv4Acl Feature Sequence> - Access Control List
- Default
Action string - Default Action - Choices:
drop
,accept
- Default value:drop
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the Feature
- Sequences
[]Transport
Ipv4Acl Feature Sequence Args - Access Control List
- default
Action String - Default Action - Choices:
drop
,accept
- Default value:drop
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the Feature
- sequences
List<Transport
Ipv4Acl Feature Sequence> - Access Control List
- default
Action string - Default Action - Choices:
drop
,accept
- Default value:drop
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- name string
- The name of the Feature
- sequences
Transport
Ipv4Acl Feature Sequence[] - Access Control List
- default_
action str - Default Action - Choices:
drop
,accept
- Default value:drop
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- name str
- The name of the Feature
- sequences
Sequence[Transport
Ipv4Acl Feature Sequence Args] - Access Control List
- default
Action String - Default Action - Choices:
drop
,accept
- Default value:drop
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the Feature
- sequences List<Property Map>
- Access Control List
Outputs
All input properties are implicitly available as output properties. Additionally, the TransportIpv4AclFeature resource produces the following output properties:
Look up Existing TransportIpv4AclFeature Resource
Get an existing TransportIpv4AclFeature 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?: TransportIpv4AclFeatureState, opts?: CustomResourceOptions): TransportIpv4AclFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
default_action: Optional[str] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
name: Optional[str] = None,
sequences: Optional[Sequence[TransportIpv4AclFeatureSequenceArgs]] = None,
version: Optional[int] = None) -> TransportIpv4AclFeature
func GetTransportIpv4AclFeature(ctx *Context, name string, id IDInput, state *TransportIpv4AclFeatureState, opts ...ResourceOption) (*TransportIpv4AclFeature, error)
public static TransportIpv4AclFeature Get(string name, Input<string> id, TransportIpv4AclFeatureState? state, CustomResourceOptions? opts = null)
public static TransportIpv4AclFeature get(String name, Output<String> id, TransportIpv4AclFeatureState 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.
- Default
Action string - Default Action - Choices:
drop
,accept
- Default value:drop
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the Feature
- Sequences
List<Transport
Ipv4Acl Feature Sequence> - Access Control List
- Version int
- The version of the Feature
- Default
Action string - Default Action - Choices:
drop
,accept
- Default value:drop
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the Feature
- Sequences
[]Transport
Ipv4Acl Feature Sequence Args - Access Control List
- Version int
- The version of the Feature
- default
Action String - Default Action - Choices:
drop
,accept
- Default value:drop
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the Feature
- sequences
List<Transport
Ipv4Acl Feature Sequence> - Access Control List
- version Integer
- The version of the Feature
- default
Action string - Default Action - Choices:
drop
,accept
- Default value:drop
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- name string
- The name of the Feature
- sequences
Transport
Ipv4Acl Feature Sequence[] - Access Control List
- version number
- The version of the Feature
- default_
action str - Default Action - Choices:
drop
,accept
- Default value:drop
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- name str
- The name of the Feature
- sequences
Sequence[Transport
Ipv4Acl Feature Sequence Args] - Access Control List
- version int
- The version of the Feature
- default
Action String - Default Action - Choices:
drop
,accept
- Default value:drop
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the Feature
- sequences List<Property Map>
- Access Control List
- version Number
- The version of the Feature
Supporting Types
TransportIpv4AclFeatureSequence, TransportIpv4AclFeatureSequenceArgs
- Actions
List<Transport
Ipv4Acl Feature Sequence Action> - Define list of actions
- Base
Action string - Base Action
- Choices:
drop
,accept
- Default value:
accept
- Choices:
- Match
Entries List<TransportIpv4Acl Feature Sequence Match Entry> - Define match conditions
- Sequence
Id int - Sequence Id
- Range:
1
-65536
- Range:
- Sequence
Name string - Sequence Name
- Actions
[]Transport
Ipv4Acl Feature Sequence Action - Define list of actions
- Base
Action string - Base Action
- Choices:
drop
,accept
- Default value:
accept
- Choices:
- Match
Entries []TransportIpv4Acl Feature Sequence Match Entry - Define match conditions
- Sequence
Id int - Sequence Id
- Range:
1
-65536
- Range:
- Sequence
Name string - Sequence Name
- actions
List<Transport
Ipv4Acl Feature Sequence Action> - Define list of actions
- base
Action String - Base Action
- Choices:
drop
,accept
- Default value:
accept
- Choices:
- match
Entries List<TransportIpv4Acl Feature Sequence Match Entry> - Define match conditions
- sequence
Id Integer - Sequence Id
- Range:
1
-65536
- Range:
- sequence
Name String - Sequence Name
- actions
Transport
Ipv4Acl Feature Sequence Action[] - Define list of actions
- base
Action string - Base Action
- Choices:
drop
,accept
- Default value:
accept
- Choices:
- match
Entries TransportIpv4Acl Feature Sequence Match Entry[] - Define match conditions
- sequence
Id number - Sequence Id
- Range:
1
-65536
- Range:
- sequence
Name string - Sequence Name
- actions
Sequence[Transport
Ipv4Acl Feature Sequence Action] - Define list of actions
- base_
action str - Base Action
- Choices:
drop
,accept
- Default value:
accept
- Choices:
- match_
entries Sequence[TransportIpv4Acl Feature Sequence Match Entry] - Define match conditions
- sequence_
id int - Sequence Id
- Range:
1
-65536
- Range:
- sequence_
name str - Sequence Name
- actions List<Property Map>
- Define list of actions
- base
Action String - Base Action
- Choices:
drop
,accept
- Default value:
accept
- Choices:
- match
Entries List<Property Map> - Define match conditions
- sequence
Id Number - Sequence Id
- Range:
1
-65536
- Range:
- sequence
Name String - Sequence Name
TransportIpv4AclFeatureSequenceAction, TransportIpv4AclFeatureSequenceActionArgs
- Accept
Counter stringName - Counter Name
- Accept
Log bool - Enable Log
- Default value:
false
- Default value:
- Accept
Mirror stringList Id - Accept
Policer stringId - Accept
Set intDscp - DSCP number
- Range:
0
-63
- Range:
- Accept
Set stringNext Hop - Set Next Hop (IPV4 address)
- Drop
Counter stringName - Counter Name
- Drop
Log bool - Enable Log
- Default value:
false
- Default value:
- Accept
Counter stringName - Counter Name
- Accept
Log bool - Enable Log
- Default value:
false
- Default value:
- Accept
Mirror stringList Id - Accept
Policer stringId - Accept
Set intDscp - DSCP number
- Range:
0
-63
- Range:
- Accept
Set stringNext Hop - Set Next Hop (IPV4 address)
- Drop
Counter stringName - Counter Name
- Drop
Log bool - Enable Log
- Default value:
false
- Default value:
- accept
Counter StringName - Counter Name
- accept
Log Boolean - Enable Log
- Default value:
false
- Default value:
- accept
Mirror StringList Id - accept
Policer StringId - accept
Set IntegerDscp - DSCP number
- Range:
0
-63
- Range:
- accept
Set StringNext Hop - Set Next Hop (IPV4 address)
- drop
Counter StringName - Counter Name
- drop
Log Boolean - Enable Log
- Default value:
false
- Default value:
- accept
Counter stringName - Counter Name
- accept
Log boolean - Enable Log
- Default value:
false
- Default value:
- accept
Mirror stringList Id - accept
Policer stringId - accept
Set numberDscp - DSCP number
- Range:
0
-63
- Range:
- accept
Set stringNext Hop - Set Next Hop (IPV4 address)
- drop
Counter stringName - Counter Name
- drop
Log boolean - Enable Log
- Default value:
false
- Default value:
- accept_
counter_ strname - Counter Name
- accept_
log bool - Enable Log
- Default value:
false
- Default value:
- accept_
mirror_ strlist_ id - accept_
policer_ strid - accept_
set_ intdscp - DSCP number
- Range:
0
-63
- Range:
- accept_
set_ strnext_ hop - Set Next Hop (IPV4 address)
- drop_
counter_ strname - Counter Name
- drop_
log bool - Enable Log
- Default value:
false
- Default value:
- accept
Counter StringName - Counter Name
- accept
Log Boolean - Enable Log
- Default value:
false
- Default value:
- accept
Mirror StringList Id - accept
Policer StringId - accept
Set NumberDscp - DSCP number
- Range:
0
-63
- Range:
- accept
Set StringNext Hop - Set Next Hop (IPV4 address)
- drop
Counter StringName - Counter Name
- drop
Log Boolean - Enable Log
- Default value:
false
- Default value:
TransportIpv4AclFeatureSequenceMatchEntry, TransportIpv4AclFeatureSequenceMatchEntryArgs
- Destination
Data stringPrefix - Destination Data IP Prefix
- Destination
Data stringPrefix List Id - Destination
Data stringPrefix Variable - Variable name
- Destination
Ports List<TransportIpv4Acl Feature Sequence Match Entry Destination Port> - Destination Port List
- Dscps List<int>
- DSCP number
- Icmp
Messages List<string> - ICMP Message
- Packet
Length int - Packet Length
- Protocols List<int>
- protocol number list with at least one item
- Source
Data stringPrefix - Source Data IP Prefix
- Source
Data stringPrefix List Id - Source
Data stringPrefix Variable - Variable name
- Source
Ports List<TransportIpv4Acl Feature Sequence Match Entry Source Port> - Source Port List
- Tcp
State string - TCP States
- Choices:
syn
- Choices:
- Destination
Data stringPrefix - Destination Data IP Prefix
- Destination
Data stringPrefix List Id - Destination
Data stringPrefix Variable - Variable name
- Destination
Ports []TransportIpv4Acl Feature Sequence Match Entry Destination Port - Destination Port List
- Dscps []int
- DSCP number
- Icmp
Messages []string - ICMP Message
- Packet
Length int - Packet Length
- Protocols []int
- protocol number list with at least one item
- Source
Data stringPrefix - Source Data IP Prefix
- Source
Data stringPrefix List Id - Source
Data stringPrefix Variable - Variable name
- Source
Ports []TransportIpv4Acl Feature Sequence Match Entry Source Port - Source Port List
- Tcp
State string - TCP States
- Choices:
syn
- Choices:
- destination
Data StringPrefix - Destination Data IP Prefix
- destination
Data StringPrefix List Id - destination
Data StringPrefix Variable - Variable name
- destination
Ports List<TransportIpv4Acl Feature Sequence Match Entry Destination Port> - Destination Port List
- dscps List<Integer>
- DSCP number
- icmp
Messages List<String> - ICMP Message
- packet
Length Integer - Packet Length
- protocols List<Integer>
- protocol number list with at least one item
- source
Data StringPrefix - Source Data IP Prefix
- source
Data StringPrefix List Id - source
Data StringPrefix Variable - Variable name
- source
Ports List<TransportIpv4Acl Feature Sequence Match Entry Source Port> - Source Port List
- tcp
State String - TCP States
- Choices:
syn
- Choices:
- destination
Data stringPrefix - Destination Data IP Prefix
- destination
Data stringPrefix List Id - destination
Data stringPrefix Variable - Variable name
- destination
Ports TransportIpv4Acl Feature Sequence Match Entry Destination Port[] - Destination Port List
- dscps number[]
- DSCP number
- icmp
Messages string[] - ICMP Message
- packet
Length number - Packet Length
- protocols number[]
- protocol number list with at least one item
- source
Data stringPrefix - Source Data IP Prefix
- source
Data stringPrefix List Id - source
Data stringPrefix Variable - Variable name
- source
Ports TransportIpv4Acl Feature Sequence Match Entry Source Port[] - Source Port List
- tcp
State string - TCP States
- Choices:
syn
- Choices:
- destination_
data_ strprefix - Destination Data IP Prefix
- destination_
data_ strprefix_ list_ id - destination_
data_ strprefix_ variable - Variable name
- destination_
ports Sequence[TransportIpv4Acl Feature Sequence Match Entry Destination Port] - Destination Port List
- dscps Sequence[int]
- DSCP number
- icmp_
messages Sequence[str] - ICMP Message
- packet_
length int - Packet Length
- protocols Sequence[int]
- protocol number list with at least one item
- source_
data_ strprefix - Source Data IP Prefix
- source_
data_ strprefix_ list_ id - source_
data_ strprefix_ variable - Variable name
- source_
ports Sequence[TransportIpv4Acl Feature Sequence Match Entry Source Port] - Source Port List
- tcp_
state str - TCP States
- Choices:
syn
- Choices:
- destination
Data StringPrefix - Destination Data IP Prefix
- destination
Data StringPrefix List Id - destination
Data StringPrefix Variable - Variable name
- destination
Ports List<Property Map> - Destination Port List
- dscps List<Number>
- DSCP number
- icmp
Messages List<String> - ICMP Message
- packet
Length Number - Packet Length
- protocols List<Number>
- protocol number list with at least one item
- source
Data StringPrefix - Source Data IP Prefix
- source
Data StringPrefix List Id - source
Data StringPrefix Variable - Variable name
- source
Ports List<Property Map> - Source Port List
- tcp
State String - TCP States
- Choices:
syn
- Choices:
TransportIpv4AclFeatureSequenceMatchEntryDestinationPort, TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArgs
- Port int
- destination port range or individual port number
- Port int
- destination port range or individual port number
- port Integer
- destination port range or individual port number
- port number
- destination port range or individual port number
- port int
- destination port range or individual port number
- port Number
- destination port range or individual port number
TransportIpv4AclFeatureSequenceMatchEntrySourcePort, TransportIpv4AclFeatureSequenceMatchEntrySourcePortArgs
- Port int
- source port range or individual port number
- Port int
- source port range or individual port number
- port Integer
- source port range or individual port number
- port number
- source port range or individual port number
- port int
- source port range or individual port number
- port Number
- source port range or individual port number
Import
Expected import identifier with the format: “transport_ipv4_acl_feature_id,feature_profile_id”
$ pulumi import sdwan:index/transportIpv4AclFeature:TransportIpv4AclFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
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.