OBJECT
Package
link GraphQL Schema definition
- type Package {
- # Unique id for this package
- ID :
- # The "friendly" name for this package
- String :
- # How much memory will by available (in MiB)
- Int :
- # How much disk space will be available (in MiB)
- Int :
- # How much swap space will be available (in MiB)
- Int :
- # Maximum number of light-weight processes (threads) allowed
- Int :
- # Number of vCPUs for this package
- Int :
- # The version of this package
- String :
- # The group this package belongs to
- String :
- # A human-friendly description about this package
- String :
- }