Interface that provides access to the management controller.
| 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] |