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

panos.getIpsecTunnel

Explore with Pulumi AI

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

    Using getIpsecTunnel

    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 getIpsecTunnel(args: GetIpsecTunnelArgs, opts?: InvokeOptions): Promise<GetIpsecTunnelResult>
    function getIpsecTunnelOutput(args: GetIpsecTunnelOutputArgs, opts?: InvokeOptions): Output<GetIpsecTunnelResult>
    def get_ipsec_tunnel(anti_replay: Optional[bool] = None,
                         anti_replay_window: Optional[str] = None,
                         auto_key: Optional[GetIpsecTunnelAutoKey] = None,
                         comment: Optional[str] = None,
                         copy_flow_label: Optional[bool] = None,
                         copy_tos: Optional[bool] = None,
                         disabled: Optional[bool] = None,
                         enable_gre_encapsulation: Optional[bool] = None,
                         global_protect_satellite: Optional[GetIpsecTunnelGlobalProtectSatellite] = None,
                         ipsec_mode: Optional[str] = None,
                         ipv6: Optional[bool] = None,
                         location: Optional[GetIpsecTunnelLocation] = None,
                         manual_key: Optional[GetIpsecTunnelManualKey] = None,
                         name: Optional[str] = None,
                         tunnel_interface: Optional[str] = None,
                         tunnel_monitor: Optional[GetIpsecTunnelTunnelMonitor] = None,
                         opts: Optional[InvokeOptions] = None) -> GetIpsecTunnelResult
    def get_ipsec_tunnel_output(anti_replay: Optional[pulumi.Input[bool]] = None,
                         anti_replay_window: Optional[pulumi.Input[str]] = None,
                         auto_key: Optional[pulumi.Input[GetIpsecTunnelAutoKeyArgs]] = None,
                         comment: Optional[pulumi.Input[str]] = None,
                         copy_flow_label: Optional[pulumi.Input[bool]] = None,
                         copy_tos: Optional[pulumi.Input[bool]] = None,
                         disabled: Optional[pulumi.Input[bool]] = None,
                         enable_gre_encapsulation: Optional[pulumi.Input[bool]] = None,
                         global_protect_satellite: Optional[pulumi.Input[GetIpsecTunnelGlobalProtectSatelliteArgs]] = None,
                         ipsec_mode: Optional[pulumi.Input[str]] = None,
                         ipv6: Optional[pulumi.Input[bool]] = None,
                         location: Optional[pulumi.Input[GetIpsecTunnelLocationArgs]] = None,
                         manual_key: Optional[pulumi.Input[GetIpsecTunnelManualKeyArgs]] = None,
                         name: Optional[pulumi.Input[str]] = None,
                         tunnel_interface: Optional[pulumi.Input[str]] = None,
                         tunnel_monitor: Optional[pulumi.Input[GetIpsecTunnelTunnelMonitorArgs]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetIpsecTunnelResult]
    func LookupIpsecTunnel(ctx *Context, args *LookupIpsecTunnelArgs, opts ...InvokeOption) (*LookupIpsecTunnelResult, error)
    func LookupIpsecTunnelOutput(ctx *Context, args *LookupIpsecTunnelOutputArgs, opts ...InvokeOption) LookupIpsecTunnelResultOutput

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

    public static class GetIpsecTunnel 
    {
        public static Task<GetIpsecTunnelResult> InvokeAsync(GetIpsecTunnelArgs args, InvokeOptions? opts = null)
        public static Output<GetIpsecTunnelResult> Invoke(GetIpsecTunnelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpsecTunnelResult> getIpsecTunnel(GetIpsecTunnelArgs args, InvokeOptions options)
    public static Output<GetIpsecTunnelResult> getIpsecTunnel(GetIpsecTunnelArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getIpsecTunnel:getIpsecTunnel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetIpsecTunnelLocation
    The location of this object.
    Name string
    AntiReplay bool
    Enable Anti-Replay check on this tunnel
    AntiReplayWindow string
    64,128,256,512,1024,2048,4096
    AutoKey GetIpsecTunnelAutoKey
    Comment string
    CopyFlowLabel bool
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    CopyTos bool
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    Disabled bool
    Disable the IPSec tunnel
    EnableGreEncapsulation bool
    allow GRE over IPSec
    GlobalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    IpsecMode string
    Ipv6 bool
    use IPv6 for the IPSec tunnel
    ManualKey GetIpsecTunnelManualKey
    TunnelInterface string
    to apply IPSec VPN tunnels to tunnel interface
    TunnelMonitor GetIpsecTunnelTunnelMonitor
    Location GetIpsecTunnelLocation
    The location of this object.
    Name string
    AntiReplay bool
    Enable Anti-Replay check on this tunnel
    AntiReplayWindow string
    64,128,256,512,1024,2048,4096
    AutoKey GetIpsecTunnelAutoKey
    Comment string
    CopyFlowLabel bool
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    CopyTos bool
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    Disabled bool
    Disable the IPSec tunnel
    EnableGreEncapsulation bool
    allow GRE over IPSec
    GlobalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    IpsecMode string
    Ipv6 bool
    use IPv6 for the IPSec tunnel
    ManualKey GetIpsecTunnelManualKey
    TunnelInterface string
    to apply IPSec VPN tunnels to tunnel interface
    TunnelMonitor GetIpsecTunnelTunnelMonitor
    location GetIpsecTunnelLocation
    The location of this object.
    name String
    antiReplay Boolean
    Enable Anti-Replay check on this tunnel
    antiReplayWindow String
    64,128,256,512,1024,2048,4096
    autoKey GetIpsecTunnelAutoKey
    comment String
    copyFlowLabel Boolean
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copyTos Boolean
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled Boolean
    Disable the IPSec tunnel
    enableGreEncapsulation Boolean
    allow GRE over IPSec
    globalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    ipsecMode String
    ipv6 Boolean
    use IPv6 for the IPSec tunnel
    manualKey GetIpsecTunnelManualKey
    tunnelInterface String
    to apply IPSec VPN tunnels to tunnel interface
    tunnelMonitor GetIpsecTunnelTunnelMonitor
    location GetIpsecTunnelLocation
    The location of this object.
    name string
    antiReplay boolean
    Enable Anti-Replay check on this tunnel
    antiReplayWindow string
    64,128,256,512,1024,2048,4096
    autoKey GetIpsecTunnelAutoKey
    comment string
    copyFlowLabel boolean
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copyTos boolean
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled boolean
    Disable the IPSec tunnel
    enableGreEncapsulation boolean
    allow GRE over IPSec
    globalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    ipsecMode string
    ipv6 boolean
    use IPv6 for the IPSec tunnel
    manualKey GetIpsecTunnelManualKey
    tunnelInterface string
    to apply IPSec VPN tunnels to tunnel interface
    tunnelMonitor GetIpsecTunnelTunnelMonitor
    location GetIpsecTunnelLocation
    The location of this object.
    name str
    anti_replay bool
    Enable Anti-Replay check on this tunnel
    anti_replay_window str
    64,128,256,512,1024,2048,4096
    auto_key GetIpsecTunnelAutoKey
    comment str
    copy_flow_label bool
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copy_tos bool
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled bool
    Disable the IPSec tunnel
    enable_gre_encapsulation bool
    allow GRE over IPSec
    global_protect_satellite GetIpsecTunnelGlobalProtectSatellite
    ipsec_mode str
    ipv6 bool
    use IPv6 for the IPSec tunnel
    manual_key GetIpsecTunnelManualKey
    tunnel_interface str
    to apply IPSec VPN tunnels to tunnel interface
    tunnel_monitor GetIpsecTunnelTunnelMonitor
    location Property Map
    The location of this object.
    name String
    antiReplay Boolean
    Enable Anti-Replay check on this tunnel
    antiReplayWindow String
    64,128,256,512,1024,2048,4096
    autoKey Property Map
    comment String
    copyFlowLabel Boolean
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copyTos Boolean
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled Boolean
    Disable the IPSec tunnel
    enableGreEncapsulation Boolean
    allow GRE over IPSec
    globalProtectSatellite Property Map
    ipsecMode String
    ipv6 Boolean
    use IPv6 for the IPSec tunnel
    manualKey Property Map
    tunnelInterface String
    to apply IPSec VPN tunnels to tunnel interface
    tunnelMonitor Property Map

    getIpsecTunnel Result

    The following output properties are available:

    AntiReplay bool
    Enable Anti-Replay check on this tunnel
    AntiReplayWindow string
    64,128,256,512,1024,2048,4096
    AutoKey GetIpsecTunnelAutoKey
    Comment string
    CopyFlowLabel bool
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    CopyTos bool
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    Disabled bool
    Disable the IPSec tunnel
    EnableGreEncapsulation bool
    allow GRE over IPSec
    GlobalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    Id string
    The provider-assigned unique ID for this managed resource.
    IpsecMode string
    Ipv6 bool
    use IPv6 for the IPSec tunnel
    Location GetIpsecTunnelLocation
    The location of this object.
    ManualKey GetIpsecTunnelManualKey
    Name string
    TunnelInterface string
    to apply IPSec VPN tunnels to tunnel interface
    TunnelMonitor GetIpsecTunnelTunnelMonitor
    AntiReplay bool
    Enable Anti-Replay check on this tunnel
    AntiReplayWindow string
    64,128,256,512,1024,2048,4096
    AutoKey GetIpsecTunnelAutoKey
    Comment string
    CopyFlowLabel bool
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    CopyTos bool
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    Disabled bool
    Disable the IPSec tunnel
    EnableGreEncapsulation bool
    allow GRE over IPSec
    GlobalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    Id string
    The provider-assigned unique ID for this managed resource.
    IpsecMode string
    Ipv6 bool
    use IPv6 for the IPSec tunnel
    Location GetIpsecTunnelLocation
    The location of this object.
    ManualKey GetIpsecTunnelManualKey
    Name string
    TunnelInterface string
    to apply IPSec VPN tunnels to tunnel interface
    TunnelMonitor GetIpsecTunnelTunnelMonitor
    antiReplay Boolean
    Enable Anti-Replay check on this tunnel
    antiReplayWindow String
    64,128,256,512,1024,2048,4096
    autoKey GetIpsecTunnelAutoKey
    comment String
    copyFlowLabel Boolean
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copyTos Boolean
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled Boolean
    Disable the IPSec tunnel
    enableGreEncapsulation Boolean
    allow GRE over IPSec
    globalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    id String
    The provider-assigned unique ID for this managed resource.
    ipsecMode String
    ipv6 Boolean
    use IPv6 for the IPSec tunnel
    location GetIpsecTunnelLocation
    The location of this object.
    manualKey GetIpsecTunnelManualKey
    name String
    tunnelInterface String
    to apply IPSec VPN tunnels to tunnel interface
    tunnelMonitor GetIpsecTunnelTunnelMonitor
    antiReplay boolean
    Enable Anti-Replay check on this tunnel
    antiReplayWindow string
    64,128,256,512,1024,2048,4096
    autoKey GetIpsecTunnelAutoKey
    comment string
    copyFlowLabel boolean
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copyTos boolean
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled boolean
    Disable the IPSec tunnel
    enableGreEncapsulation boolean
    allow GRE over IPSec
    globalProtectSatellite GetIpsecTunnelGlobalProtectSatellite
    id string
    The provider-assigned unique ID for this managed resource.
    ipsecMode string
    ipv6 boolean
    use IPv6 for the IPSec tunnel
    location GetIpsecTunnelLocation
    The location of this object.
    manualKey GetIpsecTunnelManualKey
    name string
    tunnelInterface string
    to apply IPSec VPN tunnels to tunnel interface
    tunnelMonitor GetIpsecTunnelTunnelMonitor
    anti_replay bool
    Enable Anti-Replay check on this tunnel
    anti_replay_window str
    64,128,256,512,1024,2048,4096
    auto_key GetIpsecTunnelAutoKey
    comment str
    copy_flow_label bool
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copy_tos bool
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled bool
    Disable the IPSec tunnel
    enable_gre_encapsulation bool
    allow GRE over IPSec
    global_protect_satellite GetIpsecTunnelGlobalProtectSatellite
    id str
    The provider-assigned unique ID for this managed resource.
    ipsec_mode str
    ipv6 bool
    use IPv6 for the IPSec tunnel
    location GetIpsecTunnelLocation
    The location of this object.
    manual_key GetIpsecTunnelManualKey
    name str
    tunnel_interface str
    to apply IPSec VPN tunnels to tunnel interface
    tunnel_monitor GetIpsecTunnelTunnelMonitor
    antiReplay Boolean
    Enable Anti-Replay check on this tunnel
    antiReplayWindow String
    64,128,256,512,1024,2048,4096
    autoKey Property Map
    comment String
    copyFlowLabel Boolean
    Copy IPv6 flow label for 6in6 tunnel from inner packet to IPSec packet (not recommended)
    copyTos Boolean
    Copy IP TOS bits from inner packet to IPSec packet (not recommended)
    disabled Boolean
    Disable the IPSec tunnel
    enableGreEncapsulation Boolean
    allow GRE over IPSec
    globalProtectSatellite Property Map
    id String
    The provider-assigned unique ID for this managed resource.
    ipsecMode String
    ipv6 Boolean
    use IPv6 for the IPSec tunnel
    location Property Map
    The location of this object.
    manualKey Property Map
    name String
    tunnelInterface String
    to apply IPSec VPN tunnels to tunnel interface
    tunnelMonitor Property Map

    Supporting Types

    GetIpsecTunnelAutoKey

    GetIpsecTunnelAutoKeyIkeGateway

    Name string
    Name string
    name String
    name string
    name str
    name String

    GetIpsecTunnelAutoKeyProxyId

    Local string
    IP subnet or IP address represents local network
    Name string
    Protocol GetIpsecTunnelAutoKeyProxyIdProtocol
    Remote string
    IP subnet or IP address represents remote network
    Local string
    IP subnet or IP address represents local network
    Name string
    Protocol GetIpsecTunnelAutoKeyProxyIdProtocol
    Remote string
    IP subnet or IP address represents remote network
    local String
    IP subnet or IP address represents local network
    name String
    protocol GetIpsecTunnelAutoKeyProxyIdProtocol
    remote String
    IP subnet or IP address represents remote network
    local string
    IP subnet or IP address represents local network
    name string
    protocol GetIpsecTunnelAutoKeyProxyIdProtocol
    remote string
    IP subnet or IP address represents remote network
    local str
    IP subnet or IP address represents local network
    name str
    protocol GetIpsecTunnelAutoKeyProxyIdProtocol
    remote str
    IP subnet or IP address represents remote network
    local String
    IP subnet or IP address represents local network
    name String
    protocol Property Map
    remote String
    IP subnet or IP address represents remote network

    GetIpsecTunnelAutoKeyProxyIdProtocol

    GetIpsecTunnelAutoKeyProxyIdProtocolTcp

    LocalPort double
    RemotePort double
    LocalPort float64
    RemotePort float64
    localPort Double
    remotePort Double
    localPort number
    remotePort number
    localPort Number
    remotePort Number

    GetIpsecTunnelAutoKeyProxyIdProtocolUdp

    LocalPort double
    RemotePort double
    LocalPort float64
    RemotePort float64
    localPort Double
    remotePort Double
    localPort number
    remotePort number
    localPort Number
    remotePort Number

    GetIpsecTunnelAutoKeyProxyIdV6

    Local string
    IP subnet or IP address represents local network
    Name string
    Protocol GetIpsecTunnelAutoKeyProxyIdV6Protocol
    Remote string
    IP subnet or IP address represents remote network
    Local string
    IP subnet or IP address represents local network
    Name string
    Protocol GetIpsecTunnelAutoKeyProxyIdV6Protocol
    Remote string
    IP subnet or IP address represents remote network
    local String
    IP subnet or IP address represents local network
    name String
    protocol GetIpsecTunnelAutoKeyProxyIdV6Protocol
    remote String
    IP subnet or IP address represents remote network
    local string
    IP subnet or IP address represents local network
    name string
    protocol GetIpsecTunnelAutoKeyProxyIdV6Protocol
    remote string
    IP subnet or IP address represents remote network
    local str
    IP subnet or IP address represents local network
    name str
    protocol GetIpsecTunnelAutoKeyProxyIdV6Protocol
    remote str
    IP subnet or IP address represents remote network
    local String
    IP subnet or IP address represents local network
    name String
    protocol Property Map
    remote String
    IP subnet or IP address represents remote network

    GetIpsecTunnelAutoKeyProxyIdV6Protocol

    GetIpsecTunnelAutoKeyProxyIdV6ProtocolTcp

    LocalPort double
    RemotePort double
    LocalPort float64
    RemotePort float64
    localPort Double
    remotePort Double
    localPort number
    remotePort number
    localPort Number
    remotePort Number

    GetIpsecTunnelAutoKeyProxyIdV6ProtocolUdp

    LocalPort double
    RemotePort double
    LocalPort float64
    RemotePort float64
    localPort Double
    remotePort Double
    localPort number
    remotePort number
    localPort Number
    remotePort Number

    GetIpsecTunnelGlobalProtectSatellite

    externalCa Property Map
    ipv6Preferred Boolean
    Prefer to register to portal in ipv6. Only applicable to fqdn portal-address
    localAddress Property Map
    portalAddress String
    GlobalProtect portal address
    publishConnectedRoutes Property Map
    publishRoutes List<String>

    GetIpsecTunnelGlobalProtectSatelliteExternalCa

    CertificateProfile string
    Profile for authenticating GlobalProtect gateway certificates
    LocalCertificate string
    GlobalProtect satellite certificate file name
    CertificateProfile string
    Profile for authenticating GlobalProtect gateway certificates
    LocalCertificate string
    GlobalProtect satellite certificate file name
    certificateProfile String
    Profile for authenticating GlobalProtect gateway certificates
    localCertificate String
    GlobalProtect satellite certificate file name
    certificateProfile string
    Profile for authenticating GlobalProtect gateway certificates
    localCertificate string
    GlobalProtect satellite certificate file name
    certificate_profile str
    Profile for authenticating GlobalProtect gateway certificates
    local_certificate str
    GlobalProtect satellite certificate file name
    certificateProfile String
    Profile for authenticating GlobalProtect gateway certificates
    localCertificate String
    GlobalProtect satellite certificate file name

    GetIpsecTunnelGlobalProtectSatelliteLocalAddress

    floatingIp Property Map
    interface String
    Interface to communicate with Portal
    ip Property Map

    GetIpsecTunnelGlobalProtectSatelliteLocalAddressFloatingIp

    Ipv4 string
    Floating IP address in HA Active-Active configuration
    Ipv6 string
    Floating IPv6 address in HA Active-Active configuration
    Ipv4 string
    Floating IP address in HA Active-Active configuration
    Ipv6 string
    Floating IPv6 address in HA Active-Active configuration
    ipv4 String
    Floating IP address in HA Active-Active configuration
    ipv6 String
    Floating IPv6 address in HA Active-Active configuration
    ipv4 string
    Floating IP address in HA Active-Active configuration
    ipv6 string
    Floating IPv6 address in HA Active-Active configuration
    ipv4 str
    Floating IP address in HA Active-Active configuration
    ipv6 str
    Floating IPv6 address in HA Active-Active configuration
    ipv4 String
    Floating IP address in HA Active-Active configuration
    ipv6 String
    Floating IPv6 address in HA Active-Active configuration

    GetIpsecTunnelGlobalProtectSatelliteLocalAddressIp

    Ipv4 string
    specify exact IP address if interface has multiple addresses
    Ipv6 string
    specify exact local IPv6 address if interface has multiple addresses
    Ipv4 string
    specify exact IP address if interface has multiple addresses
    Ipv6 string
    specify exact local IPv6 address if interface has multiple addresses
    ipv4 String
    specify exact IP address if interface has multiple addresses
    ipv6 String
    specify exact local IPv6 address if interface has multiple addresses
    ipv4 string
    specify exact IP address if interface has multiple addresses
    ipv6 string
    specify exact local IPv6 address if interface has multiple addresses
    ipv4 str
    specify exact IP address if interface has multiple addresses
    ipv6 str
    specify exact local IPv6 address if interface has multiple addresses
    ipv4 String
    specify exact IP address if interface has multiple addresses
    ipv6 String
    specify exact local IPv6 address if interface has multiple addresses

    GetIpsecTunnelGlobalProtectSatellitePublishConnectedRoutes

    Enable bool
    Enable publishing of connected and static routes
    Enable bool
    Enable publishing of connected and static routes
    enable Boolean
    Enable publishing of connected and static routes
    enable boolean
    Enable publishing of connected and static routes
    enable bool
    Enable publishing of connected and static routes
    enable Boolean
    Enable publishing of connected and static routes

    GetIpsecTunnelLocation

    Template GetIpsecTunnelLocationTemplate
    Located in a specific template
    TemplateStack GetIpsecTunnelLocationTemplateStack
    Located in a specific template stack
    Template GetIpsecTunnelLocationTemplate
    Located in a specific template
    TemplateStack GetIpsecTunnelLocationTemplateStack
    Located in a specific template stack
    template GetIpsecTunnelLocationTemplate
    Located in a specific template
    templateStack GetIpsecTunnelLocationTemplateStack
    Located in a specific template stack
    template GetIpsecTunnelLocationTemplate
    Located in a specific template
    templateStack GetIpsecTunnelLocationTemplateStack
    Located in a specific template stack
    template GetIpsecTunnelLocationTemplate
    Located in a specific template
    template_stack GetIpsecTunnelLocationTemplateStack
    Located in a specific template stack
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetIpsecTunnelLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice 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
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetIpsecTunnelLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice 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
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetIpsecTunnelManualKey

    Ah GetIpsecTunnelManualKeyAh
    Esp GetIpsecTunnelManualKeyEsp
    LocalAddress GetIpsecTunnelManualKeyLocalAddress
    LocalSpi string
    Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
    PeerAddress GetIpsecTunnelManualKeyPeerAddress
    RemoteSpi string
    Inbound SPI, hex format xxxxxxxx.
    Ah GetIpsecTunnelManualKeyAh
    Esp GetIpsecTunnelManualKeyEsp
    LocalAddress GetIpsecTunnelManualKeyLocalAddress
    LocalSpi string
    Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
    PeerAddress GetIpsecTunnelManualKeyPeerAddress
    RemoteSpi string
    Inbound SPI, hex format xxxxxxxx.
    ah GetIpsecTunnelManualKeyAh
    esp GetIpsecTunnelManualKeyEsp
    localAddress GetIpsecTunnelManualKeyLocalAddress
    localSpi String
    Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
    peerAddress GetIpsecTunnelManualKeyPeerAddress
    remoteSpi String
    Inbound SPI, hex format xxxxxxxx.
    ah GetIpsecTunnelManualKeyAh
    esp GetIpsecTunnelManualKeyEsp
    localAddress GetIpsecTunnelManualKeyLocalAddress
    localSpi string
    Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
    peerAddress GetIpsecTunnelManualKeyPeerAddress
    remoteSpi string
    Inbound SPI, hex format xxxxxxxx.
    ah Property Map
    esp Property Map
    localAddress Property Map
    localSpi String
    Outbound SPI, hex format xxxxxxxx. range 00001000 to 1FFFFFFF
    peerAddress Property Map
    remoteSpi String
    Inbound SPI, hex format xxxxxxxx.

    GetIpsecTunnelManualKeyAh

    GetIpsecTunnelManualKeyAhMd5

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections

    GetIpsecTunnelManualKeyAhSha1

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections

    GetIpsecTunnelManualKeyAhSha256

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections

    GetIpsecTunnelManualKeyAhSha384

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections

    GetIpsecTunnelManualKeyAhSha512

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections

    GetIpsecTunnelManualKeyEsp

    GetIpsecTunnelManualKeyEspAuthentication

    GetIpsecTunnelManualKeyEspAuthenticationMd5

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections

    GetIpsecTunnelManualKeyEspAuthenticationSha1

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections

    GetIpsecTunnelManualKeyEspAuthenticationSha256

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections

    GetIpsecTunnelManualKeyEspAuthenticationSha384

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections

    GetIpsecTunnelManualKeyEspAuthenticationSha512

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections

    GetIpsecTunnelManualKeyEspEncryption

    Algorithm string
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: des: 2, 3des: 6, aes-128-cbc: 4, aes-192-cbc: 6, aes-256-cbc: 8
    Algorithm string
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: des: 2, 3des: 6, aes-128-cbc: 4, aes-192-cbc: 6, aes-256-cbc: 8
    algorithm String
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: des: 2, 3des: 6, aes-128-cbc: 4, aes-192-cbc: 6, aes-256-cbc: 8
    algorithm string
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: des: 2, 3des: 6, aes-128-cbc: 4, aes-192-cbc: 6, aes-256-cbc: 8
    algorithm str
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: des: 2, 3des: 6, aes-128-cbc: 4, aes-192-cbc: 6, aes-256-cbc: 8
    algorithm String
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: des: 2, 3des: 6, aes-128-cbc: 4, aes-192-cbc: 6, aes-256-cbc: 8

    GetIpsecTunnelManualKeyLocalAddress

    FloatingIp string
    Floating IP address in HA Active-Active configuration
    Interface string
    Interface to termate tunnel
    Ip string
    specify exact IP address if interface has multiple addresses
    FloatingIp string
    Floating IP address in HA Active-Active configuration
    Interface string
    Interface to termate tunnel
    Ip string
    specify exact IP address if interface has multiple addresses
    floatingIp String
    Floating IP address in HA Active-Active configuration
    interface_ String
    Interface to termate tunnel
    ip String
    specify exact IP address if interface has multiple addresses
    floatingIp string
    Floating IP address in HA Active-Active configuration
    interface string
    Interface to termate tunnel
    ip string
    specify exact IP address if interface has multiple addresses
    floating_ip str
    Floating IP address in HA Active-Active configuration
    interface str
    Interface to termate tunnel
    ip str
    specify exact IP address if interface has multiple addresses
    floatingIp String
    Floating IP address in HA Active-Active configuration
    interface String
    Interface to termate tunnel
    ip String
    specify exact IP address if interface has multiple addresses

    GetIpsecTunnelManualKeyPeerAddress

    Ip string
    Tunnel peer IP address
    Ip string
    Tunnel peer IP address
    ip String
    Tunnel peer IP address
    ip string
    Tunnel peer IP address
    ip str
    Tunnel peer IP address
    ip String
    Tunnel peer IP address

    GetIpsecTunnelTunnelMonitor

    DestinationIp string
    Destination IP to send ICMP probe
    Enable bool
    Enable tunnel monitoring on this tunnel
    ProxyId string
    Which proxy-id (or proxy-id-v6) the monitoring traffic will use
    TunnelMonitorProfile string
    monitoring action
    DestinationIp string
    Destination IP to send ICMP probe
    Enable bool
    Enable tunnel monitoring on this tunnel
    ProxyId string
    Which proxy-id (or proxy-id-v6) the monitoring traffic will use
    TunnelMonitorProfile string
    monitoring action
    destinationIp String
    Destination IP to send ICMP probe
    enable Boolean
    Enable tunnel monitoring on this tunnel
    proxyId String
    Which proxy-id (or proxy-id-v6) the monitoring traffic will use
    tunnelMonitorProfile String
    monitoring action
    destinationIp string
    Destination IP to send ICMP probe
    enable boolean
    Enable tunnel monitoring on this tunnel
    proxyId string
    Which proxy-id (or proxy-id-v6) the monitoring traffic will use
    tunnelMonitorProfile string
    monitoring action
    destination_ip str
    Destination IP to send ICMP probe
    enable bool
    Enable tunnel monitoring on this tunnel
    proxy_id str
    Which proxy-id (or proxy-id-v6) the monitoring traffic will use
    tunnel_monitor_profile str
    monitoring action
    destinationIp String
    Destination IP to send ICMP probe
    enable Boolean
    Enable tunnel monitoring on this tunnel
    proxyId String
    Which proxy-id (or proxy-id-v6) the monitoring traffic will use
    tunnelMonitorProfile String
    monitoring action

    Package Details

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