public static class RunInstancesRequest.DataDisk extends Object
| Constructor and Description |
|---|
RunInstancesRequest.DataDisk() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Boolean |
getDeleteWithInstance() |
String |
getDescription() |
String |
getDevice() |
String |
getDiskName() |
String |
getEncrypted() |
Integer |
getSize() |
String |
getSnapshotId() |
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 |
setSize(Integer size) |
void |
setSnapshotId(String snapshotId) |
public Integer getSize()
public void setSize(Integer size)
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
public String getCategory()
public void setCategory(String category)
public String getEncrypted()
public void setEncrypted(String encrypted)
public String getDiskName()
public void setDiskName(String diskName)
public String getDescription()
public void setDescription(String description)
public String getDevice()
public void setDevice(String device)
public Boolean getDeleteWithInstance()
public void setDeleteWithInstance(Boolean deleteWithInstance)
Copyright © 2018. All Rights Reserved.