Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/reference/fabric-api.md.gen
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | |
Expand Down
Loading