Uses of Class
com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayCanaryRule
-
Packages that use CloudNativeAPIGatewayCanaryRule Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of CloudNativeAPIGatewayCanaryRule in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return CloudNativeAPIGatewayCanaryRule Modifier and Type Method Description CloudNativeAPIGatewayCanaryRuleCreateCloudNativeAPIGatewayCanaryRuleRequest. getCanaryRule()Get 灰度规则配置CloudNativeAPIGatewayCanaryRuleModifyCloudNativeAPIGatewayCanaryRuleRequest. getCanaryRule()Get 灰度规则配置CloudNativeAPIGatewayCanaryRule[]CloudAPIGatewayCanaryRuleList. getCanaryRuleList()Get 灰度规则 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayCanaryRule Modifier and Type Method Description voidCreateCloudNativeAPIGatewayCanaryRuleRequest. setCanaryRule(CloudNativeAPIGatewayCanaryRule CanaryRule)Set 灰度规则配置voidModifyCloudNativeAPIGatewayCanaryRuleRequest. setCanaryRule(CloudNativeAPIGatewayCanaryRule CanaryRule)Set 灰度规则配置voidCloudAPIGatewayCanaryRuleList. setCanaryRuleList(CloudNativeAPIGatewayCanaryRule[] CanaryRuleList)Set 灰度规则 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayCanaryRule Constructor Description CloudNativeAPIGatewayCanaryRule(CloudNativeAPIGatewayCanaryRule 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.
-