Package | Description |
---|---|
com.tencentcloudapi.ecm.v20190719.models |
Modifier and Type | Method and Description |
---|---|
PriceDetail |
InstancePricesPartDetail.getCpuPrice()
Get cpu的价格信息
|
PriceDetail |
InstancePricesPartDetail.getDisksPrice()
Get 磁盘价格信息
|
PriceDetail |
InstancePricesPartDetail.getMemPrice()
Get 内存价格信息
|
Modifier and Type | Method and Description |
---|---|
void |
InstancePricesPartDetail.setCpuPrice(PriceDetail CpuPrice)
Set cpu的价格信息
|
void |
InstancePricesPartDetail.setDisksPrice(PriceDetail DisksPrice)
Set 磁盘价格信息
|
void |
InstancePricesPartDetail.setMemPrice(PriceDetail MemPrice)
Set 内存价格信息
|
Constructor and Description |
---|
PriceDetail(PriceDetail 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.
|
Copyright © 2022. All rights reserved.