1. Packages
  2. Panos Provider
  3. API Docs
  4. getIkeGateway
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

panos.getIkeGateway

Explore with Pulumi AI

panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

Using getIkeGateway

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 getIkeGateway(args: GetIkeGatewayArgs, opts?: InvokeOptions): Promise<GetIkeGatewayResult>
function getIkeGatewayOutput(args: GetIkeGatewayOutputArgs, opts?: InvokeOptions): Output<GetIkeGatewayResult>
Copy
def get_ike_gateway(authentication: Optional[GetIkeGatewayAuthentication] = None,
                    comment: Optional[str] = None,
                    disabled: Optional[bool] = None,
                    ipv6: Optional[bool] = None,
                    local_address: Optional[GetIkeGatewayLocalAddress] = None,
                    local_id: Optional[GetIkeGatewayLocalId] = None,
                    location: Optional[GetIkeGatewayLocation] = None,
                    name: Optional[str] = None,
                    peer_address: Optional[GetIkeGatewayPeerAddress] = None,
                    peer_id: Optional[GetIkeGatewayPeerId] = None,
                    protocol: Optional[GetIkeGatewayProtocol] = None,
                    protocol_common: Optional[GetIkeGatewayProtocolCommon] = None,
                    opts: Optional[InvokeOptions] = None) -> GetIkeGatewayResult
