Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.18 KB

ManagementInterface.md

File metadata and controls

20 lines (16 loc) · 1.18 KB

ManagementInterface

Interface that provides access to the management controller.

Properties

Name Type Description Notes
gateway str Default gateway for the interface. [optional] [readonly]
host_name str Hostname configured for the interface. [optional]
ip_address str IP address of the interface. [optional] [readonly]
mac_address str MAC address configured for the interface. [optional] [readonly]
mask str Netmask for the interface. [optional] [readonly]
switch_id str Switch Id of the interface. [optional]
uem_conn_status str Status of UEM connection. [optional]
virtual_host_name str Virtual hostname configured for the interface in case of clustered environment. [optional]
management_controller ManagementController [optional]
registered_device AssetDeviceRegistration [optional]

[Back to Model list] [Back to API list] [Back to README]