Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi
scm.getIpsecTunnelList
Explore with Pulumi AI
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getIpsecTunnelList({
folder: "Shared",
});
import pulumi
import pulumi_scm as scm
example = scm.get_ipsec_tunnel_list(folder="Shared")
package main
import (
"github.com/pulumi/pulumi-scm/sdk/go/scm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scm.GetIpsecTunnelList(ctx, &scm.GetIpsecTunnelListArgs{
Folder: pulumi.StringRef("Shared"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
var example = Scm.GetIpsecTunnelList.Invoke(new()
{
Folder = "Shared",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetIpsecTunnelListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = ScmFunctions.getIpsecTunnelList(GetIpsecTunnelListArgs.builder()
.folder("Shared")
.build());
}
}
variables:
example:
fn::invoke:
Function: scm:getIpsecTunnelList
Arguments:
folder: Shared
Using getIpsecTunnelList
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 getIpsecTunnelList(args: GetIpsecTunnelListArgs, opts?: InvokeOptions): Promise<GetIpsecTunnelListResult>
function getIpsecTunnelListOutput(args: GetIpsecTunnelListOutputArgs, opts?: InvokeOptions): Output<GetIpsecTunnelListResult>
def get_ipsec_tunnel_list(device: Optional[str] = None,
folder: Optional[str] = None,
limit: Optional[int] = None,
name: Optional[str] = None,
offset: Optional[int] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpsecTunnelListResult
def get_ipsec_tunnel_list_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
offset: Optional[pulumi.Input[int]] = None,
snippet: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpsecTunnelListResult]
func GetIpsecTunnelList(ctx *Context, args *GetIpsecTunnelListArgs, opts ...InvokeOption) (*GetIpsecTunnelListResult, error)
func GetIpsecTunnelListOutput(ctx *Context, args *GetIpsecTunnelListOutputArgs, opts ...InvokeOption) GetIpsecTunnelListResultOutput
> Note: This function is named GetIpsecTunnelList
in the Go SDK.
public static class GetIpsecTunnelList
{
public static Task<GetIpsecTunnelListResult> InvokeAsync(GetIpsecTunnelListArgs args, InvokeOptions? opts = null)
public static Output<GetIpsecTunnelListResult> Invoke(GetIpsecTunnelListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpsecTunnelListResult> getIpsecTunnelList(GetIpsecTunnelListArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scm:index/getIpsecTunnelList:getIpsecTunnelList
arguments:
# arguments dictionary
The following arguments are supported:
getIpsecTunnelList Result
The following output properties are available:
- Datas
List<Get
Ipsec Tunnel List Data> - The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - Offset int
- The Offset param. Default:
0
. - Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- Datas
[]Get
Ipsec Tunnel List Data - The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - Offset int
- The Offset param. Default:
0
. - Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- datas
List<Get
Ipsec Tunnel List Data> - The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset Integer
- The Offset param. Default:
0
. - tfid String
- total Integer
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
- datas
Get
Ipsec Tunnel List Data[] - The Data param.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset number
- The Offset param. Default:
0
. - tfid string
- total number
- The Total param.
- device string
- The Device param.
- folder string
- The Folder param.
- name string
- The Name param.
- snippet string
- The Snippet param.
- datas
Sequence[Get
Ipsec Tunnel List Data] - The Data param.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset int
- The Offset param. Default:
0
. - tfid str
- total int
- The Total param.
- device str
- The Device param.
- folder str
- The Folder param.
- name str
- The Name param.
- snippet str
- The Snippet param.
- datas List<Property Map>
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset Number
- The Offset param. Default:
0
. - tfid String
- total Number
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
Supporting Types
GetIpsecTunnelListData
- Anti
Replay bool - Enable Anti-Replay check on this tunnel.
- Auto
Key GetIpsec Tunnel List Data Auto Key - The AutoKey param.
- Copy
Tos bool - Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default:
false
. - Enable
Gre boolEncapsulation - allow GRE over IPSec. Default:
false
. - Id string
- UUID of the resource.
- Name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- Tunnel
Monitor GetIpsec Tunnel List Data Tunnel Monitor - The TunnelMonitor param.
- Anti
Replay bool - Enable Anti-Replay check on this tunnel.
- Auto
Key GetIpsec Tunnel List Data Auto Key - The AutoKey param.
- Copy
Tos bool - Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default:
false
. - Enable
Gre boolEncapsulation - allow GRE over IPSec. Default:
false
. - Id string
- UUID of the resource.
- Name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- Tunnel
Monitor GetIpsec Tunnel List Data Tunnel Monitor - The TunnelMonitor param.
- anti
Replay Boolean - Enable Anti-Replay check on this tunnel.
- auto
Key GetIpsec Tunnel List Data Auto Key - The AutoKey param.
- copy
Tos Boolean - Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default:
false
. - enable
Gre BooleanEncapsulation - allow GRE over IPSec. Default:
false
. - id String
- UUID of the resource.
- name String
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- tunnel
Monitor GetIpsec Tunnel List Data Tunnel Monitor - The TunnelMonitor param.
- anti
Replay boolean - Enable Anti-Replay check on this tunnel.
- auto
Key GetIpsec Tunnel List Data Auto Key - The AutoKey param.
- copy
Tos boolean - Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default:
false
. - enable
Gre booleanEncapsulation - allow GRE over IPSec. Default:
false
. - id string
- UUID of the resource.
- name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- tunnel
Monitor GetIpsec Tunnel List Data Tunnel Monitor - The TunnelMonitor param.
- anti_
replay bool - Enable Anti-Replay check on this tunnel.
- auto_
key GetIpsec Tunnel List Data Auto Key - The AutoKey param.
- copy_
tos bool - Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default:
false
. - enable_
gre_ boolencapsulation - allow GRE over IPSec. Default:
false
. - id str
- UUID of the resource.
- name str
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- tunnel_
monitor GetIpsec Tunnel List Data Tunnel Monitor - The TunnelMonitor param.
- anti
Replay Boolean - Enable Anti-Replay check on this tunnel.
- auto
Key Property Map - The AutoKey param.
- copy
Tos Boolean - Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default:
false
. - enable
Gre BooleanEncapsulation - allow GRE over IPSec. Default:
false
. - id String
- UUID of the resource.
- name String
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- tunnel
Monitor Property Map - The TunnelMonitor param.
GetIpsecTunnelListDataAutoKey
- Ike
Gateways List<GetIpsec Tunnel List Data Auto Key Ike Gateway> - The IkeGateways param.
- Ipsec
Crypto stringProfile - The IpsecCryptoProfile param.
- Proxy
Id List<GetV6s Ipsec Tunnel List Data Auto Key Proxy Id V6> - IPv6 type of proxy*id values.
- Proxy
Ids List<GetIpsec Tunnel List Data Auto Key Proxy Id> - IPv4 type of proxy*id values.
- Ike
Gateways []GetIpsec Tunnel List Data Auto Key Ike Gateway - The IkeGateways param.
- Ipsec
Crypto stringProfile - The IpsecCryptoProfile param.
- Proxy
Id []GetV6s Ipsec Tunnel List Data Auto Key Proxy Id V6 - IPv6 type of proxy*id values.
- Proxy
Ids []GetIpsec Tunnel List Data Auto Key Proxy Id - IPv4 type of proxy*id values.
- ike
Gateways List<GetIpsec Tunnel List Data Auto Key Ike Gateway> - The IkeGateways param.
- ipsec
Crypto StringProfile - The IpsecCryptoProfile param.
- proxy
Id List<GetV6s Ipsec Tunnel List Data Auto Key Proxy Id V6> - IPv6 type of proxy*id values.
- proxy
Ids List<GetIpsec Tunnel List Data Auto Key Proxy Id> - IPv4 type of proxy*id values.
- ike
Gateways GetIpsec Tunnel List Data Auto Key Ike Gateway[] - The IkeGateways param.
- ipsec
Crypto stringProfile - The IpsecCryptoProfile param.
- proxy
Id GetV6s Ipsec Tunnel List Data Auto Key Proxy Id V6[] - IPv6 type of proxy*id values.
- proxy
Ids GetIpsec Tunnel List Data Auto Key Proxy Id[] - IPv4 type of proxy*id values.
- ike_
gateways Sequence[GetIpsec Tunnel List Data Auto Key Ike Gateway] - The IkeGateways param.
- ipsec_
crypto_ strprofile - The IpsecCryptoProfile param.
- proxy_
id_ Sequence[Getv6s Ipsec Tunnel List Data Auto Key Proxy Id V6] - IPv6 type of proxy*id values.
- proxy_
ids Sequence[GetIpsec Tunnel List Data Auto Key Proxy Id] - IPv4 type of proxy*id values.
- ike
Gateways List<Property Map> - The IkeGateways param.
- ipsec
Crypto StringProfile - The IpsecCryptoProfile param.
- proxy
Id List<Property Map>V6s - IPv6 type of proxy*id values.
- proxy
Ids List<Property Map> - IPv4 type of proxy*id values.
GetIpsecTunnelListDataAutoKeyIkeGateway
- Name string
- The Name param.
- Name string
- The Name param.
- name String
- The Name param.
- name string
- The Name param.
- name str
- The Name param.
- name String
- The Name param.
GetIpsecTunnelListDataAutoKeyProxyId
- Local string
- The Local param.
- Name string
- The Name param.
- Protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol - The Protocol param.
- Remote string
- The Remote param.
- Local string
- The Local param.
- Name string
- The Name param.
- Protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol - The Protocol param.
- Remote string
- The Remote param.
- local String
- The Local param.
- name String
- The Name param.
- protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol - The Protocol param.
- remote String
- The Remote param.
- local string
- The Local param.
- name string
- The Name param.
- protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol - The Protocol param.
- remote string
- The Remote param.
- local str
- The Local param.
- name str
- The Name param.
- protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol - The Protocol param.
- remote str
- The Remote param.
- local String
- The Local param.
- name String
- The Name param.
- protocol Property Map
- The Protocol param.
- remote String
- The Remote param.
GetIpsecTunnelListDataAutoKeyProxyIdProtocol
- Number int
- IP protocol number. Value must be between 1 and 254.
- Tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Tcp - The Tcp param.
- Udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Udp - The Udp param.
- Number int
- IP protocol number. Value must be between 1 and 254.
- Tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Tcp - The Tcp param.
- Udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Udp - The Udp param.
- number Integer
- IP protocol number. Value must be between 1 and 254.
- tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Tcp - The Tcp param.
- udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Udp - The Udp param.
- number number
- IP protocol number. Value must be between 1 and 254.
- tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Tcp - The Tcp param.
- udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Udp - The Udp param.
- number int
- IP protocol number. Value must be between 1 and 254.
- tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Tcp - The Tcp param.
- udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id Protocol Udp - The Udp param.
- number Number
- IP protocol number. Value must be between 1 and 254.
- tcp Property Map
- The Tcp param.
- udp Property Map
- The Udp param.
GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Integer - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Integer - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local_
port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote_
port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Integer - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Integer - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local_
port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote_
port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
GetIpsecTunnelListDataAutoKeyProxyIdV6
- Local string
- The Local param.
- Name string
- The Name param.
- Protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol - The Protocol param.
- Remote string
- The Remote param.
- Local string
- The Local param.
- Name string
- The Name param.
- Protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol - The Protocol param.
- Remote string
- The Remote param.
- local String
- The Local param.
- name String
- The Name param.
- protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol - The Protocol param.
- remote String
- The Remote param.
- local string
- The Local param.
- name string
- The Name param.
- protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol - The Protocol param.
- remote string
- The Remote param.
- local str
- The Local param.
- name str
- The Name param.
- protocol
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol - The Protocol param.
- remote str
- The Remote param.
- local String
- The Local param.
- name String
- The Name param.
- protocol Property Map
- The Protocol param.
- remote String
- The Remote param.
GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol
- Number int
- IP protocol number. Value must be between 1 and 254.
- Tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Tcp - The Tcp param.
- Udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Udp - The Udp param.
- Number int
- IP protocol number. Value must be between 1 and 254.
- Tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Tcp - The Tcp param.
- Udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Udp - The Udp param.
- number Integer
- IP protocol number. Value must be between 1 and 254.
- tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Tcp - The Tcp param.
- udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Udp - The Udp param.
- number number
- IP protocol number. Value must be between 1 and 254.
- tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Tcp - The Tcp param.
- udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Udp - The Udp param.
- number int
- IP protocol number. Value must be between 1 and 254.
- tcp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Tcp - The Tcp param.
- udp
Get
Ipsec Tunnel List Data Auto Key Proxy Id V6Protocol Udp - The Udp param.
- number Number
- IP protocol number. Value must be between 1 and 254.
- tcp Property Map
- The Tcp param.
- udp Property Map
- The Udp param.
GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Integer - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Integer - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local_
port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote_
port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- Local
Port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - Remote
Port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Integer - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Integer - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local_
port int - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote_
port int - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
- local
Port Number - The LocalPort param. Value must be between 0 and 65535. Default:
0
. - remote
Port Number - The RemotePort param. Value must be between 0 and 65535. Default:
0
.
GetIpsecTunnelListDataTunnelMonitor
- Destination
Ip string - Destination IP to send ICMP probe.
- Enable bool
- Enable tunnel monitoring on this tunnel. Default:
true
. - Proxy
Id string - Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
- Destination
Ip string - Destination IP to send ICMP probe.
- Enable bool
- Enable tunnel monitoring on this tunnel. Default:
true
. - Proxy
Id string - Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
- destination
Ip String - Destination IP to send ICMP probe.
- enable Boolean
- Enable tunnel monitoring on this tunnel. Default:
true
. - proxy
Id String - Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
- destination
Ip string - Destination IP to send ICMP probe.
- enable boolean
- Enable tunnel monitoring on this tunnel. Default:
true
. - proxy
Id string - Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
- destination_
ip str - Destination IP to send ICMP probe.
- enable bool
- Enable tunnel monitoring on this tunnel. Default:
true
. - proxy_
id str - Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
- destination
Ip String - Destination IP to send ICMP probe.
- enable Boolean
- Enable tunnel monitoring on this tunnel. Default:
true
. - proxy
Id String - Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scm
Terraform Provider.