Uses of Record Class
cloud.quasarch.akash.impl.model.remote.Deployment
Packages that use Deployment
-
Uses of Deployment in cloud.quasarch.akash.impl
Methods in cloud.quasarch.akash.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionio.vavr.control.Either<OperationFailure,Deployment> Akash.closedDeployment(String leaseId) OPEN QUESTION: LEASE ID OR DEPLOYMENT_ID?io.vavr.control.Either<OperationFailure,Deployment> AkashClient.closedDeployment(String leaseId) io.vavr.control.Either<OperationFailure,Deployment> Akash.createDeployment(Path sdlFile) Create a deployment based on an SDL file.io.vavr.control.Either<OperationFailure,Deployment> AkashClient.createDeployment(Path sdlFile) io.vavr.control.Either<OperationFailure,Deployment> Akash.getDeployment(String owner, String deploymentSequence) Fetches deployment info for the given deployment id.io.vavr.control.Either<OperationFailure,Deployment> AkashClient.getDeployment(String owner, String deploymentSequence) io.vavr.control.Either<OperationFailure,Iterable<Deployment>> Akash.listDeployments(String owner, String state, String deploymentSequence) List all the deployment for given ( optional ) filters.io.vavr.control.Either<OperationFailure,Iterable<Deployment>> AkashClient.listDeployments(String owner, String state, String deploymentSequence) -
Uses of Deployment in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return types with arguments of type DeploymentModifier and TypeMethodDescriptionListDeploymentsResponse.deployments()Returns the value of thedeploymentsrecord component.Constructor parameters in cloud.quasarch.akash.impl.model.remote with type arguments of type DeploymentModifierConstructorDescriptionListDeploymentsResponse(Iterable<Deployment> deployments, PageInfo pagination) Creates an instance of aListDeploymentsResponserecord class.