Skip to content
Merged
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
107 changes: 64 additions & 43 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1589,15 +1589,15 @@ <h2>Table of Contents</h2>
</li>

<li>
<a href="#metalstack.api.v2.MachineLiveliness"><span class="badge">E</span>MachineLiveliness</a>
<a href="#metalstack.api.v2.MachineAllocationType"><span class="badge">E</span>MachineAllocationType</a>
</li>

<li>
<a href="#metalstack.api.v2.MachineProvisioningEventState"><span class="badge">E</span>MachineProvisioningEventState</a>
<a href="#metalstack.api.v2.MachineLiveliness"><span class="badge">E</span>MachineLiveliness</a>
</li>

<li>
<a href="#metalstack.api.v2.MachineRole"><span class="badge">E</span>MachineRole</a>
<a href="#metalstack.api.v2.MachineProvisioningEventState"><span class="badge">E</span>MachineProvisioningEventState</a>
</li>

<li>
Expand Down Expand Up @@ -14661,10 +14661,10 @@ <h3 id="metalstack.api.v2.MachineAllocation">MachineAllocation</h3>
</tr>

<tr>
<td>role</td>
<td><a href="#metalstack.api.v2.MachineRole">MachineRole</a></td>
<td></td>
<td><p>Role defines if this is machine or a firewall </p></td>
<td>allocation_type</td>
<td><a href="#metalstack.api.v2.MachineAllocationType">MachineAllocationType</a></td>
<td>optional</td>
<td><p>AllocationType of this machine </p></td>
</tr>

<tr>
Expand Down Expand Up @@ -14787,10 +14787,10 @@ <h3 id="metalstack.api.v2.MachineAllocationQuery">MachineAllocationQuery</h3>
</tr>

<tr>
<td>role</td>
<td><a href="#metalstack.api.v2.MachineRole">MachineRole</a></td>
<td>allocation_type</td>
<td><a href="#metalstack.api.v2.MachineAllocationType">MachineAllocationType</a></td>
<td>optional</td>
<td><p>Role of this machine </p></td>
<td><p>AllocationType of this machine </p></td>
</tr>

</tbody>
Expand Down Expand Up @@ -15333,6 +15333,27 @@ <h3 id="metalstack.api.v2.MachineNic">MachineNic</h3>
<td><p>Identifier the unique identifier of this network interface </p></td>
</tr>

<tr>
<td>vendor</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>Vendor of this network card </p></td>
</tr>

<tr>
<td>model</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>Model of this network card </p></td>
</tr>

<tr>
<td>speed</td>
<td><a href="#uint64">uint64</a></td>
<td></td>
<td><p>Speed in bits/second of this network card </p></td>
</tr>

<tr>
<td>neighbors</td>
<td><a href="#metalstack.api.v2.MachineNic">MachineNic</a></td>
Expand Down Expand Up @@ -15739,10 +15760,10 @@ <h3 id="metalstack.api.v2.MachineServiceCreateRequest">MachineServiceCreateReque
</tr>

<tr>
<td>role</td>
<td><a href="#metalstack.api.v2.MachineRole">MachineRole</a></td>
<td></td>
<td><p>Role defines if this is machine or a firewall </p></td>
<td>allocation_type</td>
<td><a href="#metalstack.api.v2.MachineAllocationType">MachineAllocationType</a></td>
<td>optional</td>
<td><p>AllocationType of this machine </p></td>
</tr>

<tr>
Expand Down Expand Up @@ -16216,6 +16237,35 @@ <h3 id="metalstack.api.v2.IPProtocol">IPProtocol</h3>
</tbody>
</table>

<h3 id="metalstack.api.v2.MachineAllocationType">MachineAllocationType</h3>
<p>MachineAllocationType defines if this is a machine or a firewall</p>
<table class="enum-table">
<thead>
<tr><td>Name</td><td>Number</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>MACHINE_ALLOCATION_TYPE_UNSPECIFIED</td>
<td>0</td>
<td><p>MACHINE_ALLOCATION_TYPE_UNSPECIFIED is unspecified</p></td>
</tr>

<tr>
<td>MACHINE_ALLOCATION_TYPE_MACHINE</td>
<td>1</td>
<td><p>MACHINE_ALLOCATION_TYPE_MACHINE is a machine</p></td>
</tr>

<tr>
<td>MACHINE_ALLOCATION_TYPE_FIREWALL</td>
<td>2</td>
<td><p>MACHINE_ALLOCATION_TYPE_FIREWALL is a firewall</p></td>
</tr>

</tbody>
</table>

<h3 id="metalstack.api.v2.MachineLiveliness">MachineLiveliness</h3>
<p>MachineLiveliness specifies the liveliness of a machine</p>
<table class="enum-table">
Expand Down Expand Up @@ -16280,35 +16330,6 @@ <h3 id="metalstack.api.v2.MachineProvisioningEventState">MachineProvisioningEven
</tbody>
</table>

<h3 id="metalstack.api.v2.MachineRole">MachineRole</h3>
<p>MachineRole defines if this is a machine or a firewall</p>
<table class="enum-table">
<thead>
<tr><td>Name</td><td>Number</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>MACHINE_ROLE_UNSPECIFIED</td>
<td>0</td>
<td><p>MACHINE_ROLE_UNSPECIFIED is unspecified</p></td>
</tr>

<tr>
<td>MACHINE_ROLE_MACHINE</td>
<td>1</td>
<td><p>MACHINE_ROLE_MACHINE is a machine</p></td>
</tr>

<tr>
<td>MACHINE_ROLE_FIREWALL</td>
<td>2</td>
<td><p>MACHINE_ROLE_FIREWALL is a firewall</p></td>
</tr>

</tbody>
</table>

<h3 id="metalstack.api.v2.MachineState">MachineState</h3>
<p>MachineState defines if the machine was locked or reserved from a operator</p>
<table class="enum-table">
Expand Down
Loading
Loading