public class InstanceType
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
cpuCoreCount
CPU内核数目。
|
String |
description
机型描述。
一般包括内存大小,硬盘。
|
InstanceDiskInfo |
diskInfo
硬盘配置。
单位:GB。
|
List<String> |
imageIds
机型支持的镜像ID。 仅在 `DescribeInstanceType` 可取到值
|
String |
instanceTypeId
实例机型ID。
|
Boolean |
isHA
是否高可用机型。
|
Integer |
maximumBandwidth
机型支持的最大出口带宽。
单位:Mbps。
|
Integer |
memorySize
内存大小。
单位:GB。
|
List<Integer> |
supportRaids
机型支持的raid。
|
Boolean |
supportSubnet
是否支持内网组网。
|
| Constructor and Description |
|---|
InstanceType() |
public String instanceTypeId
public String description
public Integer cpuCoreCount
public Integer memorySize
public Integer maximumBandwidth
public Boolean supportSubnet
public Boolean isHA
public InstanceDiskInfo diskInfo
Copyright © 2025. All rights reserved.