public static final class CreateEpnInstanceRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateEpnInstanceRequest |
build() |
CreateEpnInstanceRequest.Builder |
EPNInstanceName(String EPNInstanceName)
The name of the EPN instance.
|
CreateEpnInstanceRequest.Builder |
EPNInstanceType(String EPNInstanceType)
The type of the EPN instance.
|
CreateEpnInstanceRequest.Builder |
internetChargeType(String internetChargeType)
The billing method for network usage.
|
CreateEpnInstanceRequest.Builder |
internetMaxBandwidthOut(Integer internetMaxBandwidthOut)
The maximum outbound public bandwidth.
|
CreateEpnInstanceRequest.Builder |
networkingModel(String networkingModel)
The networking mode.
|
public CreateEpnInstanceRequest.Builder EPNInstanceName(String EPNInstanceName)
public CreateEpnInstanceRequest.Builder EPNInstanceType(String EPNInstanceType)
public CreateEpnInstanceRequest.Builder internetChargeType(String internetChargeType)
* **BandwidthByDay**: Pay by daily peak bandwidth. * **95BandwidthByMonth**: Pay by monthly 95th percentile bandwidth. * **PayByBandwidth4thMonth**: Pay by monthly fourth peak bandwidth. * **PayByBandwidth**: Pay by fixed bandwidth. You can specify only one metering method for network usage and cannot overwrite the existing metering method.
public CreateEpnInstanceRequest.Builder internetMaxBandwidthOut(Integer internetMaxBandwidthOut)
public CreateEpnInstanceRequest.Builder networkingModel(String networkingModel)
* **SpeedUp**: intelligent acceleration network (Internet) * **Connection**: internal network * **SpeedUpAndConnection**: intelligent acceleration network and internal network
public CreateEpnInstanceRequest build()
Copyright © 2024. All rights reserved.