Class VirtualDiskRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VirtualDiskRequest
- All Implemented Interfaces:
Serializable
Virtual Disk Request.
- Author:
- Brett Snyder
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionVirtualDiskRequest(String name, BigInteger size, VirtualDiskRequest.DiskType type, String storageProfileUuid) -
Method Summary
-
Constructor Details
-
VirtualDiskRequest
public VirtualDiskRequest(String name, BigInteger size, VirtualDiskRequest.DiskType type, String storageProfileUuid)
-
-
Method Details
-
getName
Get the name.- Returns:
Stringdisk name
-
getSize
Get the disk size.- Returns:
BigIntegersize
-
getType
Get the disk bus type.- Returns:
VirtualDiskRequest.DiskTypedisk bus type
-
getStorageProfileUuid
Get the disks storage profile.- Returns:
Stringstorage profile uuid
-