1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. compute
  5. getHcVpnGateway
Google Cloud Classic v7.19.0 published on Thursday, Apr 18, 2024 by Pulumi

gcp.compute.getHcVpnGateway

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.19.0 published on Thursday, Apr 18, 2024 by Pulumi

    Get a HA VPN Gateway within GCE from its name.

    Example Usage

    data "google_compute_ha_vpn_gateway" "gateway" {
      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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:compute/getHcVpnGateway:getHcVpnGateway
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the forwarding rule.


    Project string
    The project in which the resource belongs. If it is not provided, the provider project is used.
    Region string
    The region in which the resource belongs. If it is not provided, the project region is used.
    Name string
    The name of the forwarding rule.


    Project string
    The project in which the resource belongs. If it is not provided, the provider project is used.
    Region string
    The region in which the resource belongs. If it is not provided, the project region is used.
    name String
    The name of the forwarding rule.


    project String
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region String
    The region in which the resource belongs. If it is not provided, the project region is used.
    name string
    The name of the forwarding rule.


    project string
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region string
    The region in which the resource belongs. If it is not provided, the project region is used.
    name str
    The name of the forwarding rule.


    project str
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region str
    The region in which the resource belongs. If it is not provided, the project region is used.
    name String
    The name of the forwarding rule.


    project String
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region String
    The region in which the resource belongs. If it is not provided, the project region is used.

    getHcVpnGateway Result

    The following output properties are available:

    Description string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Network string
    SelfLink string
    StackType string
    VpnInterfaces List<GetHcVpnGatewayVpnInterface>
    Project string
    Region string
    Description string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Network string
    SelfLink string
    StackType string
    VpnInterfaces []GetHcVpnGatewayVpnInterface
    Project string
    Region string
    description String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    network String
    selfLink String
    stackType String
    vpnInterfaces List<GetHcVpnGatewayVpnInterface>
    project String
    region String
    description string
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    network string
    selfLink string
    stackType string
    vpnInterfaces GetHcVpnGatewayVpnInterface[]
    project string
    region string
    description str
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    network str
    self_link str
    stack_type str
    vpn_interfaces Sequence[GetHcVpnGatewayVpnInterface]
    project str
    region str
    description String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    network String
    selfLink String
    stackType String
    vpnInterfaces List<Property Map>
    project String
    region String

    Supporting Types

    GetHcVpnGatewayVpnInterface

    Id int
    The numeric ID of this VPN gateway interface.
    InterconnectAttachment 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.

    IpAddress string
    The external IP address for this VPN gateway interface.
    Id int
    The numeric ID of this VPN gateway interface.
    InterconnectAttachment 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.

    IpAddress string
    The external IP address for this VPN gateway interface.
    id Integer
    The numeric ID of this VPN gateway interface.
    interconnectAttachment 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.

    ipAddress String
    The external IP address for this VPN gateway interface.
    id number
    The numeric ID of this VPN gateway interface.
    interconnectAttachment 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.

    ipAddress 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.
    interconnectAttachment 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.

    ipAddress 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-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v7.19.0 published on Thursday, Apr 18, 2024 by Pulumi