public static final class DescribeEpnBandWidthDataRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeEpnBandWidthDataRequest |
build() |
DescribeEpnBandWidthDataRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeEpnBandWidthDataRequest.Builder |
ensRegionId(String ensRegionId)
The ID of the Edge Node Service (ENS) node.
|
DescribeEpnBandWidthDataRequest.Builder |
EPNInstanceId(String EPNInstanceId)
The ID of the EPN instance.
|
DescribeEpnBandWidthDataRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
DescribeEpnBandWidthDataRequest.Builder |
isp(String isp)
The Internet service provider (ISP).
|
DescribeEpnBandWidthDataRequest.Builder |
networkingModel(String networkingModel)
The networking mode.
|
DescribeEpnBandWidthDataRequest.Builder |
period(String period)
The precision of the monitoring data that you want to obtain.
|
DescribeEpnBandWidthDataRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeEpnBandWidthDataRequest.Builder EPNInstanceId(String EPNInstanceId)
public DescribeEpnBandWidthDataRequest.Builder endTime(String endTime)
* Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. * If the value of the seconds place is not 00, the start time is automatically set to the next minute.
public DescribeEpnBandWidthDataRequest.Builder ensRegionId(String ensRegionId)
public DescribeEpnBandWidthDataRequest.Builder instanceId(String instanceId)
public DescribeEpnBandWidthDataRequest.Builder isp(String isp)
* cmcc: China Mobile * telecom: China Telecom * unicom: China Unicom * multiCarrier: multi-line ISP
public DescribeEpnBandWidthDataRequest.Builder networkingModel(String networkingModel)
* **SpeedUp**: intelligent acceleration network (Internet) * **Connection**: internal network * **SpeedUpAndConnection**: intelligent acceleration network and internal network
public DescribeEpnBandWidthDataRequest.Builder period(String period)
public DescribeEpnBandWidthDataRequest.Builder startTime(String startTime)
* Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. * If the value of the seconds place is not 00, the start time is automatically set to the next minute.
public DescribeEpnBandWidthDataRequest build()
Copyright © 2024. All rights reserved.