Uses of Class
com.tencentcloudapi.gaap.v20180529.models.DescribeProxyStatisticsRequest
-
Packages that use DescribeProxyStatisticsRequest Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of DescribeProxyStatisticsRequest in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 with parameters of type DescribeProxyStatisticsRequest Modifier and Type Method Description DescribeProxyStatisticsResponseGaapClient. DescribeProxyStatistics(DescribeProxyStatisticsRequest req)该接口用于查询监听器统计数据,包括出入带宽,出入包量,并发,丢包和时延数据。支持300, 3600和86400的细粒度,取值为细粒度范围内最大值。 -
Uses of DescribeProxyStatisticsRequest in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type DescribeProxyStatisticsRequest Constructor Description DescribeProxyStatisticsRequest(DescribeProxyStatisticsRequest 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.
-