https://github.com/dm-drogeriemarkt/lisa/blob/master/src/settings/schema.json#/properties/form_settings
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | settings.schema.json* |
object
(root.form_settings)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
max_host_count_value | number |
Optional | cannot be null | root |
host_creation_duration | number |
Optional | cannot be null | root |
min_cpu_value | number |
Optional | cannot be null | root |
max_cpu_value | number |
Optional | cannot be null | root |
step_cpu | number |
Optional | cannot be null | root |
mark_step_cpu | number |
Optional | cannot be null | root |
min_memory_value | number |
Optional | cannot be null | root |
max_memory_value | number |
Optional | cannot be null | root |
step_memory | number |
Optional | cannot be null | root |
mark_step_memory | number |
Optional | cannot be null | root |
min_size_value | number |
Optional | cannot be null | root |
max_size_value | number |
Optional | cannot be null | root |
step_size | number |
Optional | cannot be null | root |
mark_step_size | number |
Optional | cannot be null | root |
preset_resources | array |
Optional | cannot be null | root |
default_values | object |
Required | cannot be null | root |
max_host_count_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
10
host_creation_duration
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
10000
The minimum number of CPUs that can be assigned to the host
min_cpu_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
1
The maximum number of CPUs that can be assigned to the host
max_cpu_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
8
The step of the CPUs number on the form
step_cpu
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
1
The step that the CPUs label should appear on the form
mark_step_cpu
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
1
The minimum memory that can be assigned to the host
min_memory_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
4
The maximum memory that can be assigned to the host
max_memory_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
64
The step of the memory size on the form
step_memory
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
4
The step that the memory size label should appear on the form
mark_step_memory
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
16
The minimum disk size that can be assigned to the host
min_size_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
50
The maximum disk size that can be assigned to the host
max_size_value
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
900
The step of the disk size on the form
step_size
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
50
The step that the disk size label should appear on the form
mark_step_size
-
is optional
-
Type:
number
-
cannot be null
-
defined in: root
number
The default value is:
300
A set of attributes that can be assigned to a host with one click on a form element
preset_resources
-
is optional
-
Type:
object[]
(root.form_settings.preset_resources.items) -
cannot be null
-
defined in: root
object[]
(root.form_settings.preset_resources.items)
unique items: all items in this array must be unique. Duplicates are not allowed.
The default value is:
[]
default_values
-
is required
-
Type:
object
(root.form_settings.default_values) -
cannot be null
-
defined in: root
object
(root.form_settings.default_values)