Files
wlan-testing/libs/cloudapi/cloudsdk/docs/BaseDhcpEvent.md
2021-03-01 18:26:14 +05:30

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)