Class AttachDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.AttachDetail
-
public class AttachDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAttachedDiskCount()Get 实例已挂载弹性云盘数量StringgetInstanceId()Get 实例IDLonggetMaxAttachCount()Get 可挂载弹性云盘数量voidsetAttachedDiskCount(Long AttachedDiskCount)Set 实例已挂载弹性云盘数量voidsetInstanceId(String InstanceId)Set 实例IDvoidsetMaxAttachCount(Long MaxAttachCount)Set 可挂载弹性云盘数量voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AttachDetail
public AttachDetail()
-
AttachDetail
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId- 实例ID
-
getAttachedDiskCount
public Long getAttachedDiskCount()
Get 实例已挂载弹性云盘数量- Returns:
- AttachedDiskCount 实例已挂载弹性云盘数量
-
setAttachedDiskCount
public void setAttachedDiskCount(Long AttachedDiskCount)
Set 实例已挂载弹性云盘数量- Parameters:
AttachedDiskCount- 实例已挂载弹性云盘数量
-
getMaxAttachCount
public Long getMaxAttachCount()
Get 可挂载弹性云盘数量- Returns:
- MaxAttachCount 可挂载弹性云盘数量
-
setMaxAttachCount
public void setMaxAttachCount(Long MaxAttachCount)
Set 可挂载弹性云盘数量- Parameters:
MaxAttachCount- 可挂载弹性云盘数量
-
-