Uses of Class
com.tencentcloudapi.vpc.v20170312.models.ResetVpnGatewayInternetMaxBandwidthRequest
-
Packages that use ResetVpnGatewayInternetMaxBandwidthRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of ResetVpnGatewayInternetMaxBandwidthRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type ResetVpnGatewayInternetMaxBandwidthRequest Modifier and Type Method Description ResetVpnGatewayInternetMaxBandwidthResponseVpcClient. ResetVpnGatewayInternetMaxBandwidth(ResetVpnGatewayInternetMaxBandwidthRequest req)本接口(ResetVpnGatewayInternetMaxBandwidth)用于调整VPN网关带宽上限。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持,如果是包年包月VPN网关需要在有效期内。 -
Uses of ResetVpnGatewayInternetMaxBandwidthRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type ResetVpnGatewayInternetMaxBandwidthRequest Constructor Description ResetVpnGatewayInternetMaxBandwidthRequest(ResetVpnGatewayInternetMaxBandwidthRequest 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.
-