public class ResetVpnGatewayInternetMaxBandwidthRequest extends AbstractModel
Constructor and Description |
---|
ResetVpnGatewayInternetMaxBandwidthRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getInternetMaxBandwidthOut()
Get The public network bandwidth configuration.
|
String |
getVpnGatewayId()
Get The ID of the VPN gateway instance.
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set The public network bandwidth configuration.
|
void |
setVpnGatewayId(String VpnGatewayId)
Set The ID of the VPN gateway instance.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ResetVpnGatewayInternetMaxBandwidthRequest()
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- The ID of the VPN gateway instance.public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- The public network bandwidth configuration. Available bandwidth specifications: 5, 10, 20, 50, and 100. Unit: Mbps.Copyright © 2020. All rights reserved.