1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getVpnCustomerGatewayVendors
tencentcloud 1.81.187 published on Monday, Apr 28, 2025 by tencentcloudstack

tencentcloud.getVpnCustomerGatewayVendors

Explore with Pulumi AI

Use this data source to query detailed information of vpc vpn_customer_gateway_vendors

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";

const vpnCustomerGatewayVendors = tencentcloud.getVpnCustomerGatewayVendors({});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

vpn_customer_gateway_vendors = tencentcloud.get_vpn_customer_gateway_vendors()
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := tencentcloud.GetVpnCustomerGatewayVendors(ctx, &tencentcloud.GetVpnCustomerGatewayVendorsArgs{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var vpnCustomerGatewayVendors = Tencentcloud.GetVpnCustomerGatewayVendors.Invoke();

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetVpnCustomerGatewayVendorsArgs;
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 vpnCustomerGatewayVendors = TencentcloudFunctions.getVpnCustomerGatewayVendors();

    }
}
Copy
variables:
  vpnCustomerGatewayVendors:
    fn::invoke:
      function: tencentcloud:getVpnCustomerGatewayVendors
      arguments: {}
Copy

Using getVpnCustomerGatewayVendors

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 getVpnCustomerGatewayVendors(args: GetVpnCustomerGatewayVendorsArgs, opts?: InvokeOptions): Promise<GetVpnCustomerGatewayVendorsResult>
function getVpnCustomerGatewayVendorsOutput(args: GetVpnCustomerGatewayVendorsOutputArgs, opts?: InvokeOptions): Output<GetVpnCustomerGatewayVendorsResult>
Copy
def get_vpn_customer_gateway_vendors(id: Optional[str] = None,
                                     result_output_file: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetVpnCustomerGatewayVendorsResult
def get_vpn_customer_gateway_vendors_output(id: Optional[pulumi.Input[str]] = None,
                                     result_output_file: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetVpnCustomerGatewayVendorsResult]
Copy
func GetVpnCustomerGatewayVendors(ctx *Context, args *GetVpnCustomerGatewayVendorsArgs, opts ...InvokeOption) (*GetVpnCustomerGatewayVendorsResult, error)
func GetVpnCustomerGatewayVendorsOutput(ctx *Context, args *GetVpnCustomerGatewayVendorsOutputArgs, opts ...InvokeOption) GetVpnCustomerGatewayVendorsResultOutput
Copy

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

public static class GetVpnCustomerGatewayVendors 
{
    public static Task<GetVpnCustomerGatewayVendorsResult> InvokeAsync(GetVpnCustomerGatewayVendorsArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnCustomerGatewayVendorsResult> Invoke(GetVpnCustomerGatewayVendorsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVpnCustomerGatewayVendorsResult> getVpnCustomerGatewayVendors(GetVpnCustomerGatewayVendorsArgs args, InvokeOptions options)
public static Output<GetVpnCustomerGatewayVendorsResult> getVpnCustomerGatewayVendors(GetVpnCustomerGatewayVendorsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getVpnCustomerGatewayVendors:getVpnCustomerGatewayVendors
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
ResultOutputFile string
Used to save results.
Id string
ResultOutputFile string
Used to save results.
id String
resultOutputFile String
Used to save results.
id string
resultOutputFile string
Used to save results.
id str
result_output_file str
Used to save results.
id String
resultOutputFile String
Used to save results.

getVpnCustomerGatewayVendors Result

The following output properties are available:

customerGatewayVendorSets List<Property Map>
Customer Gateway Vendor Set.
id String
resultOutputFile String

Supporting Types

GetVpnCustomerGatewayVendorsCustomerGatewayVendorSet

Platform This property is required. string
Platform.
SoftwareVersion This property is required. string
SoftwareVersion.
VendorName This property is required. string
VendorName.
Platform This property is required. string
Platform.
SoftwareVersion This property is required. string
SoftwareVersion.
VendorName This property is required. string
VendorName.
platform This property is required. String
Platform.
softwareVersion This property is required. String
SoftwareVersion.
vendorName This property is required. String
VendorName.
platform This property is required. string
Platform.
softwareVersion This property is required. string
SoftwareVersion.
vendorName This property is required. string
VendorName.
platform This property is required. str
Platform.
software_version This property is required. str
SoftwareVersion.
vendor_name This property is required. str
VendorName.
platform This property is required. String
Platform.
softwareVersion This property is required. String
SoftwareVersion.
vendorName This property is required. String
VendorName.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.