Uses of Class
com.tencentcloudapi.tcb.v20180608.models.GatewayVersionItem
-
Packages that use GatewayVersionItem Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of GatewayVersionItem in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return GatewayVersionItem Modifier and Type Method Description GatewayVersionItem[]DescribeGatewayVersionsResponse. getGatewayVersionItems()Get 版本信息详情GatewayVersionItem[]ModifyGatewayVersionTrafficRequest. getVersionsWeight()Get 网关版本流量比例信息Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type GatewayVersionItem Modifier and Type Method Description voidDescribeGatewayVersionsResponse. setGatewayVersionItems(GatewayVersionItem[] GatewayVersionItems)Set 版本信息详情voidModifyGatewayVersionTrafficRequest. setVersionsWeight(GatewayVersionItem[] VersionsWeight)Set 网关版本流量比例信息Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type GatewayVersionItem Constructor Description GatewayVersionItem(GatewayVersionItem 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.
-