ServerTypeDTO
ServerTypeDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| server_type optional | Server Type Example : s1v1m2 | any of [string, null] | |
| server_type_description optional | Server Type Description Example : | any of [string, null] | |
| instance_type optional | Instance Type Example : s1 | any of [string, null] | |
| core optional | Instance Core Example : 1 | any of [string, null] | |
| memory_gb optional | Instance Memory GB Example : 2 | any of [string, null] | |
| gpu_name optional | Gpu Model Name Example : a100 | any of [string, null] | |
| scale_up_yn optional | Scale up or not. If server_type > current_server_type, it’s represented as Y. if smaller N. Example : Y | boolean | True |