public class VdcResourceSummaryResponse extends VappResourceSummaryResponse
Constructor and Description |
---|
VdcResourceSummaryResponse(double reservedCpu,
double reservedMem,
double consumedCpu,
double consumedMem,
double consumedDisk,
double provisionedDisk,
long numberOfVms,
long numberOfVapps,
double allocationCpu,
double allocationMemory,
double configuredMemory,
double configuredDisk,
double configuredCpu) |
Modifier and Type | Method and Description |
---|---|
double |
getAllocationCpu()
Get the vdc allocation cpu value in Ghz.
|
double |
getAllocationMemory()
Get the vdc allocation memory value.
|
double |
getConfiguredCpu()
Get the configured CPU.
|
double |
getConfiguredMemory()
Get the configured memory for the VDC.
|
long |
getNumberOfVapps()
Return the number of Vapps.
|
getConfiguredDisk, getConsumedCpu, getConsumedDisk, getConsumedMem, getNumberOfVms, getProvisionedDisk, getReservedCpu, getReservedMem, toString
public VdcResourceSummaryResponse(double reservedCpu, double reservedMem, double consumedCpu, double consumedMem, double consumedDisk, double provisionedDisk, long numberOfVms, long numberOfVapps, double allocationCpu, double allocationMemory, double configuredMemory, double configuredDisk, double configuredCpu)
public long getNumberOfVapps()
public double getAllocationCpu()
Should be 0 for Vdc types other than allocation model.
public double getAllocationMemory()
Should be 0 for Vdc types other than allocation model.
public double getConfiguredMemory()
public double getConfiguredCpu()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.