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

tencentcloud.getTcaplusTablegroups

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 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>
    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]
    func GetTcaplusTablegroups(ctx *Context, args *GetTcaplusTablegroupsArgs, opts ...InvokeOption) (*GetTcaplusTablegroupsResult, error)
    func GetTcaplusTablegroupsOutput(ctx *Context, args *GetTcaplusTablegroupsOutputArgs, opts ...InvokeOption) GetTcaplusTablegroupsResultOutput

    > 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)
    }
    public static CompletableFuture<GetTcaplusTablegroupsResult> getTcaplusTablegroups(GetTcaplusTablegroupsArgs args, InvokeOptions options)
    public static Output<GetTcaplusTablegroupsResult> getTcaplusTablegroups(GetTcaplusTablegroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTcaplusTablegroups:getTcaplusTablegroups
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId 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 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 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 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 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 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 string
    Create time of the table group..
    TableCount double
    Number of tables.
    TablegroupId string
    Id of the table group to be query.
    TablegroupName string
    Name of the table group to be query.
    TotalSize double
    Total storage size (MB).
    CreateTime string
    Create time of the table group..
    TableCount float64
    Number of tables.
    TablegroupId string
    Id of the table group to be query.
    TablegroupName string
    Name of the table group to be query.
    TotalSize float64
    Total storage size (MB).
    createTime String
    Create time of the table group..
    tableCount Double
    Number of tables.
    tablegroupId String
    Id of the table group to be query.
    tablegroupName String
    Name of the table group to be query.
    totalSize Double
    Total storage size (MB).
    createTime string
    Create time of the table group..
    tableCount number
    Number of tables.
    tablegroupId string
    Id of the table group to be query.
    tablegroupName string
    Name of the table group to be query.
    totalSize number
    Total storage size (MB).
    create_time str
    Create time of the table group..
    table_count float
    Number of tables.
    tablegroup_id str
    Id of the table group to be query.
    tablegroup_name str
    Name of the table group to be query.
    total_size float
    Total storage size (MB).
    createTime String
    Create time of the table group..
    tableCount Number
    Number of tables.
    tablegroupId String
    Id of the table group to be query.
    tablegroupName String
    Name of the table group to be query.
    totalSize 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 logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack