Skip to content

Commit

Permalink
Deployed e8f5bcb to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HHDocs committed Feb 8, 2024
1 parent 1f7a20b commit c0d423c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions dev/reference/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3507,11 +3507,23 @@ <h4 id="vpcspec">VPCSpec</h4>
</tr>
<tr>
<td><code>ipv4Namespace</code> <em>string</em></td>
<td>IPv4Namespace is the name of the IPv4Namespace this <abbr title="Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP">VPC</abbr> belongs to</td>
<td>IPv4Namespace is the name of the IPv4Namespace this <abbr title="Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP">VPC</abbr> belongs to (if not specified, "default" is used)</td>
</tr>
<tr>
<td><code>vlanNamespace</code> <em>string</em></td>
<td>VLANNamespace is the name of the VLANNamespace this <abbr title="Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP">VPC</abbr> belongs to</td>
<td>VLANNamespace is the name of the VLANNamespace this <abbr title="Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP">VPC</abbr> belongs to (if not specified, "default" is used)</td>
</tr>
<tr>
<td><code>defaultIsolated</code> <em>boolean</em></td>
<td>DefaultIsolated sets default bahivour for isolated mode for the subnets (disabled by default)</td>
</tr>
<tr>
<td><code>defaultRestricted</code> <em>boolean</em></td>
<td>DefaultRestricted sets default bahivour for restricted mode for the subnets (disabled by default)</td>
</tr>
<tr>
<td><code>permit</code> <em>string array array</em></td>
<td>Permit defines a list of the access policies between the subnets within the <abbr title="Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP">VPC</abbr> - each policy is a list of subnets that have access to each other. It's applied on top of the subnet isolation flag and if subnet isn't isolated it's not required to have it in a permit list while if vpc is marked as isolated it's required to have it in a permit list to have access to other subnets.</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -3543,6 +3555,14 @@ <h4 id="vpcsubnet">VPCSubnet</h4>
<td><code>vlan</code> <em>string</em></td>
<td>VLAN is the VLAN ID for the subnet, should belong to the VLANNamespace and be unique within the namespace</td>
</tr>
<tr>
<td><code>isolated</code> <em>boolean</em></td>
<td>Isolated is the flag to enable isolated mode for the subnet which means no access to and from the other subnets within the <abbr title="Virtual Private Cloud, similar to the public cloud VPC it provides an isolated private network for the resources with support for multiple subnets each with user-provided VLANs and on-demand DHCP">VPC</abbr></td>
</tr>
<tr>
<td><code>restricted</code> <em>boolean</em></td>
<td>Restricted is the flag to enable restricted mode for the subnet which means no access between hosts within the subnet itself</td>
</tr>
</tbody>
</table>
<h2 id="wiringgithedgehogcomv1alpha2">wiring.githedgehog.com/v1alpha2</h2>
Expand Down Expand Up @@ -4585,7 +4605,7 @@ <h4 id="vlannamespacestatus">VLANNamespaceStatus</h4>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 7, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 8, 2024</span>

<br>
Created:
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.

1 comment on commit c0d423c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.