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