Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fallback and pxeURL API reference #16

Merged
merged 1 commit into from
Mar 6, 2024
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
3 changes: 3 additions & 0 deletions docs/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ _Appears in:_
| `relay` _string_ | Relay is the DHCP relay IP address, if specified, DHCP server will be disabled |
| `enable` _boolean_ | Enable enables DHCP server for the subnet |
| `range` _[VPCDHCPRange](#vpcdhcprange)_ | Range is the DHCP range for the subnet if DHCP server is enabled |
| `pxeURL` _string_ | PXEURL is the URL for the PXE server if DHCP server is enabled |


#### VPCDHCPRange
Expand Down Expand Up @@ -713,6 +714,7 @@ _Appears in:_
| --- | --- |
| `links` _[ServerToSwitchLink](#servertoswitchlink) array_ | Links is the list of server-to-switch links |
| `mtu` _integer_ | MTU is the MTU to be configured on the switch port or port channel |
| `fallback` _boolean_ | Fallback is the optional flag that used to indicate one of the links in LACP port channel to be used as a fallback link |


#### ConnExternal
Expand Down Expand Up @@ -785,6 +787,7 @@ _Appears in:_
| --- | --- |
| `links` _[ServerToSwitchLink](#servertoswitchlink) array_ | Links is the list of server-to-switch links |
| `mtu` _integer_ | MTU is the MTU to be configured on the switch port or port channel |
| `fallback` _boolean_ | Fallback is the optional flag that used to indicate one of the links in LACP port channel to be used as a fallback link |


#### ConnMCLAGDomain
Expand Down
Loading