Uses of Record Class
cloud.quasarch.akash.impl.model.remote.Deployment.Attribute
Packages that use Deployment.Attribute
-
Uses of Deployment.Attribute in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return types with arguments of type Deployment.AttributeModifier and TypeMethodDescriptionDeployment.Cpu.attributes()Returns the value of theattributesrecord component.Deployment.Memory.attributes()Returns the value of theattributesrecord component.Deployment.Requirements.attributes()Returns the value of theattributesrecord component.Deployment.Storage.attributes()Returns the value of theattributesrecord component.Constructor parameters in cloud.quasarch.akash.impl.model.remote with type arguments of type Deployment.AttributeModifierConstructorDescriptionCpu(Deployment.Units units, Collection<Deployment.Attribute> attributes) Creates an instance of aCpurecord class.Memory(Deployment.Quantity quantity, Collection<Deployment.Attribute> attributes) Creates an instance of aMemoryrecord class.Requirements(Deployment.SignedBy signedBy, Collection<Deployment.Attribute> attributes) Creates an instance of aRequirementsrecord class.Storage(String name, Deployment.Quantity quantity, Collection<Deployment.Attribute> attributes) Creates an instance of aStoragerecord class.