public class VirtualDiskRequest extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VirtualDiskRequest.DiskType | 
| Constructor and Description | 
|---|
| VirtualDiskRequest(String name,
                  BigInteger size,
                  VirtualDiskRequest.DiskType type,
                  String storageProfileUuid) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get the name. | 
| BigInteger | getSize()Get the disk size. | 
| String | getStorageProfileUuid()Get the disks storage profile. | 
| VirtualDiskRequest.DiskType | getType()Get the disk bus type. | 
public VirtualDiskRequest(String name, BigInteger size, VirtualDiskRequest.DiskType type, String storageProfileUuid)
public BigInteger getSize()
BigInteger sizepublic VirtualDiskRequest.DiskType getType()
VirtualDiskRequest.DiskType disk bus typeCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.