Class AttachDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cbs.v20170312.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 实例ID。LonggetMaxAttachCount()Get 实例最大可挂载数据盘的数量。voidsetAttachedDiskCount(Long AttachedDiskCount)Set 实例已挂载数据盘的数量。voidsetInstanceId(String InstanceId)Set 实例ID。voidsetMaxAttachCount(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- 实例最大可挂载数据盘的数量。
-
-