ENUM

ImageType

The type of the image file

link GraphQL Schema definition

  • enum ImageType {
  • # a ZFS dataset used to create a new SmartOS zone
  • ZONE_DATASET
  • # a dataset used to create a Lx-brand zone
  • LX_DATASET
  • # a KVM virtual machine image
  • ZVOL
  • # a Docker image
  • DOCKER
  • # an image that serves any other specific purpose
  • OTHER
  • }