ibm.getIsVpnGatewayConnections
Explore with Pulumi AI
Retrieve information of an existing VPN gateway connections. For more information, see adding connections to a VPN gateway.
Note:
VPC infrastructure services are a regional specific based endpoint, by default targets to us-south
. Please make sure to target right region in the provider block as shown in the provider.tf
file, if VPC service is created in region other than us-south
.
provider.tf
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsVpnGatewayConnections({
vpnGateway: ibm_is_vpn_gateway.example.id,
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_vpn_gateway_connections(vpn_gateway=ibm_is_vpn_gateway["example"]["id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsVpnGatewayConnections(ctx, &ibm.GetIsVpnGatewayConnectionsArgs{
VpnGateway: ibm_is_vpn_gateway.Example.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var example = Ibm.GetIsVpnGatewayConnections.Invoke(new()
{
VpnGateway = ibm_is_vpn_gateway.Example.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsVpnGatewayConnectionsArgs;
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 = IbmFunctions.getIsVpnGatewayConnections(GetIsVpnGatewayConnectionsArgs.builder()
.vpnGateway(ibm_is_vpn_gateway.example().id())
.build());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsVpnGatewayConnections
arguments:
vpnGateway: ${ibm_is_vpn_gateway.example.id}
Using getIsVpnGatewayConnections
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 getIsVpnGatewayConnections(args: GetIsVpnGatewayConnectionsArgs, opts?: InvokeOptions): Promise<GetIsVpnGatewayConnectionsResult>
function getIsVpnGatewayConnectionsOutput(args: GetIsVpnGatewayConnectionsOutputArgs, opts?: InvokeOptions): Output<GetIsVpnGatewayConnectionsResult>
def get_is_vpn_gateway_connections(id: Optional[str] = None,
status: Optional[str] = None,
vpn_gateway: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsVpnGatewayConnectionsResult
def get_is_vpn_gateway_connections_output(id: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
vpn_gateway: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsVpnGatewayConnectionsResult]
func GetIsVpnGatewayConnections(ctx *Context, args *GetIsVpnGatewayConnectionsArgs, opts ...InvokeOption) (*GetIsVpnGatewayConnectionsResult, error)
func GetIsVpnGatewayConnectionsOutput(ctx *Context, args *GetIsVpnGatewayConnectionsOutputArgs, opts ...InvokeOption) GetIsVpnGatewayConnectionsResultOutput
> Note: This function is named GetIsVpnGatewayConnections
in the Go SDK.
public static class GetIsVpnGatewayConnections
{
public static Task<GetIsVpnGatewayConnectionsResult> InvokeAsync(GetIsVpnGatewayConnectionsArgs args, InvokeOptions? opts = null)
public static Output<GetIsVpnGatewayConnectionsResult> Invoke(GetIsVpnGatewayConnectionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsVpnGatewayConnectionsResult> getIsVpnGatewayConnections(GetIsVpnGatewayConnectionsArgs args, InvokeOptions options)
public static Output<GetIsVpnGatewayConnectionsResult> getIsVpnGatewayConnections(GetIsVpnGatewayConnectionsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsVpnGatewayConnections:getIsVpnGatewayConnections
arguments:
# arguments dictionary
The following arguments are supported:
- Vpn
Gateway string - The VPN gateway ID.
- Id string
- (String) The ID of the VPN gateway connection.
- Status string
- Filters the collection to VPN gateway connections with the specified status.
- Vpn
Gateway string - The VPN gateway ID.
- Id string
- (String) The ID of the VPN gateway connection.
- Status string
- Filters the collection to VPN gateway connections with the specified status.
- vpn
Gateway String - The VPN gateway ID.
- id String
- (String) The ID of the VPN gateway connection.
- status String
- Filters the collection to VPN gateway connections with the specified status.
- vpn
Gateway string - The VPN gateway ID.
- id string
- (String) The ID of the VPN gateway connection.
- status string
- Filters the collection to VPN gateway connections with the specified status.
- vpn_
gateway str - The VPN gateway ID.
- id str
- (String) The ID of the VPN gateway connection.
- status str
- Filters the collection to VPN gateway connections with the specified status.
- vpn
Gateway String - The VPN gateway ID.
- id String
- (String) The ID of the VPN gateway connection.
- status String
- Filters the collection to VPN gateway connections with the specified status.
getIsVpnGatewayConnections Result
The following output properties are available:
- Connections
List<Get
Is Vpn Gateway Connections Connection> - Id string
- (String) The ID of the VPN gateway connection.
- Vpn
Gateway string - Status string
- (String) The status of the VPN tunnel.
- Connections
[]Get
Is Vpn Gateway Connections Connection - Id string
- (String) The ID of the VPN gateway connection.
- Vpn
Gateway string - Status string
- (String) The status of the VPN tunnel.
- connections
List<Get
Is Vpn Gateway Connections Connection> - id String
- (String) The ID of the VPN gateway connection.
- vpn
Gateway String - status String
- (String) The status of the VPN tunnel.
- connections
Get
Is Vpn Gateway Connections Connection[] - id string
- (String) The ID of the VPN gateway connection.
- vpn
Gateway string - status string
- (String) The status of the VPN tunnel.
- connections
Sequence[Get
Is Vpn Gateway Connections Connection] - id str
- (String) The ID of the VPN gateway connection.
- vpn_
gateway str - status str
- (String) The status of the VPN tunnel.
- connections List<Property Map>
- id String
- (String) The ID of the VPN gateway connection.
- vpn
Gateway String - status String
- (String) The status of the VPN tunnel.
Supporting Types
GetIsVpnGatewayConnectionsConnection
- Action string
- (String) Action detection for dead peer detection action.
- Admin
State boolUp - (String) The VPN gateway connection admin state. Default value is true.
- Authentication
Mode string - (String) The authentication mode.
- Created
At string - (Timestamp) The date and time the VPN gateway connection was created.
- Distribute
Traffic bool - (Boolean) Indicates whether the traffic is distributed between the
up
tunnels of the VPN gateway connection when the VPC route's next hop is a VPN connection. Iffalse
, the traffic is only routed through theup
tunnel with the lowerpublic_ip
address. Distributing traffic across tunnels of route-based VPN gateway connections. Traffic across tunnels can be distributed with a status of up in a route-based VPN gateway connection. When creating or updating a route-based VPN gateway connection, set the distribute_traffic property to true (default is false). Existing connections will have thedistribute_traffic
property set to false. - Establish
Mode string - (String) The establish mode of the VPN gateway connection:-
bidirectional
: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.-peer_only
: Only the peer can initiate IKE protocol negotiations for this VPN gateway connection. Additionally, the peer is responsible for initiating the rekeying process after the connection is established. If rekeying does not occur, the VPN gateway connection will be brought down after its lifetime expires. - Href string
- Id string
- (String) The ID of the VPN gateway connection.
- Ike
Policy string - (String) The VPN gateway connection IKE Policy.
- Interval double
- (String) Interval for dead peer detection.
- Ipsec
Policy string - (String) The IP security policy VPN gateway connection.
- Local
Cidrs List<string> - (String) The VPN gateway connection local CIDRs.
- Locals
List<Get
Is Vpn Gateway Connections Connection Local> - (List) Nested schema for local:
- Mode string
- (String) The mode of the VPN gateway.
- Name string
- (String) The VPN gateway connection name.
- Peer
Address string - (String) The VPN gateway connection peer address.
- Peer
Cidrs List<string> - (String) The VPN gateway connection peer CIDRs.
- Peers
List<Get
Is Vpn Gateway Connections Connection Peer> - (List) Nested schema for peer:
- Psk string
- Resource
Type string - (String) The resource type.
- Routing
Protocol string - Status string
- Filters the collection to VPN gateway connections with the specified status.
- Status
Reasons List<GetIs Vpn Gateway Connections Connection Status Reason> - (List) Array of reasons for the current status (if any).
- Timeout double
- (String) Timeout for dead peer detection.
- Tunnels
List<Get
Is Vpn Gateway Connections Connection Tunnel> - (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
- Action string
- (String) Action detection for dead peer detection action.
- Admin
State boolUp - (String) The VPN gateway connection admin state. Default value is true.
- Authentication
Mode string - (String) The authentication mode.
- Created
At string - (Timestamp) The date and time the VPN gateway connection was created.
- Distribute
Traffic bool - (Boolean) Indicates whether the traffic is distributed between the
up
tunnels of the VPN gateway connection when the VPC route's next hop is a VPN connection. Iffalse
, the traffic is only routed through theup
tunnel with the lowerpublic_ip
address. Distributing traffic across tunnels of route-based VPN gateway connections. Traffic across tunnels can be distributed with a status of up in a route-based VPN gateway connection. When creating or updating a route-based VPN gateway connection, set the distribute_traffic property to true (default is false). Existing connections will have thedistribute_traffic
property set to false. - Establish
Mode string - (String) The establish mode of the VPN gateway connection:-
bidirectional
: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.-peer_only
: Only the peer can initiate IKE protocol negotiations for this VPN gateway connection. Additionally, the peer is responsible for initiating the rekeying process after the connection is established. If rekeying does not occur, the VPN gateway connection will be brought down after its lifetime expires. - Href string
- Id string
- (String) The ID of the VPN gateway connection.
- Ike
Policy string - (String) The VPN gateway connection IKE Policy.
- Interval float64
- (String) Interval for dead peer detection.
- Ipsec
Policy string - (String) The IP security policy VPN gateway connection.
- Local
Cidrs []string - (String) The VPN gateway connection local CIDRs.
- Locals
[]Get
Is Vpn Gateway Connections Connection Local - (List) Nested schema for local:
- Mode string
- (String) The mode of the VPN gateway.
- Name string
- (String) The VPN gateway connection name.
- Peer
Address string - (String) The VPN gateway connection peer address.
- Peer
Cidrs []string - (String) The VPN gateway connection peer CIDRs.
- Peers
[]Get
Is Vpn Gateway Connections Connection Peer - (List) Nested schema for peer:
- Psk string
- Resource
Type string - (String) The resource type.
- Routing
Protocol string - Status string
- Filters the collection to VPN gateway connections with the specified status.
- Status
Reasons []GetIs Vpn Gateway Connections Connection Status Reason - (List) Array of reasons for the current status (if any).
- Timeout float64
- (String) Timeout for dead peer detection.
- Tunnels
[]Get
Is Vpn Gateway Connections Connection Tunnel - (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
- action String
- (String) Action detection for dead peer detection action.
- admin
State BooleanUp - (String) The VPN gateway connection admin state. Default value is true.
- authentication
Mode String - (String) The authentication mode.
- created
At String - (Timestamp) The date and time the VPN gateway connection was created.
- distribute
Traffic Boolean - (Boolean) Indicates whether the traffic is distributed between the
up
tunnels of the VPN gateway connection when the VPC route's next hop is a VPN connection. Iffalse
, the traffic is only routed through theup
tunnel with the lowerpublic_ip
address. Distributing traffic across tunnels of route-based VPN gateway connections. Traffic across tunnels can be distributed with a status of up in a route-based VPN gateway connection. When creating or updating a route-based VPN gateway connection, set the distribute_traffic property to true (default is false). Existing connections will have thedistribute_traffic
property set to false. - establish
Mode String - (String) The establish mode of the VPN gateway connection:-
bidirectional
: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.-peer_only
: Only the peer can initiate IKE protocol negotiations for this VPN gateway connection. Additionally, the peer is responsible for initiating the rekeying process after the connection is established. If rekeying does not occur, the VPN gateway connection will be brought down after its lifetime expires. - href String
- id String
- (String) The ID of the VPN gateway connection.
- ike
Policy String - (String) The VPN gateway connection IKE Policy.
- interval Double
- (String) Interval for dead peer detection.
- ipsec
Policy String - (String) The IP security policy VPN gateway connection.
- local
Cidrs List<String> - (String) The VPN gateway connection local CIDRs.
- locals
List<Get
Is Vpn Gateway Connections Connection Local> - (List) Nested schema for local:
- mode String
- (String) The mode of the VPN gateway.
- name String
- (String) The VPN gateway connection name.
- peer
Address String - (String) The VPN gateway connection peer address.
- peer
Cidrs List<String> - (String) The VPN gateway connection peer CIDRs.
- peers
List<Get
Is Vpn Gateway Connections Connection Peer> - (List) Nested schema for peer:
- psk String
- resource
Type String - (String) The resource type.
- routing
Protocol String - status String
- Filters the collection to VPN gateway connections with the specified status.
- status
Reasons List<GetIs Vpn Gateway Connections Connection Status Reason> - (List) Array of reasons for the current status (if any).
- timeout Double
- (String) Timeout for dead peer detection.
- tunnels
List<Get
Is Vpn Gateway Connections Connection Tunnel> - (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
- action string
- (String) Action detection for dead peer detection action.
- admin
State booleanUp - (String) The VPN gateway connection admin state. Default value is true.
- authentication
Mode string - (String) The authentication mode.
- created
At string - (Timestamp) The date and time the VPN gateway connection was created.
- distribute
Traffic boolean - (Boolean) Indicates whether the traffic is distributed between the
up
tunnels of the VPN gateway connection when the VPC route's next hop is a VPN connection. Iffalse
, the traffic is only routed through theup
tunnel with the lowerpublic_ip
address. Distributing traffic across tunnels of route-based VPN gateway connections. Traffic across tunnels can be distributed with a status of up in a route-based VPN gateway connection. When creating or updating a route-based VPN gateway connection, set the distribute_traffic property to true (default is false). Existing connections will have thedistribute_traffic
property set to false. - establish
Mode string - (String) The establish mode of the VPN gateway connection:-
bidirectional
: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.-peer_only
: Only the peer can initiate IKE protocol negotiations for this VPN gateway connection. Additionally, the peer is responsible for initiating the rekeying process after the connection is established. If rekeying does not occur, the VPN gateway connection will be brought down after its lifetime expires. - href string
- id string
- (String) The ID of the VPN gateway connection.
- ike
Policy string - (String) The VPN gateway connection IKE Policy.
- interval number
- (String) Interval for dead peer detection.
- ipsec
Policy string - (String) The IP security policy VPN gateway connection.
- local
Cidrs string[] - (String) The VPN gateway connection local CIDRs.
- locals
Get
Is Vpn Gateway Connections Connection Local[] - (List) Nested schema for local:
- mode string
- (String) The mode of the VPN gateway.
- name string
- (String) The VPN gateway connection name.
- peer
Address string - (String) The VPN gateway connection peer address.
- peer
Cidrs string[] - (String) The VPN gateway connection peer CIDRs.
- peers
Get
Is Vpn Gateway Connections Connection Peer[] - (List) Nested schema for peer:
- psk string
- resource
Type string - (String) The resource type.
- routing
Protocol string - status string
- Filters the collection to VPN gateway connections with the specified status.
- status
Reasons GetIs Vpn Gateway Connections Connection Status Reason[] - (List) Array of reasons for the current status (if any).
- timeout number
- (String) Timeout for dead peer detection.
- tunnels
Get
Is Vpn Gateway Connections Connection Tunnel[] - (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
- action str
- (String) Action detection for dead peer detection action.
- admin_
state_ boolup - (String) The VPN gateway connection admin state. Default value is true.
- authentication_
mode str - (String) The authentication mode.
- created_
at str - (Timestamp) The date and time the VPN gateway connection was created.
- distribute_
traffic bool - (Boolean) Indicates whether the traffic is distributed between the
up
tunnels of the VPN gateway connection when the VPC route's next hop is a VPN connection. Iffalse
, the traffic is only routed through theup
tunnel with the lowerpublic_ip
address. Distributing traffic across tunnels of route-based VPN gateway connections. Traffic across tunnels can be distributed with a status of up in a route-based VPN gateway connection. When creating or updating a route-based VPN gateway connection, set the distribute_traffic property to true (default is false). Existing connections will have thedistribute_traffic
property set to false. - establish_
mode str - (String) The establish mode of the VPN gateway connection:-
bidirectional
: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.-peer_only
: Only the peer can initiate IKE protocol negotiations for this VPN gateway connection. Additionally, the peer is responsible for initiating the rekeying process after the connection is established. If rekeying does not occur, the VPN gateway connection will be brought down after its lifetime expires. - href str
- id str
- (String) The ID of the VPN gateway connection.
- ike_
policy str - (String) The VPN gateway connection IKE Policy.
- interval float
- (String) Interval for dead peer detection.
- ipsec_
policy str - (String) The IP security policy VPN gateway connection.
- local_
cidrs Sequence[str] - (String) The VPN gateway connection local CIDRs.
- locals
Sequence[Get
Is Vpn Gateway Connections Connection Local] - (List) Nested schema for local:
- mode str
- (String) The mode of the VPN gateway.
- name str
- (String) The VPN gateway connection name.
- peer_
address str - (String) The VPN gateway connection peer address.
- peer_
cidrs Sequence[str] - (String) The VPN gateway connection peer CIDRs.
- peers
Sequence[Get
Is Vpn Gateway Connections Connection Peer] - (List) Nested schema for peer:
- psk str
- resource_
type str - (String) The resource type.
- routing_
protocol str - status str
- Filters the collection to VPN gateway connections with the specified status.
- status_
reasons Sequence[GetIs Vpn Gateway Connections Connection Status Reason] - (List) Array of reasons for the current status (if any).
- timeout float
- (String) Timeout for dead peer detection.
- tunnels
Sequence[Get
Is Vpn Gateway Connections Connection Tunnel] - (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
- action String
- (String) Action detection for dead peer detection action.
- admin
State BooleanUp - (String) The VPN gateway connection admin state. Default value is true.
- authentication
Mode String - (String) The authentication mode.
- created
At String - (Timestamp) The date and time the VPN gateway connection was created.
- distribute
Traffic Boolean - (Boolean) Indicates whether the traffic is distributed between the
up
tunnels of the VPN gateway connection when the VPC route's next hop is a VPN connection. Iffalse
, the traffic is only routed through theup
tunnel with the lowerpublic_ip
address. Distributing traffic across tunnels of route-based VPN gateway connections. Traffic across tunnels can be distributed with a status of up in a route-based VPN gateway connection. When creating or updating a route-based VPN gateway connection, set the distribute_traffic property to true (default is false). Existing connections will have thedistribute_traffic
property set to false. - establish
Mode String - (String) The establish mode of the VPN gateway connection:-
bidirectional
: Either side of the VPN gateway can initiate IKE protocol negotiations or rekeying processes.-peer_only
: Only the peer can initiate IKE protocol negotiations for this VPN gateway connection. Additionally, the peer is responsible for initiating the rekeying process after the connection is established. If rekeying does not occur, the VPN gateway connection will be brought down after its lifetime expires. - href String
- id String
- (String) The ID of the VPN gateway connection.
- ike
Policy String - (String) The VPN gateway connection IKE Policy.
- interval Number
- (String) Interval for dead peer detection.
- ipsec
Policy String - (String) The IP security policy VPN gateway connection.
- local
Cidrs List<String> - (String) The VPN gateway connection local CIDRs.
- locals List<Property Map>
- (List) Nested schema for local:
- mode String
- (String) The mode of the VPN gateway.
- name String
- (String) The VPN gateway connection name.
- peer
Address String - (String) The VPN gateway connection peer address.
- peer
Cidrs List<String> - (String) The VPN gateway connection peer CIDRs.
- peers List<Property Map>
- (List) Nested schema for peer:
- psk String
- resource
Type String - (String) The resource type.
- routing
Protocol String - status String
- Filters the collection to VPN gateway connections with the specified status.
- status
Reasons List<Property Map> - (List) Array of reasons for the current status (if any).
- timeout Number
- (String) Timeout for dead peer detection.
- tunnels List<Property Map>
- (List) The VPN tunnel configuration for the VPN gateway connection (in static route mode).
GetIsVpnGatewayConnectionsConnectionLocal
- Cidrs List<string>
- Ike
Identities List<GetIs Vpn Gateway Connections Connection Local Ike Identity> - (List) The local IKE identities.A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member. Nested schema for ike_identities:
- Cidrs []string
- Ike
Identities []GetIs Vpn Gateway Connections Connection Local Ike Identity - (List) The local IKE identities.A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member. Nested schema for ike_identities:
- cidrs List<String>
- ike
Identities List<GetIs Vpn Gateway Connections Connection Local Ike Identity> - (List) The local IKE identities.A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member. Nested schema for ike_identities:
- cidrs string[]
- ike
Identities GetIs Vpn Gateway Connections Connection Local Ike Identity[] - (List) The local IKE identities.A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member. Nested schema for ike_identities:
- cidrs Sequence[str]
- ike_
identities Sequence[GetIs Vpn Gateway Connections Connection Local Ike Identity] - (List) The local IKE identities.A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member. Nested schema for ike_identities:
- cidrs List<String>
- ike
Identities List<Property Map> - (List) The local IKE identities.A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member. Nested schema for ike_identities:
GetIsVpnGatewayConnectionsConnectionLocalIkeIdentity
GetIsVpnGatewayConnectionsConnectionPeer
- Address string
- (String) The IP address of the VPN gateway member in which the tunnel resides.
- Cidrs List<string>
- Fqdn string
- (String) The FQDN of the peer VPN gateway for this connection.
- Ike
Identities List<GetIs Vpn Gateway Connections Connection Peer Ike Identity> - (List) The peer IKE identity. Nested schema for ike_identity:
- Type string
- (String) Indicates whether
peer.address
orpeer.fqdn
is used.
- Address string
- (String) The IP address of the VPN gateway member in which the tunnel resides.
- Cidrs []string
- Fqdn string
- (String) The FQDN of the peer VPN gateway for this connection.
- Ike
Identities []GetIs Vpn Gateway Connections Connection Peer Ike Identity - (List) The peer IKE identity. Nested schema for ike_identity:
- Type string
- (String) Indicates whether
peer.address
orpeer.fqdn
is used.
- address String
- (String) The IP address of the VPN gateway member in which the tunnel resides.
- cidrs List<String>
- fqdn String
- (String) The FQDN of the peer VPN gateway for this connection.
- ike
Identities List<GetIs Vpn Gateway Connections Connection Peer Ike Identity> - (List) The peer IKE identity. Nested schema for ike_identity:
- type String
- (String) Indicates whether
peer.address
orpeer.fqdn
is used.
- address string
- (String) The IP address of the VPN gateway member in which the tunnel resides.
- cidrs string[]
- fqdn string
- (String) The FQDN of the peer VPN gateway for this connection.
- ike
Identities GetIs Vpn Gateway Connections Connection Peer Ike Identity[] - (List) The peer IKE identity. Nested schema for ike_identity:
- type string
- (String) Indicates whether
peer.address
orpeer.fqdn
is used.
- address str
- (String) The IP address of the VPN gateway member in which the tunnel resides.
- cidrs Sequence[str]
- fqdn str
- (String) The FQDN of the peer VPN gateway for this connection.
- ike_
identities Sequence[GetIs Vpn Gateway Connections Connection Peer Ike Identity] - (List) The peer IKE identity. Nested schema for ike_identity:
- type str
- (String) Indicates whether
peer.address
orpeer.fqdn
is used.
- address String
- (String) The IP address of the VPN gateway member in which the tunnel resides.
- cidrs List<String>
- fqdn String
- (String) The FQDN of the peer VPN gateway for this connection.
- ike
Identities List<Property Map> - (List) The peer IKE identity. Nested schema for ike_identity:
- type String
- (String) Indicates whether
peer.address
orpeer.fqdn
is used.
GetIsVpnGatewayConnectionsConnectionPeerIkeIdentity
GetIsVpnGatewayConnectionsConnectionStatusReason
GetIsVpnGatewayConnectionsConnectionTunnel
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.