public static class DescribeLaunchTemplateVersionsResponse.LaunchTemplateVersionSet.LaunchTemplateData.DataDisk extends Object
构造器和说明 |
---|
DataDisk() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAutoSnapshotPolicyId() |
Boolean |
getBurstingEnabled() |
String |
getCategory() |
Boolean |
getDeleteWithInstance() |
String |
getDescription() |
String |
getDevice() |
String |
getDiskName() |
String |
getEncrypted() |
String |
getPerformanceLevel() |
Long |
getProvisionedIops() |
Integer |
getSize() |
String |
getSnapshotId() |
void |
setAutoSnapshotPolicyId(String autoSnapshotPolicyId) |
void |
setBurstingEnabled(Boolean burstingEnabled) |
void |
setCategory(String category) |
void |
setDeleteWithInstance(Boolean deleteWithInstance) |
void |
setDescription(String description) |
void |
setDevice(String device) |
void |
setDiskName(String diskName) |
void |
setEncrypted(String encrypted) |
void |
setPerformanceLevel(String performanceLevel) |
void |
setProvisionedIops(Long provisionedIops) |
void |
setSize(Integer size) |
void |
setSnapshotId(String snapshotId) |
public String getPerformanceLevel()
public void setPerformanceLevel(String performanceLevel)
public String getDescription()
public void setDescription(String description)
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
public String getDevice()
public void setDevice(String device)
public Integer getSize()
public void setSize(Integer size)
public String getDiskName()
public void setDiskName(String diskName)
public String getCategory()
public void setCategory(String category)
public Boolean getDeleteWithInstance()
public void setDeleteWithInstance(Boolean deleteWithInstance)
public String getEncrypted()
public void setEncrypted(String encrypted)
public Long getProvisionedIops()
public void setProvisionedIops(Long provisionedIops)
public Boolean getBurstingEnabled()
public void setBurstingEnabled(Boolean burstingEnabled)
public String getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String autoSnapshotPolicyId)
Copyright © 2023. All Rights Reserved.