Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getRemoteNetworkList
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.getRemoteNetworkList({
    folder: "Remote Networks",
});
import pulumi
import pulumi_scm as scm
example = scm.get_remote_network_list(folder="Remote Networks")
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
	})
}
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",
    });
});
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());
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getRemoteNetworkList
      arguments:
        folder: Remote Networks
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>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]func GetRemoteNetworkList(ctx *Context, args *GetRemoteNetworkListArgs, opts ...InvokeOption) (*GetRemoteNetworkListResult, error)
func GetRemoteNetworkListOutput(ctx *Context, args *GetRemoteNetworkListOutputArgs, opts ...InvokeOption) GetRemoteNetworkListResultOutput> 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)
}public static CompletableFuture<GetRemoteNetworkListResult> getRemoteNetworkList(GetRemoteNetworkListArgs args, InvokeOptions options)
public static Output<GetRemoteNetworkListResult> getRemoteNetworkList(GetRemoteNetworkListArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getRemoteNetworkList:getRemoteNetworkList
  arguments:
    # arguments dictionaryThe 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<GetRemote Network List Data> 
- 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
[]GetRemote Network List Data 
- 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<GetRemote Network List Data> 
- 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
GetRemote Network List Data[] 
- 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[GetRemote Network List Data] 
- 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    
- EcmpLoad stringBalancing 
- The EcmpLoadBalancing param. String must be one of these: "enable","disable". Default:"disable".
- EcmpTunnels List<GetRemote Network List Data Ecmp Tunnel> 
- ecmptunnels is required when ecmpload*balancing is enable.
- Id string
- UUID of the resource.
- IpsecTunnel string
- ipsectunnel is required when ecmpload_balancing is disable.
- LicenseType string
- New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
- Name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- Protocol
GetRemote Network List Data Protocol 
- setup the protocol when ecmploadbalancing is disable.
- Region string
- The Region param. String length must exceed 1 characters.
- SecondaryIpsec stringTunnel 
- specify secondary ipsec_tunnel if needed.
- SpnName string
- spn-name is needed when license_type is FWAAS-AGGREGATE.
- Subnets List<string>
- The Subnets param.
- EcmpLoad stringBalancing 
- The EcmpLoadBalancing param. String must be one of these: "enable","disable". Default:"disable".
- EcmpTunnels []GetRemote Network List Data Ecmp Tunnel 
- ecmptunnels is required when ecmpload*balancing is enable.
- Id string
- UUID of the resource.
- IpsecTunnel string
- ipsectunnel is required when ecmpload_balancing is disable.
- LicenseType string
- New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
- Name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- Protocol
GetRemote Network List Data Protocol 
- setup the protocol when ecmploadbalancing is disable.
- Region string
- The Region param. String length must exceed 1 characters.
- SecondaryIpsec stringTunnel 
- specify secondary ipsec_tunnel if needed.
- SpnName string
- spn-name is needed when license_type is FWAAS-AGGREGATE.
- Subnets []string
- The Subnets param.
- ecmpLoad StringBalancing 
- The EcmpLoadBalancing param. String must be one of these: "enable","disable". Default:"disable".
- ecmpTunnels List<GetRemote Network List Data Ecmp Tunnel> 
- ecmptunnels is required when ecmpload*balancing is enable.
- id String
- UUID of the resource.
- ipsecTunnel String
- ipsectunnel is required when ecmpload_balancing is disable.
- licenseType String
- New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
- name String
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- protocol
GetRemote Network List Data Protocol 
- setup the protocol when ecmploadbalancing is disable.
- region String
- The Region param. String length must exceed 1 characters.
- secondaryIpsec StringTunnel 
- specify secondary ipsec_tunnel if needed.
- spnName String
- spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets List<String>
- The Subnets param.
- ecmpLoad stringBalancing 
- The EcmpLoadBalancing param. String must be one of these: "enable","disable". Default:"disable".
- ecmpTunnels GetRemote Network List Data Ecmp Tunnel[] 
- ecmptunnels is required when ecmpload*balancing is enable.
- id string
- UUID of the resource.
- ipsecTunnel string
- ipsectunnel is required when ecmpload_balancing is disable.
- licenseType string
- New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
- name string
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- protocol
GetRemote Network List Data Protocol 
- setup the protocol when ecmploadbalancing is disable.
- region string
- The Region param. String length must exceed 1 characters.
- secondaryIpsec stringTunnel 
- specify secondary ipsec_tunnel if needed.
- spnName string
- spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets string[]
- The Subnets param.
- ecmp_load_ strbalancing 
- The EcmpLoadBalancing param. String must be one of these: "enable","disable". Default:"disable".
- ecmp_tunnels Sequence[GetRemote Network List Data Ecmp Tunnel] 
- ecmptunnels is required when ecmpload*balancing is enable.
- id str
- UUID of the resource.
- ipsec_tunnel str
- ipsectunnel is required when ecmpload_balancing is disable.
- license_type str
- New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
- name str
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- protocol
GetRemote Network List Data Protocol 
- setup the protocol when ecmploadbalancing is disable.
- region str
- The Region param. String length must exceed 1 characters.
- secondary_ipsec_ strtunnel 
- specify secondary ipsec_tunnel if needed.
- spn_name str
- spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets Sequence[str]
- The Subnets param.
- ecmpLoad StringBalancing 
- The EcmpLoadBalancing param. String must be one of these: "enable","disable". Default:"disable".
- ecmpTunnels List<Property Map>
- ecmptunnels is required when ecmpload*balancing is enable.
- id String
- UUID of the resource.
- ipsecTunnel String
- ipsectunnel is required when ecmpload_balancing is disable.
- licenseType String
- New customer will only be on aggregate bandwidth licensing. String length must exceed 1 characters. Default: "FWAAS-AGGREGATE".
- name String
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
- protocol Property Map
- setup the protocol when ecmploadbalancing is disable.
- region String
- The Region param. String length must exceed 1 characters.
- secondaryIpsec StringTunnel 
- specify secondary ipsec_tunnel if needed.
- spnName String
- spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets List<String>
- The Subnets param.
GetRemoteNetworkListDataEcmpTunnel      
- IpsecTunnel string
- The IpsecTunnel param.
- Name string
- The Name param.
- Protocol
GetRemote Network List Data Ecmp Tunnel Protocol 
- The Protocol param.
- IpsecTunnel string
- The IpsecTunnel param.
- Name string
- The Name param.
- Protocol
GetRemote Network List Data Ecmp Tunnel Protocol 
- The Protocol param.
- ipsecTunnel String
- The IpsecTunnel param.
- name String
- The Name param.
- protocol
GetRemote Network List Data Ecmp Tunnel Protocol 
- The Protocol param.
- ipsecTunnel string
- The IpsecTunnel param.
- name string
- The Name param.
- protocol
GetRemote Network List Data Ecmp Tunnel Protocol 
- The Protocol param.
- ipsec_tunnel str
- The IpsecTunnel param.
- name str
- The Name param.
- protocol
GetRemote Network List Data Ecmp Tunnel Protocol 
- The Protocol param.
- ipsecTunnel String
- The IpsecTunnel param.
- name String
- The Name param.
- protocol Property Map
- The Protocol param.
GetRemoteNetworkListDataEcmpTunnelProtocol       
- Bgp
GetRemote Network List Data Ecmp Tunnel Protocol Bgp 
- The Bgp param.
- Bgp
GetRemote Network List Data Ecmp Tunnel Protocol Bgp 
- The Bgp param.
- bgp
GetRemote Network List Data Ecmp Tunnel Protocol Bgp 
- The Bgp param.
- bgp
GetRemote Network List Data Ecmp Tunnel Protocol Bgp 
- The Bgp param.
- bgp
GetRemote Network List Data Ecmp Tunnel Protocol Bgp 
- The Bgp param.
- bgp Property Map
- The Bgp param.
GetRemoteNetworkListDataEcmpTunnelProtocolBgp        
- DoNot boolExport Routes 
- The DoNotExportRoutes param.
- Enable bool
- to setup bgp protocol, enable need to set as true.
- LocalIp stringAddress 
- The LocalIpAddress param.
- OriginateDefault boolRoute 
- The OriginateDefaultRoute param.
- PeerAs string
- The PeerAs param.
- PeerIp stringAddress 
- The PeerIpAddress param.
- PeeringType 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 string
- The Secret param.
- SummarizeMobile boolUser Routes 
- The SummarizeMobileUserRoutes param.
- DoNot boolExport Routes 
- The DoNotExportRoutes param.
- Enable bool
- to setup bgp protocol, enable need to set as true.
- LocalIp stringAddress 
- The LocalIpAddress param.
- OriginateDefault boolRoute 
- The OriginateDefaultRoute param.
- PeerAs string
- The PeerAs param.
- PeerIp stringAddress 
- The PeerIpAddress param.
- PeeringType 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 string
- The Secret param.
- SummarizeMobile boolUser Routes 
- The SummarizeMobileUserRoutes param.
- doNot BooleanExport Routes 
- The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- localIp StringAddress 
- The LocalIpAddress param.
- originateDefault BooleanRoute 
- The OriginateDefaultRoute param.
- peerAs String
- The PeerAs param.
- peerIp StringAddress 
- The PeerIpAddress param.
- peeringType 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 String
- The Secret param.
- summarizeMobile BooleanUser Routes 
- The SummarizeMobileUserRoutes param.
- doNot booleanExport Routes 
- The DoNotExportRoutes param.
- enable boolean
- to setup bgp protocol, enable need to set as true.
- localIp stringAddress 
- The LocalIpAddress param.
- originateDefault booleanRoute 
- The OriginateDefaultRoute param.
- peerAs string
- The PeerAs param.
- peerIp stringAddress 
- The PeerIpAddress param.
- peeringType 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 string
- The Secret param.
- summarizeMobile booleanUser Routes 
- The SummarizeMobileUserRoutes param.
- do_not_ boolexport_ routes 
- The DoNotExportRoutes param.
- enable bool
- to setup bgp protocol, enable need to set as true.
- local_ip_ straddress 
- The LocalIpAddress param.
- originate_default_ boolroute 
- The OriginateDefaultRoute param.
- peer_as str
- The PeerAs param.
- peer_ip_ straddress 
- The PeerIpAddress param.
- peering_type 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 str
- The Secret param.
- summarize_mobile_ booluser_ routes 
- The SummarizeMobileUserRoutes param.
- doNot BooleanExport Routes 
- The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- localIp StringAddress 
- The LocalIpAddress param.
- originateDefault BooleanRoute 
- The OriginateDefaultRoute param.
- peerAs String
- The PeerAs param.
- peerIp StringAddress 
- The PeerIpAddress param.
- peeringType 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 String
- The Secret param.
- summarizeMobile BooleanUser Routes 
- The SummarizeMobileUserRoutes param.
GetRemoteNetworkListDataProtocol     
- Bgp
GetRemote Network List Data Protocol Bgp 
- The Bgp param.
- BgpPeer GetRemote Network List Data Protocol Bgp Peer 
- secondary bgp routing as bgp*peer.
- Bgp
GetRemote Network List Data Protocol Bgp 
- The Bgp param.
- BgpPeer GetRemote Network List Data Protocol Bgp Peer 
- secondary bgp routing as bgp*peer.
- bgp
GetRemote Network List Data Protocol Bgp 
- The Bgp param.
- bgpPeer GetRemote Network List Data Protocol Bgp Peer 
- secondary bgp routing as bgp*peer.
- bgp
GetRemote Network List Data Protocol Bgp 
- The Bgp param.
- bgpPeer GetRemote Network List Data Protocol Bgp Peer 
- secondary bgp routing as bgp*peer.
- bgp
GetRemote Network List Data Protocol Bgp 
- The Bgp param.
- bgp_peer GetRemote Network List Data Protocol Bgp Peer 
- secondary bgp routing as bgp*peer.
- bgp Property Map
- The Bgp param.
- bgpPeer Property Map
- secondary bgp routing as bgp*peer.
GetRemoteNetworkListDataProtocolBgp      
- DoNot boolExport Routes 
- The DoNotExportRoutes param.
- Enable bool
- to setup bgp protocol, enable need to set as true.
- LocalIp stringAddress 
- The LocalIpAddress param.
- OriginateDefault boolRoute 
- The OriginateDefaultRoute param.
- PeerAs string
- The PeerAs param.
- PeerIp stringAddress 
- The PeerIpAddress param.
- PeeringType 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 string
- The Secret param.
- SummarizeMobile boolUser Routes 
- The SummarizeMobileUserRoutes param.
- DoNot boolExport Routes 
- The DoNotExportRoutes param.
- Enable bool
- to setup bgp protocol, enable need to set as true.
- LocalIp stringAddress 
- The LocalIpAddress param.
- OriginateDefault boolRoute 
- The OriginateDefaultRoute param.
- PeerAs string
- The PeerAs param.
- PeerIp stringAddress 
- The PeerIpAddress param.
- PeeringType 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 string
- The Secret param.
- SummarizeMobile boolUser Routes 
- The SummarizeMobileUserRoutes param.
- doNot BooleanExport Routes 
- The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- localIp StringAddress 
- The LocalIpAddress param.
- originateDefault BooleanRoute 
- The OriginateDefaultRoute param.
- peerAs String
- The PeerAs param.
- peerIp StringAddress 
- The PeerIpAddress param.
- peeringType 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 String
- The Secret param.
- summarizeMobile BooleanUser Routes 
- The SummarizeMobileUserRoutes param.
- doNot booleanExport Routes 
- The DoNotExportRoutes param.
- enable boolean
- to setup bgp protocol, enable need to set as true.
- localIp stringAddress 
- The LocalIpAddress param.
- originateDefault booleanRoute 
- The OriginateDefaultRoute param.
- peerAs string
- The PeerAs param.
- peerIp stringAddress 
- The PeerIpAddress param.
- peeringType 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 string
- The Secret param.
- summarizeMobile booleanUser Routes 
- The SummarizeMobileUserRoutes param.
- do_not_ boolexport_ routes 
- The DoNotExportRoutes param.
- enable bool
- to setup bgp protocol, enable need to set as true.
- local_ip_ straddress 
- The LocalIpAddress param.
- originate_default_ boolroute 
- The OriginateDefaultRoute param.
- peer_as str
- The PeerAs param.
- peer_ip_ straddress 
- The PeerIpAddress param.
- peering_type 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 str
- The Secret param.
- summarize_mobile_ booluser_ routes 
- The SummarizeMobileUserRoutes param.
- doNot BooleanExport Routes 
- The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- localIp StringAddress 
- The LocalIpAddress param.
- originateDefault BooleanRoute 
- The OriginateDefaultRoute param.
- peerAs String
- The PeerAs param.
- peerIp StringAddress 
- The PeerIpAddress param.
- peeringType 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 String
- The Secret param.
- summarizeMobile BooleanUser Routes 
- The SummarizeMobileUserRoutes param.
GetRemoteNetworkListDataProtocolBgpPeer       
- LocalIp stringAddress 
- The LocalIpAddress param.
- PeerIp stringAddress 
- The PeerIpAddress param.
- SameAs boolPrimary 
- If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
- Secret string
- The Secret param.
- LocalIp stringAddress 
- The LocalIpAddress param.
- PeerIp stringAddress 
- The PeerIpAddress param.
- SameAs boolPrimary 
- If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
- Secret string
- The Secret param.
- localIp StringAddress 
- The LocalIpAddress param.
- peerIp StringAddress 
- The PeerIpAddress param.
- sameAs BooleanPrimary 
- If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
- secret String
- The Secret param.
- localIp stringAddress 
- The LocalIpAddress param.
- peerIp stringAddress 
- The PeerIpAddress param.
- sameAs booleanPrimary 
- If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
- secret string
- The Secret param.
- local_ip_ straddress 
- The LocalIpAddress param.
- peer_ip_ straddress 
- The PeerIpAddress param.
- same_as_ boolprimary 
- If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
- secret str
- The Secret param.
- localIp StringAddress 
- The LocalIpAddress param.
- peerIp StringAddress 
- The PeerIpAddress param.
- sameAs BooleanPrimary 
- If true, the secondary BGP peer configuration will be the same as the primary BGP peer. Default: true.
- secret String
- The Secret param.
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
