public class ResizeDataDisksRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResizeDataDisksRequest() |
ResizeDataDisksRequest(ResizeDataDisksRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCvmInstanceIds()
Get ID list of nodes to be scaled out.
|
String[] |
getDiskIds()
Get ID of the cloud disk to be scaled out.
|
Long |
getDiskSize()
Get Scale-out value, which should be greater than the original capacity and a multiple of 10.
|
String |
getInstanceId()
Get ID of the EMR cluster instance.
|
Boolean |
getResizeAll()
Get Whether to scale out all cloud disks.
|
void |
setCvmInstanceIds(String[] CvmInstanceIds)
Set ID list of nodes to be scaled out.
|
void |
setDiskIds(String[] DiskIds)
Set ID of the cloud disk to be scaled out.
|
void |
setDiskSize(Long DiskSize)
Set Scale-out value, which should be greater than the original capacity and a multiple of 10.
|
void |
setInstanceId(String InstanceId)
Set ID of the EMR cluster instance.
|
void |
setResizeAll(Boolean ResizeAll)
Set Whether to scale out all cloud disks.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResizeDataDisksRequest()
public ResizeDataDisksRequest(ResizeDataDisksRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of the EMR cluster instance.public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Scale-out value, which should be greater than the original capacity and a multiple of 10.public String[] getCvmInstanceIds()
public void setCvmInstanceIds(String[] CvmInstanceIds)
CvmInstanceIds
- ID list of nodes to be scaled out.public String[] getDiskIds()
public void setDiskIds(String[] DiskIds)
DiskIds
- ID of the cloud disk to be scaled out.public Boolean getResizeAll()
public void setResizeAll(Boolean ResizeAll)
ResizeAll
- Whether to scale out all cloud disks.Copyright © 2025. All rights reserved.