Skip to content

Commit 2659dc2

Browse files
authored
Add room to machine and switch (#156)
1 parent fce4561 commit 2659dc2

19 files changed

Lines changed: 465 additions & 321 deletions

File tree

doc/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9928,6 +9928,13 @@ <h3 id="metalstack.api.v2.Machine">Machine</h3>
99289928
<td><p>Rack where this machine is located </p></td>
99299929
</tr>
99309930

9931+
<tr>
9932+
<td>room</td>
9933+
<td><a href="#string">string</a></td>
9934+
<td></td>
9935+
<td><p>Room where this machine is located </p></td>
9936+
</tr>
9937+
99319938
<tr>
99329939
<td>size</td>
99339940
<td><a href="#metalstack.api.v2.Size">Size</a></td>
@@ -11356,6 +11363,13 @@ <h3 id="metalstack.api.v2.MachineQuery">MachineQuery</h3>
1135611363
<td><p>Rack of the machine to get </p></td>
1135711364
</tr>
1135811365

11366+
<tr>
11367+
<td>room</td>
11368+
<td><a href="#string">string</a></td>
11369+
<td>optional</td>
11370+
<td><p>Room of the machine to get </p></td>
11371+
</tr>
11372+
1135911373
<tr>
1136011374
<td>labels</td>
1136111375
<td><a href="#metalstack.api.v2.Labels">Labels</a></td>
@@ -16873,6 +16887,13 @@ <h3 id="metalstack.api.v2.Switch">Switch</h3>
1687316887
<td><p>Rack ID if the switch resides in a rack. </p></td>
1687416888
</tr>
1687516889

16890+
<tr>
16891+
<td>room</td>
16892+
<td><a href="#string">string</a></td>
16893+
<td>optional</td>
16894+
<td><p>Room ID if the switch resides in a room. </p></td>
16895+
</tr>
16896+
1687616897
<tr>
1687716898
<td>partition</td>
1687816899
<td><a href="#string">string</a></td>
@@ -17220,6 +17241,13 @@ <h3 id="metalstack.api.v2.SwitchQuery">SwitchQuery</h3>
1722017241
<td><p>Rack of the switches to list. </p></td>
1722117242
</tr>
1722217243

17244+
<tr>
17245+
<td>room</td>
17246+
<td><a href="#string">string</a></td>
17247+
<td>optional</td>
17248+
<td><p>Room ID if the switch resides in a room. </p></td>
17249+
</tr>
17250+
1722317251
<tr>
1722417252
<td>os</td>
1722517253
<td><a href="#metalstack.api.v2.SwitchOSQuery">SwitchOSQuery</a></td>

go/metalstack/api/v2/machine.pb.go

Lines changed: 64 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)