Uses of Class
com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayBalancedService
-
Packages that use CloudNativeAPIGatewayBalancedService Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of CloudNativeAPIGatewayBalancedService in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return CloudNativeAPIGatewayBalancedService Modifier and Type Method Description CloudNativeAPIGatewayBalancedService[]CloudNativeAPIGatewayCanaryRule. getBalancedServiceList()Get 服务的流量百分比配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayBalancedService Modifier and Type Method Description voidCloudNativeAPIGatewayCanaryRule. setBalancedServiceList(CloudNativeAPIGatewayBalancedService[] BalancedServiceList)Set 服务的流量百分比配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayBalancedService Constructor Description CloudNativeAPIGatewayBalancedService(CloudNativeAPIGatewayBalancedService 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.
-