def get_ike_gateway_output(authentication: Optional[pulumi.Input[GetIkeGatewayAuthenticationArgs]] = None,
                    comment: Optional[pulumi.Input[str]] = None,
                    disabled: Optional[pulumi.Input[bool]] = None,
                    ipv6: Optional[pulumi.Input[bool]] = None,
                    local_address: Optional[pulumi.Input[GetIkeGatewayLocalAddressArgs]] = None,
                    local_id: Optional[pulumi.Input[GetIkeGatewayLocalIdArgs]] = None,
                    location: Optional[pulumi.Input[GetIkeGatewayLocationArgs]] = None,
                    name: Optional[pulumi.Input[str]] = None,
                    peer_address: Optional[pulumi.Input[GetIkeGatewayPeerAddressArgs]] = None,
                    peer_id: Optional[pulumi.Input[GetIkeGatewayPeerIdArgs]] = None,
                    protocol: Optional[pulumi.Input[GetIkeGatewayProtocolArgs]] = None,
                    protocol_common: Optional[pulumi.Input[GetIkeGatewayProtocolCommonArgs]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetIkeGatewayResult]
Copy
func LookupIkeGateway(ctx *Context, args *LookupIkeGatewayArgs, opts ...InvokeOption) (*LookupIkeGatewayResult, error)
func LookupIkeGatewayOutput(ctx *Context, args *LookupIkeGatewayOutputArgs, opts ...InvokeOption) LookupIkeGatewayResultOutput
Copy

> Note: This function is named LookupIkeGateway in the Go SDK.

public static class GetIkeGateway 
{
    public static Task<GetIkeGatewayResult> InvokeAsync(GetIkeGatewayArgs args, InvokeOptions? opts = null)
    public static Output<GetIkeGatewayResult> Invoke(GetIkeGatewayInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIkeGatewayResult> getIkeGateway(GetIkeGatewayArgs args, InvokeOptions options)
public static Output<GetIkeGatewayResult> getIkeGateway(GetIkeGatewayArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: panos:index/getIkeGateway:getIkeGateway
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

location This property is required. Property Map
The location of this object.
name This property is required. String
authentication Property Map
comment String
disabled Boolean
Disable the IKE gateway
ipv6 Boolean
use IPv6 for the IKE gateway
localAddress Property Map
localId Property Map
peerAddress Property Map
peerId Property Map
protocol Property Map
protocolCommon Property Map

getIkeGateway Result

The following output properties are available:

authentication Property Map
comment String
disabled Boolean
Disable the IKE gateway
id String
The provider-assigned unique ID for this managed resource.
ipv6 Boolean
use IPv6 for the IKE gateway
localAddress Property Map
localId Property Map
location Property Map
The location of this object.
name String
peerAddress Property Map
peerId Property Map
protocol Property Map
protocolCommon Property Map

Supporting Types

GetIkeGatewayAuthentication

certificate This property is required. Property Map
preSharedKey This property is required. Property Map

GetIkeGatewayAuthenticationCertificate

AllowIdPayloadMismatch This property is required. bool
Permit peer identification and certificate payload identification mismatch
CertificateProfile This property is required. string
Profile for certificate valdiation during IKE negotiation
LocalCertificate This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificate
StrictValidationRevocation This property is required. bool
Enable strict validation of peer's extended key use
UseManagementAsSource This property is required. bool
Use management interface IP as source to retrieve http certificates
AllowIdPayloadMismatch This property is required. bool
Permit peer identification and certificate payload identification mismatch
CertificateProfile This property is required. string
Profile for certificate valdiation during IKE negotiation
LocalCertificate This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificate
StrictValidationRevocation This property is required. bool
Enable strict validation of peer's extended key use
UseManagementAsSource This property is required. bool
Use management interface IP as source to retrieve http certificates
allowIdPayloadMismatch This property is required. Boolean
Permit peer identification and certificate payload identification mismatch
certificateProfile This property is required. String
Profile for certificate valdiation during IKE negotiation
localCertificate This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificate
strictValidationRevocation This property is required. Boolean
Enable strict validation of peer's extended key use
useManagementAsSource This property is required. Boolean
Use management interface IP as source to retrieve http certificates
allowIdPayloadMismatch This property is required. boolean
Permit peer identification and certificate payload identification mismatch
certificateProfile This property is required. string
Profile for certificate valdiation during IKE negotiation
localCertificate This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificate
strictValidationRevocation This property is required. boolean
Enable strict validation of peer's extended key use
useManagementAsSource This property is required. boolean
Use management interface IP as source to retrieve http certificates
allow_id_payload_mismatch This property is required. bool
Permit peer identification and certificate payload identification mismatch
certificate_profile This property is required. str
Profile for certificate valdiation during IKE negotiation
local_certificate This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificate
strict_validation_revocation This property is required. bool
Enable strict validation of peer's extended key use
use_management_as_source This property is required. bool
Use management interface IP as source to retrieve http certificates
allowIdPayloadMismatch This property is required. Boolean
Permit peer identification and certificate payload identification mismatch
certificateProfile This property is required. String
Profile for certificate valdiation during IKE negotiation
localCertificate This property is required. Property Map
strictValidationRevocation This property is required. Boolean
Enable strict validation of peer's extended key use
useManagementAsSource This property is required. Boolean
Use management interface IP as source to retrieve http certificates

GetIkeGatewayAuthenticationCertificateLocalCertificate

HashAndUrl This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificateHashAndUrl
Name This property is required. string
Local certificate name
HashAndUrl This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificateHashAndUrl
Name This property is required. string
Local certificate name
hashAndUrl This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificateHashAndUrl
name This property is required. String
Local certificate name
hashAndUrl This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificateHashAndUrl
name This property is required. string
Local certificate name
hash_and_url This property is required. GetIkeGatewayAuthenticationCertificateLocalCertificateHashAndUrl
name This property is required. str
Local certificate name
hashAndUrl This property is required. Property Map
name This property is required. String
Local certificate name

GetIkeGatewayAuthenticationCertificateLocalCertificateHashAndUrl

BaseUrl This property is required. string
The host and directory part of URL for local certificates(http only)
Enable This property is required. bool
Use hash-and-url for local certificate
BaseUrl This property is required. string
The host and directory part of URL for local certificates(http only)
Enable This property is required. bool
Use hash-and-url for local certificate
baseUrl This property is required. String
The host and directory part of URL for local certificates(http only)
enable This property is required. Boolean
Use hash-and-url for local certificate
baseUrl This property is required. string
The host and directory part of URL for local certificates(http only)
enable This property is required. boolean
Use hash-and-url for local certificate
base_url This property is required. str
The host and directory part of URL for local certificates(http only)
enable This property is required. bool
Use hash-and-url for local certificate
baseUrl This property is required. String
The host and directory part of URL for local certificates(http only)
enable This property is required. Boolean
Use hash-and-url for local certificate

GetIkeGatewayAuthenticationPreSharedKey

Key This property is required. string
the string used as pre-shared key
Key This property is required. string
the string used as pre-shared key
key This property is required. String
the string used as pre-shared key
key This property is required. string
the string used as pre-shared key
key This property is required. str
the string used as pre-shared key
key This property is required. String
the string used as pre-shared key

GetIkeGatewayLocalAddress

FloatingIp This property is required. string
Floating IP address in HA Active-Active configuration
Interface This property is required. string
local gateway end-point
Ip This property is required. string
specify exact IP address if interface has multiple addresses
FloatingIp This property is required. string
Floating IP address in HA Active-Active configuration
Interface This property is required. string
local gateway end-point
Ip This property is required. string
specify exact IP address if interface has multiple addresses
floatingIp This property is required. String
Floating IP address in HA Active-Active configuration
interface_ This property is required. String
local gateway end-point
ip This property is required. String
specify exact IP address if interface has multiple addresses
floatingIp This property is required. string
Floating IP address in HA Active-Active configuration
interface This property is required. string
local gateway end-point
ip This property is required. string
specify exact IP address if interface has multiple addresses
floating_ip This property is required. str
Floating IP address in HA Active-Active configuration
interface This property is required. str
local gateway end-point
ip This property is required. str
specify exact IP address if interface has multiple addresses
floatingIp This property is required. String
Floating IP address in HA Active-Active configuration
interface This property is required. String
local gateway end-point
ip This property is required. String
specify exact IP address if interface has multiple addresses

GetIkeGatewayLocalId

Id This property is required. string
Local ID string
Type This property is required. string
Id This property is required. string
Local ID string
Type This property is required. string
id This property is required. String
Local ID string
type This property is required. String
id This property is required. string
Local ID string
type This property is required. string
id This property is required. str
Local ID string
type This property is required. str
id This property is required. String
Local ID string
type This property is required. String

GetIkeGatewayLocation

Ngfw GetIkeGatewayLocationNgfw
Located in a specific NGFW device
Template GetIkeGatewayLocationTemplate
Located in a specific template
TemplateStack GetIkeGatewayLocationTemplateStack
Located in a specific template stack
Ngfw GetIkeGatewayLocationNgfw
Located in a specific NGFW device
Template GetIkeGatewayLocationTemplate
Located in a specific template
TemplateStack GetIkeGatewayLocationTemplateStack
Located in a specific template stack
ngfw GetIkeGatewayLocationNgfw
Located in a specific NGFW device
template GetIkeGatewayLocationTemplate
Located in a specific template
templateStack GetIkeGatewayLocationTemplateStack
Located in a specific template stack
ngfw GetIkeGatewayLocationNgfw
Located in a specific NGFW device
template GetIkeGatewayLocationTemplate
Located in a specific template
templateStack GetIkeGatewayLocationTemplateStack
Located in a specific template stack
ngfw GetIkeGatewayLocationNgfw
Located in a specific NGFW device
template GetIkeGatewayLocationTemplate
Located in a specific template
template_stack GetIkeGatewayLocationTemplateStack
Located in a specific template stack
ngfw Property Map
Located in a specific NGFW device
template Property Map
Located in a specific template
templateStack Property Map
Located in a specific template stack

GetIkeGatewayLocationNgfw

NgfwDevice This property is required. string
The NGFW device
NgfwDevice This property is required. string
The NGFW device
ngfwDevice This property is required. String
The NGFW device
ngfwDevice This property is required. string
The NGFW device
ngfw_device This property is required. str
The NGFW device
ngfwDevice This property is required. String
The NGFW device

GetIkeGatewayLocationTemplate

Name This property is required. string
Specific Panorama template
NgfwDevice This property is required. string
The NGFW device
PanoramaDevice This property is required. string
Specific Panorama device
Name This property is required. string
Specific Panorama template
NgfwDevice This property is required. string
The NGFW device
PanoramaDevice This property is required. string
Specific Panorama device
name This property is required. String
Specific Panorama template
ngfwDevice This property is required. String
The NGFW device
panoramaDevice This property is required. String
Specific Panorama device
name This property is required. string
Specific Panorama template
ngfwDevice This property is required. string
The NGFW device
panoramaDevice This property is required. string
Specific Panorama device
name This property is required. str
Specific Panorama template
ngfw_device This property is required. str
The NGFW device
panorama_device This property is required. str
Specific Panorama device
name This property is required. String
Specific Panorama template
ngfwDevice This property is required. String
The NGFW device
panoramaDevice This property is required. String
Specific Panorama device

GetIkeGatewayLocationTemplateStack

Name This property is required. string
Specific Panorama template stack
NgfwDevice This property is required. string
The NGFW device
PanoramaDevice This property is required. string
Specific Panorama device
Name This property is required. string
Specific Panorama template stack
NgfwDevice This property is required. string
The NGFW device
PanoramaDevice This property is required. string
Specific Panorama device
name This property is required. String
Specific Panorama template stack
ngfwDevice This property is required. String
The NGFW device
panoramaDevice This property is required. String
Specific Panorama device
name This property is required. string
Specific Panorama template stack
ngfwDevice This property is required. string
The NGFW device
panoramaDevice This property is required. string
Specific Panorama device
name This property is required. str
Specific Panorama template stack
ngfw_device This property is required. str
The NGFW device
panorama_device This property is required. str
Specific Panorama device
name This property is required. String
Specific Panorama template stack
ngfwDevice This property is required. String
The NGFW device
panoramaDevice This property is required. String
Specific Panorama device

GetIkeGatewayPeerAddress

Dynamic This property is required. GetIkeGatewayPeerAddressDynamic
Fqdn This property is required. string
peer gateway FQDN name
Ip This property is required. string
peer gateway has static IP address
Dynamic This property is required. GetIkeGatewayPeerAddressDynamic
Fqdn This property is required. string
peer gateway FQDN name
Ip This property is required. string
peer gateway has static IP address
dynamic This property is required. GetIkeGatewayPeerAddressDynamic
fqdn This property is required. String
peer gateway FQDN name
ip This property is required. String
peer gateway has static IP address
dynamic This property is required. GetIkeGatewayPeerAddressDynamic
fqdn This property is required. string
peer gateway FQDN name
ip This property is required. string
peer gateway has static IP address
dynamic This property is required. GetIkeGatewayPeerAddressDynamic
fqdn This property is required. str
peer gateway FQDN name
ip This property is required. str
peer gateway has static IP address
dynamic This property is required. Property Map
fqdn This property is required. String
peer gateway FQDN name
ip This property is required. String
peer gateway has static IP address

GetIkeGatewayPeerId

Id This property is required. string
Peer ID string
Matching This property is required. string
Enable peer ID wildcard match for certificate authentication
Type This property is required. string
Id This property is required. string
Peer ID string
Matching This property is required. string
Enable peer ID wildcard match for certificate authentication
Type This property is required. string
id This property is required. String
Peer ID string
matching This property is required. String
Enable peer ID wildcard match for certificate authentication
type This property is required. String
id This property is required. string
Peer ID string
matching This property is required. string
Enable peer ID wildcard match for certificate authentication
type This property is required. string
id This property is required. str
Peer ID string
matching This property is required. str
Enable peer ID wildcard match for certificate authentication
type This property is required. str
id This property is required. String
Peer ID string
matching This property is required. String
Enable peer ID wildcard match for certificate authentication
type This property is required. String

GetIkeGatewayProtocol

Ikev1 This property is required. GetIkeGatewayProtocolIkev1
Ikev2 This property is required. GetIkeGatewayProtocolIkev2
Version This property is required. string
IKE protocol version
Ikev1 This property is required. GetIkeGatewayProtocolIkev1
Ikev2 This property is required. GetIkeGatewayProtocolIkev2
Version This property is required. string
IKE protocol version
ikev1 This property is required. GetIkeGatewayProtocolIkev1
ikev2 This property is required. GetIkeGatewayProtocolIkev2
version This property is required. String
IKE protocol version
ikev1 This property is required. GetIkeGatewayProtocolIkev1
ikev2 This property is required. GetIkeGatewayProtocolIkev2
version This property is required. string
IKE protocol version
ikev1 This property is required. GetIkeGatewayProtocolIkev1
ikev2 This property is required. GetIkeGatewayProtocolIkev2
version This property is required. str
IKE protocol version
ikev1 This property is required. Property Map
ikev2 This property is required. Property Map
version This property is required. String
IKE protocol version

GetIkeGatewayProtocolCommon

Fragmentation This property is required. GetIkeGatewayProtocolCommonFragmentation
NatTraversal This property is required. GetIkeGatewayProtocolCommonNatTraversal
PassiveMode This property is required. bool
Enable passive mode (responder only)
Fragmentation This property is required. GetIkeGatewayProtocolCommonFragmentation
NatTraversal This property is required. GetIkeGatewayProtocolCommonNatTraversal
PassiveMode This property is required. bool
Enable passive mode (responder only)
fragmentation This property is required. GetIkeGatewayProtocolCommonFragmentation
natTraversal This property is required. GetIkeGatewayProtocolCommonNatTraversal
passiveMode This property is required. Boolean
Enable passive mode (responder only)
fragmentation This property is required. GetIkeGatewayProtocolCommonFragmentation
natTraversal This property is required. GetIkeGatewayProtocolCommonNatTraversal
passiveMode This property is required. boolean
Enable passive mode (responder only)
fragmentation This property is required. GetIkeGatewayProtocolCommonFragmentation
nat_traversal This property is required. GetIkeGatewayProtocolCommonNatTraversal
passive_mode This property is required. bool
Enable passive mode (responder only)
fragmentation This property is required. Property Map
natTraversal This property is required. Property Map
passiveMode This property is required. Boolean
Enable passive mode (responder only)

GetIkeGatewayProtocolCommonFragmentation

Enable This property is required. bool
Enable IKE fragmentation
Enable This property is required. bool
Enable IKE fragmentation
enable This property is required. Boolean
Enable IKE fragmentation
enable This property is required. boolean
Enable IKE fragmentation
enable This property is required. bool
Enable IKE fragmentation
enable This property is required. Boolean
Enable IKE fragmentation

GetIkeGatewayProtocolCommonNatTraversal

Enable This property is required. bool
Enable NAT-Traversal
KeepAliveInterval This property is required. double
sending interval for NAT keep-alive packets (in seconds)
UdpChecksumEnable This property is required. bool
Enable UDP checksum
Enable This property is required. bool
Enable NAT-Traversal
KeepAliveInterval This property is required. float64
sending interval for NAT keep-alive packets (in seconds)
UdpChecksumEnable This property is required. bool
Enable UDP checksum
enable This property is required. Boolean
Enable NAT-Traversal
keepAliveInterval This property is required. Double
sending interval for NAT keep-alive packets (in seconds)
udpChecksumEnable This property is required. Boolean
Enable UDP checksum
enable This property is required. boolean
Enable NAT-Traversal
keepAliveInterval This property is required. number
sending interval for NAT keep-alive packets (in seconds)
udpChecksumEnable This property is required. boolean
Enable UDP checksum
enable This property is required. bool
Enable NAT-Traversal
keep_alive_interval This property is required. float
sending interval for NAT keep-alive packets (in seconds)
udp_checksum_enable This property is required. bool
Enable UDP checksum
enable This property is required. Boolean
Enable NAT-Traversal
keepAliveInterval This property is required. Number
sending interval for NAT keep-alive packets (in seconds)
udpChecksumEnable This property is required. Boolean
Enable UDP checksum

GetIkeGatewayProtocolIkev1

Dpd This property is required. GetIkeGatewayProtocolIkev1Dpd
ExchangeMode This property is required. string
Exchange mode
IkeCryptoProfile This property is required. string
IKE SA crypto profile name
Dpd This property is required. GetIkeGatewayProtocolIkev1Dpd
ExchangeMode This property is required. string
Exchange mode
IkeCryptoProfile This property is required. string
IKE SA crypto profile name
dpd This property is required. GetIkeGatewayProtocolIkev1Dpd
exchangeMode This property is required. String
Exchange mode
ikeCryptoProfile This property is required. String
IKE SA crypto profile name
dpd This property is required. GetIkeGatewayProtocolIkev1Dpd
exchangeMode This property is required. string
Exchange mode
ikeCryptoProfile This property is required. string
IKE SA crypto profile name
dpd This property is required. GetIkeGatewayProtocolIkev1Dpd
exchange_mode This property is required. str
Exchange mode
ike_crypto_profile This property is required. str
IKE SA crypto profile name
dpd This property is required. Property Map
exchangeMode This property is required. String
Exchange mode
ikeCryptoProfile This property is required. String
IKE SA crypto profile name

GetIkeGatewayProtocolIkev1Dpd

Enable This property is required. bool
Enable Dead-Peer-Detection
Interval This property is required. double
sending interval for probing packets (in seconds)
Retry This property is required. double
number of retries before disconnection
Enable This property is required. bool
Enable Dead-Peer-Detection
Interval This property is required. float64
sending interval for probing packets (in seconds)
Retry This property is required. float64
number of retries before disconnection
enable This property is required. Boolean
Enable Dead-Peer-Detection
interval This property is required. Double
sending interval for probing packets (in seconds)
retry This property is required. Double
number of retries before disconnection
enable This property is required. boolean
Enable Dead-Peer-Detection
interval This property is required. number
sending interval for probing packets (in seconds)
retry This property is required. number
number of retries before disconnection
enable This property is required. bool
Enable Dead-Peer-Detection
interval This property is required. float
sending interval for probing packets (in seconds)
retry This property is required. float
number of retries before disconnection
enable This property is required. Boolean
Enable Dead-Peer-Detection
interval This property is required. Number
sending interval for probing packets (in seconds)
retry This property is required. Number
number of retries before disconnection

GetIkeGatewayProtocolIkev2

Dpd This property is required. GetIkeGatewayProtocolIkev2Dpd
IkeCryptoProfile This property is required. string
IKE SA crypto profile name
RequireCookie This property is required. bool
Require cookie
Dpd This property is required. GetIkeGatewayProtocolIkev2Dpd
IkeCryptoProfile This property is required. string
IKE SA crypto profile name
RequireCookie This property is required. bool
Require cookie
dpd This property is required. GetIkeGatewayProtocolIkev2Dpd
ikeCryptoProfile This property is required. String
IKE SA crypto profile name
requireCookie This property is required. Boolean
Require cookie
dpd This property is required. GetIkeGatewayProtocolIkev2Dpd
ikeCryptoProfile This property is required. string
IKE SA crypto profile name
requireCookie This property is required. boolean
Require cookie
dpd This property is required. GetIkeGatewayProtocolIkev2Dpd
ike_crypto_profile This property is required. str
IKE SA crypto profile name
require_cookie This property is required. bool
Require cookie
dpd This property is required. Property Map
ikeCryptoProfile This property is required. String
IKE SA crypto profile name
requireCookie This property is required. Boolean
Require cookie

GetIkeGatewayProtocolIkev2Dpd

Enable This property is required. bool
Enable sending empty information liveness check message
Interval This property is required. double
delay interval before sending probing packets (in seconds)
Enable This property is required. bool
Enable sending empty information liveness check message
Interval This property is required. float64
delay interval before sending probing packets (in seconds)
enable This property is required. Boolean
Enable sending empty information liveness check message
interval This property is required. Double
delay interval before sending probing packets (in seconds)
enable This property is required. boolean
Enable sending empty information liveness check message
interval This property is required. number
delay interval before sending probing packets (in seconds)
enable This property is required. bool
Enable sending empty information liveness check message
interval This property is required. float
delay interval before sending probing packets (in seconds)
enable This property is required. Boolean
Enable sending empty information liveness check message
interval This property is required. Number
delay interval before sending probing packets (in seconds)

Package Details

Repository
panos paloaltonetworks/terraform-provider-panos
License
Notes
This Pulumi package is based on the panos Terraform Provider.
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks