File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
packages/clients/src/api/instance/v1 Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,6 @@ const unmarshalServerType = (data: unknown): ServerType => {
12151215 return {
12161216 altNames : data . alt_names ,
12171217 arch : data . arch ,
1218- baremetal : data . baremetal ,
12191218 blockBandwidth : data . block_bandwidth ,
12201219 capabilities : data . capabilities
12211220 ? unmarshalServerTypeCapabilities ( data . capabilities )
Original file line number Diff line number Diff line change @@ -694,8 +694,6 @@ export interface ServerType {
694694 gpuInfo ?: ServerTypeGPUInfo
695695 /** CPU architecture. */
696696 arch : Arch
697- /** True if it is a baremetal Instance. */
698- baremetal : boolean
699697 /** Network available for the Instance. */
700698 network ?: ServerTypeNetwork
701699 /** Capabilities. */
You can’t perform that action at this time.
0 commit comments