Uses of Record Class
cloud.quasarch.akash.impl.model.remote.DeploymentLease
Packages that use DeploymentLease
-
Uses of DeploymentLease in cloud.quasarch.akash.impl
Methods in cloud.quasarch.akash.impl that return types with arguments of type DeploymentLeaseModifier and TypeMethodDescriptionio.vavr.control.Either<OperationFailure,DeploymentLease> Akash.createLease()R_06 Provides lease creation capabilitiesio.vavr.control.Either<OperationFailure,DeploymentLease> AkashClient.createLease()io.vavr.control.Either<OperationFailure,DeploymentLease> Akash.getLease(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider) Get lease Get information regarding a lease such as its status.io.vavr.control.Either<OperationFailure,DeploymentLease> AkashClient.getLease(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider) io.vavr.control.Either<OperationFailure,Iterable<DeploymentLease>> Akash.listLeases(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider, String state) List all the leases for a given filter setio.vavr.control.Either<OperationFailure,Iterable<DeploymentLease>> AkashClient.listLeases(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider, String state) -
Uses of DeploymentLease in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return types with arguments of type DeploymentLeaseModifier and TypeMethodDescriptionListDeploymentLeaseResponse.leases()Returns the value of theleasesrecord component.Constructor parameters in cloud.quasarch.akash.impl.model.remote with type arguments of type DeploymentLeaseModifierConstructorDescriptionListDeploymentLeaseResponse(Iterable<DeploymentLease> leases, PageInfo pagination) Creates an instance of aListDeploymentLeaseResponserecord class.