ServerDetailsRequest
ServerDetailsRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| bare_metal_local_subnet_id optional | 로컬 Subnet ID Example : ab313c43291e4b678f4bacffe10768ae | any of [string, null] | |
| bare_metal_local_subnet_ip_address optional | 로컬 Subnet IP Example : 192.168.0.1 | any of [string, null] | |
| bare_metal_server_name required | Bare Metal Server 이름 Example : bmserver-001 | string | |
| ip_address optional | Private IP Example : 192.168.0.1 | any of [string, null] | |
| local_disk_partitions optional | 로컬 디스크 파티션 | any of [array[LocalDiskPartitionsRequest], null] | |
| local_disk_type optional | 로컬 디스크 타입 Example : flat | any of [string, null] | |
| nat_enabled required | Public NAT 사용 여부 Example : True | boolean | |
| public_ip_address_id optional | Public NAT ID Example : 20c507a036c447cdb3b19468d8ea62ac | any of [string, null] | |
| server_type_id required | Server Type ID Example : PRODUCT-0iT9dNiLr4lVoYmjlY2Vgg | string | |
| use_hyper_threading optional | Hyper threading 사용 여부 Example : True | boolean |