Package | Description |
---|---|
com.tencentcloudapi.emr.v20190103.models |
Modifier and Type | Method and Description |
---|---|
DiskSpecInfo[] |
NodeResourceSpec.getDataDisk()
Get 云数据盘,云数据盘总个数不超过15块
注意:此字段可能返回 null,表示取不到有效值。
|
DiskSpecInfo[] |
NodeResourceSpec.getLocalDataDisk()
Get 本地数据盘
注意:此字段可能返回 null,表示取不到有效值。
|
DiskSpecInfo[] |
NodeResourceSpec.getSystemDisk()
Get 系统盘,系统盘个数不超过1块
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
NodeResourceSpec.setDataDisk(DiskSpecInfo[] DataDisk)
Set 云数据盘,云数据盘总个数不超过15块
注意:此字段可能返回 null,表示取不到有效值。
|
void |
NodeResourceSpec.setLocalDataDisk(DiskSpecInfo[] LocalDataDisk)
Set 本地数据盘
注意:此字段可能返回 null,表示取不到有效值。
|
void |
NodeResourceSpec.setSystemDisk(DiskSpecInfo[] SystemDisk)
Set 系统盘,系统盘个数不超过1块
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
DiskSpecInfo(DiskSpecInfo 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 © 2024. All rights reserved.