public static final class DescribeExposedStatisticsDetailRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeExposedStatisticsDetailRequest |
build() |
DescribeExposedStatisticsDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeExposedStatisticsDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeExposedStatisticsDetailRequest.Builder |
statisticsType(String statisticsType)
The type of the exposed asset.
|
DescribeExposedStatisticsDetailRequest.Builder |
statisticsTypeGatewayType(String statisticsTypeGatewayType)
The type of the gateway asset.
|
DescribeExposedStatisticsDetailRequest.Builder |
statisticsTypeInstanceValue(String statisticsTypeInstanceValue)
The ID of the gateway asset.
|
public DescribeExposedStatisticsDetailRequest.Builder currentPage(Integer currentPage)
public DescribeExposedStatisticsDetailRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribeExposedStatisticsDetailRequest.Builder statisticsType(String statisticsType)
* **exposureType**: gateway assets * **exposurePort**: ports * **exposureComponent**: system components * **exposureIp**: IP addresses
public DescribeExposedStatisticsDetailRequest.Builder statisticsTypeGatewayType(String statisticsTypeGatewayType)
* **SLB**: the public IP address of a Server Load Balancer (SLB) instance * **DNAT**: the NAT gateway that connects to the Internet by using the DNAT feature
public DescribeExposedStatisticsDetailRequest.Builder statisticsTypeInstanceValue(String statisticsTypeInstanceValue)
public DescribeExposedStatisticsDetailRequest build()
Copyright © 2023. All rights reserved.