Uses of Class
com.elastisys.scale.cloudpool.api.types.MachinePool
-
Packages that use MachinePool Package Description com.elastisys.scale.cloudpool.api com.elastisys.scale.cloudpool.api.client com.elastisys.scale.cloudpool.api.types -
-
Uses of MachinePool in com.elastisys.scale.cloudpool.api
Methods in com.elastisys.scale.cloudpool.api that return MachinePool Modifier and Type Method Description MachinePoolCloudPool. getMachinePool()Returns a list of the members of the cloud pool. -
Uses of MachinePool in com.elastisys.scale.cloudpool.api.client
Methods in com.elastisys.scale.cloudpool.api.client that return MachinePool Modifier and Type Method Description MachinePoolCloudPoolClient. getMachinePool() -
Uses of MachinePool in com.elastisys.scale.cloudpool.api.types
Methods in com.elastisys.scale.cloudpool.api.types that return MachinePool Modifier and Type Method Description static MachinePoolMachinePool. emptyPool(org.joda.time.DateTime timestamp)Factory method for creating an empty machine pool.static MachinePoolMachinePool. fromJson(java.lang.String machinePoolAsJson)Parses a JSON representation of aMachinePoolto its Java counterpart.
-