tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getVpcResourceDashboard
Start a Neo task
Explain and create a tencentcloud.getVpcResourceDashboard resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of vpc resource_dashboard
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const resourceDashboard = tencentcloud.getVpcResourceDashboard({
vpcIds: ["vpc-4owdpnwr"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
resource_dashboard = tencentcloud.get_vpc_resource_dashboard(vpc_ids=["vpc-4owdpnwr"])
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.GetVpcResourceDashboard(ctx, &tencentcloud.GetVpcResourceDashboardArgs{
VpcIds: []string{
"vpc-4owdpnwr",
},
}, 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 resourceDashboard = Tencentcloud.GetVpcResourceDashboard.Invoke(new()
{
VpcIds = new[]
{
"vpc-4owdpnwr",
},
});
});
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.GetVpcResourceDashboardArgs;
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 resourceDashboard = TencentcloudFunctions.getVpcResourceDashboard(GetVpcResourceDashboardArgs.builder()
.vpcIds("vpc-4owdpnwr")
.build());
}
}
variables:
resourceDashboard:
fn::invoke:
function: tencentcloud:getVpcResourceDashboard
arguments:
vpcIds:
- vpc-4owdpnwr
Using getVpcResourceDashboard
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 getVpcResourceDashboard(args: GetVpcResourceDashboardArgs, opts?: InvokeOptions): Promise<GetVpcResourceDashboardResult>
function getVpcResourceDashboardOutput(args: GetVpcResourceDashboardOutputArgs, opts?: InvokeOptions): Output<GetVpcResourceDashboardResult>def get_vpc_resource_dashboard(id: Optional[str] = None,
result_output_file: Optional[str] = None,
vpc_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcResourceDashboardResult
def get_vpc_resource_dashboard_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
vpc_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcResourceDashboardResult]func GetVpcResourceDashboard(ctx *Context, args *GetVpcResourceDashboardArgs, opts ...InvokeOption) (*GetVpcResourceDashboardResult, error)
func GetVpcResourceDashboardOutput(ctx *Context, args *GetVpcResourceDashboardOutputArgs, opts ...InvokeOption) GetVpcResourceDashboardResultOutput> Note: This function is named GetVpcResourceDashboard in the Go SDK.
public static class GetVpcResourceDashboard
{
public static Task<GetVpcResourceDashboardResult> InvokeAsync(GetVpcResourceDashboardArgs args, InvokeOptions? opts = null)
public static Output<GetVpcResourceDashboardResult> Invoke(GetVpcResourceDashboardInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcResourceDashboardResult> getVpcResourceDashboard(GetVpcResourceDashboardArgs args, InvokeOptions options)
public static Output<GetVpcResourceDashboardResult> getVpcResourceDashboard(GetVpcResourceDashboardArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getVpcResourceDashboard:getVpcResourceDashboard
arguments:
# arguments dictionaryThe following arguments are supported:
- Vpc
Ids List<string> - Vpc instance ID, e.g. vpc-f1xjkw1b.
- Id string
- Result
Output stringFile - Used to save results.
- Vpc
Ids []string - Vpc instance ID, e.g. vpc-f1xjkw1b.
- Id string
- Result
Output stringFile - Used to save results.
- vpc
Ids List<String> - Vpc instance ID, e.g. vpc-f1xjkw1b.
- id String
- result
Output StringFile - Used to save results.
- vpc
Ids string[] - Vpc instance ID, e.g. vpc-f1xjkw1b.
- id string
- result
Output stringFile - Used to save results.
- vpc_
ids Sequence[str] - Vpc instance ID, e.g. vpc-f1xjkw1b.
- id str
- result_
output_ strfile - Used to save results.
- vpc
Ids List<String> - Vpc instance ID, e.g. vpc-f1xjkw1b.
- id String
- result
Output StringFile - Used to save results.
getVpcResourceDashboard Result
The following output properties are available:
- Id string
- Resource
Dashboard List<GetSets Vpc Resource Dashboard Resource Dashboard Set> - List of resource objects.
- Vpc
Ids List<string> - Result
Output stringFile
- Id string
- Resource
Dashboard []GetSets Vpc Resource Dashboard Resource Dashboard Set - List of resource objects.
- Vpc
Ids []string - Result
Output stringFile
- id String
- resource
Dashboard List<GetSets Vpc Resource Dashboard Resource Dashboard Set> - List of resource objects.
- vpc
Ids List<String> - result
Output StringFile
- id string
- resource
Dashboard GetSets Vpc Resource Dashboard Resource Dashboard Set[] - List of resource objects.
- vpc
Ids string[] - result
Output stringFile
- id str
- resource_
dashboard_ Sequence[Getsets Vpc Resource Dashboard Resource Dashboard Set] - List of resource objects.
- vpc_
ids Sequence[str] - result_
output_ strfile
- id String
- resource
Dashboard List<Property Map>Sets - List of resource objects.
- vpc
Ids List<String> - result
Output StringFile
Supporting Types
GetVpcResourceDashboardResourceDashboardSet
- Cdb double
- Relational database.
- Cfs double
- Cloud file storage - CFS.
- Ckafka double
- Cloud Kafka (CKafka).
- Classic
Link double - Classic link.
- Cmem double
- TencentDB for Memcached.
- Cnas double
- Cnas.
- Cts
Db double - Cloud time series database.
- Cvm double
- Cloud Virtual Machine.
- Cynos
Db doubleMysql - An enterprise-grade TencentDB - CynosDB for MySQL.
- Cynos
Db doublePostgres - Enterprise TencentDB - CynosDB for Postgres.
- Db
Audit double - Cloud database audit.
- Dcdb double
- A distributed cloud database - TencentDB for TDSQL.
- Dcg double
- Direct Connect gateway.
- Elastic
Search double - ElasticSearch Service.
- Emr double
- EMR cluster.
- Flow
Log double - Flow log.
- Greenplumn double
- Snova data warehouse.
- Grocery double
- Grocery.
- Hsm double
- Data encryption service.
- Ip double
- Total number of used IPs except for CVM IP, EIP and network probe IP. The three IP types will be independently counted.
- Itop double
- Itop.
- Lb double
- Load balancer.
- Maria
Db double - TencentDB for MariaDB (TDSQL).
- Mongo
Db double - TencentDB for MongoDB.
- Nas double
- Network attached storage.
- Nat double
- NAT gateway.
- Network
Acl double - Network ACL.
- Network
Detect double - Network probing.
- Oracle double
- Oracle.
- Pcx double
- Peering connection.
- Postgres double
- TencentDB for PostgreSQL.
- Redis double
- TencentDB for Redis.
- Route
Table double - Route table.
- Seal double
- SEAL.
- Sql
Server double - TencentDB for SQL Server.
- Subnet double
- Subnets.
- Subnet
Id string - Subnet instance ID, such as subnet-bthucmmy.
- TBaas double
- Blockchain service.
- Tcaplus double
- Game storage - Tcaplus.
- Ti
Db double - HTAP database - TiDB.
- Vpc
Id string - VPC instance ID, such as
vpc-bq4bzxpj. - Vpngw double
- VPN gateway.
- Cdb float64
- Relational database.
- Cfs float64
- Cloud file storage - CFS.
- Ckafka float64
- Cloud Kafka (CKafka).
- Classic
Link float64 - Classic link.
- Cmem float64
- TencentDB for Memcached.
- Cnas float64
- Cnas.
- Cts
Db float64 - Cloud time series database.
- Cvm float64
- Cloud Virtual Machine.
- Cynos
Db float64Mysql - An enterprise-grade TencentDB - CynosDB for MySQL.
- Cynos
Db float64Postgres - Enterprise TencentDB - CynosDB for Postgres.
- Db
Audit float64 - Cloud database audit.
- Dcdb float64
- A distributed cloud database - TencentDB for TDSQL.
- Dcg float64
- Direct Connect gateway.
- Elastic
Search float64 - ElasticSearch Service.
- Emr float64
- EMR cluster.
- Flow
Log float64 - Flow log.
- Greenplumn float64
- Snova data warehouse.
- Grocery float64
- Grocery.
- Hsm float64
- Data encryption service.
- Ip float64
- Total number of used IPs except for CVM IP, EIP and network probe IP. The three IP types will be independently counted.
- Itop float64
- Itop.
- Lb float64
- Load balancer.
- Maria
Db float64 - TencentDB for MariaDB (TDSQL).
- Mongo
Db float64 - TencentDB for MongoDB.
- Nas float64
- Network attached storage.
- Nat float64
- NAT gateway.
- Network
Acl float64 - Network ACL.
- Network
Detect float64 - Network probing.
- Oracle float64
- Oracle.
- Pcx float64
- Peering connection.
- Postgres float64
- TencentDB for PostgreSQL.
- Redis float64
- TencentDB for Redis.
- Route
Table float64 - Route table.
- Seal float64
- SEAL.
- Sql
Server float64 - TencentDB for SQL Server.
- Subnet float64
- Subnets.
- Subnet
Id string - Subnet instance ID, such as subnet-bthucmmy.
- TBaas float64
- Blockchain service.
- Tcaplus float64
- Game storage - Tcaplus.
- Ti
Db float64 - HTAP database - TiDB.
- Vpc
Id string - VPC instance ID, such as
vpc-bq4bzxpj. - Vpngw float64
- VPN gateway.
- cdb Double
- Relational database.
- cfs Double
- Cloud file storage - CFS.
- ckafka Double
- Cloud Kafka (CKafka).
- classic
Link Double - Classic link.
- cmem Double
- TencentDB for Memcached.
- cnas Double
- Cnas.
- cts
Db Double - Cloud time series database.
- cvm Double
- Cloud Virtual Machine.
- cynos
Db DoubleMysql - An enterprise-grade TencentDB - CynosDB for MySQL.
- cynos
Db DoublePostgres - Enterprise TencentDB - CynosDB for Postgres.
- db
Audit Double - Cloud database audit.
- dcdb Double
- A distributed cloud database - TencentDB for TDSQL.
- dcg Double
- Direct Connect gateway.
- elastic
Search Double - ElasticSearch Service.
- emr Double
- EMR cluster.
- flow
Log Double - Flow log.
- greenplumn Double
- Snova data warehouse.
- grocery Double
- Grocery.
- hsm Double
- Data encryption service.
- ip Double
- Total number of used IPs except for CVM IP, EIP and network probe IP. The three IP types will be independently counted.
- itop Double
- Itop.
- lb Double
- Load balancer.
- maria
Db Double - TencentDB for MariaDB (TDSQL).
- mongo
Db Double - TencentDB for MongoDB.
- nas Double
- Network attached storage.
- nat Double
- NAT gateway.
- network
Acl Double - Network ACL.
- network
Detect Double - Network probing.
- oracle Double
- Oracle.
- pcx Double
- Peering connection.
- postgres Double
- TencentDB for PostgreSQL.
- redis Double
- TencentDB for Redis.
- route
Table Double - Route table.
- seal Double
- SEAL.
- sql
Server Double - TencentDB for SQL Server.
- subnet Double
- Subnets.
- subnet
Id String - Subnet instance ID, such as subnet-bthucmmy.
- t
Baas Double - Blockchain service.
- tcaplus Double
- Game storage - Tcaplus.
- ti
Db Double - HTAP database - TiDB.
- vpc
Id String - VPC instance ID, such as
vpc-bq4bzxpj. - vpngw Double
- VPN gateway.
- cdb number
- Relational database.
- cfs number
- Cloud file storage - CFS.
- ckafka number
- Cloud Kafka (CKafka).
- classic
Link number - Classic link.
- cmem number
- TencentDB for Memcached.
- cnas number
- Cnas.
- cts
Db number - Cloud time series database.
- cvm number
- Cloud Virtual Machine.
- cynos
Db numberMysql - An enterprise-grade TencentDB - CynosDB for MySQL.
- cynos
Db numberPostgres - Enterprise TencentDB - CynosDB for Postgres.
- db
Audit number - Cloud database audit.
- dcdb number
- A distributed cloud database - TencentDB for TDSQL.
- dcg number
- Direct Connect gateway.
- elastic
Search number - ElasticSearch Service.
- emr number
- EMR cluster.
- flow
Log number - Flow log.
- greenplumn number
- Snova data warehouse.
- grocery number
- Grocery.
- hsm number
- Data encryption service.
- ip number
- Total number of used IPs except for CVM IP, EIP and network probe IP. The three IP types will be independently counted.
- itop number
- Itop.
- lb number
- Load balancer.
- maria
Db number - TencentDB for MariaDB (TDSQL).
- mongo
Db number - TencentDB for MongoDB.
- nas number
- Network attached storage.
- nat number
- NAT gateway.
- network
Acl number - Network ACL.
- network
Detect number - Network probing.
- oracle number
- Oracle.
- pcx number
- Peering connection.
- postgres number
- TencentDB for PostgreSQL.
- redis number
- TencentDB for Redis.
- route
Table number - Route table.
- seal number
- SEAL.
- sql
Server number - TencentDB for SQL Server.
- subnet number
- Subnets.
- subnet
Id string - Subnet instance ID, such as subnet-bthucmmy.
- t
Baas number - Blockchain service.
- tcaplus number
- Game storage - Tcaplus.
- ti
Db number - HTAP database - TiDB.
- vpc
Id string - VPC instance ID, such as
vpc-bq4bzxpj. - vpngw number
- VPN gateway.
- cdb float
- Relational database.
- cfs float
- Cloud file storage - CFS.
- ckafka float
- Cloud Kafka (CKafka).
- classic_
link float - Classic link.
- cmem float
- TencentDB for Memcached.
- cnas float
- Cnas.
- cts_
db float - Cloud time series database.
- cvm float
- Cloud Virtual Machine.
- cynos_
db_ floatmysql - An enterprise-grade TencentDB - CynosDB for MySQL.
- cynos_
db_ floatpostgres - Enterprise TencentDB - CynosDB for Postgres.
- db_
audit float - Cloud database audit.
- dcdb float
- A distributed cloud database - TencentDB for TDSQL.
- dcg float
- Direct Connect gateway.
- elastic_
search float - ElasticSearch Service.
- emr float
- EMR cluster.
- flow_
log float - Flow log.
- greenplumn float
- Snova data warehouse.
- grocery float
- Grocery.
- hsm float
- Data encryption service.
- ip float
- Total number of used IPs except for CVM IP, EIP and network probe IP. The three IP types will be independently counted.
- itop float
- Itop.
- lb float
- Load balancer.
- maria_
db float - TencentDB for MariaDB (TDSQL).
- mongo_
db float - TencentDB for MongoDB.
- nas float
- Network attached storage.
- nat float
- NAT gateway.
- network_
acl float - Network ACL.
- network_
detect float - Network probing.
- oracle float
- Oracle.
- pcx float
- Peering connection.
- postgres float
- TencentDB for PostgreSQL.
- redis float
- TencentDB for Redis.
- route_
table float - Route table.
- seal float
- SEAL.
- sql_
server float - TencentDB for SQL Server.
- subnet float
- Subnets.
- subnet_
id str - Subnet instance ID, such as subnet-bthucmmy.
- t_
baas float - Blockchain service.
- tcaplus float
- Game storage - Tcaplus.
- ti_
db float - HTAP database - TiDB.
- vpc_
id str - VPC instance ID, such as
vpc-bq4bzxpj. - vpngw float
- VPN gateway.
- cdb Number
- Relational database.
- cfs Number
- Cloud file storage - CFS.
- ckafka Number
- Cloud Kafka (CKafka).
- classic
Link Number - Classic link.
- cmem Number
- TencentDB for Memcached.
- cnas Number
- Cnas.
- cts
Db Number - Cloud time series database.
- cvm Number
- Cloud Virtual Machine.
- cynos
Db NumberMysql - An enterprise-grade TencentDB - CynosDB for MySQL.
- cynos
Db NumberPostgres - Enterprise TencentDB - CynosDB for Postgres.
- db
Audit Number - Cloud database audit.
- dcdb Number
- A distributed cloud database - TencentDB for TDSQL.
- dcg Number
- Direct Connect gateway.
- elastic
Search Number - ElasticSearch Service.
- emr Number
- EMR cluster.
- flow
Log Number - Flow log.
- greenplumn Number
- Snova data warehouse.
- grocery Number
- Grocery.
- hsm Number
- Data encryption service.
- ip Number
- Total number of used IPs except for CVM IP, EIP and network probe IP. The three IP types will be independently counted.
- itop Number
- Itop.
- lb Number
- Load balancer.
- maria
Db Number - TencentDB for MariaDB (TDSQL).
- mongo
Db Number - TencentDB for MongoDB.
- nas Number
- Network attached storage.
- nat Number
- NAT gateway.
- network
Acl Number - Network ACL.
- network
Detect Number - Network probing.
- oracle Number
- Oracle.
- pcx Number
- Peering connection.
- postgres Number
- TencentDB for PostgreSQL.
- redis Number
- TencentDB for Redis.
- route
Table Number - Route table.
- seal Number
- SEAL.
- sql
Server Number - TencentDB for SQL Server.
- subnet Number
- Subnets.
- subnet
Id String - Subnet instance ID, such as subnet-bthucmmy.
- t
Baas Number - Blockchain service.
- tcaplus Number
- Game storage - Tcaplus.
- ti
Db Number - HTAP database - TiDB.
- vpc
Id String - VPC instance ID, such as
vpc-bq4bzxpj. - vpngw Number
- VPN gateway.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
