Skip to content
Draft
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
51 changes: 8 additions & 43 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 +1161,6 @@ <h2>Table of Contents</h2>
<a href="#metalstack.api.v2.MachineAllocation"><span class="badge">M</span>MachineAllocation</a>
</li>

<li>
<a href="#metalstack.api.v2.MachineAllocationIp"><span class="badge">M</span>MachineAllocationIp</a>
</li>

<li>
<a href="#metalstack.api.v2.MachineAllocationNetwork"><span class="badge">M</span>MachineAllocationNetwork</a>
</li>
Expand Down Expand Up @@ -9788,37 +9784,6 @@ <h3 id="metalstack.api.v2.MachineAllocation">MachineAllocation</h3>



<h3 id="metalstack.api.v2.MachineAllocationIp">MachineAllocationIp</h3>
<p>MachineAllocationIp defines a ip and a optional namespace which should be attached to this machine during create</p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>ip</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>IP to to attach to this machine additionally </p></td>
</tr>

<tr>
<td>namespace</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p>Namespace where this ip was created, usually the project of the namespaced tenant network. </p></td>
</tr>

</tbody>
</table>





<h3 id="metalstack.api.v2.MachineAllocationNetwork">MachineAllocationNetwork</h3>
<p>MachineAllocationNetwork defines which network should be attached to a machine and if ips should be autoacquired</p>

Expand All @@ -9839,11 +9804,18 @@ <h3 id="metalstack.api.v2.MachineAllocationNetwork">MachineAllocationNetwork</h3
<tr>
<td>no_auto_acquire_ip</td>
<td><a href="#bool">bool</a></td>
<td>optional</td>
<td></td>
<td><p>NoAutoAcquireIp will prevent automatic ip acquirement per network if set to true.
By default one ip address is acquired per network for the machine </p></td>
</tr>

<tr>
<td>ips</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td><p>IPs to to attach to this machine additionally </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -11220,13 +11192,6 @@ <h3 id="metalstack.api.v2.MachineServiceCreateRequest">MachineServiceCreateReque
<td><p>Networks the networks that this machine will be placed in. </p></td>
</tr>

<tr>
<td>ips</td>
<td><a href="#metalstack.api.v2.MachineAllocationIp">MachineAllocationIp</a></td>
<td>repeated</td>
<td><p>IPs to to attach to this machine additionally </p></td>
</tr>

<tr>
<td>placement_tags</td>
<td><a href="#string">string</a></td>
Expand Down
Loading
Loading