public class InquiryPriceCreateVpnGatewayRequest extends AbstractModel
| Constructor and Description | 
|---|
| InquiryPriceCreateVpnGatewayRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceChargePrepaid | getInstanceChargePrepaid()Get Parameter settings for prepaid billing mode, also known as monthly subscription. | 
| String | getInstanceChargeType()Get The VPN gateway billing mode. | 
| Long | getInternetMaxBandwidthOut()Get The public network bandwidth configuration. | 
| void | setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)Set Parameter settings for prepaid billing mode, also known as monthly subscription. | 
| void | setInstanceChargeType(String InstanceChargeType)Set The VPN gateway billing mode. | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set The public network bandwidth configuration. | 
| 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, toJsonStringpublic Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - The public network bandwidth configuration. Available bandwidth specifications: 5, 10, 20, 50, and 100. Unit: Mbps.public String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType - The VPN gateway billing mode. PREPAID: prepaid means monthly subscription. POSTPAID_BY_HOUR: postpaid means pay-as-you-go. Default: POSTPAID_BY_HOUR. If prepaid mode is specified, the `InstanceChargePrepaid` parameter must be entered.public InstanceChargePrepaid getInstanceChargePrepaid()
public void setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)
InstanceChargePrepaid - Parameter settings for prepaid billing mode, also known as monthly subscription. This parameter can specify the purchase period and other attributes such as auto-renewal. This parameter is mandatory for prepaid instances.Copyright © 2021. All rights reserved.