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
36 changes: 36 additions & 0 deletions docs/reference/fabric-api.md.gen
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ _Appears in:_
| `ip` _string_ | Allocated IP address | | |
| `expiry` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#time-v1-meta)_ | Expiry time of the lease | | |
| `hostname` _string_ | Hostname from DHCP request | | |
| `discover` _boolean_ | Discover is true if the IP was offered to a client but not yet acked | | |


#### DHCPRoute
Expand Down Expand Up @@ -754,6 +755,24 @@ _Appears in:_
| `l3Mode` _boolean_ | L3 mode is used to indicate that this subnet is for a VPC in L3 mode meaning that /32 should be advertised to the clients | | |
| `disableDefaultRoute` _boolean_ | Disable default route advertisement in DHCP | | |
| `advertisedRoutes` _[DHCPRoute](#dhcproute) array_ | AdvertisedRoutes (optional) is a list of custom routes to advertise in DHCP | | |
| `static` _object (keys:string, values:[DHCPSubnetStatic](#dhcpsubnetstatic))_ | Static is a map of static IP assignments for MAC addresses | | |
| `onieOnly` _boolean_ | ONIEOnly (optional) is a boolean indicating whether this subnet is for ONIE only (check class identifier) | | |


#### DHCPSubnetStatic



DHCPSubnetStatic represents static IP assignment



_Appears in:_
- [DHCPSubnetSpec](#dhcpsubnetspec)

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `ip` _string_ | IP is the assigned static IP address | | |


#### DHCPSubnetStatus
Expand Down Expand Up @@ -1179,6 +1198,7 @@ _Appears in:_
| `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 | | |
| `static` _object (keys:string, values:[VPCDHCPStatic](#vpcdhcpstatic))_ | Static is a map of static IP assignments for MAC addresses | | |


#### VPCDHCPOptions
Expand Down Expand Up @@ -1237,6 +1257,22 @@ _Appears in:_
| `gateway` _string_ | Gateway is the gateway IP address for the route | | |


#### VPCDHCPStatic



VPCDHCPStatic represents static IP assignment



_Appears in:_
- [VPCDHCP](#vpcdhcp)

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `ip` _string_ | IP is the assigned static IP address | | |


#### VPCMode

_Underlying type:_ _string_
Expand Down