tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getDcInternetAddressStatistics
Start a Neo task
Explain and create a tencentcloud.getDcInternetAddressStatistics resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of dc internet_address_statistics
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const internetAddressStatistics = tencentcloud.getDcInternetAddressStatistics({});
import pulumi
import pulumi_tencentcloud as tencentcloud
internet_address_statistics = tencentcloud.get_dc_internet_address_statistics()
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.GetDcInternetAddressStatistics(ctx, &tencentcloud.GetDcInternetAddressStatisticsArgs{}, 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 internetAddressStatistics = Tencentcloud.GetDcInternetAddressStatistics.Invoke();
});
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.GetDcInternetAddressStatisticsArgs;
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 internetAddressStatistics = TencentcloudFunctions.getDcInternetAddressStatistics(GetDcInternetAddressStatisticsArgs.builder()
.build());
}
}
variables:
internetAddressStatistics:
fn::invoke:
function: tencentcloud:getDcInternetAddressStatistics
arguments: {}
Using getDcInternetAddressStatistics
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 getDcInternetAddressStatistics(args: GetDcInternetAddressStatisticsArgs, opts?: InvokeOptions): Promise<GetDcInternetAddressStatisticsResult>
function getDcInternetAddressStatisticsOutput(args: GetDcInternetAddressStatisticsOutputArgs, opts?: InvokeOptions): Output<GetDcInternetAddressStatisticsResult>def get_dc_internet_address_statistics(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDcInternetAddressStatisticsResult
def get_dc_internet_address_statistics_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDcInternetAddressStatisticsResult]func GetDcInternetAddressStatistics(ctx *Context, args *GetDcInternetAddressStatisticsArgs, opts ...InvokeOption) (*GetDcInternetAddressStatisticsResult, error)
func GetDcInternetAddressStatisticsOutput(ctx *Context, args *GetDcInternetAddressStatisticsOutputArgs, opts ...InvokeOption) GetDcInternetAddressStatisticsResultOutput> Note: This function is named GetDcInternetAddressStatistics in the Go SDK.
public static class GetDcInternetAddressStatistics
{
public static Task<GetDcInternetAddressStatisticsResult> InvokeAsync(GetDcInternetAddressStatisticsArgs args, InvokeOptions? opts = null)
public static Output<GetDcInternetAddressStatisticsResult> Invoke(GetDcInternetAddressStatisticsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDcInternetAddressStatisticsResult> getDcInternetAddressStatistics(GetDcInternetAddressStatisticsArgs args, InvokeOptions options)
public static Output<GetDcInternetAddressStatisticsResult> getDcInternetAddressStatistics(GetDcInternetAddressStatisticsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDcInternetAddressStatistics:getDcInternetAddressStatistics
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getDcInternetAddressStatistics Result
The following output properties are available:
- Id string
- Internet
Address List<GetStatistics Dc Internet Address Statistics Internet Address Statistic> - Statistical Information List of Internet Public Network Addresses.
- Result
Output stringFile
- Id string
- Internet
Address []GetStatistics Dc Internet Address Statistics Internet Address Statistic - Statistical Information List of Internet Public Network Addresses.
- Result
Output stringFile
- id String
- internet
Address List<GetStatistics Dc Internet Address Statistics Internet Address Statistic> - Statistical Information List of Internet Public Network Addresses.
- result
Output StringFile
- id string
- internet
Address GetStatistics Dc Internet Address Statistics Internet Address Statistic[] - Statistical Information List of Internet Public Network Addresses.
- result
Output stringFile
- id str
- internet_
address_ Sequence[Getstatistics Dc Internet Address Statistics Internet Address Statistic] - Statistical Information List of Internet Public Network Addresses.
- result_
output_ strfile
- id String
- internet
Address List<Property Map>Statistics - Statistical Information List of Internet Public Network Addresses.
- result
Output StringFile
Supporting Types
GetDcInternetAddressStatisticsInternetAddressStatistic
- region str
- region.
- subnet_
num float - Number of Internet public network addresses.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
