参考本示例查询预付费计费方式的NAT网关的价格。
询价说明
获取预付费NAT网关的价格,您需要完成以下操作:
- 调用QueryProductList获取产品code,NAT网关的产品code为
nat_gw
。 - 调用DescribePricingModule接口获取产品的配置参数。该接口须指定ProductCode和SubscriptionType参数。预付费产品的SubscriptionType取值为Subscription。
下表列举了获取预付费NAT网关价格需提供的参数。
返回参数 示例值 取值范围 OrderType NewOrder 订单类型,取值: NewOrder(新购)。 Region cn-hangzhou 地域信息。 ModuleList.1.ModuleCode Spec 规格。 ModuleList.1.Config Spec:Small 规格取值。 - Small:小型。
- Middle :中型。
- Large:大型。
- Xlarge.1:超大型-1。
ServicePeriodQuantity 1 购买时长。 ServicePeriodUnit Month 购买时长单位。 - Month:月。
- Year:年。
Quantity 1 购买数量。 - 调用GetSubscriptionPrice接口获取预付费NAT网关的价格。
接口参数和取值样例
https://business.aliyuncs.com/?Action=GetSubscriptionPrice
&ProductCode=nat_gw
&SubscriptionType=Subscription
&Region=cn-qingdao
&OrderType=NewOrder
&ModuleList.1.ModuleCode=Spec
&ModuleList.1.Config=Spec:Small
&ServicePeriodQuantity=1
&ServicePeriodUnit=Month
&Quantity=1
&公共参数