public class ResetVpnGatewayInternetMaxBandwidthRequest extends AbstractModel
Constructor and Description |
---|
ResetVpnGatewayInternetMaxBandwidthRequest() |
ResetVpnGatewayInternetMaxBandwidthRequest(ResetVpnGatewayInternetMaxBandwidthRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getInternetMaxBandwidthOut()
Get 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。
|
String |
getVpnGatewayId()
Get VPN网关实例ID。
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。
|
void |
setVpnGatewayId(String VpnGatewayId)
Set VPN网关实例ID。
|
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 ResetVpnGatewayInternetMaxBandwidthRequest(ResetVpnGatewayInternetMaxBandwidthRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- VPN网关实例ID。public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。Copyright © 2022. All rights reserved.