tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack
tencentcloud.getGaapProxyAndStatisticsListeners
Explore with Pulumi AI
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack
Use this data source to query detailed information of gaap proxy and statistics listeners
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const proxyAndStatisticsListeners = tencentcloud.getGaapProxyAndStatisticsListeners({
projectId: 0,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
proxy_and_statistics_listeners = tencentcloud.get_gaap_proxy_and_statistics_listeners(project_id=0)
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.GetGaapProxyAndStatisticsListeners(ctx, &tencentcloud.GetGaapProxyAndStatisticsListenersArgs{
ProjectId: 0,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var proxyAndStatisticsListeners = Tencentcloud.GetGaapProxyAndStatisticsListeners.Invoke(new()
{
ProjectId = 0,
});
});
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.GetGaapProxyAndStatisticsListenersArgs;
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 proxyAndStatisticsListeners = TencentcloudFunctions.getGaapProxyAndStatisticsListeners(GetGaapProxyAndStatisticsListenersArgs.builder()
.projectId(0)
.build());
}
}
variables:
proxyAndStatisticsListeners:
fn::invoke:
function: tencentcloud:getGaapProxyAndStatisticsListeners
arguments:
projectId: 0
Using getGaapProxyAndStatisticsListeners
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 getGaapProxyAndStatisticsListeners(args: GetGaapProxyAndStatisticsListenersArgs, opts?: InvokeOptions): Promise<GetGaapProxyAndStatisticsListenersResult>
function getGaapProxyAndStatisticsListenersOutput(args: GetGaapProxyAndStatisticsListenersOutputArgs, opts?: InvokeOptions): Output<GetGaapProxyAndStatisticsListenersResult>
def get_gaap_proxy_and_statistics_listeners(id: Optional[str] = None,
project_id: Optional[float] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaapProxyAndStatisticsListenersResult
def get_gaap_proxy_and_statistics_listeners_output(id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaapProxyAndStatisticsListenersResult]
func GetGaapProxyAndStatisticsListeners(ctx *Context, args *GetGaapProxyAndStatisticsListenersArgs, opts ...InvokeOption) (*GetGaapProxyAndStatisticsListenersResult, error)
func GetGaapProxyAndStatisticsListenersOutput(ctx *Context, args *GetGaapProxyAndStatisticsListenersOutputArgs, opts ...InvokeOption) GetGaapProxyAndStatisticsListenersResultOutput
> Note: This function is named GetGaapProxyAndStatisticsListeners
in the Go SDK.
public static class GetGaapProxyAndStatisticsListeners
{
public static Task<GetGaapProxyAndStatisticsListenersResult> InvokeAsync(GetGaapProxyAndStatisticsListenersArgs args, InvokeOptions? opts = null)
public static Output<GetGaapProxyAndStatisticsListenersResult> Invoke(GetGaapProxyAndStatisticsListenersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGaapProxyAndStatisticsListenersResult> getGaapProxyAndStatisticsListeners(GetGaapProxyAndStatisticsListenersArgs args, InvokeOptions options)
public static Output<GetGaapProxyAndStatisticsListenersResult> getGaapProxyAndStatisticsListeners(GetGaapProxyAndStatisticsListenersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getGaapProxyAndStatisticsListeners:getGaapProxyAndStatisticsListeners
arguments:
# arguments dictionary
The following arguments are supported:
- Project
Id This property is required. double - Project Id.
- Id string
- Result
Output stringFile - Used to save results.
- Project
Id This property is required. float64 - Project Id.
- Id string
- Result
Output stringFile - Used to save results.
- project
Id This property is required. Double - Project Id.
- id String
- result
Output StringFile - Used to save results.
- project
Id This property is required. number - Project Id.
- id string
- result
Output stringFile - Used to save results.
- project_
id This property is required. float - Project Id.
- id str
- result_
output_ strfile - Used to save results.
- project
Id This property is required. Number - Project Id.
- id String
- result
Output StringFile - Used to save results.
getGaapProxyAndStatisticsListeners Result
The following output properties are available:
- Id string
- Project
Id double - Proxy
Sets List<GetGaap Proxy And Statistics Listeners Proxy Set> - proxy information that can be counted.
- Result
Output stringFile
- Id string
- Project
Id float64 - Proxy
Sets []GetGaap Proxy And Statistics Listeners Proxy Set - proxy information that can be counted.
- Result
Output stringFile
- id String
- project
Id Double - proxy
Sets List<GetGaap Proxy And Statistics Listeners Proxy Set> - proxy information that can be counted.
- result
Output StringFile
- id string
- project
Id number - proxy
Sets GetGaap Proxy And Statistics Listeners Proxy Set[] - proxy information that can be counted.
- result
Output stringFile
- id str
- project_
id float - proxy_
sets Sequence[GetGaap Proxy And Statistics Listeners Proxy Set] - proxy information that can be counted.
- result_
output_ strfile
- id String
- project
Id Number - proxy
Sets List<Property Map> - proxy information that can be counted.
- result
Output StringFile
Supporting Types
GetGaapProxyAndStatisticsListenersProxySet
- Listener
Lists This property is required. List<GetGaap Proxy And Statistics Listeners Proxy Set Listener List> - Listener List.
- Proxy
Id This property is required. string - Proxy Id.
- Proxy
Name This property is required. string - Proxy Name.
- Listener
Lists This property is required. []GetGaap Proxy And Statistics Listeners Proxy Set Listener List - Listener List.
- Proxy
Id This property is required. string - Proxy Id.
- Proxy
Name This property is required. string - Proxy Name.
- listener
Lists This property is required. List<GetGaap Proxy And Statistics Listeners Proxy Set Listener List> - Listener List.
- proxy
Id This property is required. String - Proxy Id.
- proxy
Name This property is required. String - Proxy Name.
- listener
Lists This property is required. GetGaap Proxy And Statistics Listeners Proxy Set Listener List[] - Listener List.
- proxy
Id This property is required. string - Proxy Id.
- proxy
Name This property is required. string - Proxy Name.
- listener_
lists This property is required. Sequence[GetGaap Proxy And Statistics Listeners Proxy Set Listener List] - Listener List.
- proxy_
id This property is required. str - Proxy Id.
- proxy_
name This property is required. str - Proxy Name.
- listener
Lists This property is required. List<Property Map> - Listener List.
- proxy
Id This property is required. String - Proxy Id.
- proxy
Name This property is required. String - Proxy Name.
GetGaapProxyAndStatisticsListenersProxySetListenerList
- Listener
Id This property is required. string - Listener Id.
- Listener
Name This property is required. string - Listener Name.
- Port
This property is required. double - listerned port.
- Protocol
This property is required. string - Listener protocol type.
- Listener
Id This property is required. string - Listener Id.
- Listener
Name This property is required. string - Listener Name.
- Port
This property is required. float64 - listerned port.
- Protocol
This property is required. string - Listener protocol type.
- listener
Id This property is required. String - Listener Id.
- listener
Name This property is required. String - Listener Name.
- port
This property is required. Double - listerned port.
- protocol
This property is required. String - Listener protocol type.
- listener
Id This property is required. string - Listener Id.
- listener
Name This property is required. string - Listener Name.
- port
This property is required. number - listerned port.
- protocol
This property is required. string - Listener protocol type.
- listener_
id This property is required. str - Listener Id.
- listener_
name This property is required. str - Listener Name.
- port
This property is required. float - listerned port.
- protocol
This property is required. str - Listener protocol type.
- listener
Id This property is required. String - Listener Id.
- listener
Name This property is required. String - Listener Name.
- port
This property is required. Number - listerned port.
- protocol
This property is required. String - Listener protocol type.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack