PlannedComputeDTO
PlannedComputeDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| start_date optional | Start date (YYYY-MM-dd) Example : 2024-08-01 | string | |
| end_date optional | End date (YYYY-MM-dd) Example : 2024-08-01 | string | |
| id optional | Planned Compute Id Example : 5f3688a192094ddeb0c94166a3e88935 | any of [string, null] | |
| contract_id optional | Contract Id Example : C002612775 | any of [string, null] | |
| account_id optional | Account Id Example : 228cb9e4a7934f84853594c7f26f7a21 | string | |
| region optional | Region Example : kr-west1 | string | |
| service_id optional | Service Id Example : VIRTUAL_SERVER | string | |
| service_name optional | Service Name Example : Virtual Server | string | |
| os_type optional | OS Type Example : OPEN_SOURCE | string | |
| os_name optional | OS Name Example : Open Source | string | |
| server_type optional | Server Type Example : s1v1m2 | string | |
| server_type_description optional | Server Type Description Example : | object | |
| srn optional | SRN Example : srn:e::26affb52e16944038a0cd2cc26060e1c:kr1-west1::compute:instance/INSTANCE-UPOg3Z6ZqyiMM0QyC3sI2m | string | |
| resource_type optional | Resource Type Example : instance | string | |
| contract_type optional | Contract Type Example : 1-year | string | 01 |
| next_contract_type optional | Next Contract Type Example : 1-year | any of [string, null] | |
| first_contract_start_at optional | Start date (YYYY-MM-dd) Example : 2024-08-01 | string | |
| next_start_date optional | Next Start date (YYYY-MM-dd) Example : 2024-08-01 | any of [string, null] | |
| next_end_date optional | Next End date (YYYY-MM-dd) Example : 2024-08-31 | any of [string, null] | |
| state optional | Planned Compute State Example : ACTIVE | string | ACTIVE |
| delete_yn optional | Delete or not Example : N | any of [string, null] | |
| resource_name optional | Resource Name Example : test-vm | any of [string, null] | |
| created_at optional | Created date Example : 2024-08-01 00:00:00 | string (date-time) | |
| created_by optional | Created by Example : user123 | any of [string, null] | |
| modified_at optional | Modified date Example : 2024-08-01 00:00:00 | string (date-time) | |
| modified_by optional | Modified by Example : kim | any of [string, null] |