Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.GeneralResourceQuota
-
Packages that use GeneralResourceQuota Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of GeneralResourceQuota in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return GeneralResourceQuota Modifier and Type Method Description GeneralResourceQuota[]DescribeGeneralResourceQuotasResponse. getGeneralResourceQuotaSet()Get 通用资源配额详细信息列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type GeneralResourceQuota Modifier and Type Method Description voidDescribeGeneralResourceQuotasResponse. setGeneralResourceQuotaSet(GeneralResourceQuota[] GeneralResourceQuotaSet)Set 通用资源配额详细信息列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type GeneralResourceQuota Constructor Description GeneralResourceQuota(GeneralResourceQuota 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.
-