public class BuyPayAsYouGoOrderRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
commodityType
The type of the resource that you want to purchase.
|
Integer |
insNum
The number of database instances that you want to use DMS to manage.
|
Long |
tid
The ID of the tenant.
|
String |
versionType
The control mode of DMS.
|
| 构造器和说明 |
|---|
BuyPayAsYouGoOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BuyPayAsYouGoOrderRequest |
build(Map<String,?> map) |
String |
getCommodityType() |
Integer |
getInsNum() |
Long |
getTid() |
String |
getVersionType() |
BuyPayAsYouGoOrderRequest |
setCommodityType(String commodityType) |
BuyPayAsYouGoOrderRequest |
setInsNum(Integer insNum) |
BuyPayAsYouGoOrderRequest |
setTid(Long tid) |
BuyPayAsYouGoOrderRequest |
setVersionType(String versionType) |
@NameInMap(value="CommodityType") public String commodityType
The type of the resource that you want to purchase.
This parameter is required.
example:SensitiveDataProtection
@NameInMap(value="InsNum") public Integer insNum
The number of database instances that you want to use DMS to manage.
A quota can be used for only one database instance.
This parameter is required.
example:7
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
@NameInMap(value="VersionType") public String versionType
The control mode of DMS. Valid values:
stand
public static BuyPayAsYouGoOrderRequest build(Map<String,?> map) throws Exception
Exceptionpublic BuyPayAsYouGoOrderRequest setCommodityType(String commodityType)
public String getCommodityType()
public BuyPayAsYouGoOrderRequest setInsNum(Integer insNum)
public Integer getInsNum()
public BuyPayAsYouGoOrderRequest setTid(Long tid)
public Long getTid()
public BuyPayAsYouGoOrderRequest setVersionType(String versionType)
public String getVersionType()
Copyright © 2025. All rights reserved.