Uses of Record Class
cloud.quasarch.akash.impl.model.remote.Deployment.Quantity
Packages that use Deployment.Quantity
-
Uses of Deployment.Quantity in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return Deployment.QuantityModifier and TypeMethodDescriptionDeployment.Memory.quantity()Returns the value of thequantityrecord component.Deployment.Storage.quantity()Returns the value of thequantityrecord component.Constructors in cloud.quasarch.akash.impl.model.remote with parameters of type Deployment.QuantityModifierConstructorDescriptionMemory(Deployment.Quantity quantity, Collection<Deployment.Attribute> attributes) Creates an instance of aMemoryrecord class.Storage(String name, Deployment.Quantity quantity, Collection<Deployment.Attribute> attributes) Creates an instance of aStoragerecord class.