Package com.volcengine.ecs.model
Class VolumeForCreateLaunchTemplateInput
- java.lang.Object
-
- com.volcengine.ecs.model.VolumeForCreateLaunchTemplateInput
-
public class VolumeForCreateLaunchTemplateInput extends Object
VolumeForCreateLaunchTemplateInput
-
-
Constructor Summary
Constructors Constructor Description VolumeForCreateLaunchTemplateInput()
-
Method Summary
-
-
-
Method Detail
-
deleteWithInstance
public VolumeForCreateLaunchTemplateInput deleteWithInstance(Boolean deleteWithInstance)
-
isDeleteWithInstance
public Boolean isDeleteWithInstance()
Get deleteWithInstance- Returns:
- deleteWithInstance
-
setDeleteWithInstance
public void setDeleteWithInstance(Boolean deleteWithInstance)
-
extraPerformanceIOPS
public VolumeForCreateLaunchTemplateInput extraPerformanceIOPS(Integer extraPerformanceIOPS)
-
getExtraPerformanceIOPS
public Integer getExtraPerformanceIOPS()
Get extraPerformanceIOPS- Returns:
- extraPerformanceIOPS
-
setExtraPerformanceIOPS
public void setExtraPerformanceIOPS(Integer extraPerformanceIOPS)
-
extraPerformanceThroughputMB
public VolumeForCreateLaunchTemplateInput extraPerformanceThroughputMB(Integer extraPerformanceThroughputMB)
-
getExtraPerformanceThroughputMB
public Integer getExtraPerformanceThroughputMB()
Get extraPerformanceThroughputMB- Returns:
- extraPerformanceThroughputMB
-
setExtraPerformanceThroughputMB
public void setExtraPerformanceThroughputMB(Integer extraPerformanceThroughputMB)
-
extraPerformanceTypeId
public VolumeForCreateLaunchTemplateInput extraPerformanceTypeId(String extraPerformanceTypeId)
-
getExtraPerformanceTypeId
public String getExtraPerformanceTypeId()
Get extraPerformanceTypeId- Returns:
- extraPerformanceTypeId
-
setExtraPerformanceTypeId
public void setExtraPerformanceTypeId(String extraPerformanceTypeId)
-
size
public VolumeForCreateLaunchTemplateInput size(Integer size)
-
getSize
public Integer getSize()
Get size- Returns:
- size
-
setSize
public void setSize(Integer size)
-
snapshotId
public VolumeForCreateLaunchTemplateInput snapshotId(String snapshotId)
-
getSnapshotId
public String getSnapshotId()
Get snapshotId- Returns:
- snapshotId
-
setSnapshotId
public void setSnapshotId(String snapshotId)
-
volumeType
public VolumeForCreateLaunchTemplateInput volumeType(String volumeType)
-
getVolumeType
public String getVolumeType()
Get volumeType- Returns:
- volumeType
-
setVolumeType
public void setVolumeType(String volumeType)
-
-