Uses of Class
com.tencentcloudapi.vpc.v20170312.models.VpnGatewayQuota
-
Packages that use VpnGatewayQuota Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of VpnGatewayQuota in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return VpnGatewayQuota Modifier and Type Method Description VpnGatewayQuota[]VpnGateway. getVpnGatewayQuotaSet()Get 网关带宽配额信息。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGatewayQuota Modifier and Type Method Description voidVpnGateway. setVpnGatewayQuotaSet(VpnGatewayQuota[] VpnGatewayQuotaSet)Set 网关带宽配额信息。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type VpnGatewayQuota Constructor Description VpnGatewayQuota(VpnGatewayQuota 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.
-