Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9928,6 +9928,13 @@ <h3 id="metalstack.api.v2.Machine">Machine</h3>
<td><p>Rack where this machine is located </p></td>
</tr>

<tr>
<td>room</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>Room where this machine is located </p></td>
</tr>

<tr>
<td>size</td>
<td><a href="#metalstack.api.v2.Size">Size</a></td>
Expand Down Expand Up @@ -11356,6 +11363,13 @@ <h3 id="metalstack.api.v2.MachineQuery">MachineQuery</h3>
<td><p>Rack of the machine to get </p></td>
</tr>

<tr>
<td>room</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p>Room of the machine to get </p></td>
</tr>

<tr>
<td>labels</td>
<td><a href="#metalstack.api.v2.Labels">Labels</a></td>
Expand Down Expand Up @@ -16873,6 +16887,13 @@ <h3 id="metalstack.api.v2.Switch">Switch</h3>
<td><p>Rack ID if the switch resides in a rack. </p></td>
</tr>

<tr>
<td>room</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p>Room ID if the switch resides in a room. </p></td>
</tr>

<tr>
<td>partition</td>
<td><a href="#string">string</a></td>
Expand Down Expand Up @@ -17220,6 +17241,13 @@ <h3 id="metalstack.api.v2.SwitchQuery">SwitchQuery</h3>
<td><p>Rack of the switches to list. </p></td>
</tr>

<tr>
<td>room</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p>Room ID if the switch resides in a room. </p></td>
</tr>

<tr>
<td>os</td>
<td><a href="#metalstack.api.v2.SwitchOSQuery">SwitchOSQuery</a></td>
Expand Down
107 changes: 64 additions & 43 deletions go/metalstack/api/v2/machine.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading