public static class CreateInstanceRequest.DataDisk extends Object
构造器和说明 |
---|
DataDisk() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCategory() |
Boolean |
getDeleteWithInstance() |
String |
getDescription() |
String |
getDevice() |
String |
getDiskName() |
String |
getEncryptAlgorithm() |
Boolean |
getEncrypted() |
String |
getKMSKeyId() |
String |
getPerformanceLevel() |
Integer |
getSize() |
String |
getSnapshotId() |
String |
getStorageClusterId() |
void |
setCategory(String category) |
void |
setDeleteWithInstance(Boolean deleteWithInstance) |
void |
setDescription(String description) |
void |
setDevice(String device) |
void |
setDiskName(String diskName) |
void |
setEncryptAlgorithm(String encryptAlgorithm) |
void |
setEncrypted(Boolean encrypted) |
void |
setKMSKeyId(String kMSKeyId) |
void |
setPerformanceLevel(String performanceLevel) |
void |
setSize(Integer size) |
void |
setSnapshotId(String snapshotId) |
void |
setStorageClusterId(String storageClusterId) |
public String getDiskName()
public void setDiskName(String diskName)
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
public Integer getSize()
public void setSize(Integer size)
public Boolean getEncrypted()
public void setEncrypted(Boolean encrypted)
public String getPerformanceLevel()
public void setPerformanceLevel(String performanceLevel)
public String getEncryptAlgorithm()
public void setEncryptAlgorithm(String encryptAlgorithm)
public String getDescription()
public void setDescription(String description)
public String getStorageClusterId()
public void setStorageClusterId(String storageClusterId)
public String getCategory()
public void setCategory(String category)
public String getKMSKeyId()
public void setKMSKeyId(String kMSKeyId)
public String getDevice()
public void setDevice(String device)
public Boolean getDeleteWithInstance()
public void setDeleteWithInstance(Boolean deleteWithInstance)
Copyright © 2023. All Rights Reserved.