Create FiltersAccessListRoutingProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FiltersAccessListRoutingProfile(name: string, args: FiltersAccessListRoutingProfileArgs, opts?: CustomResourceOptions);@overload
def FiltersAccessListRoutingProfile(resource_name: str,
args: FiltersAccessListRoutingProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def FiltersAccessListRoutingProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[FiltersAccessListRoutingProfileLocationArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None,
type: Optional[FiltersAccessListRoutingProfileTypeArgs] = None)func NewFiltersAccessListRoutingProfile(ctx *Context, name string, args FiltersAccessListRoutingProfileArgs, opts ...ResourceOption) (*FiltersAccessListRoutingProfile, error)public FiltersAccessListRoutingProfile(string name, FiltersAccessListRoutingProfileArgs args, CustomResourceOptions? opts = null)
public FiltersAccessListRoutingProfile(String name, FiltersAccessListRoutingProfileArgs args)
public FiltersAccessListRoutingProfile(String name, FiltersAccessListRoutingProfileArgs args, CustomResourceOptions options)
type: panos:FiltersAccessListRoutingProfile
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 FiltersAccessListRoutingProfileArgs
- 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 FiltersAccessListRoutingProfileArgs
- 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 FiltersAccessListRoutingProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FiltersAccessListRoutingProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FiltersAccessListRoutingProfileArgs
- 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 filtersAccessListRoutingProfileResource = new Panos.FiltersAccessListRoutingProfile("filtersAccessListRoutingProfileResource", new()
{
Location = new Panos.Inputs.FiltersAccessListRoutingProfileLocationArgs
{
Ngfw = new Panos.Inputs.FiltersAccessListRoutingProfileLocationNgfwArgs
{
NgfwDevice = "string",
},
Template = new Panos.Inputs.FiltersAccessListRoutingProfileLocationTemplateArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
TemplateStack = new Panos.Inputs.FiltersAccessListRoutingProfileLocationTemplateStackArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
},
Description = "string",
Name = "string",
Type = new Panos.Inputs.FiltersAccessListRoutingProfileTypeArgs
{
Ipv4 = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv4Args
{
Ipv4Entries = new[]
{
new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryArgs
{
Name = "string",
Action = "string",
DestinationAddress = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressArgs
{
Address = "string",
Entry = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressEntryArgs
{
Address = "string",
Wildcard = "string",
},
},
SourceAddress = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressArgs
{
Address = "string",
Entry = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressEntryArgs
{
Address = "string",
Wildcard = "string",
},
},
},
},
},
Ipv6 = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv6Args
{
Ipv6Entries = new[]
{
new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntryArgs
{
Name = "string",
Action = "string",
SourceAddress = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressArgs
{
Address = "string",
Entry = new Panos.Inputs.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressEntryArgs
{
Address = "string",
ExactMatch = false,
},
},
},
},
},
},
});
example, err := panos.NewFiltersAccessListRoutingProfile(ctx, "filtersAccessListRoutingProfileResource", &panos.FiltersAccessListRoutingProfileArgs{
Location: &panos.FiltersAccessListRoutingProfileLocationArgs{
Ngfw: &panos.FiltersAccessListRoutingProfileLocationNgfwArgs{
NgfwDevice: pulumi.String("string"),
},
Template: &panos.FiltersAccessListRoutingProfileLocationTemplateArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &panos.FiltersAccessListRoutingProfileLocationTemplateStackArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: &panos.FiltersAccessListRoutingProfileTypeArgs{
Ipv4: &panos.FiltersAccessListRoutingProfileTypeIpv4Args{
Ipv4Entries: panos.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryArray{
&panos.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryArgs{
Name: pulumi.String("string"),
Action: pulumi.String("string"),
DestinationAddress: &panos.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressArgs{
Address: pulumi.String("string"),
Entry: &panos.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressEntryArgs{
Address: pulumi.String("string"),
Wildcard: pulumi.String("string"),
},
},
SourceAddress: &panos.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressArgs{
Address: pulumi.String("string"),
Entry: &panos.FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressEntryArgs{
Address: pulumi.String("string"),
Wildcard: pulumi.String("string"),
},
},
},
},
},
Ipv6: &panos.FiltersAccessListRoutingProfileTypeIpv6Args{
Ipv6Entries: panos.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntryArray{
&panos.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntryArgs{
Name: pulumi.String("string"),
Action: pulumi.String("string"),
SourceAddress: &panos.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressArgs{
Address: pulumi.String("string"),
Entry: &panos.FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressEntryArgs{
Address: pulumi.String("string"),
ExactMatch: pulumi.Bool(false),
},
},
},
},
},
},
})
var filtersAccessListRoutingProfileResource = new FiltersAccessListRoutingProfile("filtersAccessListRoutingProfileResource", FiltersAccessListRoutingProfileArgs.builder()
.location(FiltersAccessListRoutingProfileLocationArgs.builder()
.ngfw(FiltersAccessListRoutingProfileLocationNgfwArgs.builder()
.ngfwDevice("string")
.build())
.template(FiltersAccessListRoutingProfileLocationTemplateArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.templateStack(FiltersAccessListRoutingProfileLocationTemplateStackArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.build())
.description("string")
.name("string")
.type(FiltersAccessListRoutingProfileTypeArgs.builder()
.ipv4(FiltersAccessListRoutingProfileTypeIpv4Args.builder()
.ipv4Entries(FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryArgs.builder()
.name("string")
.action("string")
.destinationAddress(FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressArgs.builder()
.address("string")
.entry(FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressEntryArgs.builder()
.address("string")
.wildcard("string")
.build())
.build())
.sourceAddress(FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressArgs.builder()
.address("string")
.entry(FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressEntryArgs.builder()
.address("string")
.wildcard("string")
.build())
.build())
.build())
.build())
.ipv6(FiltersAccessListRoutingProfileTypeIpv6Args.builder()
.ipv6Entries(FiltersAccessListRoutingProfileTypeIpv6Ipv6EntryArgs.builder()
.name("string")
.action("string")
.sourceAddress(FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressArgs.builder()
.address("string")
.entry(FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressEntryArgs.builder()
.address("string")
.exactMatch(false)
.build())
.build())
.build())
.build())
.build())
.build());
filters_access_list_routing_profile_resource = panos.FiltersAccessListRoutingProfile("filtersAccessListRoutingProfileResource",
location={
"ngfw": {
"ngfw_device": "string",
},
"template": {
"name": "string",
"ngfw_device": "string",
"panorama_device": "string",
},
"template_stack": {
"name": "string",
"ngfw_device": "string",
"panorama_device": "string",
},
},
description="string",
name="string",
type={
"ipv4": {
"ipv4_entries": [{
"name": "string",
"action": "string",
"destination_address": {
"address": "string",
"entry": {
"address": "string",
"wildcard": "string",
},
},
"source_address": {
"address": "string",
"entry": {
"address": "string",
"wildcard": "string",
},
},
}],
},
"ipv6": {
"ipv6_entries": [{
"name": "string",
"action": "string",
"source_address": {
"address": "string",
"entry": {
"address": "string",
"exact_match": False,
},
},
}],
},
})
const filtersAccessListRoutingProfileResource = new panos.FiltersAccessListRoutingProfile("filtersAccessListRoutingProfileResource", {
location: {
ngfw: {
ngfwDevice: "string",
},
template: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
templateStack: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
},
description: "string",
name: "string",
type: {
ipv4: {
ipv4Entries: [{
name: "string",
action: "string",
destinationAddress: {
address: "string",
entry: {
address: "string",
wildcard: "string",
},
},
sourceAddress: {
address: "string",
entry: {
address: "string",
wildcard: "string",
},
},
}],
},
ipv6: {
ipv6Entries: [{
name: "string",
action: "string",
sourceAddress: {
address: "string",
entry: {
address: "string",
exactMatch: false,
},
},
}],
},
},
});
type: panos:FiltersAccessListRoutingProfile
properties:
description: string
location:
ngfw:
ngfwDevice: string
template:
name: string
ngfwDevice: string
panoramaDevice: string
templateStack:
name: string
ngfwDevice: string
panoramaDevice: string
name: string
type:
ipv4:
ipv4Entries:
- action: string
destinationAddress:
address: string
entry:
address: string
wildcard: string
name: string
sourceAddress:
address: string
entry:
address: string
wildcard: string
ipv6:
ipv6Entries:
- action: string
name: string
sourceAddress:
address: string
entry:
address: string
exactMatch: false
FiltersAccessListRoutingProfile 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 FiltersAccessListRoutingProfile resource accepts the following input properties:
- Location
Filters
Access List Routing Profile Location - The location of this object.
- Description string
- Describe Access-List
- Name string
- Type
Filters
Access List Routing Profile Type
- Location
Filters
Access List Routing Profile Location Args - The location of this object.
- Description string
- Describe Access-List
- Name string
- Type
Filters
Access List Routing Profile Type Args
- location
Filters
Access List Routing Profile Location - The location of this object.
- description String
- Describe Access-List
- name String
- type
Filters
Access List Routing Profile Type
- location
Filters
Access List Routing Profile Location - The location of this object.
- description string
- Describe Access-List
- name string
- type
Filters
Access List Routing Profile Type
- location
Filters
Access List Routing Profile Location Args - The location of this object.
- description str
- Describe Access-List
- name str
- type
Filters
Access List Routing Profile Type Args
- location Property Map
- The location of this object.
- description String
- Describe Access-List
- name String
- type Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the FiltersAccessListRoutingProfile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing FiltersAccessListRoutingProfile Resource
Get an existing FiltersAccessListRoutingProfile 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?: FiltersAccessListRoutingProfileState, opts?: CustomResourceOptions): FiltersAccessListRoutingProfile@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
location: Optional[FiltersAccessListRoutingProfileLocationArgs] = None,
name: Optional[str] = None,
type: Optional[FiltersAccessListRoutingProfileTypeArgs] = None) -> FiltersAccessListRoutingProfilefunc GetFiltersAccessListRoutingProfile(ctx *Context, name string, id IDInput, state *FiltersAccessListRoutingProfileState, opts ...ResourceOption) (*FiltersAccessListRoutingProfile, error)public static FiltersAccessListRoutingProfile Get(string name, Input<string> id, FiltersAccessListRoutingProfileState? state, CustomResourceOptions? opts = null)public static FiltersAccessListRoutingProfile get(String name, Output<String> id, FiltersAccessListRoutingProfileState state, CustomResourceOptions options)resources: _: type: panos:FiltersAccessListRoutingProfile get: id: ${id}- 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.
- Description string
- Describe Access-List
- Location
Filters
Access List Routing Profile Location - The location of this object.
- Name string
- Type
Filters
Access List Routing Profile Type
- Description string
- Describe Access-List
- Location
Filters
Access List Routing Profile Location Args - The location of this object.
- Name string
- Type
Filters
Access List Routing Profile Type Args
- description String
- Describe Access-List
- location
Filters
Access List Routing Profile Location - The location of this object.
- name String
- type
Filters
Access List Routing Profile Type
- description string
- Describe Access-List
- location
Filters
Access List Routing Profile Location - The location of this object.
- name string
- type
Filters
Access List Routing Profile Type
- description str
- Describe Access-List
- location
Filters
Access List Routing Profile Location Args - The location of this object.
- name str
- type
Filters
Access List Routing Profile Type Args
- description String
- Describe Access-List
- location Property Map
- The location of this object.
- name String
- type Property Map
Supporting Types
FiltersAccessListRoutingProfileLocation, FiltersAccessListRoutingProfileLocationArgs
- Ngfw
Filters
Access List Routing Profile Location Ngfw - Located in a specific NGFW device
- Template
Filters
Access List Routing Profile Location Template - Located in a specific template
- Template
Stack FiltersAccess List Routing Profile Location Template Stack - Located in a specific template stack
- Ngfw
Filters
Access List Routing Profile Location Ngfw - Located in a specific NGFW device
- Template
Filters
Access List Routing Profile Location Template - Located in a specific template
- Template
Stack FiltersAccess List Routing Profile Location Template Stack - Located in a specific template stack
- ngfw
Filters
Access List Routing Profile Location Ngfw - Located in a specific NGFW device
- template
Filters
Access List Routing Profile Location Template - Located in a specific template
- template
Stack FiltersAccess List Routing Profile Location Template Stack - Located in a specific template stack
- ngfw
Filters
Access List Routing Profile Location Ngfw - Located in a specific NGFW device
- template
Filters
Access List Routing Profile Location Template - Located in a specific template
- template
Stack FiltersAccess List Routing Profile Location Template Stack - Located in a specific template stack
- ngfw
Filters
Access List Routing Profile Location Ngfw - Located in a specific NGFW device
- template
Filters
Access List Routing Profile Location Template - Located in a specific template
- template_
stack FiltersAccess List Routing Profile Location Template Stack - Located in a specific template stack
- ngfw Property Map
- Located in a specific NGFW device
- template Property Map
- Located in a specific template
- template
Stack Property Map - Located in a specific template stack
FiltersAccessListRoutingProfileLocationNgfw, FiltersAccessListRoutingProfileLocationNgfwArgs
- Ngfw
Device string - The NGFW device
- Ngfw
Device string - The NGFW device
- ngfw
Device String - The NGFW device
- ngfw
Device string - The NGFW device
- ngfw_
device str - The NGFW device
- ngfw
Device String - The NGFW device
FiltersAccessListRoutingProfileLocationTemplate, FiltersAccessListRoutingProfileLocationTemplateArgs
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template
- ngfw_
device str - The NGFW device
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
FiltersAccessListRoutingProfileLocationTemplateStack, FiltersAccessListRoutingProfileLocationTemplateStackArgs
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template stack
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template stack
- ngfw_
device str - The NGFW device
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
FiltersAccessListRoutingProfileType, FiltersAccessListRoutingProfileTypeArgs
FiltersAccessListRoutingProfileTypeIpv4, FiltersAccessListRoutingProfileTypeIpv4Args
FiltersAccessListRoutingProfileTypeIpv4Ipv4Entry, FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryArgs
- Name string
- Action string
- Permit or Deny (default) this Access-List Entry
- Destination
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Destination Address - Source
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Source Address
- Name string
- Action string
- Permit or Deny (default) this Access-List Entry
- Destination
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Destination Address - Source
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Source Address
- name String
- action String
- Permit or Deny (default) this Access-List Entry
- destination
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Destination Address - source
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Source Address
- name string
- action string
- Permit or Deny (default) this Access-List Entry
- destination
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Destination Address - source
Address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Source Address
- name str
- action str
- Permit or Deny (default) this Access-List Entry
- destination_
address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Destination Address - source_
address FiltersAccess List Routing Profile Type Ipv4Ipv4Entry Source Address
- name String
- action String
- Permit or Deny (default) this Access-List Entry
- destination
Address Property Map - source
Address Property Map
FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddress, FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressArgs
- Address string
- Select pre-defined Destination Address
- Entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Destination Address Entry
- Address string
- Select pre-defined Destination Address
- Entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Destination Address Entry
- address String
- Select pre-defined Destination Address
- entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Destination Address Entry
- address string
- Select pre-defined Destination Address
- entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Destination Address Entry
- address str
- Select pre-defined Destination Address
- entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Destination Address Entry
- address String
- Select pre-defined Destination Address
- entry Property Map
FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressEntry, FiltersAccessListRoutingProfileTypeIpv4Ipv4EntryDestinationAddressEntryArgs
FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddress, FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressArgs
- Address string
- Select pre-defined Source Address
- Entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Source Address Entry
- Address string
- Select pre-defined Source Address
- Entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Source Address Entry
- address String
- Select pre-defined Source Address
- entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Source Address Entry
- address string
- Select pre-defined Source Address
- entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Source Address Entry
- address str
- Select pre-defined Source Address
- entry
Filters
Access List Routing Profile Type Ipv4Ipv4Entry Source Address Entry
- address String
- Select pre-defined Source Address
- entry Property Map
FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressEntry, FiltersAccessListRoutingProfileTypeIpv4Ipv4EntrySourceAddressEntryArgs
FiltersAccessListRoutingProfileTypeIpv6, FiltersAccessListRoutingProfileTypeIpv6Args
FiltersAccessListRoutingProfileTypeIpv6Ipv6Entry, FiltersAccessListRoutingProfileTypeIpv6Ipv6EntryArgs
- Name string
- Action string
- Permit or Deny (default) this Access-List Entry
- Source
Address FiltersAccess List Routing Profile Type Ipv6Ipv6Entry Source Address
- Name string
- Action string
- Permit or Deny (default) this Access-List Entry
- Source
Address FiltersAccess List Routing Profile Type Ipv6Ipv6Entry Source Address
- name String
- action String
- Permit or Deny (default) this Access-List Entry
- source
Address FiltersAccess List Routing Profile Type Ipv6Ipv6Entry Source Address
- name string
- action string
- Permit or Deny (default) this Access-List Entry
- source
Address FiltersAccess List Routing Profile Type Ipv6Ipv6Entry Source Address
- name str
- action str
- Permit or Deny (default) this Access-List Entry
- source_
address FiltersAccess List Routing Profile Type Ipv6Ipv6Entry Source Address
- name String
- action String
- Permit or Deny (default) this Access-List Entry
- source
Address Property Map
FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddress, FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressArgs
- Address string
- Select pre-defined Source Address
- Entry
Filters
Access List Routing Profile Type Ipv6Ipv6Entry Source Address Entry
- Address string
- Select pre-defined Source Address
- Entry
Filters
Access List Routing Profile Type Ipv6Ipv6Entry Source Address Entry
- address String
- Select pre-defined Source Address
- entry
Filters
Access List Routing Profile Type Ipv6Ipv6Entry Source Address Entry
- address string
- Select pre-defined Source Address
- entry
Filters
Access List Routing Profile Type Ipv6Ipv6Entry Source Address Entry
- address str
- Select pre-defined Source Address
- entry
Filters
Access List Routing Profile Type Ipv6Ipv6Entry Source Address Entry
- address String
- Select pre-defined Source Address
- entry Property Map
FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressEntry, FiltersAccessListRoutingProfileTypeIpv6Ipv6EntrySourceAddressEntryArgs
- Address string
- Configure IPv6 Access-List Address
- Exact
Match bool - Exact Match of this address
- Address string
- Configure IPv6 Access-List Address
- Exact
Match bool - Exact Match of this address
- address String
- Configure IPv6 Access-List Address
- exact
Match Boolean - Exact Match of this address
- address string
- Configure IPv6 Access-List Address
- exact
Match boolean - Exact Match of this address
- address str
- Configure IPv6 Access-List Address
- exact_
match bool - Exact Match of this address
- address String
- Configure IPv6 Access-List Address
- exact
Match Boolean - Exact Match of this address
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panosTerraform Provider.
