public class AttachDetail extends AbstractModel
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 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, toJsonString
public AttachDetail()
public AttachDetail(AttachDetail source)
public 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 © 2023. All rights reserved.