public class VmDiskRequest extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
VmDiskRequest.DiskType |
| Constructor and Description |
|---|
VmDiskRequest(String name,
VmDiskRequest.DiskType diskType,
int size) |
| Modifier and Type | Method and Description |
|---|---|
VmDiskRequest.DiskType |
getDiskType()
Get disk type
|
String |
getName()
Get disk name
|
int |
getSize()
Get disk size
|
public VmDiskRequest(String name, VmDiskRequest.DiskType diskType, int size)
public VmDiskRequest.DiskType getDiskType()
VmDiskRequest.DiskType disk typepublic int getSize()
int disk sizeCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.