public class VdcComputeCapacityResponse extends Object implements Serializable
| Constructor and Description |
|---|
VdcComputeCapacityResponse(Long reservedCpu,
Long reservedMemory,
Map<String,Long> storageProfileLimits) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getReservedCpu()
Get the reserved cpu in MHZ.
|
Long |
getReservedMemory()
Get the reserved memory in MB.
|
Map<String,Long> |
getStorageProfileLimits()
Map of storage profile uuid's to their respective disk limits in MB.
|
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.