gcp.compute.getHcVpnGateway
Explore with Pulumi AI
Get a HA VPN Gateway within GCE from its name.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const gateway = gcp.compute.getHcVpnGateway({
    name: "foobar",
});
import pulumi
import pulumi_gcp as gcp
gateway = gcp.compute.get_hc_vpn_gateway(name="foobar")
package main
import (
	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/compute"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := compute.GetHcVpnGateway(ctx, &compute.GetHcVpnGatewayArgs{
			Name: "foobar",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() => 
{
    var gateway = Gcp.Compute.GetHcVpnGateway.Invoke(new()
    {
        Name = "foobar",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.compute.ComputeFunctions;
import com.pulumi.gcp.compute.inputs.GetHcVpnGatewayArgs;
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 gateway = ComputeFunctions.getHcVpnGateway(GetHcVpnGatewayArgs.builder()
            .name("foobar")
            .build());
    }
}
variables:
  gateway:
    fn::invoke:
      function: gcp:compute:getHcVpnGateway
      arguments:
        name: foobar
Using getHcVpnGateway
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 getHcVpnGateway(args: GetHcVpnGatewayArgs, opts?: InvokeOptions): Promise<GetHcVpnGatewayResult>
function getHcVpnGatewayOutput(args: GetHcVpnGatewayOutputArgs, opts?: InvokeOptions): Output<GetHcVpnGatewayResult>def get_hc_vpn_gateway(name: Optional[str] = None,
                       project: Optional[str] = None,
                       region: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetHcVpnGatewayResult
def get_hc_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
                       project: Optional[pulumi.Input[str]] = None,
                       region: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetHcVpnGatewayResult]func GetHcVpnGateway(ctx *Context, args *GetHcVpnGatewayArgs, opts ...InvokeOption) (*GetHcVpnGatewayResult, error)
func GetHcVpnGatewayOutput(ctx *Context, args *GetHcVpnGatewayOutputArgs, opts ...InvokeOption) GetHcVpnGatewayResultOutput> Note: This function is named GetHcVpnGateway in the Go SDK.
public static class GetHcVpnGateway 
{
    public static Task<GetHcVpnGatewayResult> InvokeAsync(GetHcVpnGatewayArgs args, InvokeOptions? opts = null)
    public static Output<GetHcVpnGatewayResult> Invoke(GetHcVpnGatewayInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHcVpnGatewayResult> getHcVpnGateway(GetHcVpnGatewayArgs args, InvokeOptions options)
public static Output<GetHcVpnGatewayResult> getHcVpnGateway(GetHcVpnGatewayArgs args, InvokeOptions options)
fn::invoke:
  function: gcp:compute/getHcVpnGateway:getHcVpnGateway
  arguments:
    # arguments dictionaryThe following arguments are supported:
getHcVpnGateway Result
The following output properties are available:
- Description string
 - Effective
Labels Dictionary<string, string> - Gateway
Ip stringVersion  - Id string
 - The provider-assigned unique ID for this managed resource.
 - Label
Fingerprint string - Labels Dictionary<string, string>
 - Name string
 - Network string
 - Pulumi
Labels Dictionary<string, string> - Self
Link string - Stack
Type string - Vpn
Interfaces List<GetHc Vpn Gateway Vpn Interface>  - Project string
 - Region string
 
- Description string
 - Effective
Labels map[string]string - Gateway
Ip stringVersion  - Id string
 - The provider-assigned unique ID for this managed resource.
 - Label
Fingerprint string - Labels map[string]string
 - Name string
 - Network string
 - Pulumi
Labels map[string]string - Self
Link string - Stack
Type string - Vpn
Interfaces []GetHc Vpn Gateway Vpn Interface  - Project string
 - Region string
 
- description String
 - effective
Labels Map<String,String> - gateway
Ip StringVersion  - id String
 - The provider-assigned unique ID for this managed resource.
 - label
Fingerprint String - labels Map<String,String>
 - name String
 - network String
 - pulumi
Labels Map<String,String> - self
Link String - stack
Type String - vpn
Interfaces List<GetHc Vpn Gateway Vpn Interface>  - project String
 - region String
 
- description string
 - effective
Labels {[key: string]: string} - gateway
Ip stringVersion  - id string
 - The provider-assigned unique ID for this managed resource.
 - label
Fingerprint string - labels {[key: string]: string}
 - name string
 - network string
 - pulumi
Labels {[key: string]: string} - self
Link string - stack
Type string - vpn
Interfaces GetHc Vpn Gateway Vpn Interface[]  - project string
 - region string
 
- description str
 - effective_
labels Mapping[str, str] - gateway_
ip_ strversion  - id str
 - The provider-assigned unique ID for this managed resource.
 - label_
fingerprint str - labels Mapping[str, str]
 - name str
 - network str
 - pulumi_
labels Mapping[str, str] - self_
link str - stack_
type str - vpn_
interfaces Sequence[GetHc Vpn Gateway Vpn Interface]  - project str
 - region str
 
- description String
 - effective
Labels Map<String> - gateway
Ip StringVersion  - id String
 - The provider-assigned unique ID for this managed resource.
 - label
Fingerprint String - labels Map<String>
 - name String
 - network String
 - pulumi
Labels Map<String> - self
Link String - stack
Type String - vpn
Interfaces List<Property Map> - project String
 - region String
 
Supporting Types
GetHcVpnGatewayVpnInterface     
- Id int
 - The numeric ID of this VPN gateway interface.
 - Interconnect
Attachment string URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.
Not currently available publicly.
- Ip
Address string - The external IP address for this VPN gateway interface.
 
- Id int
 - The numeric ID of this VPN gateway interface.
 - Interconnect
Attachment string URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.
Not currently available publicly.
- Ip
Address string - The external IP address for this VPN gateway interface.
 
- id Integer
 - The numeric ID of this VPN gateway interface.
 - interconnect
Attachment String URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.
Not currently available publicly.
- ip
Address String - The external IP address for this VPN gateway interface.
 
- id number
 - The numeric ID of this VPN gateway interface.
 - interconnect
Attachment string URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.
Not currently available publicly.
- ip
Address string - The external IP address for this VPN gateway interface.
 
- id int
 - The numeric ID of this VPN gateway interface.
 - interconnect_
attachment str URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.
Not currently available publicly.
- ip_
address str - The external IP address for this VPN gateway interface.
 
- id Number
 - The numeric ID of this VPN gateway interface.
 - interconnect
Attachment String URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.
Not currently available publicly.
- ip
Address String - The external IP address for this VPN gateway interface.
 
Package Details
- Repository
 - Google Cloud (GCP) Classic pulumi/pulumi-gcp
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
google-betaTerraform Provider.