public class AttachDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AttachDetail()  | 
AttachDetail(AttachDetail 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 | 
|---|---|
Long | 
getAttachedDiskCount()
Get Number of elastic cloud disks attached to the instance 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
Long | 
getMaxAttachCount()
Get Upper limit of attached elastic cloud disks 
 | 
void | 
setAttachedDiskCount(Long AttachedDiskCount)
Set Number of elastic cloud disks attached to the instance 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setMaxAttachCount(Long MaxAttachCount)
Set Upper limit of attached elastic 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, toJsonStringpublic AttachDetail()
public AttachDetail(AttachDetail source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic Long getAttachedDiskCount()
public void setAttachedDiskCount(Long AttachedDiskCount)
AttachedDiskCount - Number of elastic cloud disks attached to the instancepublic Long getMaxAttachCount()
public void setMaxAttachCount(Long MaxAttachCount)
MaxAttachCount - Upper limit of attached elastic cloud disksCopyright © 2025. All rights reserved.