We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d30096 commit 2e6134aCopy full SHA for 2e6134a
pkg/api/api.go
@@ -555,10 +555,12 @@ type ScalewayServer struct {
555
556
// Location of the server
557
Location struct {
558
- Platform string `json:"platform_id,omitempty"`
559
- Chassis string `json:"chassis_id,omitempty"`
560
- Blade string `json:"blade_id,omitempty"`
561
- Node string `json:"node_id,omitempty"`
+ Platform string `json:"platform_id,omitempty"`
+ Chassis string `json:"chassis_id,omitempty"`
+ Cluster string `json:"cluster_id,omitempty"`
+ Hypervisor string `json:"hypervisor_id,omitempty"`
562
+ Blade string `json:"blade_id,omitempty"`
563
+ Node string `json:"node_id,omitempty"`
564
} `json:"location,omitempty"`
565
}
566
0 commit comments