Class InstanceConfigurationApi

java.lang.Object
io.bdeploy.api.remote.v1.dto.InstanceConfigurationApi

public class InstanceConfigurationApi extends Object
  • Field Details

    • uuid

      public String uuid
      Globally unique identifier of the instance.
    • name

      public String name
      Short name of the instance.
    • description

      public String description
      Optional Human readable description of the instance.
    • purpose

      The intended use of the deployed software.
    • product

      public Manifest.Key product
      The key of the product which was used to create the instance.
  • Constructor Details

    • InstanceConfigurationApi

      public InstanceConfigurationApi()