1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getRemoteNetwork
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    RemoteNetwork data source

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    //
    // Data source to retrieve a single remote_network object.
    //
    // Look up a single Remote Network by its ID.
    // Replace the ID with the UUID of the remote network you want to find.
    const example = scm.getRemoteNetwork({
        id: "7fc59ec2-46b3-4a0e-9c86-9b7416426a70",
    });
    export const remoteNetworkDetails = example;
    
    import pulumi
    import pulumi_scm as scm
    
    #
    # Data source to retrieve a single remote_network object.
    #
    # Look up a single Remote Network by its ID.
    # Replace the ID with the UUID of the remote network you want to find.
    example = scm.get_remote_network(id="7fc59ec2-46b3-4a0e-9c86-9b7416426a70")
    pulumi.export("remoteNetworkDetails", example)
    
    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 {
    		// Data source to retrieve a single remote_network object.
    		//
    		// Look up a single Remote Network by its ID.
    		// Replace the ID with the UUID of the remote network you want to find.
    		example, err := scm.LookupRemoteNetwork(ctx, &scm.LookupRemoteNetworkArgs{
    			Id: "7fc59ec2-46b3-4a0e-9c86-9b7416426a70",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("remoteNetworkDetails", example)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        //
        // Data source to retrieve a single remote_network object.
        //
        // Look up a single Remote Network by its ID.
        // Replace the ID with the UUID of the remote network you want to find.
        var example = Scm.GetRemoteNetwork.Invoke(new()
        {
            Id = "7fc59ec2-46b3-4a0e-9c86-9b7416426a70",
        });
    
        return new Dictionary<string, object?>
        {
            ["remoteNetworkDetails"] = example,
        };
    });
    
    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.GetRemoteNetworkArgs;
    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) {
            //
            // Data source to retrieve a single remote_network object.
            //
            // Look up a single Remote Network by its ID.
            // Replace the ID with the UUID of the remote network you want to find.
            final var example = ScmFunctions.getRemoteNetwork(GetRemoteNetworkArgs.builder()
                .id("7fc59ec2-46b3-4a0e-9c86-9b7416426a70")
                .build());
    
            ctx.export("remoteNetworkDetails", example);
        }
    }
    
    variables:
      #
      # Data source to retrieve a single remote_network object.
      #
    
      # Look up a single Remote Network by its ID.
      # Replace the ID with the UUID of the remote network you want to find.
      example:
        fn::invoke:
          function: scm:getRemoteNetwork
          arguments:
            id: 7fc59ec2-46b3-4a0e-9c86-9b7416426a70
    outputs:
      # Output the details of the single Remote Network object found.
      remoteNetworkDetails: ${example}
    

    Using getRemoteNetwork

    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 getRemoteNetwork(args: GetRemoteNetworkArgs, opts?: InvokeOptions): Promise<GetRemoteNetworkResult>
    function getRemoteNetworkOutput(args: GetRemoteNetworkOutputArgs, opts?: InvokeOptions): Output<GetRemoteNetworkResult>
    def get_remote_network(id: Optional[str] = None,
                           name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetRemoteNetworkResult
    def get_remote_network_output(id: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetRemoteNetworkResult]
    func LookupRemoteNetwork(ctx *Context, args *LookupRemoteNetworkArgs, opts ...InvokeOption) (*LookupRemoteNetworkResult, error)
    func LookupRemoteNetworkOutput(ctx *Context, args *LookupRemoteNetworkOutputArgs, opts ...InvokeOption) LookupRemoteNetworkResultOutput

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

    public static class GetRemoteNetwork 
    {
        public static Task<GetRemoteNetworkResult> InvokeAsync(GetRemoteNetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetRemoteNetworkResult> Invoke(GetRemoteNetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRemoteNetworkResult> getRemoteNetwork(GetRemoteNetworkArgs args, InvokeOptions options)
    public static Output<GetRemoteNetworkResult> getRemoteNetwork(GetRemoteNetworkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getRemoteNetwork:getRemoteNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The UUID of the remote network
    Name string
    The name of the remote network
    Id string
    The UUID of the remote network
    Name string
    The name of the remote network
    id String
    The UUID of the remote network
    name String
    The name of the remote network
    id string
    The UUID of the remote network
    name string
    The name of the remote network
    id str
    The UUID of the remote network
    name str
    The name of the remote network
    id String
    The UUID of the remote network
    name String
    The name of the remote network

    getRemoteNetwork Result

    The following output properties are available:

    EcmpLoadBalancing string
    Ecmp load balancing
    EcmpTunnels List<GetRemoteNetworkEcmpTunnel>
    ecmptunnels is required when ecmpload*balancing is enable
    EncryptedValues Dictionary<string, string>
    Map of sensitive values returned from the API.
    Folder string
    The folder that contains the remote network
    Id string
    The UUID of the remote network
    IpsecTunnel string
    ipsectunnel is required when ecmpload_balancing is disable
    LicenseType string
    New customer will only be on aggregate bandwidth licensing
    Name string
    The name of the remote network
    Protocol GetRemoteNetworkProtocol
    setup the protocol when ecmploadbalancing is disable
    Region string
    Region
    SecondaryIpsecTunnel string
    specify secondary ipsec_tunnel if needed
    SpnName string
    spn-name is needed when license_type is FWAAS-AGGREGATE
    Subnets List<string>
    Subnets
    Tfid string
    EcmpLoadBalancing string
    Ecmp load balancing
    EcmpTunnels []GetRemoteNetworkEcmpTunnel
    ecmptunnels is required when ecmpload*balancing is enable
    EncryptedValues map[string]string
    Map of sensitive values returned from the API.
    Folder string
    The folder that contains the remote network
    Id string
    The UUID of the remote network
    IpsecTunnel string
    ipsectunnel is required when ecmpload_balancing is disable
    LicenseType string
    New customer will only be on aggregate bandwidth licensing
    Name string
    The name of the remote network
    Protocol GetRemoteNetworkProtocol
    setup the protocol when ecmploadbalancing is disable
    Region string
    Region
    SecondaryIpsecTunnel string
    specify secondary ipsec_tunnel if needed
    SpnName string
    spn-name is needed when license_type is FWAAS-AGGREGATE
    Subnets []string
    Subnets
    Tfid string
    ecmpLoadBalancing String
    Ecmp load balancing
    ecmpTunnels List<GetRemoteNetworkEcmpTunnel>
    ecmptunnels is required when ecmpload*balancing is enable
    encryptedValues Map<String,String>
    Map of sensitive values returned from the API.
    folder String
    The folder that contains the remote network
    id String
    The UUID of the remote network
    ipsecTunnel String
    ipsectunnel is required when ecmpload_balancing is disable
    licenseType String
    New customer will only be on aggregate bandwidth licensing
    name String
    The name of the remote network
    protocol GetRemoteNetworkProtocol
    setup the protocol when ecmploadbalancing is disable
    region String
    Region
    secondaryIpsecTunnel String
    specify secondary ipsec_tunnel if needed
    spnName String
    spn-name is needed when license_type is FWAAS-AGGREGATE
    subnets List<String>
    Subnets
    tfid String
    ecmpLoadBalancing string
    Ecmp load balancing
    ecmpTunnels GetRemoteNetworkEcmpTunnel[]
    ecmptunnels is required when ecmpload*balancing is enable
    encryptedValues {[key: string]: string}
    Map of sensitive values returned from the API.
    folder string
    The folder that contains the remote network
    id string
    The UUID of the remote network
    ipsecTunnel string
    ipsectunnel is required when ecmpload_balancing is disable
    licenseType string
    New customer will only be on aggregate bandwidth licensing
    name string
    The name of the remote network
    protocol GetRemoteNetworkProtocol
    setup the protocol when ecmploadbalancing is disable
    region string
    Region
    secondaryIpsecTunnel string
    specify secondary ipsec_tunnel if needed
    spnName string
    spn-name is needed when license_type is FWAAS-AGGREGATE
    subnets string[]
    Subnets
    tfid string
    ecmp_load_balancing str
    Ecmp load balancing
    ecmp_tunnels Sequence[GetRemoteNetworkEcmpTunnel]
    ecmptunnels is required when ecmpload*balancing is enable
    encrypted_values Mapping[str, str]
    Map of sensitive values returned from the API.
    folder str
    The folder that contains the remote network
    id str
    The UUID of the remote network
    ipsec_tunnel str
    ipsectunnel is required when ecmpload_balancing is disable
    license_type str
    New customer will only be on aggregate bandwidth licensing
    name str
    The name of the remote network
    protocol GetRemoteNetworkProtocol
    setup the protocol when ecmploadbalancing is disable
    region str
    Region
    secondary_ipsec_tunnel str
    specify secondary ipsec_tunnel if needed
    spn_name str
    spn-name is needed when license_type is FWAAS-AGGREGATE
    subnets Sequence[str]
    Subnets
    tfid str
    ecmpLoadBalancing String
    Ecmp load balancing
    ecmpTunnels List<Property Map>
    ecmptunnels is required when ecmpload*balancing is enable
    encryptedValues Map<String>
    Map of sensitive values returned from the API.
    folder String
    The folder that contains the remote network
    id String
    The UUID of the remote network
    ipsecTunnel String
    ipsectunnel is required when ecmpload_balancing is disable
    licenseType String
    New customer will only be on aggregate bandwidth licensing
    name String
    The name of the remote network
    protocol Property Map
    setup the protocol when ecmploadbalancing is disable
    region String
    Region
    secondaryIpsecTunnel String
    specify secondary ipsec_tunnel if needed
    spnName String
    spn-name is needed when license_type is FWAAS-AGGREGATE
    subnets List<String>
    Subnets
    tfid String

    Supporting Types

    GetRemoteNetworkEcmpTunnel

    IpsecTunnel string
    Ipsec tunnel
    Name string
    Name
    Protocol GetRemoteNetworkEcmpTunnelProtocol
    Protocol
    IpsecTunnel string
    Ipsec tunnel
    Name string
    Name
    Protocol GetRemoteNetworkEcmpTunnelProtocol
    Protocol
    ipsecTunnel String
    Ipsec tunnel
    name String
    Name
    protocol GetRemoteNetworkEcmpTunnelProtocol
    Protocol
    ipsecTunnel string
    Ipsec tunnel
    name string
    Name
    protocol GetRemoteNetworkEcmpTunnelProtocol
    Protocol
    ipsecTunnel String
    Ipsec tunnel
    name String
    Name
    protocol Property Map
    Protocol

    GetRemoteNetworkEcmpTunnelProtocol

    GetRemoteNetworkEcmpTunnelProtocolBgp

    DoNotExportRoutes bool
    Do not export routes?
    Enable bool
    Enable BGP peering?
    LocalIpAddress string
    Local peer IP address
    OriginateDefaultRoute bool
    Originate default route?
    PeerAs string
    BGP peer ASN
    PeerIpAddress string
    Remote peer IP address
    PeeringType string
    Route exchange types
    Secret string
    BGP peering secret
    SummarizeMobileUserRoutes bool
    Summarize mobile user routes?
    DoNotExportRoutes bool
    Do not export routes?
    Enable bool
    Enable BGP peering?
    LocalIpAddress string
    Local peer IP address
    OriginateDefaultRoute bool
    Originate default route?
    PeerAs string
    BGP peer ASN
    PeerIpAddress string
    Remote peer IP address
    PeeringType string
    Route exchange types
    Secret string
    BGP peering secret
    SummarizeMobileUserRoutes bool
    Summarize mobile user routes?
    doNotExportRoutes Boolean
    Do not export routes?
    enable Boolean
    Enable BGP peering?
    localIpAddress String
    Local peer IP address
    originateDefaultRoute Boolean
    Originate default route?
    peerAs String
    BGP peer ASN
    peerIpAddress String
    Remote peer IP address
    peeringType String
    Route exchange types
    secret String
    BGP peering secret
    summarizeMobileUserRoutes Boolean
    Summarize mobile user routes?
    doNotExportRoutes boolean
    Do not export routes?
    enable boolean
    Enable BGP peering?
    localIpAddress string
    Local peer IP address
    originateDefaultRoute boolean
    Originate default route?
    peerAs string
    BGP peer ASN
    peerIpAddress string
    Remote peer IP address
    peeringType string
    Route exchange types
    secret string
    BGP peering secret
    summarizeMobileUserRoutes boolean
    Summarize mobile user routes?
    do_not_export_routes bool
    Do not export routes?
    enable bool
    Enable BGP peering?
    local_ip_address str
    Local peer IP address
    originate_default_route bool
    Originate default route?
    peer_as str
    BGP peer ASN
    peer_ip_address str
    Remote peer IP address
    peering_type str
    Route exchange types
    secret str
    BGP peering secret
    summarize_mobile_user_routes bool
    Summarize mobile user routes?
    doNotExportRoutes Boolean
    Do not export routes?
    enable Boolean
    Enable BGP peering?
    localIpAddress String
    Local peer IP address
    originateDefaultRoute Boolean
    Originate default route?
    peerAs String
    BGP peer ASN
    peerIpAddress String
    Remote peer IP address
    peeringType String
    Route exchange types
    secret String
    BGP peering secret
    summarizeMobileUserRoutes Boolean
    Summarize mobile user routes?

    GetRemoteNetworkProtocol

    bgp Property Map
    Bgp
    bgpPeer Property Map
    secondary bgp routing as bgp*peer

    GetRemoteNetworkProtocolBgp

    DoNotExportRoutes bool
    Do not export routes?
    Enable bool
    Enable BGP peering?
    LocalIpAddress string
    Local peer IP address
    OriginateDefaultRoute bool
    Originate default route?
    PeerAs string
    BGP peer ASN
    PeerIpAddress string
    Remote peer IP address
    PeeringType string
    Route exchange types
    Secret string
    BGP peering secret
    SummarizeMobileUserRoutes bool
    Summarize mobile user routes?
    DoNotExportRoutes bool
    Do not export routes?
    Enable bool
    Enable BGP peering?
    LocalIpAddress string
    Local peer IP address
    OriginateDefaultRoute bool
    Originate default route?
    PeerAs string
    BGP peer ASN
    PeerIpAddress string
    Remote peer IP address
    PeeringType string
    Route exchange types
    Secret string
    BGP peering secret
    SummarizeMobileUserRoutes bool
    Summarize mobile user routes?
    doNotExportRoutes Boolean
    Do not export routes?
    enable Boolean
    Enable BGP peering?
    localIpAddress String
    Local peer IP address
    originateDefaultRoute Boolean
    Originate default route?
    peerAs String
    BGP peer ASN
    peerIpAddress String
    Remote peer IP address
    peeringType String
    Route exchange types
    secret String
    BGP peering secret
    summarizeMobileUserRoutes Boolean
    Summarize mobile user routes?
    doNotExportRoutes boolean
    Do not export routes?
    enable boolean
    Enable BGP peering?
    localIpAddress string
    Local peer IP address
    originateDefaultRoute boolean
    Originate default route?
    peerAs string
    BGP peer ASN
    peerIpAddress string
    Remote peer IP address
    peeringType string
    Route exchange types
    secret string
    BGP peering secret
    summarizeMobileUserRoutes boolean
    Summarize mobile user routes?
    do_not_export_routes bool
    Do not export routes?
    enable bool
    Enable BGP peering?
    local_ip_address str
    Local peer IP address
    originate_default_route bool
    Originate default route?
    peer_as str
    BGP peer ASN
    peer_ip_address str
    Remote peer IP address
    peering_type str
    Route exchange types
    secret str
    BGP peering secret
    summarize_mobile_user_routes bool
    Summarize mobile user routes?
    doNotExportRoutes Boolean
    Do not export routes?
    enable Boolean
    Enable BGP peering?
    localIpAddress String
    Local peer IP address
    originateDefaultRoute Boolean
    Originate default route?
    peerAs String
    BGP peer ASN
    peerIpAddress String
    Remote peer IP address
    peeringType String
    Route exchange types
    secret String
    BGP peering secret
    summarizeMobileUserRoutes Boolean
    Summarize mobile user routes?

    GetRemoteNetworkProtocolBgpPeer

    LocalIpAddress string
    Local peer IP address (secondary WAN)
    PeerIpAddress string
    Remote peer IP address (secondary WAN)
    Secret string
    BGP peering secret (secondary WAN)
    LocalIpAddress string
    Local peer IP address (secondary WAN)
    PeerIpAddress string
    Remote peer IP address (secondary WAN)
    Secret string
    BGP peering secret (secondary WAN)
    localIpAddress String
    Local peer IP address (secondary WAN)
    peerIpAddress String
    Remote peer IP address (secondary WAN)
    secret String
    BGP peering secret (secondary WAN)
    localIpAddress string
    Local peer IP address (secondary WAN)
    peerIpAddress string
    Remote peer IP address (secondary WAN)
    secret string
    BGP peering secret (secondary WAN)
    local_ip_address str
    Local peer IP address (secondary WAN)
    peer_ip_address str
    Remote peer IP address (secondary WAN)
    secret str
    BGP peering secret (secondary WAN)
    localIpAddress String
    Local peer IP address (secondary WAN)
    peerIpAddress String
    Remote peer IP address (secondary WAN)
    secret String
    BGP peering secret (secondary WAN)

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate