Uses of Class
com.tencentcloudapi.tione.v20211111.models.ServiceLimit
-
Packages that use ServiceLimit Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of ServiceLimit in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return ServiceLimit Modifier and Type Method Description ServiceLimitCreateModelServiceRequest. getServiceLimit()Get 服务限速限流相关配置ServiceLimitModifyModelServicePartialConfigRequest. getServiceLimit()Get 更新后服务不重启,服务对应限流限频配置ServiceLimitModifyModelServiceRequest. getServiceLimit()Get 服务限速限流相关配置ServiceLimitService. getServiceLimit()Get 已废弃 注意:此字段可能返回 null,表示取不到有效值。ServiceLimitServiceInfo. getServiceLimit()Get 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type ServiceLimit Modifier and Type Method Description voidCreateModelServiceRequest. setServiceLimit(ServiceLimit ServiceLimit)Set 服务限速限流相关配置voidModifyModelServicePartialConfigRequest. setServiceLimit(ServiceLimit ServiceLimit)Set 更新后服务不重启,服务对应限流限频配置voidModifyModelServiceRequest. setServiceLimit(ServiceLimit ServiceLimit)Set 服务限速限流相关配置voidService. setServiceLimit(ServiceLimit ServiceLimit)Set 已废弃 注意:此字段可能返回 null,表示取不到有效值。voidServiceInfo. setServiceLimit(ServiceLimit ServiceLimit)Set 服务限速限流相关配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type ServiceLimit Constructor Description ServiceLimit(ServiceLimit 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.
-