Menampilkan detail tipe host khusus yang didukung di suatu Wilayah atau keluarga Instance ECS yang didukung oleh tipe host khusus tertentu.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID Wilayah. Anda dapat memanggil operasi DescribeRegions untuk menanyakan daftar Wilayah terbaru. |
cn-hangzhou |
| DedicatedHostType |
string |
No |
Tipe host khusus. Untuk informasi selengkapnya, lihat Dedicated host types. |
ddh.sn1ne |
| SupportedInstanceTypeFamily |
string |
No |
Keluarga Instance ECS yang didukung oleh tipe host khusus tersebut. |
ecs.sn1ne |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
5FE5FF06-3A33-4658-8495-6445FC54E327 |
| DedicatedHostTypes |
object |
||
| DedicatedHostType |
array<object> |
Detail mengenai tipe host khusus. |
|
|
array<object> |
|||
| Cores |
integer |
Jumlah core per CPU fisik. |
2 |
| LocalStorageCategory |
string |
Kategori disk lokal. |
local |
| GPUSpec |
string |
Model GPU. |
NVIDIA P100 |
| TotalVcpus |
integer |
Jumlah total vCPU. |
56 |
| CpuOverCommitRatioRange |
string |
Rentang rasio overcommit CPU yang didukung. |
1-5 |
| PhysicalGpus |
integer |
Jumlah GPU fisik. |
2 |
| MemorySize |
number |
Ukuran memori. Satuan: GiB. |
112.0 |
| SupportCpuOverCommitRatio |
boolean |
Menunjukkan apakah pengaturan rasio overcommit CPU didukung. |
true |
| LocalStorageCapacity |
integer |
Kapasitas disk lokal. Satuan: GiB. |
0 |
| DedicatedHostType |
string |
Tipe host khusus. |
ddh.sn1ne |
| LocalStorageAmount |
integer |
Jumlah disk lokal pada host khusus. |
0 |
| TotalVgpus |
integer |
Jumlah total vGPU. |
10 |
| Sockets |
integer |
Jumlah CPU fisik. |
2 |
| SupportedInstanceTypeFamilies |
object |
||
| SupportedInstanceTypeFamily |
array |
Keluarga Instance ECS yang didukung oleh tipe host khusus tersebut. |
|
|
string |
Keluarga Instance ECS. |
ecs.sn1ne |
|
| SupportedInstanceTypesList |
object |
||
| SupportedInstanceTypesList |
array |
Tipe Instance ECS yang didukung oleh tipe host khusus tersebut. |
|
|
string |
Tipe Instance ECS. |
ecs.sn1ne.large |
Contoh
Respons sukses
JSONformat
{
"RequestId": "5FE5FF06-3A33-4658-8495-6445FC54E327",
"DedicatedHostTypes": {
"DedicatedHostType": [
{
"Cores": 2,
"LocalStorageCategory": "local",
"GPUSpec": "NVIDIA P100",
"TotalVcpus": 56,
"CpuOverCommitRatioRange": "1-5",
"PhysicalGpus": 2,
"MemorySize": 112,
"SupportCpuOverCommitRatio": true,
"LocalStorageCapacity": 0,
"DedicatedHostType": "ddh.sn1ne",
"LocalStorageAmount": 0,
"TotalVgpus": 10,
"Sockets": 2,
"SupportedInstanceTypeFamilies": {
"SupportedInstanceTypeFamily": [
"ecs.sn1ne"
]
},
"SupportedInstanceTypesList": {
"SupportedInstanceTypesList": [
"ecs.sn1ne.large"
]
}
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.