public class VirtualDiskResponse extends Object implements Serializable
Constructor and Description |
---|
VirtualDiskResponse(String name,
BigInteger size,
DiskTypeResponse 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.
|
DiskTypeResponse |
getType()
Get the disk bus type.
|
public VirtualDiskResponse(String name, BigInteger size, DiskTypeResponse type, String storageProfileUuid)
public BigInteger getSize()
BigInteger
sizepublic DiskTypeResponse getType()
DiskTypeResponse
disk bus typeCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.