Class WanakuDeployment

java.lang.Object
ai.wanaku.cli.types.WanakuDeployment

public class WanakuDeployment extends Object
  • Constructor Details

    • WanakuDeployment

      public WanakuDeployment()
  • Method Details

    • getEnvironment

      public Environment getEnvironment()
    • setEnvironment

      public void setEnvironment(Environment environment)
    • getInfrastructure

      public List<Service> getInfrastructure()
    • setInfrastructure

      public void setInfrastructure(List<Service> infrastructure)
    • getServices

      public List<Service> getServices()
    • setServices

      public void setServices(List<Service> services)
    • getServer

      public List<Service> getServer()
    • setServer

      public void setServer(List<Service> server)