Uses of Class
com.tencentcloudapi.teo.v20220901.models.SmartRouting
-
Packages that use SmartRouting Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of SmartRouting in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return SmartRouting Modifier and Type Method Description SmartRoutingDetailHost. getSmartRouting()Get 智能路由配置项。 注意:此字段可能返回 null,表示取不到有效值。SmartRoutingModifyZoneSettingRequest. getSmartRouting()Get 智能加速配置。 不填写表示保持原有配置。SmartRoutingZoneSetting. getSmartRouting()Get 智能加速配置。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type SmartRouting Modifier and Type Method Description voidDetailHost. setSmartRouting(SmartRouting SmartRouting)Set 智能路由配置项。 注意:此字段可能返回 null,表示取不到有效值。voidModifyZoneSettingRequest. setSmartRouting(SmartRouting SmartRouting)Set 智能加速配置。 不填写表示保持原有配置。voidZoneSetting. setSmartRouting(SmartRouting SmartRouting)Set 智能加速配置。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type SmartRouting Constructor Description SmartRouting(SmartRouting 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.
-