Uses of Class
com.tencentcloudapi.vpc.v20170312.models.Quota
-
Packages that use Quota Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of Quota in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return Quota Modifier and Type Method Description Quota[]DescribeAddressQuotaResponse. getQuotaSet()Get 账户 EIP 配额信息。Quota[]DescribeBandwidthPackageQuotaResponse. getQuotaSet()Get 带宽包配额详细信息Quota[]DescribeIp6TranslatorQuotaResponse. getQuotaSet()Get 账户在指定地域的IPV6转换实例及规则配额信息 QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type Quota Modifier and Type Method Description voidDescribeAddressQuotaResponse. setQuotaSet(Quota[] QuotaSet)Set 账户 EIP 配额信息。voidDescribeBandwidthPackageQuotaResponse. setQuotaSet(Quota[] QuotaSet)Set 带宽包配额详细信息voidDescribeIp6TranslatorQuotaResponse. setQuotaSet(Quota[] QuotaSet)Set 账户在指定地域的IPV6转换实例及规则配额信息 QUOTAID属性是TOTAL_TRANSLATOR_QUOTA,表示账户在指定地域的IPV6转换实例配额信息;QUOTAID属性是IPV6转换实例唯一ID(形如ip6-xxxxxxxx),表示账户在该转换实例允许创建的转换规则配额Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type Quota Constructor Description Quota(Quota 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.
-