Uses of Class
com.tencentcloudapi.tcbr.v20220217.models.StorageInfo
-
Packages that use StorageInfo Package Description com.tencentcloudapi.tcbr.v20220217.models -
-
Uses of StorageInfo in com.tencentcloudapi.tcbr.v20220217.models
Methods in com.tencentcloudapi.tcbr.v20220217.models that return StorageInfo Modifier and Type Method Description StorageInfo[]EnvInfo. getStorages()Get 存储列表Methods in com.tencentcloudapi.tcbr.v20220217.models with parameters of type StorageInfo Modifier and Type Method Description voidEnvInfo. setStorages(StorageInfo[] Storages)Set 存储列表Constructors in com.tencentcloudapi.tcbr.v20220217.models with parameters of type StorageInfo Constructor Description StorageInfo(StorageInfo 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.
-