public class InquiryPriceRenewVpnGatewayRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceRenewVpnGatewayRequest() |
InquiryPriceRenewVpnGatewayRequest(InquiryPriceRenewVpnGatewayRequest 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 |
---|---|
InstanceChargePrepaid |
getInstanceChargePrepaid()
Get Specifies the purchased validity period, whether to enable auto-renewal.
|
String |
getVpnGatewayId()
Get The ID of the VPN gateway instance.
|
void |
setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)
Set Specifies the purchased validity period, whether to enable auto-renewal.
|
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 InquiryPriceRenewVpnGatewayRequest()
public InquiryPriceRenewVpnGatewayRequest(InquiryPriceRenewVpnGatewayRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- The ID of the VPN gateway instance.public InstanceChargePrepaid getInstanceChargePrepaid()
public void setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)
InstanceChargePrepaid
- Specifies the purchased validity period, whether to enable auto-renewal. This parameter is required for monthly-subscription instances.Copyright © 2022. All rights reserved.