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 | | |