NodeRequest#

Настройка узлов для создания сервиса.

Contents#

  • dataVolumeType — The type of the data volume.

    • Type: String

    • Необходимо: Да, кроме типа сервиса memcached

    • Valid values: st2 | gp2 | io2

  • dataVolumeSize — The size of the data volume, in GiB.

    • Type: Integer

    • Необходимо: Да, кроме типа сервиса memcached

  • dataVolumeIops — Number of read/write operations per second for data volume.

    • Type: Integer

    • Required: Yes, if the io2 type is specified for the data volume

  • instanceType — The type of instance.

    • Type: String

    • Required: Yes

  • rootVolumeType — The type of instance boot volume.

    • Type: String

    • Required: Yes

    • Valid values: st2 | gp2 | io2

  • rootVolumeSize — The size of the instance boot volume size, in GiB.

    • Type: Integer

    • Required: Yes

  • rootVolumeIops — Number of read/write operations per second for the instance boot volume.

    • Type: Integer

    • Required: Yes, if io2 type is specified for the instance boot volume