Init
This commit is contained in:
22
scp_core/docs/ServerInterface.md
Normal file
22
scp_core/docs/ServerInterface.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# ServerInterface
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**mac** | Option<**String**> | | [optional]
|
||||
**driver** | Option<**String**> | | [optional]
|
||||
**mtu** | Option<**i32**> | | [optional]
|
||||
**speed_in_m_bits** | Option<**i32**> | | [optional]
|
||||
**rx_monthly_in_mi_b** | Option<**i32**> | | [optional]
|
||||
**tx_monthly_in_mi_b** | Option<**i32**> | | [optional]
|
||||
**ipv4_addresses** | Option<**Vec<String>**> | | [optional]
|
||||
**ipv6_link_local_addresses** | Option<**Vec<String>**> | | [optional]
|
||||
**ipv6_network_prefixes** | Option<**Vec<String>**> | | [optional]
|
||||
**traffic_throttled** | Option<**bool**> | | [optional]
|
||||
**vlan_interface** | Option<**bool**> | | [optional]
|
||||
**vlan_id** | Option<**i32**> | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user