Uses of Record Class
cloud.quasarch.akash.impl.model.remote.Deployment.Storage
Packages that use Deployment.Storage
-
Uses of Deployment.Storage in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return types with arguments of type Deployment.StorageModifier and TypeMethodDescriptionDeployment.DeploymentResource.storage()Returns the value of thestoragerecord component.Constructor parameters in cloud.quasarch.akash.impl.model.remote with type arguments of type Deployment.StorageModifierConstructorDescriptionDeploymentResource(Deployment.Cpu cpu, Deployment.Memory memory, Collection<Deployment.Storage> storage, Collection<Deployment.Endpoint> endpoints) Creates an instance of aDeploymentResourcerecord class.