1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTcaplusTablegroups
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

tencentcloud.getTcaplusTablegroups

Explore with Pulumi AI

tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

Use this data source to query table groups of the TcaplusDB cluster.

Using getTcaplusTablegroups

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 getTcaplusTablegroups(args: GetTcaplusTablegroupsArgs, opts?: InvokeOptions): Promise<GetTcaplusTablegroupsResult>
function getTcaplusTablegroupsOutput(args: GetTcaplusTablegroupsOutputArgs, opts?: InvokeOptions): Output<GetTcaplusTablegroupsResult>
Copy
def get_tcaplus_tablegroups(cluster_id: Optional[str] = None,
                            id: Optional[str] = None,
                            result_output_file: Optional[str] = None,
                            tablegroup_id: Optional[str] = None,
                            tablegroup_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetTcaplusTablegroupsResult
def get_tcaplus_tablegroups_output(cluster_id: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            result_output_file: Optional[pulumi.Input[str]] = None,
                            tablegroup_id: Optional[pulumi.Input[str]] = None,
                            tablegroup_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetTcaplusTablegroupsResult]
Copy
func GetTcaplusTablegroups(ctx *Context, args *GetTcaplusTablegroupsArgs, opts ...InvokeOption) (*GetTcaplusTablegroupsResult, error)
func GetTcaplusTablegroupsOutput(ctx *Context, args *GetTcaplusTablegroupsOutputArgs, opts ...InvokeOption) GetTcaplusTablegroupsResultOutput
Copy

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

public static class GetTcaplusTablegroups 
{
    public static Task<GetTcaplusTablegroupsResult> InvokeAsync(GetTcaplusTablegroupsArgs args, InvokeOptions? opts = null)
    public static Output<GetTcaplusTablegroupsResult> Invoke(GetTcaplusTablegroupsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTcaplusTablegroupsResult> getTcaplusTablegroups(GetTcaplusTablegroupsArgs args, InvokeOptions options)
public static Output<GetTcaplusTablegroupsResult> getTcaplusTablegroups(GetTcaplusTablegroupsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getTcaplusTablegroups:getTcaplusTablegroups
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterId This property is required. string
Id of the TcaplusDB cluster to be query.
Id string
ResultOutputFile string
File for saving results.
TablegroupId string
Id of the table group to be query.
TablegroupName string
Name of the table group to be query.
ClusterId This property is required. string
Id of the TcaplusDB cluster to be query.
Id string
ResultOutputFile string
File for saving results.
TablegroupId string
Id of the table group to be query.
TablegroupName string
Name of the table group to be query.
clusterId This property is required. String
Id of the TcaplusDB cluster to be query.
id String
resultOutputFile String
File for saving results.
tablegroupId String
Id of the table group to be query.
tablegroupName String
Name of the table group to be query.
clusterId This property is required. string
Id of the TcaplusDB cluster to be query.
id string
resultOutputFile string
File for saving results.
tablegroupId string
Id of the table group to be query.
tablegroupName string
Name of the table group to be query.
cluster_id This property is required. str
Id of the TcaplusDB cluster to be query.
id str
result_output_file str
File for saving results.
tablegroup_id str
Id of the table group to be query.
tablegroup_name str
Name of the table group to be query.
clusterId This property is required. String
Id of the TcaplusDB cluster to be query.
id String
resultOutputFile String
File for saving results.
tablegroupId String
Id of the table group to be query.
tablegroupName String
Name of the table group to be query.

getTcaplusTablegroups Result

The following output properties are available:

ClusterId string
Id string
Lists List<GetTcaplusTablegroupsList>
A list of table group. Each element contains the following attributes.
ResultOutputFile string
TablegroupId string
Id of the table group.
TablegroupName string
Name of the table group.
ClusterId string
Id string
Lists []GetTcaplusTablegroupsList
A list of table group. Each element contains the following attributes.
ResultOutputFile string
TablegroupId string
Id of the table group.
TablegroupName string
Name of the table group.
clusterId String
id String
lists List<GetTcaplusTablegroupsList>
A list of table group. Each element contains the following attributes.
resultOutputFile String
tablegroupId String
Id of the table group.
tablegroupName String
Name of the table group.
clusterId string
id string
lists GetTcaplusTablegroupsList[]
A list of table group. Each element contains the following attributes.
resultOutputFile string
tablegroupId string
Id of the table group.
tablegroupName string
Name of the table group.
cluster_id str
id str
lists Sequence[GetTcaplusTablegroupsList]
A list of table group. Each element contains the following attributes.
result_output_file str
tablegroup_id str
Id of the table group.
tablegroup_name str
Name of the table group.
clusterId String
id String
lists List<Property Map>
A list of table group. Each element contains the following attributes.
resultOutputFile String
tablegroupId String
Id of the table group.
tablegroupName String
Name of the table group.

Supporting Types

GetTcaplusTablegroupsList

CreateTime This property is required. string
Create time of the table group..
TableCount This property is required. double
Number of tables.
TablegroupId This property is required. string
Id of the table group to be query.
TablegroupName This property is required. string
Name of the table group to be query.
TotalSize This property is required. double
Total storage size (MB).
CreateTime This property is required. string
Create time of the table group..
TableCount This property is required. float64
Number of tables.
TablegroupId This property is required. string
Id of the table group to be query.
TablegroupName This property is required. string
Name of the table group to be query.
TotalSize This property is required. float64
Total storage size (MB).
createTime This property is required. String
Create time of the table group..
tableCount This property is required. Double
Number of tables.
tablegroupId This property is required. String
Id of the table group to be query.
tablegroupName This property is required. String
Name of the table group to be query.
totalSize This property is required. Double
Total storage size (MB).
createTime This property is required. string
Create time of the table group..
tableCount This property is required. number
Number of tables.
tablegroupId This property is required. string
Id of the table group to be query.
tablegroupName This property is required. string
Name of the table group to be query.
totalSize This property is required. number
Total storage size (MB).
create_time This property is required. str
Create time of the table group..
table_count This property is required. float
Number of tables.
tablegroup_id This property is required. str
Id of the table group to be query.
tablegroup_name This property is required. str
Name of the table group to be query.
total_size This property is required. float
Total storage size (MB).
createTime This property is required. String
Create time of the table group..
tableCount This property is required. Number
Number of tables.
tablegroupId This property is required. String
Id of the table group to be query.
tablegroupName This property is required. String
Name of the table group to be query.
totalSize This property is required. Number
Total storage size (MB).

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack