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

scm.getRemoteNetworkList

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.getRemoteNetworkList({
    folder: "Remote Networks",
});
Copy
import pulumi
import pulumi_scm as scm

example = scm.get_remote_network_list(folder="Remote Networks")
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.GetRemoteNetworkList(ctx, &scm.GetRemoteNetworkListArgs{
			Folder: pulumi.StringRef("Remote Networks"),
		}, 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.GetRemoteNetworkList.Invoke(new()
    {
        Folder = "Remote Networks",
    });

});
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.GetRemoteNetworkListArgs;
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.getRemoteNetworkList(GetRemoteNetworkListArgs.builder()
            .folder("Remote Networks")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getRemoteNetworkList
      arguments:
        folder: Remote Networks
Copy

Using getRemoteNetworkList

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 getRemoteNetworkList(args: GetRemoteNetworkListArgs, opts?: InvokeOptions): Promise<GetRemoteNetworkListResult>
function getRemoteNetworkListOutput(args: GetRemoteNetworkListOutputArgs, opts?: InvokeOptions): Output<GetRemoteNetworkListResult>
Copy
def get_remote_network_list(folder: Optional[str] = None,
                            limit: Optional[int] = None,
                            name: Optional[str] = None,
                            offset: Optional[int] = None,
                            opts: Optional[InvokeOptions] = None) -> GetRemoteNetworkListResult
def get_remote_network_list_output(folder: Optional[pulumi.Input[str]] = None,
                            limit: Optional[pulumi.Input[int]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            offset: Optional[pulumi.Input[int]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetRemoteNetworkListResult]
Copy
func GetRemoteNetworkList(ctx *Context, args *GetRemoteNetworkListArgs, opts ...InvokeOption) (*GetRemoteNetworkListResult, error)
func GetRemoteNetworkListOutput(ctx *Context, args *GetRemoteNetworkListOutputArgs, opts ...InvokeOption) GetRemoteNetworkListResultOutput
Copy

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

public static class GetRemoteNetworkList 
{
    public static Task<GetRemoteNetworkListResult> InvokeAsync(GetRemoteNetworkListArgs args, InvokeOptions? opts = null)
    public static Output<GetRemoteNetworkListResult> Invoke(GetRemoteNetworkListInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRemoteNetworkListResult> getRemoteNetworkList(GetRemoteNetworkListArgs args, InvokeOptions options)
public static Output<GetRemoteNetworkListResult> getRemoteNetworkList(GetRemoteNetworkListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: scm:index/getRemoteNetworkList:getRemoteNetworkList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Folder string
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
Folder string
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
folder String
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
folder string
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
folder str
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
folder String
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.

getRemoteNetworkList Result

The following output properties are available:

Datas List<GetRemoteNetworkListData>
The Data param.
Folder string
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
Name string
The Name param.
Datas []GetRemoteNetworkListData
The Data param.
Folder string
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
Name string
The Name param.
datas List<GetRemoteNetworkListData>
The Data param.
folder String
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
name String
The Name param.
datas GetRemoteNetworkListData[]
The Data param.
folder string
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
name string
The Name param.
datas Sequence[GetRemoteNetworkListData]
The Data param.
folder str
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
name str
The Name param.
datas List<Property Map>
The Data param.
folder String
The Folder param. String can either be a specific string("Remote Networks") or match this regex: ^[\s0-9a-zA-Z._-]{1,}$. Default: "Remote Networks".
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.
name String
The Name param.

Supporting Types

GetRemoteNetworkListData

EcmpLoadBalancing This property is required. string
The EcmpLoadBalancing param. String must be one of these: "enable", "disable". Default: "disable".
EcmpTunnels This property is required. List<GetRemoteNetworkListDataEcmpTunnel>
ecmptunnels is required when ecmpload*balancing is enable.
Id This property is required. string
UUID of the resource.
IpsecTunnel This property is required. string
ipsectunnel is required when ecmpload_balancing is disable.
LicenseType This property is required. string
New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
Name This property is required. string
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
Protocol This property is required. GetRemoteNetworkListDataProtocol
setup the protocol when ecmploadbalancing is disable.
Region This property is required. string
The Region param. String length must exceed 1 characters.
SecondaryIpsecTunnel This property is required. string
specify secondary ipsec_tunnel if needed.
SpnName This property is required. string
spn-name is needed when license_type is FWAAS-AGGREGATE.
Subnets This property is required. List<string>
The Subnets param.
EcmpLoadBalancing This property is required. string
The EcmpLoadBalancing param. String must be one of these: "enable", "disable". Default: "disable".
EcmpTunnels This property is required. []GetRemoteNetworkListDataEcmpTunnel
ecmptunnels is required when ecmpload*balancing is enable.
Id This property is required. string
UUID of the resource.
IpsecTunnel This property is required. string
ipsectunnel is required when ecmpload_balancing is disable.
LicenseType This property is required. string
New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
Name This property is required. string
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
Protocol This property is required. GetRemoteNetworkListDataProtocol
setup the protocol when ecmploadbalancing is disable.
Region This property is required. string
The Region param. String length must exceed 1 characters.
SecondaryIpsecTunnel This property is required. string
specify secondary ipsec_tunnel if needed.
SpnName This property is required. string
spn-name is needed when license_type is FWAAS-AGGREGATE.
Subnets This property is required. []string
The Subnets param.
ecmpLoadBalancing This property is required. String
The EcmpLoadBalancing param. String must be one of these: "enable", "disable". Default: "disable".
ecmpTunnels This property is required. List<GetRemoteNetworkListDataEcmpTunnel>
ecmptunnels is required when ecmpload*balancing is enable.
id This property is required. String
UUID of the resource.
ipsecTunnel This property is required. String
ipsectunnel is required when ecmpload_balancing is disable.
licenseType This property is required. String
New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
name This property is required. String
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
protocol This property is required. GetRemoteNetworkListDataProtocol
setup the protocol when ecmploadbalancing is disable.
region This property is required. String
The Region param. String length must exceed 1 characters.
secondaryIpsecTunnel This property is required. String
specify secondary ipsec_tunnel if needed.
spnName This property is required. String
spn-name is needed when license_type is FWAAS-AGGREGATE.
subnets This property is required. List<String>
The Subnets param.
ecmpLoadBalancing This property is required. string
The EcmpLoadBalancing param. String must be one of these: "enable", "disable". Default: "disable".
ecmpTunnels This property is required. GetRemoteNetworkListDataEcmpTunnel[]
ecmptunnels is required when ecmpload*balancing is enable.
id This property is required. string
UUID of the resource.
ipsecTunnel This property is required. string
ipsectunnel is required when ecmpload_balancing is disable.
licenseType This property is required. string
New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
name This property is required. string
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
protocol This property is required. GetRemoteNetworkListDataProtocol
setup the protocol when ecmploadbalancing is disable.
region This property is required. string
The Region param. String length must exceed 1 characters.
secondaryIpsecTunnel This property is required. string
specify secondary ipsec_tunnel if needed.
spnName This property is required. string
spn-name is needed when license_type is FWAAS-AGGREGATE.
subnets This property is required. string[]
The Subnets param.
ecmp_load_balancing This property is required. str
The EcmpLoadBalancing param. String must be one of these: "enable", "disable". Default: "disable".
ecmp_tunnels This property is required. Sequence[GetRemoteNetworkListDataEcmpTunnel]
ecmptunnels is required when ecmpload*balancing is enable.
id This property is required. str
UUID of the resource.
ipsec_tunnel This property is required. str
ipsectunnel is required when ecmpload_balancing is disable.
license_type This property is required. str
New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
name This property is required. str
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
protocol This property is required. GetRemoteNetworkListDataProtocol
setup the protocol when ecmploadbalancing is disable.
region This property is required. str
The Region param. String length must exceed 1 characters.
secondary_ipsec_tunnel This property is required. str
specify secondary ipsec_tunnel if needed.
spn_name This property is required. str
spn-name is needed when license_type is FWAAS-AGGREGATE.
subnets This property is required. Sequence[str]
The Subnets param.
ecmpLoadBalancing This property is required. String
The EcmpLoadBalancing param. String must be one of these: "enable", "disable". Default: "disable".
ecmpTunnels This property is required. List<Property Map>
ecmptunnels is required when ecmpload*balancing is enable.
id This property is required. String
UUID of the resource.
ipsecTunnel This property is required. String
ipsectunnel is required when ecmpload_balancing is disable.
licenseType This property is required. String
New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
name This property is required. String
Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
protocol This property is required. Property Map
setup the protocol when ecmploadbalancing is disable.
region This property is required. String
The Region param. String length must exceed 1 characters.
secondaryIpsecTunnel This property is required. String
specify secondary ipsec_tunnel if needed.
spnName This property is required. String
spn-name is needed when license_type is FWAAS-AGGREGATE.
subnets This property is required. List<String>
The Subnets param.

GetRemoteNetworkListDataEcmpTunnel

IpsecTunnel This property is required. string
The IpsecTunnel param.
Name This property is required. string
The Name param.
Protocol This property is required. GetRemoteNetworkListDataEcmpTunnelProtocol
The Protocol param.
IpsecTunnel This property is required. string
The IpsecTunnel param.
Name This property is required. string
The Name param.
Protocol This property is required. GetRemoteNetworkListDataEcmpTunnelProtocol
The Protocol param.
ipsecTunnel This property is required. String
The IpsecTunnel param.
name This property is required. String
The Name param.
protocol This property is required. GetRemoteNetworkListDataEcmpTunnelProtocol
The Protocol param.
ipsecTunnel This property is required. string
The IpsecTunnel param.
name This property is required. string
The Name param.
protocol This property is required. GetRemoteNetworkListDataEcmpTunnelProtocol
The Protocol param.
ipsec_tunnel This property is required. str
The IpsecTunnel param.
name This property is required. str
The Name param.
protocol This property is required. GetRemoteNetworkListDataEcmpTunnelProtocol
The Protocol param.
ipsecTunnel This property is required. String
The IpsecTunnel param.
name This property is required. String
The Name param.
protocol This property is required. Property Map
The Protocol param.

GetRemoteNetworkListDataEcmpTunnelProtocol

Bgp This property is required. GetRemoteNetworkListDataEcmpTunnelProtocolBgp
The Bgp param.
Bgp This property is required. GetRemoteNetworkListDataEcmpTunnelProtocolBgp
The Bgp param.
bgp This property is required. GetRemoteNetworkListDataEcmpTunnelProtocolBgp
The Bgp param.
bgp This property is required. GetRemoteNetworkListDataEcmpTunnelProtocolBgp
The Bgp param.
bgp This property is required. GetRemoteNetworkListDataEcmpTunnelProtocolBgp
The Bgp param.
bgp This property is required. Property Map
The Bgp param.

GetRemoteNetworkListDataEcmpTunnelProtocolBgp

DoNotExportRoutes This property is required. bool
The DoNotExportRoutes param.
Enable This property is required. bool
to setup bgp protocol, enable need to set as true.
LocalIpAddress This property is required. string
The LocalIpAddress param.
OriginateDefaultRoute This property is required. bool
The OriginateDefaultRoute param.
PeerAs This property is required. string
The PeerAs param.
PeerIpAddress This property is required. string
The PeerIpAddress param.
PeeringType This property is required. string
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
Secret This property is required. string
The Secret param.
SummarizeMobileUserRoutes This property is required. bool
The SummarizeMobileUserRoutes param.
DoNotExportRoutes This property is required. bool
The DoNotExportRoutes param.
Enable This property is required. bool
to setup bgp protocol, enable need to set as true.
LocalIpAddress This property is required. string
The LocalIpAddress param.
OriginateDefaultRoute This property is required. bool
The OriginateDefaultRoute param.
PeerAs This property is required. string
The PeerAs param.
PeerIpAddress This property is required. string
The PeerIpAddress param.
PeeringType This property is required. string
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
Secret This property is required. string
The Secret param.
SummarizeMobileUserRoutes This property is required. bool
The SummarizeMobileUserRoutes param.
doNotExportRoutes This property is required. Boolean
The DoNotExportRoutes param.
enable This property is required. Boolean
to setup bgp protocol, enable need to set as true.
localIpAddress This property is required. String
The LocalIpAddress param.
originateDefaultRoute This property is required. Boolean
The OriginateDefaultRoute param.
peerAs This property is required. String
The PeerAs param.
peerIpAddress This property is required. String
The PeerIpAddress param.
peeringType This property is required. String
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. String
The Secret param.
summarizeMobileUserRoutes This property is required. Boolean
The SummarizeMobileUserRoutes param.
doNotExportRoutes This property is required. boolean
The DoNotExportRoutes param.
enable This property is required. boolean
to setup bgp protocol, enable need to set as true.
localIpAddress This property is required. string
The LocalIpAddress param.
originateDefaultRoute This property is required. boolean
The OriginateDefaultRoute param.
peerAs This property is required. string
The PeerAs param.
peerIpAddress This property is required. string
The PeerIpAddress param.
peeringType This property is required. string
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. string
The Secret param.
summarizeMobileUserRoutes This property is required. boolean
The SummarizeMobileUserRoutes param.
do_not_export_routes This property is required. bool
The DoNotExportRoutes param.
enable This property is required. bool
to setup bgp protocol, enable need to set as true.
local_ip_address This property is required. str
The LocalIpAddress param.
originate_default_route This property is required. bool
The OriginateDefaultRoute param.
peer_as This property is required. str
The PeerAs param.
peer_ip_address This property is required. str
The PeerIpAddress param.
peering_type This property is required. str
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. str
The Secret param.
summarize_mobile_user_routes This property is required. bool
The SummarizeMobileUserRoutes param.
doNotExportRoutes This property is required. Boolean
The DoNotExportRoutes param.
enable This property is required. Boolean
to setup bgp protocol, enable need to set as true.
localIpAddress This property is required. String
The LocalIpAddress param.
originateDefaultRoute This property is required. Boolean
The OriginateDefaultRoute param.
peerAs This property is required. String
The PeerAs param.
peerIpAddress This property is required. String
The PeerIpAddress param.
peeringType This property is required. String
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. String
The Secret param.
summarizeMobileUserRoutes This property is required. Boolean
The SummarizeMobileUserRoutes param.

GetRemoteNetworkListDataProtocol

Bgp This property is required. GetRemoteNetworkListDataProtocolBgp
The Bgp param.
BgpPeer This property is required. GetRemoteNetworkListDataProtocolBgpPeer
secondary bgp routing as bgp*peer.
Bgp This property is required. GetRemoteNetworkListDataProtocolBgp
The Bgp param.
BgpPeer This property is required. GetRemoteNetworkListDataProtocolBgpPeer
secondary bgp routing as bgp*peer.
bgp This property is required. GetRemoteNetworkListDataProtocolBgp
The Bgp param.
bgpPeer This property is required. GetRemoteNetworkListDataProtocolBgpPeer
secondary bgp routing as bgp*peer.
bgp This property is required. GetRemoteNetworkListDataProtocolBgp
The Bgp param.
bgpPeer This property is required. GetRemoteNetworkListDataProtocolBgpPeer
secondary bgp routing as bgp*peer.
bgp This property is required. GetRemoteNetworkListDataProtocolBgp
The Bgp param.
bgp_peer This property is required. GetRemoteNetworkListDataProtocolBgpPeer
secondary bgp routing as bgp*peer.
bgp This property is required. Property Map
The Bgp param.
bgpPeer This property is required. Property Map
secondary bgp routing as bgp*peer.

GetRemoteNetworkListDataProtocolBgp

DoNotExportRoutes This property is required. bool
The DoNotExportRoutes param.
Enable This property is required. bool
to setup bgp protocol, enable need to set as true.
LocalIpAddress This property is required. string
The LocalIpAddress param.
OriginateDefaultRoute This property is required. bool
The OriginateDefaultRoute param.
PeerAs This property is required. string
The PeerAs param.
PeerIpAddress This property is required. string
The PeerIpAddress param.
PeeringType This property is required. string
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
Secret This property is required. string
The Secret param.
SummarizeMobileUserRoutes This property is required. bool
The SummarizeMobileUserRoutes param.
DoNotExportRoutes This property is required. bool
The DoNotExportRoutes param.
Enable This property is required. bool
to setup bgp protocol, enable need to set as true.
LocalIpAddress This property is required. string
The LocalIpAddress param.
OriginateDefaultRoute This property is required. bool
The OriginateDefaultRoute param.
PeerAs This property is required. string
The PeerAs param.
PeerIpAddress This property is required. string
The PeerIpAddress param.
PeeringType This property is required. string
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
Secret This property is required. string
The Secret param.
SummarizeMobileUserRoutes This property is required. bool
The SummarizeMobileUserRoutes param.
doNotExportRoutes This property is required. Boolean
The DoNotExportRoutes param.
enable This property is required. Boolean
to setup bgp protocol, enable need to set as true.
localIpAddress This property is required. String
The LocalIpAddress param.
originateDefaultRoute This property is required. Boolean
The OriginateDefaultRoute param.
peerAs This property is required. String
The PeerAs param.
peerIpAddress This property is required. String
The PeerIpAddress param.
peeringType This property is required. String
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. String
The Secret param.
summarizeMobileUserRoutes This property is required. Boolean
The SummarizeMobileUserRoutes param.
doNotExportRoutes This property is required. boolean
The DoNotExportRoutes param.
enable This property is required. boolean
to setup bgp protocol, enable need to set as true.
localIpAddress This property is required. string
The LocalIpAddress param.
originateDefaultRoute This property is required. boolean
The OriginateDefaultRoute param.
peerAs This property is required. string
The PeerAs param.
peerIpAddress This property is required. string
The PeerIpAddress param.
peeringType This property is required. string
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. string
The Secret param.
summarizeMobileUserRoutes This property is required. boolean
The SummarizeMobileUserRoutes param.
do_not_export_routes This property is required. bool
The DoNotExportRoutes param.
enable This property is required. bool
to setup bgp protocol, enable need to set as true.
local_ip_address This property is required. str
The LocalIpAddress param.
originate_default_route This property is required. bool
The OriginateDefaultRoute param.
peer_as This property is required. str
The PeerAs param.
peer_ip_address This property is required. str
The PeerIpAddress param.
peering_type This property is required. str
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. str
The Secret param.
summarize_mobile_user_routes This property is required. bool
The SummarizeMobileUserRoutes param.
doNotExportRoutes This property is required. Boolean
The DoNotExportRoutes param.
enable This property is required. Boolean
to setup bgp protocol, enable need to set as true.
localIpAddress This property is required. String
The LocalIpAddress param.
originateDefaultRoute This property is required. Boolean
The OriginateDefaultRoute param.
peerAs This property is required. String
The PeerAs param.
peerIpAddress This property is required. String
The PeerIpAddress param.
peeringType This property is required. String
Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: "exchange-v4-over-v4", "exchange-v4-v6-over-v4", "exchange-v4-over-v4-v6-over-v6", "exchange-v6-over-v6".
secret This property is required. String
The Secret param.
summarizeMobileUserRoutes This property is required. Boolean
The SummarizeMobileUserRoutes param.

GetRemoteNetworkListDataProtocolBgpPeer

LocalIpAddress This property is required. string
The LocalIpAddress param.
PeerIpAddress This property is required. string
The PeerIpAddress param.
SameAsPrimary This property is required. bool
If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
Secret This property is required. string
The Secret param.
LocalIpAddress This property is required. string
The LocalIpAddress param.
PeerIpAddress This property is required. string
The PeerIpAddress param.
SameAsPrimary This property is required. bool
If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
Secret This property is required. string
The Secret param.
localIpAddress This property is required. String
The LocalIpAddress param.
peerIpAddress This property is required. String
The PeerIpAddress param.
sameAsPrimary This property is required. Boolean
If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
secret This property is required. String
The Secret param.
localIpAddress This property is required. string
The LocalIpAddress param.
peerIpAddress This property is required. string
The PeerIpAddress param.
sameAsPrimary This property is required. boolean
If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
secret This property is required. string
The Secret param.
local_ip_address This property is required. str
The LocalIpAddress param.
peer_ip_address This property is required. str
The PeerIpAddress param.
same_as_primary This property is required. bool
If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
secret This property is required. str
The Secret param.
localIpAddress This property is required. String
The LocalIpAddress param.
peerIpAddress This property is required. String
The PeerIpAddress param.
sameAsPrimary This property is required. Boolean
If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
secret This property is required. String
The Secret param.

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