Uses of Class
com.tencentcloudapi.gaap.v20180529.models.CreateProxyRequest
-
Packages that use CreateProxyRequest Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of CreateProxyRequest in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 with parameters of type CreateProxyRequest Modifier and Type Method Description CreateProxyResponseGaapClient. CreateProxy(CreateProxyRequest req)本接口(CreateProxy)用于创建/复制一个指定配置的加速通道。当复制通道时,需要设置新通道的基本配置参数,并设置ClonedProxyId来指定被复制的通道。 -
Uses of CreateProxyRequest in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type CreateProxyRequest Constructor Description CreateProxyRequest(CreateProxyRequest 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.
-