NodepoolUpdateRequest
NodepoolUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| desired_node_count optional | 요청 노드 수 Example : 2 | any of [integer, null] | |
| is_auto_recovery optional | 자동 복구 사용 여부 Example : true | any of [boolean, null] | |
| is_auto_scale optional | 자동 확장 사용 여부 Example : true | any of [boolean, null] | |
| max_node_count optional | 최대 노드 수 Example : 5 | any of [integer, null] | |
| min_node_count optional | 최소 노드 수 Example : 1 | any of [integer, null] |