View the Project on GitHub elements-storage/elements-sdk-python
A network interface on a storage node, with its addresses, link speed and whether it is offered for NAS mounts.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| device | str | ||
| addresses | [Address] | [readonly] | |
| speed | int, none_type | ||
| mac | str | ||
| mtu | int | ||
| use_for_mounts | bool | ||
| priority | int | ||
| port | str, none_type |