Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Using getDnsProxy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDnsProxy(args: GetDnsProxyArgs, opts?: InvokeOptions): Promise<GetDnsProxyResult>
function getDnsProxyOutput(args: GetDnsProxyOutputArgs, opts?: InvokeOptions): Output<GetDnsProxyResult>def get_dns_proxy(cache: Optional[GetDnsProxyCache] = None,
default: Optional[GetDnsProxyDefault] = None,
domain_servers: Optional[Sequence[GetDnsProxyDomainServer]] = None,
enabled: Optional[bool] = None,
interfaces: Optional[Sequence[str]] = None,
location: Optional[GetDnsProxyLocation] = None,
name: Optional[str] = None,
static_entries: Optional[Sequence[GetDnsProxyStaticEntry]] = None,
tcp_queries: Optional[GetDnsProxyTcpQueries] = None,
udp_queries: Optional[GetDnsProxyUdpQueries] = None,
opts: Optional[InvokeOptions] = None) -> GetDnsProxyResult
def get_dns_proxy_output(cache: Optional[pulumi.Input[GetDnsProxyCacheArgs]] = None,
default: Optional[pulumi.Input[GetDnsProxyDefaultArgs]] = None,
domain_servers: Optional[pulumi.Input[Sequence[pulumi.Input[GetDnsProxyDomainServerArgs]]]] = None,
enabled: Optional[pulumi.Input[bool]] = None,
interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
location: Optional[pulumi.Input[GetDnsProxyLocationArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
static_entries: Optional[pulumi.Input[Sequence[pulumi.Input[GetDnsProxyStaticEntryArgs]]]] = None,
tcp_queries: Optional[pulumi.Input[GetDnsProxyTcpQueriesArgs]] = None,
udp_queries: Optional[pulumi.Input[GetDnsProxyUdpQueriesArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDnsProxyResult]func LookupDnsProxy(ctx *Context, args *LookupDnsProxyArgs, opts ...InvokeOption) (*LookupDnsProxyResult, error)
func LookupDnsProxyOutput(ctx *Context, args *LookupDnsProxyOutputArgs, opts ...InvokeOption) LookupDnsProxyResultOutput> Note: This function is named LookupDnsProxy in the Go SDK.
public static class GetDnsProxy
{
public static Task<GetDnsProxyResult> InvokeAsync(GetDnsProxyArgs args, InvokeOptions? opts = null)
public static Output<GetDnsProxyResult> Invoke(GetDnsProxyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDnsProxyResult> getDnsProxy(GetDnsProxyArgs args, InvokeOptions options)
public static Output<GetDnsProxyResult> getDnsProxy(GetDnsProxyArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getDnsProxy:getDnsProxy
arguments:
# arguments dictionaryThe following arguments are supported:
- Location
Get
Dns Proxy Location - The location of this object.
- Name string
- Cache
Get
Dns Proxy Cache - Default
Get
Dns Proxy Default - Domain
Servers List<GetDns Proxy Domain Server> - Enabled bool
- Enable or disable processing of DNS requests on interface(s) on this object
- Interfaces List<string>
- Static
Entries List<GetDns Proxy Static Entry> - Tcp
Queries GetDns Proxy Tcp Queries - Udp
Queries GetDns Proxy Udp Queries
- Location
Get
Dns Proxy Location - The location of this object.
- Name string
- Cache
Get
Dns Proxy Cache - Default
Get
Dns Proxy Default - Domain
Servers []GetDns Proxy Domain Server - Enabled bool
- Enable or disable processing of DNS requests on interface(s) on this object
- Interfaces []string
- Static
Entries []GetDns Proxy Static Entry - Tcp
Queries GetDns Proxy Tcp Queries - Udp
Queries GetDns Proxy Udp Queries
- location
Get
Dns Proxy Location - The location of this object.
- name String
- cache
Get
Dns Proxy Cache - default_
Get
Dns Proxy Default - domain
Servers List<GetDns Proxy Domain Server> - enabled Boolean
- Enable or disable processing of DNS requests on interface(s) on this object
- interfaces List<String>
- static
Entries List<GetDns Proxy Static Entry> - tcp
Queries GetDns Proxy Tcp Queries - udp
Queries GetDns Proxy Udp Queries
- location
Get
Dns Proxy Location - The location of this object.
- name string
- cache
Get
Dns Proxy Cache - default
Get
Dns Proxy Default - domain
Servers GetDns Proxy Domain Server[] - enabled boolean
- Enable or disable processing of DNS requests on interface(s) on this object
- interfaces string[]
- static
Entries GetDns Proxy Static Entry[] - tcp
Queries GetDns Proxy Tcp Queries - udp
Queries GetDns Proxy Udp Queries
- location
Get
Dns Proxy Location - The location of this object.
- name str
- cache
Get
Dns Proxy Cache - default
Get
Dns Proxy Default - domain_
servers Sequence[GetDns Proxy Domain Server] - enabled bool
- Enable or disable processing of DNS requests on interface(s) on this object
- interfaces Sequence[str]
- static_
entries Sequence[GetDns Proxy Static Entry] - tcp_
queries GetDns Proxy Tcp Queries - udp_
queries GetDns Proxy Udp Queries
- location Property Map
- The location of this object.
- name String
- cache Property Map
- default Property Map
- domain
Servers List<Property Map> - enabled Boolean
- Enable or disable processing of DNS requests on interface(s) on this object
- interfaces List<String>
- static
Entries List<Property Map> - tcp
Queries Property Map - udp
Queries Property Map
getDnsProxy Result
The following output properties are available:
- Cache
Get
Dns Proxy Cache - Default
Get
Dns Proxy Default - Domain
Servers List<GetDns Proxy Domain Server> - Enabled bool
- Enable or disable processing of DNS requests on interface(s) on this object
- Id string
- The provider-assigned unique ID for this managed resource.
- Interfaces List<string>
- Location
Get
Dns Proxy Location - The location of this object.
- Name string
- Static
Entries List<GetDns Proxy Static Entry> - Tcp
Queries GetDns Proxy Tcp Queries - Udp
Queries GetDns Proxy Udp Queries
- Cache
Get
Dns Proxy Cache - Default
Get
Dns Proxy Default - Domain
Servers []GetDns Proxy Domain Server - Enabled bool
- Enable or disable processing of DNS requests on interface(s) on this object
- Id string
- The provider-assigned unique ID for this managed resource.
- Interfaces []string
- Location
Get
Dns Proxy Location - The location of this object.
- Name string
- Static
Entries []GetDns Proxy Static Entry - Tcp
Queries GetDns Proxy Tcp Queries - Udp
Queries GetDns Proxy Udp Queries
- cache
Get
Dns Proxy Cache - default_
Get
Dns Proxy Default - domain
Servers List<GetDns Proxy Domain Server> - enabled Boolean
- Enable or disable processing of DNS requests on interface(s) on this object
- id String
- The provider-assigned unique ID for this managed resource.
- interfaces List<String>
- location
Get
Dns Proxy Location - The location of this object.
- name String
- static
Entries List<GetDns Proxy Static Entry> - tcp
Queries GetDns Proxy Tcp Queries - udp
Queries GetDns Proxy Udp Queries
- cache
Get
Dns Proxy Cache - default
Get
Dns Proxy Default - domain
Servers GetDns Proxy Domain Server[] - enabled boolean
- Enable or disable processing of DNS requests on interface(s) on this object
- id string
- The provider-assigned unique ID for this managed resource.
- interfaces string[]
- location
Get
Dns Proxy Location - The location of this object.
- name string
- static
Entries GetDns Proxy Static Entry[] - tcp
Queries GetDns Proxy Tcp Queries - udp
Queries GetDns Proxy Udp Queries
- cache
Get
Dns Proxy Cache - default
Get
Dns Proxy Default - domain_
servers Sequence[GetDns Proxy Domain Server] - enabled bool
- Enable or disable processing of DNS requests on interface(s) on this object
- id str
- The provider-assigned unique ID for this managed resource.
- interfaces Sequence[str]
- location
Get
Dns Proxy Location - The location of this object.
- name str
- static_
entries Sequence[GetDns Proxy Static Entry] - tcp_
queries GetDns Proxy Tcp Queries - udp_
queries GetDns Proxy Udp Queries
- cache Property Map
- default Property Map
- domain
Servers List<Property Map> - enabled Boolean
- Enable or disable processing of DNS requests on interface(s) on this object
- id String
- The provider-assigned unique ID for this managed resource.
- interfaces List<String>
- location Property Map
- The location of this object.
- name String
- static
Entries List<Property Map> - tcp
Queries Property Map - udp
Queries Property Map
Supporting Types
GetDnsProxyCache
- Cache
Edns bool - Cache EDNS UDP response
- Enabled bool
- Turn on caching for this DNS object
- Max
Ttl GetDns Proxy Cache Max Ttl
- Cache
Edns bool - Cache EDNS UDP response
- Enabled bool
- Turn on caching for this DNS object
- Max
Ttl GetDns Proxy Cache Max Ttl
- cache
Edns Boolean - Cache EDNS UDP response
- enabled Boolean
- Turn on caching for this DNS object
- max
Ttl GetDns Proxy Cache Max Ttl
- cache
Edns boolean - Cache EDNS UDP response
- enabled boolean
- Turn on caching for this DNS object
- max
Ttl GetDns Proxy Cache Max Ttl
- cache_
edns bool - Cache EDNS UDP response
- enabled bool
- Turn on caching for this DNS object
- max_
ttl GetDns Proxy Cache Max Ttl
- cache
Edns Boolean - Cache EDNS UDP response
- enabled Boolean
- Turn on caching for this DNS object
- max
Ttl Property Map
GetDnsProxyCacheMaxTtl
- Enabled bool
- Enable max ttl for this DNS object
- Time
To doubleLive - Time in seconds after which entry is cleared
- Enabled bool
- Enable max ttl for this DNS object
- Time
To float64Live - Time in seconds after which entry is cleared
- enabled Boolean
- Enable max ttl for this DNS object
- time
To DoubleLive - Time in seconds after which entry is cleared
- enabled boolean
- Enable max ttl for this DNS object
- time
To numberLive - Time in seconds after which entry is cleared
- enabled bool
- Enable max ttl for this DNS object
- time_
to_ floatlive - Time in seconds after which entry is cleared
- enabled Boolean
- Enable max ttl for this DNS object
- time
To NumberLive - Time in seconds after which entry is cleared
GetDnsProxyDefault
- Inheritance
Get
Dns Proxy Default Inheritance - Primary string
- Primary DNS Name server IP address
- Secondary string
- Secondary DNS Name server IP address
- Inheritance
Get
Dns Proxy Default Inheritance - Primary string
- Primary DNS Name server IP address
- Secondary string
- Secondary DNS Name server IP address
- inheritance
Get
Dns Proxy Default Inheritance - primary String
- Primary DNS Name server IP address
- secondary String
- Secondary DNS Name server IP address
- inheritance
Get
Dns Proxy Default Inheritance - primary string
- Primary DNS Name server IP address
- secondary string
- Secondary DNS Name server IP address
- inheritance
Get
Dns Proxy Default Inheritance - primary str
- Primary DNS Name server IP address
- secondary str
- Secondary DNS Name server IP address
- inheritance Property Map
- primary String
- Primary DNS Name server IP address
- secondary String
- Secondary DNS Name server IP address
GetDnsProxyDefaultInheritance
- Source string
- Dynamic interface
- Source string
- Dynamic interface
- source String
- Dynamic interface
- source string
- Dynamic interface
- source str
- Dynamic interface
- source String
- Dynamic interface
GetDnsProxyDomainServer
- Cacheable bool
- Turn on caching of domains resolved by this mapping
- Domain
Names List<string> - Name string
- Primary string
- Primary DNS Name server IP address
- Secondary string
- Secondary DNS Name server IP address
- Cacheable bool
- Turn on caching of domains resolved by this mapping
- Domain
Names []string - Name string
- Primary string
- Primary DNS Name server IP address
- Secondary string
- Secondary DNS Name server IP address
- cacheable Boolean
- Turn on caching of domains resolved by this mapping
- domain
Names List<String> - name String
- primary String
- Primary DNS Name server IP address
- secondary String
- Secondary DNS Name server IP address
- cacheable boolean
- Turn on caching of domains resolved by this mapping
- domain
Names string[] - name string
- primary string
- Primary DNS Name server IP address
- secondary string
- Secondary DNS Name server IP address
- cacheable bool
- Turn on caching of domains resolved by this mapping
- domain_
names Sequence[str] - name str
- primary str
- Primary DNS Name server IP address
- secondary str
- Secondary DNS Name server IP address
- cacheable Boolean
- Turn on caching of domains resolved by this mapping
- domain
Names List<String> - name String
- primary String
- Primary DNS Name server IP address
- secondary String
- Secondary DNS Name server IP address
GetDnsProxyLocation
- Template
Get
Dns Proxy Location Template - Located in a specific template
- Template
Stack GetDns Proxy Location Template Stack - Located in a specific template stack
- Template
Get
Dns Proxy Location Template - Located in a specific template
- Template
Stack GetDns Proxy Location Template Stack - Located in a specific template stack
- template
Get
Dns Proxy Location Template - Located in a specific template
- template
Stack GetDns Proxy Location Template Stack - Located in a specific template stack
- template
Get
Dns Proxy Location Template - Located in a specific template
- template
Stack GetDns Proxy Location Template Stack - Located in a specific template stack
- template
Get
Dns Proxy Location Template - Located in a specific template
- template_
stack GetDns Proxy Location Template Stack - Located in a specific template stack
- template Property Map
- Located in a specific template
- template
Stack Property Map - Located in a specific template stack
GetDnsProxyLocationTemplate
- 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
GetDnsProxyLocationTemplateStack
- 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
GetDnsProxyStaticEntry
GetDnsProxyTcpQueries
- Enabled bool
- Turn on forwarding of TCP DNS queries
- Max
Pending doubleRequests - Upper limit on number of concurrent TCP DNS requests
- Enabled bool
- Turn on forwarding of TCP DNS queries
- Max
Pending float64Requests - Upper limit on number of concurrent TCP DNS requests
- enabled Boolean
- Turn on forwarding of TCP DNS queries
- max
Pending DoubleRequests - Upper limit on number of concurrent TCP DNS requests
- enabled boolean
- Turn on forwarding of TCP DNS queries
- max
Pending numberRequests - Upper limit on number of concurrent TCP DNS requests
- enabled bool
- Turn on forwarding of TCP DNS queries
- max_
pending_ floatrequests - Upper limit on number of concurrent TCP DNS requests
- enabled Boolean
- Turn on forwarding of TCP DNS queries
- max
Pending NumberRequests - Upper limit on number of concurrent TCP DNS requests
GetDnsProxyUdpQueries
GetDnsProxyUdpQueriesRetries
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panosTerraform Provider.
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
