1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getEnterpriseVpnConnectionV5
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getEnterpriseVpnConnectionV5

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Using getEnterpriseVpnConnectionV5

    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 getEnterpriseVpnConnectionV5(args: GetEnterpriseVpnConnectionV5Args, opts?: InvokeOptions): Promise<GetEnterpriseVpnConnectionV5Result>
    function getEnterpriseVpnConnectionV5Output(args: GetEnterpriseVpnConnectionV5OutputArgs, opts?: InvokeOptions): Output<GetEnterpriseVpnConnectionV5Result>
    def get_enterprise_vpn_connection_v5(id: Optional[str] = None,
                                         tags: Optional[Mapping[str, str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetEnterpriseVpnConnectionV5Result
    def get_enterprise_vpn_connection_v5_output(id: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetEnterpriseVpnConnectionV5Result]
    func LookupEnterpriseVpnConnectionV5(ctx *Context, args *LookupEnterpriseVpnConnectionV5Args, opts ...InvokeOption) (*LookupEnterpriseVpnConnectionV5Result, error)
    func LookupEnterpriseVpnConnectionV5Output(ctx *Context, args *LookupEnterpriseVpnConnectionV5OutputArgs, opts ...InvokeOption) LookupEnterpriseVpnConnectionV5ResultOutput

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

    public static class GetEnterpriseVpnConnectionV5 
    {
        public static Task<GetEnterpriseVpnConnectionV5Result> InvokeAsync(GetEnterpriseVpnConnectionV5Args args, InvokeOptions? opts = null)
        public static Output<GetEnterpriseVpnConnectionV5Result> Invoke(GetEnterpriseVpnConnectionV5InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEnterpriseVpnConnectionV5Result> getEnterpriseVpnConnectionV5(GetEnterpriseVpnConnectionV5Args args, InvokeOptions options)
    public static Output<GetEnterpriseVpnConnectionV5Result> getEnterpriseVpnConnectionV5(GetEnterpriseVpnConnectionV5Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getEnterpriseVpnConnectionV5:getEnterpriseVpnConnectionV5
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Tags Dictionary<string, string>
    Id string
    Tags map[string]string
    id String
    tags Map<String,String>
    id string
    tags {[key: string]: string}
    id str
    tags Mapping[str, str]
    id String
    tags Map<String>

    getEnterpriseVpnConnectionV5 Result

    The following output properties are available:

    Supporting Types

    GetEnterpriseVpnConnectionV5Ikepolicy

    GetEnterpriseVpnConnectionV5IkepolicyDpd

    Interval double
    Msg string
    Timeout double
    Interval float64
    Msg string
    Timeout float64
    interval Double
    msg String
    timeout Double
    interval number
    msg string
    timeout number
    interval float
    msg str
    timeout float
    interval Number
    msg String
    timeout Number

    GetEnterpriseVpnConnectionV5Ipsecpolicy

    GetEnterpriseVpnConnectionV5PolicyRule

    Destinations List<string>
    RuleIndex double
    Source string
    Destinations []string
    RuleIndex float64
    Source string
    destinations List<String>
    ruleIndex Double
    source String
    destinations string[]
    ruleIndex number
    source string
    destinations Sequence[str]
    rule_index float
    source str
    destinations List<String>
    ruleIndex Number
    source String

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud