diff --git a/doc/index.html b/doc/index.html index c77b6248..5aa1193f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1125,6 +1125,25 @@
VPNNode is a machine connected to the vpn
+ + +| Field | Type | Label | Description |
| id | +uint64 | ++ | Id of this node |
+
| name | +string | ++ | Name of this node |
+
| project | +string | ++ | Project of this node, maps to a project |
+
| ip_addresses | +string | +repeated | +IPAddresses of this node in the vpn |
+
| last_seen | +google.protobuf.Timestamp | ++ | LastSeen timestamp when this node reached out the the control plane |
+
| online | +bool | ++ | Online indicates if this node is online |
+
| flavor | +VPNFlavor | ++ | Flavor of the vpn. |
+
VPNFlavor defines which vpn flavor is used to form the vpn.
+| Name | Number | Description |
| VPN_FLAVOR_UNSPECIFIED | +0 | +VPN_FLAVOR_UNSPECIFIED is not specified |
+
| VPN_FLAVOR_TAILSCALE | +1 | +VPN_FLAVOR_TAILSCALE tailscale is in use |
+
IPs of the machine connected to the vpn
Flavor of the vpn.
VPNNode is a machine connected to the vpn
- - -| Field | Type | Label | Description |
| id | -uint64 | -- | Id of this node |
-
| name | -string | -- | Name of this node |
-
| project | -string | -- | Project of this node, maps to a project |
-
| ip_addresses | -string | -repeated | -IPAddresses of this node in the vpn |
-
| last_seen | -google.protobuf.Timestamp | -- | LastSeen timestamp when this node reached out the the control plane |
-
| online | -bool | -- | Online indicates if this node is online |
-
CreatedAt this key was created at this timestamp.
Flavor of the vpn.