From 2ecec1d84ff127b45d413d5989470acf4114f60f Mon Sep 17 00:00:00 2001 From: Frostman <134872+Frostman@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:14:12 +0000 Subject: [PATCH] Update docs from fabric@v0.114.0 This is an automated commit created by GitHub Actions workflow, in the fabric repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/fabric-api.md.gen | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/fabric-api.md.gen b/docs/reference/fabric-api.md.gen index 8aed9ed1..22479943 100644 --- a/docs/reference/fabric-api.md.gen +++ b/docs/reference/fabric-api.md.gen @@ -2011,6 +2011,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | | `relay` _string_ | Relay is the DHCP relay IP address, if specified, DHCP server will be disabled | | | +| `relayVPC` _string_ | RelayVPC is the name of the VPC where the selected DHCP relay lives | | | | `enable` _boolean_ | Enable enables DHCP server for the subnet | | | | `range` _[VPCDHCPRange](#vpcdhcprange)_ | Range (optional) is the DHCP range for the subnet if DHCP server is enabled | | | | `options` _[VPCDHCPOptions](#vpcdhcpoptions)_ | Options (optional) is the DHCP options for the subnet if DHCP server is enabled | | |