1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getEnterpriseVpnCustomerGatewayV5
opentelekomcloud 1.36.35 published on Monday, Apr 14, 2025 by opentelekomcloud

opentelekomcloud.getEnterpriseVpnCustomerGatewayV5

Explore with Pulumi AI

Using getEnterpriseVpnCustomerGatewayV5

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 getEnterpriseVpnCustomerGatewayV5(args: GetEnterpriseVpnCustomerGatewayV5Args, opts?: InvokeOptions): Promise<GetEnterpriseVpnCustomerGatewayV5Result>
function getEnterpriseVpnCustomerGatewayV5Output(args: GetEnterpriseVpnCustomerGatewayV5OutputArgs, opts?: InvokeOptions): Output<GetEnterpriseVpnCustomerGatewayV5Result>
Copy
def get_enterprise_vpn_customer_gateway_v5(id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetEnterpriseVpnCustomerGatewayV5Result
def get_enterprise_vpn_customer_gateway_v5_output(id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetEnterpriseVpnCustomerGatewayV5Result]
Copy
func LookupEnterpriseVpnCustomerGatewayV5(ctx *Context, args *LookupEnterpriseVpnCustomerGatewayV5Args, opts ...InvokeOption) (*LookupEnterpriseVpnCustomerGatewayV5Result, error)
func LookupEnterpriseVpnCustomerGatewayV5Output(ctx *Context, args *LookupEnterpriseVpnCustomerGatewayV5OutputArgs, opts ...InvokeOption) LookupEnterpriseVpnCustomerGatewayV5ResultOutput
Copy

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

public static class GetEnterpriseVpnCustomerGatewayV5 
{
    public static Task<GetEnterpriseVpnCustomerGatewayV5Result> InvokeAsync(GetEnterpriseVpnCustomerGatewayV5Args args, InvokeOptions? opts = null)
    public static Output<GetEnterpriseVpnCustomerGatewayV5Result> Invoke(GetEnterpriseVpnCustomerGatewayV5InvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetEnterpriseVpnCustomerGatewayV5Result> getEnterpriseVpnCustomerGatewayV5(GetEnterpriseVpnCustomerGatewayV5Args args, InvokeOptions options)
public static Output<GetEnterpriseVpnCustomerGatewayV5Result> getEnterpriseVpnCustomerGatewayV5(GetEnterpriseVpnCustomerGatewayV5Args args, InvokeOptions options)
Copy
fn::invoke:
  function: opentelekomcloud:index/getEnterpriseVpnCustomerGatewayV5:getEnterpriseVpnCustomerGatewayV5
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

getEnterpriseVpnCustomerGatewayV5 Result

The following output properties are available:

Asn double
CreatedAt string
Id string
IdType string
IdValue string
Ip string
Name string
Region string
RouteMode string
UpdatedAt string
Asn float64
CreatedAt string
Id string
IdType string
IdValue string
Ip string
Name string
Region string
RouteMode string
UpdatedAt string
asn Double
createdAt String
id String
idType String
idValue String
ip String
name String
region String
routeMode String
updatedAt String
asn number
createdAt string
id string
idType string
idValue string
ip string
name string
region string
routeMode string
updatedAt string
asn float
created_at str
id str
id_type str
id_value str
ip str
name str
region str
route_mode str
updated_at str
asn Number
createdAt String
id String
idType String
idValue String
ip String
name String
region String
routeMode String
updatedAt String

Package Details

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