Skip to content

Latest commit

 

History

History
448 lines (246 loc) · 14.8 KB

settings-properties-rootform_settings.md

File metadata and controls

448 lines (246 loc) · 14.8 KB

root.form_settings Schema

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*

form_settings Type

object (root.form_settings)

form_settings Properties

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

max_host_count_value

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

max_host_count_value Type

number

max_host_count_value Default Value

The default value is:

10

host_creation_duration

host_creation_duration

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

host_creation_duration Type

number

host_creation_duration Default Value

The default value is:

10000

min_cpu_value

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

min_cpu_value Type

number

min_cpu_value Default Value

The default value is:

1

max_cpu_value

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

max_cpu_value Type

number

max_cpu_value Default Value

The default value is:

8

step_cpu

The step of the CPUs number on the form

step_cpu

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

step_cpu Type

number

step_cpu Default Value

The default value is:

1

mark_step_cpu

The step that the CPUs label should appear on the form

mark_step_cpu

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

mark_step_cpu Type

number

mark_step_cpu Default Value

The default value is:

1

min_memory_value

The minimum memory that can be assigned to the host

min_memory_value

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

min_memory_value Type

number

min_memory_value Default Value

The default value is:

4

max_memory_value

The maximum memory that can be assigned to the host

max_memory_value

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

max_memory_value Type

number

max_memory_value Default Value

The default value is:

64

step_memory

The step of the memory size on the form

step_memory

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

step_memory Type

number

step_memory Default Value

The default value is:

4

mark_step_memory

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

mark_step_memory Type

number

mark_step_memory Default Value

The default value is:

16

min_size_value

The minimum disk size that can be assigned to the host

min_size_value

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

min_size_value Type

number

min_size_value Default Value

The default value is:

50

max_size_value

The maximum disk size that can be assigned to the host

max_size_value

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

max_size_value Type

number

max_size_value Default Value

The default value is:

900

step_size

The step of the disk size on the form

step_size

  • is optional

  • Type: number

  • cannot be null

  • defined in: root

step_size Type

number

step_size Default Value

The default value is:

50

mark_step_size

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

mark_step_size Type

number

mark_step_size Default Value

The default value is:

300

preset_resources

A set of attributes that can be assigned to a host with one click on a form element

preset_resources

preset_resources Type

object[] (root.form_settings.preset_resources.items)

preset_resources Constraints

unique items: all items in this array must be unique. Duplicates are not allowed.

preset_resources Default Value

The default value is:

[]

default_values

default_values

default_values Type

object (root.form_settings.default_values)