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

tencentcloud.getCynosdbResourcePackageList

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of cynosdb resource_package_list

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const resourcePackageList = tencentcloud.getCynosdbResourcePackageList({
        orderBies: ["startTime"],
        orderDirection: "DESC",
        packageIds: ["package-hy4d2ppl"],
        packageNames: ["keep-package-disk"],
        packageRegions: ["china"],
        packageTypes: ["DISK"],
        statuses: ["using"],
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    resource_package_list = tencentcloud.get_cynosdb_resource_package_list(order_bies=["startTime"],
        order_direction="DESC",
        package_ids=["package-hy4d2ppl"],
        package_names=["keep-package-disk"],
        package_regions=["china"],
        package_types=["DISK"],
        statuses=["using"])
    
    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.GetCynosdbResourcePackageList(ctx, &tencentcloud.GetCynosdbResourcePackageListArgs{
    			OrderBies: []string{
    				"startTime",
    			},
    			OrderDirection: pulumi.StringRef("DESC"),
    			PackageIds: []string{
    				"package-hy4d2ppl",
    			},
    			PackageNames: []string{
    				"keep-package-disk",
    			},
    			PackageRegions: []string{
    				"china",
    			},
    			PackageTypes: []string{
    				"DISK",
    			},
    			Statuses: []string{
    				"using",
    			},
    		}, 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 resourcePackageList = Tencentcloud.GetCynosdbResourcePackageList.Invoke(new()
        {
            OrderBies = new[]
            {
                "startTime",
            },
            OrderDirection = "DESC",
            PackageIds = new[]
            {
                "package-hy4d2ppl",
            },
            PackageNames = new[]
            {
                "keep-package-disk",
            },
            PackageRegions = new[]
            {
                "china",
            },
            PackageTypes = new[]
            {
                "DISK",
            },
            Statuses = new[]
            {
                "using",
            },
        });
    
    });
    
    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.GetCynosdbResourcePackageListArgs;
    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 resourcePackageList = TencentcloudFunctions.getCynosdbResourcePackageList(GetCynosdbResourcePackageListArgs.builder()
                .orderBies("startTime")
                .orderDirection("DESC")
                .packageIds("package-hy4d2ppl")
                .packageNames("keep-package-disk")
                .packageRegions("china")
                .packageTypes("DISK")
                .statuses("using")
                .build());
    
        }
    }
    
    variables:
      resourcePackageList:
        fn::invoke:
          function: tencentcloud:getCynosdbResourcePackageList
          arguments:
            orderBies:
              - startTime
            orderDirection: DESC
            packageIds:
              - package-hy4d2ppl
            packageNames:
              - keep-package-disk
            packageRegions:
              - china
            packageTypes:
              - DISK
            statuses:
              - using
    

    Using getCynosdbResourcePackageList

    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 getCynosdbResourcePackageList(args: GetCynosdbResourcePackageListArgs, opts?: InvokeOptions): Promise<GetCynosdbResourcePackageListResult>
    function getCynosdbResourcePackageListOutput(args: GetCynosdbResourcePackageListOutputArgs, opts?: InvokeOptions): Output<GetCynosdbResourcePackageListResult>
    def get_cynosdb_resource_package_list(id: Optional[str] = None,
                                          order_bies: Optional[Sequence[str]] = None,
                                          order_direction: Optional[str] = None,
                                          package_ids: Optional[Sequence[str]] = None,
                                          package_names: Optional[Sequence[str]] = None,
                                          package_regions: Optional[Sequence[str]] = None,
                                          package_types: Optional[Sequence[str]] = None,
                                          result_output_file: Optional[str] = None,
                                          statuses: Optional[Sequence[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetCynosdbResourcePackageListResult
    def get_cynosdb_resource_package_list_output(id: Optional[pulumi.Input[str]] = None,
                                          order_bies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          order_direction: Optional[pulumi.Input[str]] = None,
                                          package_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          package_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          package_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          package_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          result_output_file: Optional[pulumi.Input[str]] = None,
                                          statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetCynosdbResourcePackageListResult]
    func GetCynosdbResourcePackageList(ctx *Context, args *GetCynosdbResourcePackageListArgs, opts ...InvokeOption) (*GetCynosdbResourcePackageListResult, error)
    func GetCynosdbResourcePackageListOutput(ctx *Context, args *GetCynosdbResourcePackageListOutputArgs, opts ...InvokeOption) GetCynosdbResourcePackageListResultOutput

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

    public static class GetCynosdbResourcePackageList 
    {
        public static Task<GetCynosdbResourcePackageListResult> InvokeAsync(GetCynosdbResourcePackageListArgs args, InvokeOptions? opts = null)
        public static Output<GetCynosdbResourcePackageListResult> Invoke(GetCynosdbResourcePackageListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCynosdbResourcePackageListResult> getCynosdbResourcePackageList(GetCynosdbResourcePackageListArgs args, InvokeOptions options)
    public static Output<GetCynosdbResourcePackageListResult> getCynosdbResourcePackageList(GetCynosdbResourcePackageListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getCynosdbResourcePackageList:getCynosdbResourcePackageList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    OrderBies List<string>
    Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;.
    OrderDirection string
    Sort by, DESC Descending, ASC Ascending.
    PackageIds List<string>
    Resource Package Unique ID.
    PackageNames List<string>
    Resource Package Name.
    PackageRegions List<string>
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    PackageTypes List<string>
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    ResultOutputFile string
    Used to save results.
    Statuses List<string>
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    Id string
    OrderBies []string
    Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;.
    OrderDirection string
    Sort by, DESC Descending, ASC Ascending.
    PackageIds []string
    Resource Package Unique ID.
    PackageNames []string
    Resource Package Name.
    PackageRegions []string
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    PackageTypes []string
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    ResultOutputFile string
    Used to save results.
    Statuses []string
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    id String
    orderBies List<String>
    Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;.
    orderDirection String
    Sort by, DESC Descending, ASC Ascending.
    packageIds List<String>
    Resource Package Unique ID.
    packageNames List<String>
    Resource Package Name.
    packageRegions List<String>
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    packageTypes List<String>
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    resultOutputFile String
    Used to save results.
    statuses List<String>
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    id string
    orderBies string[]
    Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;.
    orderDirection string
    Sort by, DESC Descending, ASC Ascending.
    packageIds string[]
    Resource Package Unique ID.
    packageNames string[]
    Resource Package Name.
    packageRegions string[]
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    packageTypes string[]
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    resultOutputFile string
    Used to save results.
    statuses string[]
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    id str
    order_bies Sequence[str]
    Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;.
    order_direction str
    Sort by, DESC Descending, ASC Ascending.
    package_ids Sequence[str]
    Resource Package Unique ID.
    package_names Sequence[str]
    Resource Package Name.
    package_regions Sequence[str]
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    package_types Sequence[str]
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    result_output_file str
    Used to save results.
    statuses Sequence[str]
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    id String
    orderBies List<String>
    Sorting conditions supported: startTime - effective time, expireTime - expiration time, packageUsedSpec - usage capacity, and packageTotalSpec - total storage capacity. Arrange in array order;.
    orderDirection String
    Sort by, DESC Descending, ASC Ascending.
    packageIds List<String>
    Resource Package Unique ID.
    packageNames List<String>
    Resource Package Name.
    packageRegions List<String>
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    packageTypes List<String>
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    resultOutputFile String
    Used to save results.
    statuses List<String>
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.

    getCynosdbResourcePackageList Result

    The following output properties are available:

    Id string
    ResourcePackageLists List<GetCynosdbResourcePackageListResourcePackageList>
    Resource package details note: This field may return null, indicating that a valid value cannot be obtained.
    OrderBies List<string>
    OrderDirection string
    PackageIds List<string>
    Resource Package Unique ID Note: This field may return null, indicating that a valid value cannot be obtained.
    PackageNames List<string>
    Resource package name note: This field may return null, indicating that a valid value cannot be obtained.
    PackageRegions List<string>
    The resource package is used in China, which is commonly used in mainland China, and in overseas, which is commonly used in Hong Kong, Macao, Taiwan, and overseas. Note: This field may return null, indicating that a valid value cannot be obtained.
    PackageTypes List<string>
    Resource package type CCU - Compute resource package, DISK - Store resource package Note: This field may return null, indicating that a valid value cannot be obtained.
    ResultOutputFile string
    Statuses List<string>
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. Note: This field may return null, indicating that a valid value cannot be obtained.
    Id string
    ResourcePackageLists []GetCynosdbResourcePackageListResourcePackageList
    Resource package details note: This field may return null, indicating that a valid value cannot be obtained.
    OrderBies []string
    OrderDirection string
    PackageIds []string
    Resource Package Unique ID Note: This field may return null, indicating that a valid value cannot be obtained.
    PackageNames []string
    Resource package name note: This field may return null, indicating that a valid value cannot be obtained.
    PackageRegions []string
    The resource package is used in China, which is commonly used in mainland China, and in overseas, which is commonly used in Hong Kong, Macao, Taiwan, and overseas. Note: This field may return null, indicating that a valid value cannot be obtained.
    PackageTypes []string
    Resource package type CCU - Compute resource package, DISK - Store resource package Note: This field may return null, indicating that a valid value cannot be obtained.
    ResultOutputFile string
    Statuses []string
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. Note: This field may return null, indicating that a valid value cannot be obtained.
    id String
    resourcePackageLists List<GetCynosdbResourcePackageListResourcePackageList>
    Resource package details note: This field may return null, indicating that a valid value cannot be obtained.
    orderBies List<String>
    orderDirection String
    packageIds List<String>
    Resource Package Unique ID Note: This field may return null, indicating that a valid value cannot be obtained.
    packageNames List<String>
    Resource package name note: This field may return null, indicating that a valid value cannot be obtained.
    packageRegions List<String>
    The resource package is used in China, which is commonly used in mainland China, and in overseas, which is commonly used in Hong Kong, Macao, Taiwan, and overseas. Note: This field may return null, indicating that a valid value cannot be obtained.
    packageTypes List<String>
    Resource package type CCU - Compute resource package, DISK - Store resource package Note: This field may return null, indicating that a valid value cannot be obtained.
    resultOutputFile String
    statuses List<String>
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. Note: This field may return null, indicating that a valid value cannot be obtained.
    id string
    resourcePackageLists GetCynosdbResourcePackageListResourcePackageList[]
    Resource package details note: This field may return null, indicating that a valid value cannot be obtained.
    orderBies string[]
    orderDirection string
    packageIds string[]
    Resource Package Unique ID Note: This field may return null, indicating that a valid value cannot be obtained.
    packageNames string[]
    Resource package name note: This field may return null, indicating that a valid value cannot be obtained.
    packageRegions string[]
    The resource package is used in China, which is commonly used in mainland China, and in overseas, which is commonly used in Hong Kong, Macao, Taiwan, and overseas. Note: This field may return null, indicating that a valid value cannot be obtained.
    packageTypes string[]
    Resource package type CCU - Compute resource package, DISK - Store resource package Note: This field may return null, indicating that a valid value cannot be obtained.
    resultOutputFile string
    statuses string[]
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. Note: This field may return null, indicating that a valid value cannot be obtained.
    id str
    resource_package_lists Sequence[GetCynosdbResourcePackageListResourcePackageList]
    Resource package details note: This field may return null, indicating that a valid value cannot be obtained.
    order_bies Sequence[str]
    order_direction str
    package_ids Sequence[str]
    Resource Package Unique ID Note: This field may return null, indicating that a valid value cannot be obtained.
    package_names Sequence[str]
    Resource package name note: This field may return null, indicating that a valid value cannot be obtained.
    package_regions Sequence[str]
    The resource package is used in China, which is commonly used in mainland China, and in overseas, which is commonly used in Hong Kong, Macao, Taiwan, and overseas. Note: This field may return null, indicating that a valid value cannot be obtained.
    package_types Sequence[str]
    Resource package type CCU - Compute resource package, DISK - Store resource package Note: This field may return null, indicating that a valid value cannot be obtained.
    result_output_file str
    statuses Sequence[str]
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. Note: This field may return null, indicating that a valid value cannot be obtained.
    id String
    resourcePackageLists List<Property Map>
    Resource package details note: This field may return null, indicating that a valid value cannot be obtained.
    orderBies List<String>
    orderDirection String
    packageIds List<String>
    Resource Package Unique ID Note: This field may return null, indicating that a valid value cannot be obtained.
    packageNames List<String>
    Resource package name note: This field may return null, indicating that a valid value cannot be obtained.
    packageRegions List<String>
    The resource package is used in China, which is commonly used in mainland China, and in overseas, which is commonly used in Hong Kong, Macao, Taiwan, and overseas. Note: This field may return null, indicating that a valid value cannot be obtained.
    packageTypes List<String>
    Resource package type CCU - Compute resource package, DISK - Store resource package Note: This field may return null, indicating that a valid value cannot be obtained.
    resultOutputFile String
    statuses List<String>
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded. Note: This field may return null, indicating that a valid value cannot be obtained.

    Supporting Types

    GetCynosdbResourcePackageListResourcePackageList

    AppId double
    AppID note: This field may return null, indicating that a valid value cannot be obtained.
    BindInstanceInfos List<GetCynosdbResourcePackageListResourcePackageListBindInstanceInfo>
    Note for binding instance information: This field may return null, indicating that a valid value cannot be obtained.
    ExpireTime string
    Expiration time: August 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    HasQuota bool
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    PackageId string
    Resource Package Unique ID.
    PackageName string
    Resource Package Name.
    PackageRegion string
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    PackageTotalSpec double
    Attention to the total amount of resource packages: This field may return null, indicating that a valid value cannot be obtained.
    PackageType string
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    PackageUsedSpec double
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    StartTime string
    Effective time: July 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    Status string
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    AppId float64
    AppID note: This field may return null, indicating that a valid value cannot be obtained.
    BindInstanceInfos []GetCynosdbResourcePackageListResourcePackageListBindInstanceInfo
    Note for binding instance information: This field may return null, indicating that a valid value cannot be obtained.
    ExpireTime string
    Expiration time: August 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    HasQuota bool
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    PackageId string
    Resource Package Unique ID.
    PackageName string
    Resource Package Name.
    PackageRegion string
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    PackageTotalSpec float64
    Attention to the total amount of resource packages: This field may return null, indicating that a valid value cannot be obtained.
    PackageType string
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    PackageUsedSpec float64
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    StartTime string
    Effective time: July 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    Status string
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    appId Double
    AppID note: This field may return null, indicating that a valid value cannot be obtained.
    bindInstanceInfos List<GetCynosdbResourcePackageListResourcePackageListBindInstanceInfo>
    Note for binding instance information: This field may return null, indicating that a valid value cannot be obtained.
    expireTime String
    Expiration time: August 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    hasQuota Boolean
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    packageId String
    Resource Package Unique ID.
    packageName String
    Resource Package Name.
    packageRegion String
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    packageTotalSpec Double
    Attention to the total amount of resource packages: This field may return null, indicating that a valid value cannot be obtained.
    packageType String
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    packageUsedSpec Double
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    startTime String
    Effective time: July 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    status String
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    appId number
    AppID note: This field may return null, indicating that a valid value cannot be obtained.
    bindInstanceInfos GetCynosdbResourcePackageListResourcePackageListBindInstanceInfo[]
    Note for binding instance information: This field may return null, indicating that a valid value cannot be obtained.
    expireTime string
    Expiration time: August 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    hasQuota boolean
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    packageId string
    Resource Package Unique ID.
    packageName string
    Resource Package Name.
    packageRegion string
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    packageTotalSpec number
    Attention to the total amount of resource packages: This field may return null, indicating that a valid value cannot be obtained.
    packageType string
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    packageUsedSpec number
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    startTime string
    Effective time: July 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    status string
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    app_id float
    AppID note: This field may return null, indicating that a valid value cannot be obtained.
    bind_instance_infos Sequence[GetCynosdbResourcePackageListResourcePackageListBindInstanceInfo]
    Note for binding instance information: This field may return null, indicating that a valid value cannot be obtained.
    expire_time str
    Expiration time: August 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    has_quota bool
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    package_id str
    Resource Package Unique ID.
    package_name str
    Resource Package Name.
    package_region str
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    package_total_spec float
    Attention to the total amount of resource packages: This field may return null, indicating that a valid value cannot be obtained.
    package_type str
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    package_used_spec float
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    start_time str
    Effective time: July 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    status str
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.
    appId Number
    AppID note: This field may return null, indicating that a valid value cannot be obtained.
    bindInstanceInfos List<Property Map>
    Note for binding instance information: This field may return null, indicating that a valid value cannot be obtained.
    expireTime String
    Expiration time: August 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    hasQuota Boolean
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    packageId String
    Resource Package Unique ID.
    packageName String
    Resource Package Name.
    packageRegion String
    Resource package usage region China - common in mainland China, overseas - common in Hong Kong, Macao, Taiwan, and overseas.
    packageTotalSpec Number
    Attention to the total amount of resource packages: This field may return null, indicating that a valid value cannot be obtained.
    packageType String
    Resource package type CCU - Compute resource package, DISK - Storage resource package.
    packageUsedSpec Number
    Resource package usage note: This field may return null, indicating that a valid value cannot be obtained.
    startTime String
    Effective time: July 1st, 2022 00:00:00 Attention: This field may return null, indicating that a valid value cannot be obtained.
    status String
    Resource package status creating - creating; Using - In use; Expired - has expired; Normal_ Finish - used up; Apply_ Refund - Applying for a refund; Refund - The fee has been refunded.

    GetCynosdbResourcePackageListResourcePackageListBindInstanceInfo

    InstanceId string
    Instance ID.
    InstanceRegion string
    Region of instance.
    InstanceType string
    Instance type.
    InstanceId string
    Instance ID.
    InstanceRegion string
    Region of instance.
    InstanceType string
    Instance type.
    instanceId String
    Instance ID.
    instanceRegion String
    Region of instance.
    instanceType String
    Instance type.
    instanceId string
    Instance ID.
    instanceRegion string
    Region of instance.
    instanceType string
    Instance type.
    instance_id str
    Instance ID.
    instance_region str
    Region of instance.
    instance_type str
    Instance type.
    instanceId String
    Instance ID.
    instanceRegion String
    Region of instance.
    instanceType String
    Instance type.

    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