Package | Description |
---|---|
com.tencentcloudapi.emr.v20190103.models |
Modifier and Type | Method and Description |
---|---|
DiskSpecInfo[] |
NodeResourceSpec.getDataDisk()
Get The cloud data disk, which can be up to 15 PCS.
|
DiskSpecInfo[] |
NodeResourceSpec.getLocalDataDisk()
Get The local data disk.
|
DiskSpecInfo[] |
NodeResourceSpec.getSystemDisk()
Get The system disk, which can be up to 1 PCS.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeResourceSpec.setDataDisk(DiskSpecInfo[] DataDisk)
Set The cloud data disk, which can be up to 15 PCS.
|
void |
NodeResourceSpec.setLocalDataDisk(DiskSpecInfo[] LocalDataDisk)
Set The local data disk.
|
void |
NodeResourceSpec.setSystemDisk(DiskSpecInfo[] SystemDisk)
Set The system disk, which can be up to 1 PCS.
|
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 © 2023. All rights reserved.