| Package | Description | 
|---|---|
| com.tencentcloudapi.cynosdb.v20190107.models | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourcePackage[] | CynosdbClusterDetail. getResourcePackages()Get The resource package information that is bound to the cluster. | 
| ResourcePackage[] | CynosdbInstance. getResourcePackages()Get Information of the resource pack bound to an instance when `packageType` is `CCU`. | 
| ResourcePackage[] | CynosdbCluster. getResourcePackages()Get Specifies the information of the resource package bound to the instance (only the storage resource package is returned here, that is, packageType=DISK). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CynosdbClusterDetail. setResourcePackages(ResourcePackage[] ResourcePackages)Set The resource package information that is bound to the cluster. | 
| void | CynosdbInstance. setResourcePackages(ResourcePackage[] ResourcePackages)Set Information of the resource pack bound to an instance when `packageType` is `CCU`. | 
| void | CynosdbCluster. setResourcePackages(ResourcePackage[] ResourcePackages)Set Specifies the information of the resource package bound to the instance (only the storage resource package is returned here, that is, packageType=DISK). | 
| Constructor and Description | 
|---|
| ResourcePackage(ResourcePackage source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
Copyright © 2025. All rights reserved.