mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
20 lines
883 B
Markdown
20 lines
883 B
Markdown
# BaseDhcpEvent
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**model_type** | **str** | |
|
|
**all_of** | [**SystemEvent**](SystemEvent.md) | | [optional]
|
|
**x_id** | **int** | | [optional]
|
|
**vlan_id** | **int** | | [optional]
|
|
**dhcp_server_ip** | **str** | string representing InetAddress | [optional]
|
|
**client_ip** | **str** | string representing InetAddress | [optional]
|
|
**relay_ip** | **str** | string representing InetAddress | [optional]
|
|
**client_mac_address** | [**MacAddress**](MacAddress.md) | | [optional]
|
|
**session_id** | **int** | | [optional]
|
|
**customer_id** | **int** | | [optional]
|
|
**equipment_id** | **int** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|