1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getIpsecTunnelList
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

scm.getIpsecTunnelList

Explore with Pulumi AI

Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

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",
});
Copy
import pulumi
import pulumi_scm as scm

example = scm.get_ipsec_tunnel_list(folder="Shared")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getIpsecTunnelList
      arguments:
        folder: Shared
Copy

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>
Copy
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]
Copy
func GetIpsecTunnelList(ctx *Context, args *GetIpsecTunnelListArgs, opts ...InvokeOption) (*GetIpsecTunnelListResult, error)
func GetIpsecTunnelListOutput(ctx *Context, args *GetIpsecTunnelListOutputArgs, opts ...InvokeOption) GetIpsecTunnelListResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetIpsecTunnelListResult> getIpsecTunnelList(GetIpsecTunnelListArgs args, InvokeOptions options)
public static Output<GetIpsecTunnelListResult> getIpsecTunnelList(GetIpsecTunnelListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: scm:index/getIpsecTunnelList:getIpsecTunnelList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Device string
The Device param.
Folder string
The Folder param.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Name string
The Name param.
Offset int
The Offset param. Default: 0.
Snippet string
The Snippet param.
Device string
The Device param.
Folder string
The Folder param.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Name string
The Name param.
Offset int
The Offset param. Default: 0.
Snippet string
The Snippet param.
device String
The Device param.
folder String
The Folder param.
limit Integer
The Limit param. A limit of -1 will return all configured items. Default: 200.
name String
The Name param.
offset Integer
The Offset param. Default: 0.
snippet String
The Snippet param.
device string
The Device param.
folder string
The Folder param.
limit number
The Limit param. A limit of -1 will return all configured items. Default: 200.
name string
The Name param.
offset number
The Offset param. Default: 0.
snippet string
The Snippet param.
device str
The Device param.
folder str
The Folder param.
limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
name str
The Name param.
offset int
The Offset param. Default: 0.
snippet str
The Snippet param.
device String
The Device param.
folder String
The Folder param.
limit Number
The Limit param. A limit of -1 will return all configured items. Default: 200.
name String
The Name param.
offset Number
The Offset param. Default: 0.
snippet String
The Snippet param.

getIpsecTunnelList Result

The following output properties are available:

Datas List<GetIpsecTunnelListData>
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 []GetIpsecTunnelListData
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<GetIpsecTunnelListData>
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 GetIpsecTunnelListData[]
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[GetIpsecTunnelListData]
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

AntiReplay This property is required. bool
Enable Anti-Replay check on this tunnel.
AutoKey This property is required. GetIpsecTunnelListDataAutoKey
The AutoKey param.
CopyTos This property is required. bool
Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default: false.
EnableGreEncapsulation This property is required. bool
allow GRE over IPSec. Default: false.
Id This property is required. string
UUID of the resource.
Name This property is required. string
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
TunnelMonitor This property is required. GetIpsecTunnelListDataTunnelMonitor
The TunnelMonitor param.
AntiReplay This property is required. bool
Enable Anti-Replay check on this tunnel.
AutoKey This property is required. GetIpsecTunnelListDataAutoKey
The AutoKey param.
CopyTos This property is required. bool
Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default: false.
EnableGreEncapsulation This property is required. bool
allow GRE over IPSec. Default: false.
Id This property is required. string
UUID of the resource.
Name This property is required. string
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
TunnelMonitor This property is required. GetIpsecTunnelListDataTunnelMonitor
The TunnelMonitor param.
antiReplay This property is required. Boolean
Enable Anti-Replay check on this tunnel.
autoKey This property is required. GetIpsecTunnelListDataAutoKey
The AutoKey param.
copyTos This property is required. Boolean
Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default: false.
enableGreEncapsulation This property is required. Boolean
allow GRE over IPSec. Default: false.
id This property is required. String
UUID of the resource.
name This property is required. String
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
tunnelMonitor This property is required. GetIpsecTunnelListDataTunnelMonitor
The TunnelMonitor param.
antiReplay This property is required. boolean
Enable Anti-Replay check on this tunnel.
autoKey This property is required. GetIpsecTunnelListDataAutoKey
The AutoKey param.
copyTos This property is required. boolean
Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default: false.
enableGreEncapsulation This property is required. boolean
allow GRE over IPSec. Default: false.
id This property is required. string
UUID of the resource.
name This property is required. string
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
tunnelMonitor This property is required. GetIpsecTunnelListDataTunnelMonitor
The TunnelMonitor param.
anti_replay This property is required. bool
Enable Anti-Replay check on this tunnel.
auto_key This property is required. GetIpsecTunnelListDataAutoKey
The AutoKey param.
copy_tos This property is required. bool
Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default: false.
enable_gre_encapsulation This property is required. bool
allow GRE over IPSec. Default: false.
id This property is required. str
UUID of the resource.
name This property is required. str
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
tunnel_monitor This property is required. GetIpsecTunnelListDataTunnelMonitor
The TunnelMonitor param.
antiReplay This property is required. Boolean
Enable Anti-Replay check on this tunnel.
autoKey This property is required. Property Map
The AutoKey param.
copyTos This property is required. Boolean
Copy IP TOS bits from inner packet to IPSec packet (not recommended). Default: false.
enableGreEncapsulation This property is required. Boolean
allow GRE over IPSec. Default: false.
id This property is required. String
UUID of the resource.
name This property is required. String
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
tunnelMonitor This property is required. Property Map
The TunnelMonitor param.

GetIpsecTunnelListDataAutoKey

IkeGateways This property is required. List<GetIpsecTunnelListDataAutoKeyIkeGateway>
The IkeGateways param.
IpsecCryptoProfile This property is required. string
The IpsecCryptoProfile param.
ProxyIdV6s This property is required. List<GetIpsecTunnelListDataAutoKeyProxyIdV6>
IPv6 type of proxy*id values.
ProxyIds This property is required. List<GetIpsecTunnelListDataAutoKeyProxyId>
IPv4 type of proxy*id values.
IkeGateways This property is required. []GetIpsecTunnelListDataAutoKeyIkeGateway
The IkeGateways param.
IpsecCryptoProfile This property is required. string
The IpsecCryptoProfile param.
ProxyIdV6s This property is required. []GetIpsecTunnelListDataAutoKeyProxyIdV6
IPv6 type of proxy*id values.
ProxyIds This property is required. []GetIpsecTunnelListDataAutoKeyProxyId
IPv4 type of proxy*id values.
ikeGateways This property is required. List<GetIpsecTunnelListDataAutoKeyIkeGateway>
The IkeGateways param.
ipsecCryptoProfile This property is required. String
The IpsecCryptoProfile param.
proxyIdV6s This property is required. List<GetIpsecTunnelListDataAutoKeyProxyIdV6>
IPv6 type of proxy*id values.
proxyIds This property is required. List<GetIpsecTunnelListDataAutoKeyProxyId>
IPv4 type of proxy*id values.
ikeGateways This property is required. GetIpsecTunnelListDataAutoKeyIkeGateway[]
The IkeGateways param.
ipsecCryptoProfile This property is required. string
The IpsecCryptoProfile param.
proxyIdV6s This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6[]
IPv6 type of proxy*id values.
proxyIds This property is required. GetIpsecTunnelListDataAutoKeyProxyId[]
IPv4 type of proxy*id values.
ike_gateways This property is required. Sequence[GetIpsecTunnelListDataAutoKeyIkeGateway]
The IkeGateways param.
ipsec_crypto_profile This property is required. str
The IpsecCryptoProfile param.
proxy_id_v6s This property is required. Sequence[GetIpsecTunnelListDataAutoKeyProxyIdV6]
IPv6 type of proxy*id values.
proxy_ids This property is required. Sequence[GetIpsecTunnelListDataAutoKeyProxyId]
IPv4 type of proxy*id values.
ikeGateways This property is required. List<Property Map>
The IkeGateways param.
ipsecCryptoProfile This property is required. String
The IpsecCryptoProfile param.
proxyIdV6s This property is required. List<Property Map>
IPv6 type of proxy*id values.
proxyIds This property is required. List<Property Map>
IPv4 type of proxy*id values.

GetIpsecTunnelListDataAutoKeyIkeGateway

Name This property is required. string
The Name param.
Name This property is required. string
The Name param.
name This property is required. String
The Name param.
name This property is required. string
The Name param.
name This property is required. str
The Name param.
name This property is required. String
The Name param.

GetIpsecTunnelListDataAutoKeyProxyId

Local This property is required. string
The Local param.
Name This property is required. string
The Name param.
Protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocol
The Protocol param.
Remote This property is required. string
The Remote param.
Local This property is required. string
The Local param.
Name This property is required. string
The Name param.
Protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocol
The Protocol param.
Remote This property is required. string
The Remote param.
local This property is required. String
The Local param.
name This property is required. String
The Name param.
protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocol
The Protocol param.
remote This property is required. String
The Remote param.
local This property is required. string
The Local param.
name This property is required. string
The Name param.
protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocol
The Protocol param.
remote This property is required. string
The Remote param.
local This property is required. str
The Local param.
name This property is required. str
The Name param.
protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocol
The Protocol param.
remote This property is required. str
The Remote param.
local This property is required. String
The Local param.
name This property is required. String
The Name param.
protocol This property is required. Property Map
The Protocol param.
remote This property is required. String
The Remote param.

GetIpsecTunnelListDataAutoKeyProxyIdProtocol

Number This property is required. int
IP protocol number. Value must be between 1 and 254.
Tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp
The Tcp param.
Udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp
The Udp param.
Number This property is required. int
IP protocol number. Value must be between 1 and 254.
Tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp
The Tcp param.
Udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp
The Udp param.
number This property is required. Integer
IP protocol number. Value must be between 1 and 254.
tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp
The Tcp param.
udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp
The Udp param.
number This property is required. number
IP protocol number. Value must be between 1 and 254.
tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp
The Tcp param.
udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp
The Udp param.
number This property is required. int
IP protocol number. Value must be between 1 and 254.
tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp
The Tcp param.
udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp
The Udp param.
number This property is required. Number
IP protocol number. Value must be between 1 and 254.
tcp This property is required. Property Map
The Tcp param.
udp This property is required. Property Map
The Udp param.

GetIpsecTunnelListDataAutoKeyProxyIdProtocolTcp

LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Integer
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Integer
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. number
The RemotePort param. Value must be between 0 and 65535. Default: 0.
local_port This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remote_port This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Number
The RemotePort param. Value must be between 0 and 65535. Default: 0.

GetIpsecTunnelListDataAutoKeyProxyIdProtocolUdp

LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Integer
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Integer
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. number
The RemotePort param. Value must be between 0 and 65535. Default: 0.
local_port This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remote_port This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Number
The RemotePort param. Value must be between 0 and 65535. Default: 0.

GetIpsecTunnelListDataAutoKeyProxyIdV6

Local This property is required. string
The Local param.
Name This property is required. string
The Name param.
Protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol
The Protocol param.
Remote This property is required. string
The Remote param.
Local This property is required. string
The Local param.
Name This property is required. string
The Name param.
Protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol
The Protocol param.
Remote This property is required. string
The Remote param.
local This property is required. String
The Local param.
name This property is required. String
The Name param.
protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol
The Protocol param.
remote This property is required. String
The Remote param.
local This property is required. string
The Local param.
name This property is required. string
The Name param.
protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol
The Protocol param.
remote This property is required. string
The Remote param.
local This property is required. str
The Local param.
name This property is required. str
The Name param.
protocol This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol
The Protocol param.
remote This property is required. str
The Remote param.
local This property is required. String
The Local param.
name This property is required. String
The Name param.
protocol This property is required. Property Map
The Protocol param.
remote This property is required. String
The Remote param.

GetIpsecTunnelListDataAutoKeyProxyIdV6Protocol

Number This property is required. int
IP protocol number. Value must be between 1 and 254.
Tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp
The Tcp param.
Udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp
The Udp param.
Number This property is required. int
IP protocol number. Value must be between 1 and 254.
Tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp
The Tcp param.
Udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp
The Udp param.
number This property is required. Integer
IP protocol number. Value must be between 1 and 254.
tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp
The Tcp param.
udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp
The Udp param.
number This property is required. number
IP protocol number. Value must be between 1 and 254.
tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp
The Tcp param.
udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp
The Udp param.
number This property is required. int
IP protocol number. Value must be between 1 and 254.
tcp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp
The Tcp param.
udp This property is required. GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp
The Udp param.
number This property is required. Number
IP protocol number. Value must be between 1 and 254.
tcp This property is required. Property Map
The Tcp param.
udp This property is required. Property Map
The Udp param.

GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolTcp

LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Integer
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Integer
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. number
The RemotePort param. Value must be between 0 and 65535. Default: 0.
local_port This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remote_port This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Number
The RemotePort param. Value must be between 0 and 65535. Default: 0.

GetIpsecTunnelListDataAutoKeyProxyIdV6ProtocolUdp

LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
LocalPort This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
RemotePort This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Integer
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Integer
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. number
The RemotePort param. Value must be between 0 and 65535. Default: 0.
local_port This property is required. int
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remote_port This property is required. int
The RemotePort param. Value must be between 0 and 65535. Default: 0.
localPort This property is required. Number
The LocalPort param. Value must be between 0 and 65535. Default: 0.
remotePort This property is required. Number
The RemotePort param. Value must be between 0 and 65535. Default: 0.

GetIpsecTunnelListDataTunnelMonitor

DestinationIp This property is required. string
Destination IP to send ICMP probe.
Enable This property is required. bool
Enable tunnel monitoring on this tunnel. Default: true.
ProxyId This property is required. string
Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
DestinationIp This property is required. string
Destination IP to send ICMP probe.
Enable This property is required. bool
Enable tunnel monitoring on this tunnel. Default: true.
ProxyId This property is required. string
Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
destinationIp This property is required. String
Destination IP to send ICMP probe.
enable This property is required. Boolean
Enable tunnel monitoring on this tunnel. Default: true.
proxyId This property is required. String
Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
destinationIp This property is required. string
Destination IP to send ICMP probe.
enable This property is required. boolean
Enable tunnel monitoring on this tunnel. Default: true.
proxyId This property is required. string
Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
destination_ip This property is required. str
Destination IP to send ICMP probe.
enable This property is required. bool
Enable tunnel monitoring on this tunnel. Default: true.
proxy_id This property is required. str
Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
destinationIp This property is required. String
Destination IP to send ICMP probe.
enable This property is required. Boolean
Enable tunnel monitoring on this tunnel. Default: true.
proxyId This property is required. 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.
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi