Package org.jdrupes.vmoperator.vmconlet
Class VmConlet.Summary
java.lang.Object
org.jdrupes.vmoperator.vmconlet.VmConlet.Summary
- Enclosing class:
VmConlet
The Class Summary.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The running vms.int
The total vms.long
The used cpus.The used ram. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the running vms.int
Gets the total vms.long
Gets the used cpus.Gets the used ram.
-
Field Details
-
totalVms
The total vms. -
runningVms
The running vms. -
usedCpus
The used cpus. -
usedRam
The used ram.
-
-
Constructor Details
-
Summary
public Summary()
-
-
Method Details
-
getTotalVms
Gets the total vms.- Returns:
- the totalVms
-
getRunningVms
Gets the running vms.- Returns:
- the runningVms
-
getUsedCpus
Gets the used cpus.- Returns:
- the usedCpus
-
getUsedRam
Gets the used ram.Returned as String for Json rendering.
- Returns:
- the usedRam
-