Class FabricCapacity
java.lang.Object
com.aeontronix.enhancedmule.tools.fabric.FabricCapacity
public class FabricCapacity extends Object
-
Constructor Summary
Constructors Constructor Description FabricCapacity() -
Method Summary
Modifier and Type Method Description IntegergetCpu()IntegergetCpuMillis()StringgetMemory()IntegergetMemoryMi()IntegergetPods()voidsetCpu(Integer cpu)voidsetCpuMillis(Integer cpuMillis)voidsetMemory(String memory)voidsetMemoryMi(Integer memoryMi)voidsetPods(Integer pods)
-
Constructor Details
-
FabricCapacity
public FabricCapacity()
-
-
Method Details