Strata Cloud Manager v0.1.4 published on Tuesday, Sep 24, 2024 by Pulumi
scm.getRemoteNetwork
Explore with Pulumi AI
Retrieves a config item.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getRemoteNetwork({
id: "1234-56-789",
});
import pulumi
import pulumi_scm as scm
example = scm.get_remote_network(id="1234-56-789")
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.LookupRemoteNetwork(ctx, &scm.LookupRemoteNetworkArgs{
Id: "1234-56-789",
}, 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.GetRemoteNetwork.Invoke(new()
{
Id = "1234-56-789",
});
});
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) {
final var example = ScmFunctions.getRemoteNetwork(GetRemoteNetworkArgs.builder()
.id("1234-56-789")
.build());
}
}
variables:
example:
fn::invoke:
Function: scm:getRemoteNetwork
Arguments:
id: 1234-56-789
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(folder: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRemoteNetworkResult
def get_remote_network_output(folder: Optional[pulumi.Input[str]] = None,
id: 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scm:index/getRemoteNetwork:getRemoteNetwork
arguments:
# arguments dictionary
The following arguments are supported:
getRemoteNetwork Result
The following output properties are available:
- Ecmp
Load stringBalancing - The EcmpLoadBalancing param. String must be one of these:
"enable"
,"disable"
. Default:"disable"
. - Ecmp
Tunnels List<GetRemote Network Ecmp Tunnel> - ecmptunnels is required when ecmpload*balancing is enable.
- 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 Id param.
- Ipsec
Tunnel string - ipsectunnel is required when ecmpload_balancing is disable.
- License
Type 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
Get
Remote Network Protocol - setup the protocol when ecmploadbalancing is disable.
- Region string
- The Region param. String length must exceed 1 characters.
- Secondary
Ipsec stringTunnel - specify secondary ipsec_tunnel if needed.
- Spn
Name string - spn-name is needed when license_type is FWAAS-AGGREGATE.
- Subnets List<string>
- The Subnets param.
- Tfid string
- Ecmp
Load stringBalancing - The EcmpLoadBalancing param. String must be one of these:
"enable"
,"disable"
. Default:"disable"
. - Ecmp
Tunnels []GetRemote Network Ecmp Tunnel - ecmptunnels is required when ecmpload*balancing is enable.
- 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 Id param.
- Ipsec
Tunnel string - ipsectunnel is required when ecmpload_balancing is disable.
- License
Type 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
Get
Remote Network Protocol - setup the protocol when ecmploadbalancing is disable.
- Region string
- The Region param. String length must exceed 1 characters.
- Secondary
Ipsec stringTunnel - specify secondary ipsec_tunnel if needed.
- Spn
Name string - spn-name is needed when license_type is FWAAS-AGGREGATE.
- Subnets []string
- The Subnets param.
- Tfid string
- ecmp
Load StringBalancing - The EcmpLoadBalancing param. String must be one of these:
"enable"
,"disable"
. Default:"disable"
. - ecmp
Tunnels List<GetRemote Network Ecmp Tunnel> - ecmptunnels is required when ecmpload*balancing is enable.
- 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 Id param.
- ipsec
Tunnel String - ipsectunnel is required when ecmpload_balancing is disable.
- license
Type 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
Get
Remote Network Protocol - setup the protocol when ecmploadbalancing is disable.
- region String
- The Region param. String length must exceed 1 characters.
- secondary
Ipsec StringTunnel - specify secondary ipsec_tunnel if needed.
- spn
Name String - spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets List<String>
- The Subnets param.
- tfid String
- ecmp
Load stringBalancing - The EcmpLoadBalancing param. String must be one of these:
"enable"
,"disable"
. Default:"disable"
. - ecmp
Tunnels GetRemote Network Ecmp Tunnel[] - ecmptunnels is required when ecmpload*balancing is enable.
- 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 Id param.
- ipsec
Tunnel string - ipsectunnel is required when ecmpload_balancing is disable.
- license
Type 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
Get
Remote Network Protocol - setup the protocol when ecmploadbalancing is disable.
- region string
- The Region param. String length must exceed 1 characters.
- secondary
Ipsec stringTunnel - specify secondary ipsec_tunnel if needed.
- spn
Name string - spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets string[]
- The Subnets param.
- tfid string
- ecmp_
load_ strbalancing - The EcmpLoadBalancing param. String must be one of these:
"enable"
,"disable"
. Default:"disable"
. - ecmp_
tunnels Sequence[GetRemote Network Ecmp Tunnel] - ecmptunnels is required when ecmpload*balancing is enable.
- 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 Id param.
- 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
Get
Remote Network 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.
- tfid str
- ecmp
Load StringBalancing - The EcmpLoadBalancing param. String must be one of these:
"enable"
,"disable"
. Default:"disable"
. - ecmp
Tunnels List<Property Map> - ecmptunnels is required when ecmpload*balancing is enable.
- 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 Id param.
- ipsec
Tunnel String - ipsectunnel is required when ecmpload_balancing is disable.
- license
Type 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.
- secondary
Ipsec StringTunnel - specify secondary ipsec_tunnel if needed.
- spn
Name String - spn-name is needed when license_type is FWAAS-AGGREGATE.
- subnets List<String>
- The Subnets param.
- tfid String
Supporting Types
GetRemoteNetworkEcmpTunnel
- Ipsec
Tunnel string - The IpsecTunnel param.
- Name string
- The Name param.
- Protocol
Get
Remote Network Ecmp Tunnel Protocol - The Protocol param.
- Ipsec
Tunnel string - The IpsecTunnel param.
- Name string
- The Name param.
- Protocol
Get
Remote Network Ecmp Tunnel Protocol - The Protocol param.
- ipsec
Tunnel String - The IpsecTunnel param.
- name String
- The Name param.
- protocol
Get
Remote Network Ecmp Tunnel Protocol - The Protocol param.
- ipsec
Tunnel string - The IpsecTunnel param.
- name string
- The Name param.
- protocol
Get
Remote Network Ecmp Tunnel Protocol - The Protocol param.
- ipsec_
tunnel str - The IpsecTunnel param.
- name str
- The Name param.
- protocol
Get
Remote Network Ecmp Tunnel Protocol - The Protocol param.
- ipsec
Tunnel String - The IpsecTunnel param.
- name String
- The Name param.
- protocol Property Map
- The Protocol param.
GetRemoteNetworkEcmpTunnelProtocol
- Bgp
Get
Remote Network Ecmp Tunnel Protocol Bgp - The Bgp param.
- Bgp
Get
Remote Network Ecmp Tunnel Protocol Bgp - The Bgp param.
- bgp
Get
Remote Network Ecmp Tunnel Protocol Bgp - The Bgp param.
- bgp
Get
Remote Network Ecmp Tunnel Protocol Bgp - The Bgp param.
- bgp
Get
Remote Network Ecmp Tunnel Protocol Bgp - The Bgp param.
- bgp Property Map
- The Bgp param.
GetRemoteNetworkEcmpTunnelProtocolBgp
- Do
Not boolExport Routes - The DoNotExportRoutes param.
- Enable bool
- to setup bgp protocol, enable need to set as true.
- Local
Ip stringAddress - The LocalIpAddress param.
- Originate
Default boolRoute - The OriginateDefaultRoute param.
- Peer
As string - The PeerAs param.
- Peer
Ip stringAddress - The PeerIpAddress param.
- Peering
Type 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.
- Summarize
Mobile boolUser 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 stringAddress - The LocalIpAddress param.
- Originate
Default boolRoute - The OriginateDefaultRoute param.
- Peer
As string - The PeerAs param.
- Peer
Ip stringAddress - The PeerIpAddress param.
- Peering
Type 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.
- Summarize
Mobile boolUser Routes - The SummarizeMobileUserRoutes param.
- do
Not BooleanExport Routes - The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- local
Ip StringAddress - The LocalIpAddress param.
- originate
Default BooleanRoute - The OriginateDefaultRoute param.
- peer
As String - The PeerAs param.
- peer
Ip StringAddress - The PeerIpAddress param.
- peering
Type 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.
- summarize
Mobile BooleanUser Routes - The SummarizeMobileUserRoutes param.
- do
Not booleanExport Routes - The DoNotExportRoutes param.
- enable boolean
- to setup bgp protocol, enable need to set as true.
- local
Ip stringAddress - The LocalIpAddress param.
- originate
Default booleanRoute - The OriginateDefaultRoute param.
- peer
As string - The PeerAs param.
- peer
Ip stringAddress - The PeerIpAddress param.
- peering
Type 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.
- summarize
Mobile 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.
- do
Not BooleanExport Routes - The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- local
Ip StringAddress - The LocalIpAddress param.
- originate
Default BooleanRoute - The OriginateDefaultRoute param.
- peer
As String - The PeerAs param.
- peer
Ip StringAddress - The PeerIpAddress param.
- peering
Type 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.
- summarize
Mobile BooleanUser Routes - The SummarizeMobileUserRoutes param.
GetRemoteNetworkProtocol
- Bgp
Get
Remote Network Protocol Bgp - The Bgp param.
- Bgp
Peer GetRemote Network Protocol Bgp Peer - secondary bgp routing as bgp*peer.
- Bgp
Get
Remote Network Protocol Bgp - The Bgp param.
- Bgp
Peer GetRemote Network Protocol Bgp Peer - secondary bgp routing as bgp*peer.
- bgp
Get
Remote Network Protocol Bgp - The Bgp param.
- bgp
Peer GetRemote Network Protocol Bgp Peer - secondary bgp routing as bgp*peer.
- bgp
Get
Remote Network Protocol Bgp - The Bgp param.
- bgp
Peer GetRemote Network Protocol Bgp Peer - secondary bgp routing as bgp*peer.
- bgp
Get
Remote Network Protocol Bgp - The Bgp param.
- bgp_
peer GetRemote Network Protocol Bgp Peer - secondary bgp routing as bgp*peer.
- bgp Property Map
- The Bgp param.
- bgp
Peer Property Map - secondary bgp routing as bgp*peer.
GetRemoteNetworkProtocolBgp
- Do
Not boolExport Routes - The DoNotExportRoutes param.
- Enable bool
- to setup bgp protocol, enable need to set as true.
- Local
Ip stringAddress - The LocalIpAddress param.
- Originate
Default boolRoute - The OriginateDefaultRoute param.
- Peer
As string - The PeerAs param.
- Peer
Ip stringAddress - The PeerIpAddress param.
- Peering
Type 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.
- Summarize
Mobile boolUser 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 stringAddress - The LocalIpAddress param.
- Originate
Default boolRoute - The OriginateDefaultRoute param.
- Peer
As string - The PeerAs param.
- Peer
Ip stringAddress - The PeerIpAddress param.
- Peering
Type 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.
- Summarize
Mobile boolUser Routes - The SummarizeMobileUserRoutes param.
- do
Not BooleanExport Routes - The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- local
Ip StringAddress - The LocalIpAddress param.
- originate
Default BooleanRoute - The OriginateDefaultRoute param.
- peer
As String - The PeerAs param.
- peer
Ip StringAddress - The PeerIpAddress param.
- peering
Type 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.
- summarize
Mobile BooleanUser Routes - The SummarizeMobileUserRoutes param.
- do
Not booleanExport Routes - The DoNotExportRoutes param.
- enable boolean
- to setup bgp protocol, enable need to set as true.
- local
Ip stringAddress - The LocalIpAddress param.
- originate
Default booleanRoute - The OriginateDefaultRoute param.
- peer
As string - The PeerAs param.
- peer
Ip stringAddress - The PeerIpAddress param.
- peering
Type 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.
- summarize
Mobile 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.
- do
Not BooleanExport Routes - The DoNotExportRoutes param.
- enable Boolean
- to setup bgp protocol, enable need to set as true.
- local
Ip StringAddress - The LocalIpAddress param.
- originate
Default BooleanRoute - The OriginateDefaultRoute param.
- peer
As String - The PeerAs param.
- peer
Ip StringAddress - The PeerIpAddress param.
- peering
Type 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.
- summarize
Mobile BooleanUser Routes - The SummarizeMobileUserRoutes param.
GetRemoteNetworkProtocolBgpPeer
- Local
Ip stringAddress - The LocalIpAddress param.
- Peer
Ip stringAddress - The PeerIpAddress param.
- Secret string
- The Secret param.
- Local
Ip stringAddress - The LocalIpAddress param.
- Peer
Ip stringAddress - The PeerIpAddress param.
- Secret string
- The Secret param.
- local
Ip StringAddress - The LocalIpAddress param.
- peer
Ip StringAddress - The PeerIpAddress param.
- secret String
- The Secret param.
- local
Ip stringAddress - The LocalIpAddress param.
- peer
Ip stringAddress - The PeerIpAddress param.
- secret string
- The Secret param.
- local_
ip_ straddress - The LocalIpAddress param.
- peer_
ip_ straddress - The PeerIpAddress param.
- secret str
- The Secret param.
- local
Ip StringAddress - The LocalIpAddress param.
- peer
Ip StringAddress - The PeerIpAddress param.
- secret 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.