public class AttachDetail extends AbstractModel
| Constructor and Description | 
|---|
| AttachDetail() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAttachedDiskCount()Get The number of instances mounted to data disk. | 
| String | getInstanceId()Get Instance ID | 
| Long | getMaxAttachCount()Get The maximum number of instances that can be mounted to data disk. | 
| void | setAttachedDiskCount(Long AttachedDiskCount)Set The number of instances mounted to data disk. | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setMaxAttachCount(Long MaxAttachCount)Set The maximum number of instances that can be mounted to data disk. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic Long getAttachedDiskCount()
public void setAttachedDiskCount(Long AttachedDiskCount)
AttachedDiskCount - The number of instances mounted to data disk.public Long getMaxAttachCount()
public void setMaxAttachCount(Long MaxAttachCount)
MaxAttachCount - The maximum number of instances that can be mounted to data disk.Copyright © 2021. All rights reserved.